@font-face {
  font-family: "Kino Gotham";
  src: url("/local/templates/.default/fonts/Gotham-book.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Kino Montserrat";
  src: url("/local/templates/.default/fonts/Montserrat-regular.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Kino Montserrat";
  src: url("/local/templates/.default/fonts/Montserrat-medium.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
}

:root {
  --kino-graphite: #434248;
  --kino-graphite-deep: #28272d;
  --kino-orange: #ef7441;
  --kino-orange-dark: #ce5524;
  --kino-green: #82b832;
  --kino-green-deep: #608d20;
  --kino-cream: #fff2e2;
  --kino-cream-soft: #fff9f1;
  --kino-paper: #f7f6f1;
  --kino-white: #fff;
  --kino-line: rgba(67, 66, 72, 0.18);
}

html {
  scroll-behavior: smooth;
}

.kino-standalone-body {
  margin: 0;
  color: var(--kino-graphite);
  background: var(--kino-white);
}

.kino-shell,
.kino-container {
  width: min(1440px, calc(100% - 64px));
  margin-inline: auto;
}

.kino-standalone-header {
  position: sticky;
  z-index: 80;
  top: 0;
  border-bottom: 1px solid rgba(67, 66, 72, 0.1);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}

.kino-standalone-header .kino-shell {
  display: flex;
  align-items: center;
  min-height: 84px;
  gap: 38px;
}

.kino-standalone-logo img,
.kino-standalone-footer img {
  display: block;
  width: 154px;
  height: auto;
}

.kino-standalone-nav {
  display: flex;
  gap: 28px;
  margin-left: auto;
}

.kino-standalone-nav a,
.kino-standalone-contact a,
.kino-standalone-footer a {
  color: var(--kino-graphite);
  font-family: "Kino Gotham", Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.kino-standalone-nav a:hover,
.kino-standalone-contact > a:first-child:hover {
  color: var(--kino-orange);
}

.kino-standalone-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}

.kino-standalone-contact .kino-mini-cta {
  padding: 14px 20px;
  color: var(--kino-white);
  background: var(--kino-orange);
  border-radius: 999px;
}

.kino-standalone-footer {
  color: rgba(255, 255, 255, 0.72);
  background: var(--kino-graphite-deep);
}

.kino-standalone-footer__inner {
  display: grid;
  grid-template-columns: 180px 1fr auto auto;
  align-items: center;
  gap: 40px;
  min-height: 160px;
  font: 14px/1.5 "Kino Gotham", Arial, sans-serif;
}

.kino-standalone-footer__inner img {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.kino-standalone-footer__inner a {
  color: var(--kino-white);
}

.kino-page,
.kino-page *,
.kino-page *::before,
.kino-page *::after {
  box-sizing: border-box;
}

.kino-page {
  position: relative;
  overflow: clip;
  color: var(--kino-graphite);
  background: var(--kino-white);
  font-family: "Kino Gotham", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

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

.kino-page h1,
.kino-page h2,
.kino-page h3,
.kino-page p,
.kino-page ul,
.kino-page ol {
  margin-top: 0;
}

.kino-page h1,
.kino-page h2,
.kino-page h3,
.kino-page strong {
  font-family: "Kino Montserrat", Arial, sans-serif;
}

.kino-page h1,
.kino-page h2,
.kino-page h3 {
  color: inherit;
  font-weight: 400;
  text-transform: none;
}

.kino-page a {
  text-decoration: none;
}

.kino-section {
  padding: 112px 0;
}

.kino-kicker,
.kino-eyebrow {
  display: block;
  color: var(--kino-green-deep);
  font-family: "Kino Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.kino-heading {
  max-width: 920px;
  margin-bottom: 54px;
}

.kino-heading h2,
.kino-packaging__copy h2,
.kino-logistics__intro h2,
.kino-faq__intro h2,
.kino-brief__copy h2 {
  margin: 12px 0 20px;
  font-size: clamp(36px, 4vw, 62px);
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.kino-heading > p,
.kino-heading--split > p,
.kino-packaging__copy > p,
.kino-logistics__intro > p,
.kino-faq__intro > p,
.kino-brief__copy > p {
  margin-bottom: 0;
  color: rgba(67, 66, 72, 0.76);
  font-size: 18px;
  line-height: 1.55;
}

.kino-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: end;
  gap: 80px;
  max-width: none;
}

.kino-heading--split h2 {
  margin-bottom: 0;
}

.kino-heading--center {
  margin-inline: auto;
  text-align: center;
}

.kino-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 56px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: "Kino Gotham", Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.kino-button:hover {
  transform: translateY(-2px);
}

.kino-button > span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-right: -12px;
  color: var(--kino-graphite);
  background: var(--kino-white);
  border-radius: 50%;
}

.kino-button--primary {
  color: var(--kino-white);
  background: var(--kino-orange);
  box-shadow: 0 16px 34px rgba(239, 116, 65, 0.24);
}

.kino-button--primary:hover {
  background: var(--kino-orange-dark);
}

.kino-button--ghost {
  color: var(--kino-graphite);
  border-color: rgba(67, 66, 72, 0.32);
  background: rgba(255, 255, 255, 0.65);
}

.kino-button--ghost:hover {
  border-color: var(--kino-graphite);
}

.kino-button--dark {
  color: var(--kino-white);
  background: var(--kino-graphite);
}

.kino-hero {
  position: relative;
  padding: 50px 0 38px;
  background: var(--kino-cream-soft);
}

.kino-hero::before {
  position: absolute;
  top: -240px;
  left: -180px;
  width: 560px;
  height: 560px;
  content: "";
  border: 95px solid rgba(239, 116, 65, 0.09);
  border-radius: 50%;
}

.kino-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(430px, 0.88fr) minmax(560px, 1.12fr);
  align-items: center;
  gap: 58px;
  min-height: 690px;
}

.kino-hero__copy {
  position: relative;
  z-index: 2;
  padding: 46px 0;
}

.kino-hero h1 {
  max-width: 720px;
  margin: 18px 0 25px;
  font-size: clamp(54px, 5.8vw, 92px);
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.kino-hero h1 em {
  color: var(--kino-orange);
  font-style: normal;
}

.kino-hero__lead {
  max-width: 630px;
  margin-bottom: 30px;
  color: rgba(67, 66, 72, 0.8);
  font-size: 20px;
  line-height: 1.55;
}

.kino-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.kino-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--kino-line);
}

.kino-hero__facts li {
  padding: 22px 18px 0;
  border-left: 1px solid var(--kino-line);
}

.kino-hero__facts li:first-child {
  padding-left: 0;
  border-left: 0;
}

.kino-hero__facts strong,
.kino-hero__facts span {
  display: block;
}

.kino-hero__facts strong {
  color: var(--kino-green-deep);
  font-size: 20px;
  font-weight: 500;
}

.kino-hero__facts span {
  margin-top: 5px;
  color: rgba(67, 66, 72, 0.68);
  font-size: 13px;
}

.kino-hero__media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: 0 34px 80px rgba(40, 39, 45, 0.18);
}

.kino-hero__media > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
}

.kino-hero__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 56%, rgba(25, 25, 22, 0.45));
  pointer-events: none;
}

.kino-hero__media-note,
.kino-hero__status {
  position: absolute;
  z-index: 2;
  color: var(--kino-white);
  backdrop-filter: blur(10px);
}

.kino-hero__media-note {
  right: 24px;
  bottom: 24px;
  width: min(285px, calc(100% - 48px));
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 18px;
  background: rgba(52, 75, 29, 0.76);
}

.kino-hero__media-note span,
.kino-hero__media-note strong {
  display: block;
}

.kino-hero__media-note span {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.kino-hero__media-note strong {
  font-size: 15px;
  font-weight: 400;
}

.kino-hero__status {
  top: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(40, 39, 45, 0.68);
  font-size: 12px;
}

.kino-hero__status > span {
  width: 8px;
  height: 8px;
  background: var(--kino-green);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(130, 184, 50, 0.2);
}

.kino-trustline {
  padding: 26px 0;
  color: var(--kino-white);
  background: var(--kino-graphite);
}

.kino-trustline__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.kino-trustline span {
  position: relative;
  padding: 0 30px 0 50px;
  font-size: 13px;
  line-height: 1.35;
}

.kino-trustline span::before {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--kino-green);
  border-radius: 50%;
  transform: translateY(-50%);
}

.kino-trustline span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.kino-rhythm {
  background: var(--kino-white);
}

.kino-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.kino-benefit {
  min-height: 330px;
  padding: 30px;
  border: 1px solid var(--kino-line);
  border-radius: 24px;
  background: var(--kino-paper);
}

.kino-benefit__number {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 82px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 12px;
}

.kino-benefit h3 {
  margin-bottom: 12px;
  font-size: 24px;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.kino-benefit p {
  margin-bottom: 0;
  color: rgba(67, 66, 72, 0.72);
  font-size: 14px;
}

.kino-benefit--accent {
  border-color: transparent;
  background: var(--kino-green);
}

.kino-benefit--accent p {
  color: rgba(67, 66, 72, 0.82);
}

.kino-benefit--dark {
  color: var(--kino-white);
  border-color: transparent;
  background: var(--kino-graphite);
}

.kino-benefit--dark p {
  color: rgba(255, 255, 255, 0.7);
}

.kino-formats {
  background: var(--kino-cream);
}

.kino-format-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.kino-format-card {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: 28px;
  background: var(--kino-white);
}

.kino-format-card--photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kino-format-card--photo::after {
  position: absolute;
  inset: 35% 0 0;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(25, 24, 22, 0.82));
}

.kino-format-card__body {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 36px;
  color: var(--kino-white);
}

.kino-format-card__body > span,
.kino-format-card--plain > div > span {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kino-format-card h3 {
  margin: 8px 0 10px;
  font-size: 34px;
  letter-spacing: -0.04em;
  line-height: 1;
}

.kino-format-card p {
  max-width: 560px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.kino-format-card--plain {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px;
  color: var(--kino-graphite);
  background: var(--kino-green);
}

.kino-format-card--plain p {
  color: rgba(67, 66, 72, 0.82);
}

.kino-format-card--plain small {
  max-width: 520px;
  padding-top: 25px;
  border-top: 1px solid rgba(67, 66, 72, 0.24);
  font-size: 12px;
}

.kino-format-card__icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  color: var(--kino-white);
  background: var(--kino-graphite);
  border-radius: 50%;
  font-size: 26px;
}

.kino-sets {
  background: var(--kino-white);
}

.kino-set-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.kino-set-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--kino-line);
  border-radius: 26px;
  background: var(--kino-white);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.kino-set-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(67, 66, 72, 0.12);
}

.kino-set-card__media {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.kino-set-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kino-set-card__media > span {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 9px 13px;
  color: var(--kino-white);
  background: rgba(40, 39, 45, 0.78);
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.kino-set-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px;
}

.kino-set-card__title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.kino-set-card__title > span {
  color: var(--kino-orange);
  font-size: 12px;
}

.kino-set-card__title h3 {
  margin: 0;
  font-size: 25px;
  letter-spacing: -0.04em;
}

.kino-set-card__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: -6px 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(67, 66, 72, 0.1);
}

.kino-set-card__meta span {
  color: rgba(67, 66, 72, 0.58);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.kino-set-card__meta strong {
  color: var(--kino-orange);
  font-size: 24px;
  font-weight: 400;
  white-space: nowrap;
}

.kino-set-card ul {
  flex: 1;
  margin-bottom: 26px;
  padding: 0;
  list-style: none;
}

.kino-set-card li {
  position: relative;
  padding: 8px 0 8px 18px;
  border-bottom: 1px solid rgba(67, 66, 72, 0.1);
  color: rgba(67, 66, 72, 0.76);
  font-size: 14px;
}

.kino-set-card li::before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background: var(--kino-green);
  border-radius: 50%;
}

.kino-set-card__body > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--kino-graphite);
  font-size: 14px;
}

.kino-set-card__body > a span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--kino-white);
  background: var(--kino-orange);
  border-radius: 50%;
}

.kino-set-note {
  max-width: 940px;
  margin: 22px 0 0;
  color: rgba(67, 66, 72, 0.58);
  font-size: 12px;
  line-height: 1.55;
}

.kino-catalog-callout {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 50px;
  margin-top: 28px;
  padding: 42px 48px;
  color: var(--kino-white);
  background: var(--kino-green);
  border-radius: 26px;
}

.kino-catalog-callout .kino-kicker {
  color: rgba(67, 66, 72, 0.66);
}

.kino-catalog-callout h3 {
  margin: 8px 0;
  font-size: 32px;
  letter-spacing: -0.04em;
}

.kino-catalog-callout p {
  margin-bottom: 0;
  color: rgba(67, 66, 72, 0.8);
}

.kino-packaging {
  color: var(--kino-white);
  background: var(--kino-graphite-deep);
}

.kino-packaging__grid {
  display: grid;
  grid-template-columns: minmax(430px, 0.9fr) minmax(500px, 1.1fr);
  align-items: center;
  gap: 85px;
}

.kino-packaging__media {
  position: relative;
  height: 760px;
  overflow: hidden;
  border-radius: 30px;
}

.kino-packaging__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kino-packaging__media > span {
  position: absolute;
  right: 22px;
  bottom: 22px;
  padding: 12px 16px;
  color: var(--kino-graphite);
  background: var(--kino-cream);
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.kino-packaging__copy .kino-kicker {
  color: var(--kino-green);
}

.kino-packaging__copy > p {
  color: rgba(255, 255, 255, 0.68);
}

.kino-check-list {
  margin: 42px 0 30px;
  padding: 0;
  list-style: none;
}

.kino-check-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.kino-check-list li > span {
  color: var(--kino-orange);
  font-size: 12px;
}

.kino-check-list strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 400;
}

.kino-check-list p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.kino-disclaimer {
  display: block;
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  line-height: 1.5;
}

.kino-dayplan {
  background: var(--kino-cream-soft);
}

.kino-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding-top: 34px;
}

.kino-timeline::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: var(--kino-line);
}

.kino-timeline article {
  position: relative;
  min-height: 250px;
  padding: 26px;
  border: 1px solid var(--kino-line);
  border-radius: 22px;
  background: var(--kino-white);
}

.kino-timeline article::before {
  position: absolute;
  top: -40px;
  left: 28px;
  width: 11px;
  height: 11px;
  content: "";
  background: var(--kino-orange);
  border: 6px solid var(--kino-cream-soft);
  border-radius: 50%;
  box-sizing: content-box;
}

.kino-timeline time,
.kino-timeline article > span,
.kino-timeline strong {
  display: block;
}

.kino-timeline time {
  margin-bottom: 42px;
  color: var(--kino-orange);
  font: 28px/1 "Kino Montserrat", Arial, sans-serif;
}

.kino-timeline article > span {
  margin-bottom: 6px;
  color: rgba(67, 66, 72, 0.5);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kino-timeline strong {
  font-size: 20px;
  font-weight: 400;
}

.kino-timeline p {
  margin: 12px 0 0;
  color: rgba(67, 66, 72, 0.7);
  font-size: 13px;
}

.kino-timeline__note {
  margin: 22px 0 0;
  color: rgba(67, 66, 72, 0.52);
  font-size: 12px;
  text-align: center;
}

.kino-logistics {
  background: var(--kino-white);
}

.kino-logistics__grid {
  display: grid;
  grid-template-columns: minmax(400px, 0.8fr) minmax(540px, 1.2fr);
  align-items: start;
  gap: 100px;
}

.kino-logistics__intro {
  position: sticky;
  top: 120px;
}

.kino-logistics__intro .kino-button {
  margin-top: 30px;
}

.kino-process {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.kino-process li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 24px;
  padding: 30px 0;
  border-top: 1px solid var(--kino-line);
}

.kino-process li > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--kino-white);
  background: var(--kino-green);
  border-radius: 50%;
  font-size: 12px;
}

.kino-process strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 400;
}

.kino-process p {
  margin-bottom: 0;
  color: rgba(67, 66, 72, 0.68);
}

.kino-included {
  background: var(--kino-paper);
}

.kino-included__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--kino-line);
  border-radius: 26px;
  background: var(--kino-line);
}

.kino-included__grid article {
  min-height: 230px;
  padding: 32px;
  background: var(--kino-white);
}

.kino-included__grid article > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 38px;
  color: var(--kino-white);
  background: var(--kino-orange);
  border-radius: 50%;
}

.kino-included__grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 400;
}

.kino-included__grid p {
  margin-bottom: 0;
  color: rgba(67, 66, 72, 0.66);
  font-size: 14px;
}

.kino-faq {
  background: var(--kino-white);
}

.kino-faq__grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.65fr) minmax(600px, 1.35fr);
  align-items: start;
  gap: 90px;
}

.kino-faq__intro {
  position: sticky;
  top: 120px;
}

.kino-faq__intro > a {
  display: inline-block;
  margin-top: 30px;
  color: var(--kino-orange);
  border-bottom: 1px solid currentColor;
  font: 22px/1.4 "Kino Montserrat", Arial, sans-serif;
}

.kino-faq__items details {
  border-top: 1px solid var(--kino-line);
}

.kino-faq__items details:last-child {
  border-bottom: 1px solid var(--kino-line);
}

.kino-faq__items summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 26px 60px 26px 0;
  font: 19px/1.3 "Kino Montserrat", Arial, sans-serif;
  list-style: none;
  cursor: pointer;
}

.kino-faq__items summary::-webkit-details-marker {
  display: none;
}

.kino-faq__items summary > span,
.kino-faq__items summary > span::after {
  position: absolute;
  width: 18px;
  height: 2px;
  background: var(--kino-graphite);
}

.kino-faq__items summary > span {
  top: 50%;
  right: 12px;
}

.kino-faq__items summary > span::after {
  content: "";
  transform: rotate(90deg);
  transition: transform 180ms ease;
}

.kino-faq__items details[open] summary > span::after {
  transform: rotate(0);
}

.kino-faq__items details > p {
  max-width: 760px;
  margin: -4px 60px 26px 0;
  color: rgba(67, 66, 72, 0.68);
  font-size: 15px;
  line-height: 1.6;
}

.kino-faq__items details > p a {
  color: var(--kino-orange);
  border-bottom: 1px solid currentColor;
}

.kino-brief {
  color: var(--kino-white);
  background: var(--kino-green);
}

.kino-brief__grid {
  display: grid;
  grid-template-columns: minmax(400px, 0.8fr) minmax(620px, 1.2fr);
  align-items: start;
  gap: 90px;
}

.kino-brief__copy {
  position: sticky;
  top: 120px;
}

.kino-brief__copy .kino-kicker {
  color: rgba(67, 66, 72, 0.65);
}

.kino-brief__copy > p {
  color: rgba(67, 66, 72, 0.82);
}

.kino-brief__contacts {
  display: grid;
  gap: 10px;
  margin: 36px 0;
}

.kino-brief__contacts a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  color: var(--kino-graphite);
  border-top: 1px solid rgba(67, 66, 72, 0.24);
}

.kino-brief__contacts span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.kino-brief__contacts strong {
  font-size: 18px;
  font-weight: 400;
}

.kino-brief__copy > ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.kino-brief__copy > ul li {
  position: relative;
  padding: 7px 0 7px 24px;
  color: rgba(67, 66, 72, 0.78);
  font-size: 14px;
}

.kino-brief__copy > ul li::before {
  position: absolute;
  top: 14px;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--kino-white);
  border-radius: 50%;
}

.kino-form {
  padding: 42px;
  color: var(--kino-graphite);
  background: var(--kino-cream-soft);
  border-radius: 30px;
  box-shadow: 0 30px 80px rgba(69, 92, 30, 0.2);
}

.kino-form__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--kino-line);
}

.kino-form__head span {
  color: var(--kino-orange);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kino-form__head strong {
  font-size: 20px;
  font-weight: 400;
}

.kino-form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.kino-form label > span,
.kino-form legend {
  display: block;
  margin-bottom: 8px;
  color: rgba(67, 66, 72, 0.66);
  font-size: 12px;
}

.kino-form input,
.kino-form textarea {
  width: 100%;
  border: 1px solid rgba(67, 66, 72, 0.22);
  outline: 0;
  color: var(--kino-graphite);
  background: var(--kino-white);
  border-radius: 12px;
  font: 15px "Kino Gotham", Arial, sans-serif;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.kino-form input {
  height: 54px;
  padding: 0 16px;
}

.kino-form textarea {
  min-height: 118px;
  padding: 15px 16px;
  resize: vertical;
}

.kino-form input:focus,
.kino-form textarea:focus {
  border-color: var(--kino-green-deep);
  box-shadow: 0 0 0 3px rgba(130, 184, 50, 0.14);
}

.kino-form input[aria-invalid="true"],
.kino-form textarea[aria-invalid="true"] {
  border-color: #b43e2f;
}

.kino-form__options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
  padding: 0;
  border: 0;
}

.kino-form__options legend {
  width: 100%;
}

.kino-form__options label {
  position: relative;
  cursor: pointer;
}

.kino-form__options input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.kino-form__options label > span {
  margin: 0;
  padding: 11px 16px;
  color: var(--kino-graphite);
  border: 1px solid rgba(67, 66, 72, 0.22);
  background: var(--kino-white);
  border-radius: 999px;
  font-size: 13px;
}

.kino-form__options input:checked + span {
  color: var(--kino-white);
  border-color: var(--kino-graphite);
  background: var(--kino-graphite);
}

.kino-form__comment {
  display: block;
  margin-top: 4px;
}

.kino-form__honeypot {
  position: absolute !important;
  left: -10000px !important;
}

.kino-form__captcha {
  min-height: 100px;
  margin-top: 22px;
}

.kino-form__footer {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 20px;
}

.kino-form__footer .kino-button {
  flex: 0 0 auto;
  border: 0;
  cursor: pointer;
}

.kino-form__footer p {
  max-width: 290px;
  margin-bottom: 0;
  color: rgba(67, 66, 72, 0.52);
  font-size: 10px;
}

.kino-form__status {
  display: none;
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 13px;
}

.kino-form__status.is-visible {
  display: block;
}

.kino-form__status.is-success {
  color: #355b16;
  background: rgba(130, 184, 50, 0.18);
}

.kino-form__status.is-error {
  color: #8f2d21;
  background: rgba(180, 62, 47, 0.12);
}

.kino-form.is-loading {
  pointer-events: none;
  opacity: 0.72;
}

.kino-mobile-cta {
  display: none;
}

@media (max-width: 1120px) {
  .kino-shell,
  .kino-container {
    width: min(100% - 40px, 1440px);
  }

  .kino-standalone-nav {
    display: none;
  }

  .kino-standalone-contact {
    margin-left: auto;
  }

  .kino-hero__grid {
    grid-template-columns: minmax(380px, 0.9fr) minmax(460px, 1.1fr);
    gap: 34px;
  }

  .kino-hero h1 {
    font-size: clamp(52px, 6vw, 72px);
  }

  .kino-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .kino-benefit {
    min-height: 270px;
  }

  .kino-benefit__number {
    margin-bottom: 45px;
  }

  .kino-packaging__grid,
  .kino-logistics__grid,
  .kino-brief__grid {
    gap: 50px;
  }

  .kino-set-card__media {
    height: 250px;
  }
}

@media (max-width: 900px) {
  .kino-section {
    padding: 86px 0;
  }

  .kino-heading--split,
  .kino-hero__grid,
  .kino-packaging__grid,
  .kino-logistics__grid,
  .kino-faq__grid,
  .kino-brief__grid {
    grid-template-columns: 1fr;
  }

  .kino-heading--split {
    gap: 22px;
  }

  .kino-hero__grid {
    gap: 20px;
  }

  .kino-hero__copy {
    padding-bottom: 18px;
  }

  .kino-hero__media {
    min-height: 560px;
  }

  .kino-trustline__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 0;
  }

  .kino-trustline span:nth-child(3) {
    border-left: 0;
  }

  .kino-set-grid {
    grid-template-columns: 1fr;
  }

  .kino-set-card {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
  }

  .kino-set-card__media {
    height: auto;
    min-height: 360px;
  }

  .kino-catalog-callout {
    grid-template-columns: 1fr;
  }

  .kino-packaging__media {
    height: 580px;
  }

  .kino-logistics__intro,
  .kino-faq__intro,
  .kino-brief__copy {
    position: static;
  }

  .kino-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    padding-top: 0;
  }

  .kino-timeline::before,
  .kino-timeline article::before {
    display: none;
  }

  .kino-included__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .kino-page--embedded {
    margin-top: clamp(74px, 19vw, 146px);
  }
}

@media (max-width: 640px) {
  .kino-shell,
  .kino-container {
    width: calc(100% - 28px);
  }

  .kino-standalone-header .kino-shell {
    min-height: 68px;
  }

  .kino-standalone-logo img {
    width: 128px;
  }

  .kino-standalone-contact > a:first-child {
    display: none;
  }

  .kino-standalone-contact .kino-mini-cta {
    padding: 11px 15px;
    font-size: 12px;
  }

  .kino-standalone-footer__inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    padding: 44px 0 120px;
  }

  .kino-page {
    padding-bottom: 76px;
  }

  .kino-section {
    padding: 70px 0;
  }

  .kino-heading {
    margin-bottom: 34px;
  }

  .kino-heading h2,
  .kino-packaging__copy h2,
  .kino-logistics__intro h2,
  .kino-faq__intro h2,
  .kino-brief__copy h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .kino-heading > p,
  .kino-heading--split > p,
  .kino-packaging__copy > p,
  .kino-logistics__intro > p,
  .kino-faq__intro > p,
  .kino-brief__copy > p {
    font-size: 16px;
  }

  .kino-hero {
    padding: 28px 0 16px;
  }

  .kino-hero::before {
    top: -180px;
    left: -220px;
  }

  .kino-hero__grid {
    min-height: 0;
  }

  .kino-hero__copy {
    padding: 30px 0 16px;
  }

  .kino-hero h1 {
    margin-top: 14px;
    font-size: clamp(48px, 14vw, 64px);
  }

  .kino-hero__lead {
    font-size: 17px;
  }

  .kino-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .kino-button {
    width: 100%;
  }

  .kino-hero__facts {
    grid-template-columns: 1fr;
  }

  .kino-hero__facts li,
  .kino-hero__facts li:first-child {
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid var(--kino-line);
    border-left: 0;
  }

  .kino-hero__facts span {
    margin-top: 0;
  }

  .kino-hero__media {
    min-height: 440px;
    border-radius: 24px;
  }

  .kino-hero__media > img {
    object-position: 64% center;
  }

  .kino-hero__status {
    top: 14px;
    left: 14px;
    max-width: calc(100% - 28px);
    font-size: 10px;
  }

  .kino-hero__media-note {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
  }

  .kino-trustline {
    padding: 24px 0;
  }

  .kino-trustline__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .kino-trustline span,
  .kino-trustline span + span {
    padding: 10px 0 10px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

  .kino-trustline span:first-child {
    border-top: 0;
  }

  .kino-trustline span::before {
    left: 5px;
  }

  .kino-benefit-grid,
  .kino-format-grid,
  .kino-timeline,
  .kino-included__grid {
    grid-template-columns: 1fr;
  }

  .kino-benefit {
    min-height: 240px;
  }

  .kino-benefit__number {
    margin-bottom: 35px;
  }

  .kino-format-card {
    min-height: 460px;
    border-radius: 22px;
  }

  .kino-format-card__body,
  .kino-format-card--plain {
    padding: 26px;
  }

  .kino-format-card h3 {
    font-size: 30px;
  }

  .kino-set-card {
    display: block;
  }

  .kino-set-card__media {
    height: 260px;
    min-height: 0;
  }

  .kino-set-card__body > a {
    justify-content: flex-start;
    gap: 12px;
  }

  .kino-catalog-callout {
    gap: 28px;
    padding: 30px 24px;
  }

  .kino-catalog-callout h3 {
    font-size: 27px;
  }

  .kino-packaging__grid,
  .kino-logistics__grid,
  .kino-faq__grid,
  .kino-brief__grid {
    gap: 45px;
  }

  .kino-packaging__media {
    height: 430px;
    border-radius: 22px;
  }

  .kino-check-list li {
    grid-template-columns: 34px 1fr;
  }

  .kino-timeline article {
    min-height: 220px;
  }

  .kino-process li {
    grid-template-columns: 48px 1fr;
    gap: 16px;
  }

  .kino-process li > span {
    width: 44px;
    height: 44px;
  }

  .kino-included__grid article {
    min-height: 210px;
  }

  .kino-faq__items summary {
    padding: 23px 48px 23px 0;
    font-size: 17px;
  }

  .kino-faq__items details > p {
    margin-right: 0;
  }

  .kino-form {
    padding: 28px 20px;
    border-radius: 24px;
  }

  .kino-form__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .kino-form__grid {
    grid-template-columns: 1fr;
  }

  .kino-form__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .kino-form__footer p {
    max-width: none;
  }

  .kino-form__captcha {
    overflow: hidden;
  }

  .kino-mobile-cta {
    position: fixed;
    z-index: 70;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 12px 11px 16px;
    color: var(--kino-white);
    background: rgba(40, 39, 45, 0.94);
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(40, 39, 45, 0.28);
    backdrop-filter: blur(12px);
  }

  .kino-mobile-cta div span,
  .kino-mobile-cta div strong {
    display: block;
  }

  .kino-mobile-cta div span {
    color: rgba(255, 255, 255, 0.56);
    font-size: 9px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .kino-mobile-cta div strong {
    font-size: 13px;
    font-weight: 400;
  }

  .kino-mobile-cta > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    color: var(--kino-white);
    background: var(--kino-orange);
    border-radius: 999px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .kino-page *,
  .kino-page *::before,
  .kino-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
