@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("assets/fonts/PlusJakartaSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("assets/fonts/PlusJakartaSans-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("assets/fonts/PlusJakartaSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Janna LT";
  src: url("assets/fonts/JannaLT-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Janna LT";
  src: url("assets/fonts/JannaLT-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Tussilago";
  src: url("assets/fonts/Tussilago-UltraLight.otf") format("opentype");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "Tussilago";
  src: url("assets/fonts/Tussilago-UltraLightItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "Tussilago";
  src: url("assets/fonts/Tussilago-ExtraLight.otf") format("opentype");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "Tussilago";
  src: url("assets/fonts/Tussilago-ExtraLightItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "Tussilago";
  src: url("assets/fonts/Tussilago-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Tussilago";
  src: url("assets/fonts/Tussilago-LightItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Tussilago";
  src: url("assets/fonts/Tussilago-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Tussilago";
  src: url("assets/fonts/Tussilago-Italic.otf") format("opentype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Tussilago";
  src: url("assets/fonts/Tussilago-Book.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Tussilago";
  src: url("assets/fonts/Tussilago-BookItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Tussilago";
  src: url("assets/fonts/Tussilago-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Tussilago";
  src: url("assets/fonts/Tussilago-BoldItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Tussilago";
  src: url("assets/fonts/Tussilago-Heavy.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Tussilago";
  src: url("assets/fonts/Tussilago-HeavyItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 900;
  font-display: swap;
}

:root {
  --night: #1f1f40;
  --ink: #2c2c53;
  --electric: #0001ff;
  --sky: #40adff;
  --shell: min(1330px,calc(100vw - 110px));
  --display: "Tussilago", "Arial Wide", sans-serif;
  --body: "Plus Jakarta Sans", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--night); font-family: var(--body); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.display {
  font-family: var(--display);
  font-weight: 400;
  text-transform: uppercase;
}
.hero__title,
.about__statement h1,
.why__intro h2,
.benefit h3,
.contact-team__title,
.footer__message p,
.event-meta .display {
  scale: .9 1;
  transform-origin: left center;
}
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; color: var(--night); background: white; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: none; }
.language-picker { position: absolute; z-index: 20; top: 48px; right: 0; direction: ltr; }
.language-switch { display: inline-flex; width: 98px; height: 52px; align-items: center; justify-content: center; gap: 10px; border: 2px solid rgba(255,255,255,.58); border-radius: 14px; color: white; font-family: "Plus Jakarta Sans",Arial,sans-serif; font-size: 16px; font-weight: 700; line-height: 1; list-style: none; cursor: pointer; transition: border-color .2s ease, background .2s ease; }
.language-switch::-webkit-details-marker { display: none; }
.language-switch::after { width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; content: ""; transform: translateY(-2px) rotate(45deg); }
.language-picker[open] .language-switch::after { transform: translateY(2px) rotate(225deg); }
.language-switch:hover { border-color: white; background: rgba(255,255,255,.1); }
.language-switch:focus-visible { outline: 3px solid var(--sky); outline-offset: 4px; }
.language-menu { position: absolute; top: calc(100% + 9px); right: 0; display: grid; width: 130px; overflow: hidden; border: 1px solid rgba(255,255,255,.28); border-radius: 10px; color: var(--night); background: white; box-shadow: 0 12px 30px rgba(0,0,0,.2); font-family: "Plus Jakarta Sans",Arial,sans-serif; font-size: 14px; text-align: left; }
.language-menu a { padding: 11px 14px; text-decoration: none; }
.language-menu a:hover, .language-menu a:focus-visible { color: white; background: var(--electric); outline: none; }
.language-picker--floating { position: fixed; z-index: 80; top: auto; right: clamp(20px,3vw,42px); bottom: 22px; width: max-content; margin: 0; }
.language-picker--floating .language-menu { top: auto; right: 0; bottom: calc(100% + 10px); }
.language-picker--floating .language-switch { width: 50px; height: 50px; flex-direction: column; gap: 4px; border: 0; border-radius: 50%; color: var(--night); background: white; font-size: 11px; box-shadow: 0 6px 18px rgba(0,0,0,.2); }
.language-picker--floating .language-switch:hover { color: var(--electric); background: white; }

.hero { position: relative; min-height: 797px; overflow: hidden; color: white; background: var(--night); isolation: isolate; }
.nav { position: relative; z-index: 10; height: 132px; }
.brand { position: absolute; top: 48px; left: 0; display: block; width: 322px; height: 91px; }
.brand__icon { position: absolute; top: 0; left: 116px; width: 62px; }
.brand__wordmark { position: absolute; left: 0; bottom: 0; width: 322px; }
.rta-mark { position: absolute; top: 48px; right: 132px; width: 208px; height: 75px; }
.rta-mark--solo { right: 0; }

.hero__visual { position: absolute; z-index: -1; top: 173px; bottom: 0; left: max(calc((100vw - 1440px) / 2 - 231px), -231px); width: min(74.2vw,1068px); }
.hero__train { width: 100%; height: 100%; object-fit: cover; transform: translate3d(-3%, 2%, 0) scale(1.05); transform-origin: 50% 60%; opacity: 0; transition: opacity 1s ease, transform 1.5s cubic-bezier(.16,.76,.2,1); }
.is-ready .hero__train { opacity: 1; transform: translate3d(0, var(--hero-shift, 0px), 0) scale(1); }
.hero__copy { position: relative; z-index: 2; display: flex; justify-content: flex-end; padding-top: 160px; }
.hero__copy-inner { width: 497px; }
.hero__title { width: 413px; margin: 0; font-size: 48px; line-height: 1.02; letter-spacing: -.02em; opacity: 0; transform: translateY(28px); transition: opacity .8s .2s ease, transform .8s .2s cubic-bezier(.2,.8,.2,1); }
.hero__title span { display: block; white-space: nowrap; }
.is-ready .hero__title { opacity: 1; transform: none; }
.accent-line { display: block; width: 128px; height: 5px; margin-top: 24px; background: var(--sky); transform: scaleX(0); transform-origin: left; transition: transform .7s .55s cubic-bezier(.2,.8,.2,1); }
.is-ready .hero .accent-line, .is-visible .accent-line, .accent-line.is-visible { transform: scaleX(1); }
.hero__body { margin: 24px 0; font-size: 20px; line-height: 1.4; letter-spacing: -.02em; opacity: 0; transform: translateY(22px); transition: opacity .75s .45s ease, transform .75s .45s ease; }
.is-ready .hero__body { opacity: 1; transform: none; }
.hero__body strong { font-weight: 700; }
.nav a:focus-visible, .socials a:focus-visible { outline: 3px solid var(--sky); outline-offset: 5px; }

.about { min-height: 0; background: white; }
.contact-team { display: grid; min-height: 610px; place-items: center; padding: 92px 0; background: white; }
.contact-team__content { text-align: center; }
.contact-team__title { margin: 0; color: #081d4d; font-size: clamp(46px,5vw,74px); font-weight: 700; letter-spacing: -.05em; line-height: 1; }
.contact-team__intro { margin: 22px 0 0; color: var(--ink); font-size: clamp(19px,2vw,28px); line-height: 1.35; }
.contact-team .accent-line { margin: 24px auto 38px; }
.contact-team__emails { display: grid; gap: 22px; }
.contact-team__emails a { color: #0648c8; font-size: clamp(23px,2.6vw,38px); font-weight: 500; letter-spacing: -.035em; line-height: 1.2; text-decoration-thickness: 2px; text-underline-offset: 6px; transition: color .2s ease, transform .2s ease; }
.contact-team__emails a:hover { color: var(--electric); transform: translateY(-2px); }
.about__content { display: flex; height: auto; align-items: flex-start; justify-content: center; padding-block: 96px; }
.about__statement { width: min(100%,690px); text-align: center; }
.about__statement h1 { max-width: 690px; margin: 0; color: var(--electric); font-size: clamp(27px,2.8vw,40px); line-height: 1.1; letter-spacing: -.02em; }
.about__statement h1 .reveal-word { color: #a9a9b8; transition: color .38s cubic-bezier(.2,.8,.2,1); transition-delay: calc(var(--word-index) * 75ms); }
.about__statement.is-visible h1 .reveal-word { color: var(--electric); }
.accent-line--blue { margin-top: 18px; background: var(--electric); }
.about__statement .accent-line { margin-inline: auto; }
.about__statement p { max-width: 690px; margin: 18px auto 0; font-size: 20px; line-height: 1.5; letter-spacing: -.01em; }
.image-stage { position: relative; height: 433px; overflow: hidden; }
.image-stage img { position: absolute; max-width: none; will-change: transform; }
.about__image img { top: -36.28%; left: -8.47%; width: 141.81%; height: 180.19%; object-fit: cover; transform: translate3d(0,var(--image-y,0),0); }

.why { min-height: 0; overflow: hidden; background: white; }
.why__intro { display: grid; grid-template-columns: 521px 645px; gap: 164px; padding-top: 120px; padding-bottom: 19px; }
.why__intro h2 { margin: 0; color: var(--electric); font-size: clamp(28px,2.8vw,40px); line-height: 1.1; letter-spacing: -.02em; }
.why__intro h2 { white-space: nowrap; }
html[dir="rtl"] .why__intro h2 { white-space: normal; }
.why__intro p { max-width: 650px; margin: 0; font-size: 20px; line-height: 1.5; letter-spacing: -.01em; }
.why__intro strong { color: var(--electric); }
.benefits { display: grid; grid-template-columns: 289px 285px 232px 343px; gap: 60px; align-items: end; height: 353px; padding-block: 42px 45px; }
.benefit { align-self: stretch; display: flex; flex-direction: column; justify-content: flex-end; }
.benefit__icon { display: flex; align-items: flex-end; width: 92px; height: 106px; margin-bottom: 20px; }
.benefit__icon img { width: 100%; max-height: 100%; object-fit: contain; object-position: left bottom; transition: transform .4s cubic-bezier(.2,.8,.2,1); }
.benefit:hover .benefit__icon img { transform: translateY(-7px) rotate(-2deg); }
.benefit__icon--wide { width: 137px; }
.benefit h3 { min-height: 56px; margin: 0 0 12px; color: var(--electric); font-size: 24px; line-height: 1.08; letter-spacing: -.03em; text-transform: none; }
.benefit p { margin: 0; color: #080817; font-size: 18px; font-weight: 400; line-height: 1.26; letter-spacing: -.01em; }
.why__image { height: 472px; }
.why__image img { top: -38px; left: -6.07%; width: 106.1%; height: calc(100% + 76px); object-fit: cover; transform: translate3d(0,var(--image-y,0),0); }

.footer { min-height: 749px; color: white; background: var(--night); }
.footer__content { display: flex; min-height: 749px; flex-direction: column; align-items: center; }
.footer__message { margin-top: 42px; text-align: center; }
.footer__message p { margin: 0; font-size: 32px; line-height: 1.26; letter-spacing: -.02em; text-transform: none; white-space: nowrap; }
.contact-team__title,
.footer__message p,
.event-meta .display { transform-origin: center; }
.accent-line--white { margin: 20px auto 0; background: white; }
.footer__logo { width: 364px; height: 103px; margin-top: 64px; object-fit: contain; }
.event-meta { display: grid; width: 956px; max-width: 100%; grid-template-columns: repeat(3,1fr); margin-top: 42px; }
.event-meta__item { position: relative; display: flex; min-height: 205px; flex-direction: column; align-items: center; padding-inline: 28px; text-align: center; }
.event-meta__item + .event-meta__item::before { position: absolute; top: 2px; bottom: 0; left: 0; width: 1px; content: ""; background: rgba(255,255,255,.55); }
.event-meta__item > img { width: 86px; height: 97px; margin-bottom: 10px; object-fit: contain; }
.event-meta__item > img.event-meta__location { width: 145px; }
.event-meta__item > img.event-meta__organiser { width: 180px; height: 65px; margin: 21px 0 27px; }
.event-meta strong, .event-meta span { font-size: 24px; line-height: 1.1; letter-spacing: -.02em; }
.event-meta strong { margin-bottom: 5px; font-size: 24px; text-transform: none; }
.event-meta span { color: #44c8ff; white-space: nowrap; text-transform: uppercase; }
.event-meta span.event-meta__date { text-transform: none; }
.footer__bottom { display: flex; width: 100%; flex-direction: column; align-items: center; justify-content: center; gap: 22px; margin-top: 58px; padding-bottom: 48px; font-size: 20px; }
.copyright { margin: 0; text-align: center; }
.socials { display: flex; align-items: center; gap: 8px; }
.socials > span { margin-right: 6px; font-family: var(--body); font-size: 28px; font-weight: 500; letter-spacing: -.03em; }
.socials a { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid white; transition: background .2s ease, transform .2s ease; }
.socials a:hover { background: var(--electric); transform: translateY(-3px); }
.socials img { width: 20px; height: 20px; }

html[dir="rtl"] { --display: "Janna LT", Tahoma, sans-serif; --body: "Janna LT", Tahoma, sans-serif; }
html[dir="rtl"] body { text-align: right; }
html[dir="rtl"] .hero__title,
html[dir="rtl"] .about__statement h1,
html[dir="rtl"] .why__intro h2,
html[dir="rtl"] .benefit h3 { transform-origin: right center; }
html[dir="rtl"] .brand { direction: ltr; }
html[dir="rtl"] .hero__copy { direction: ltr; }
html[dir="rtl"] .hero__copy-inner { direction: rtl; }
html[dir="rtl"] .hero__title,
html[dir="rtl"] .about__statement h1,
html[dir="rtl"] .why__intro h2,
html[dir="rtl"] .benefit h3 { letter-spacing: 0; }
html[dir="rtl"] .hero__body,
html[dir="rtl"] .about__statement p,
html[dir="rtl"] .why__intro p,
html[dir="rtl"] .benefit p { letter-spacing: 0; line-height: 1.65; }
html[dir="rtl"] .footer__message p,
html[dir="rtl"] .event-meta strong,
html[dir="rtl"] .event-meta span { letter-spacing: 0; }
html[dir="rtl"] .accent-line { transform-origin: right; }
html[dir="rtl"] .benefit__icon img { object-position: right bottom; }
html[dir="rtl"] .socials { direction: ltr; }

@media (min-width: 901px) {
  html[dir="rtl"] .event-meta__item + .event-meta__item::before { right: 0; left: auto; }
  .benefits { height: auto; align-items: start; }
  .benefit { justify-content: flex-start; }
  .benefit__icon { align-items: flex-start; }
  .benefit__icon img { object-position: left top; }
  .benefit h3 { min-height: 78px; }
  html[dir="rtl"] .benefit__icon img { object-position: right top; }
}

@media (min-width: 1101px) {
  .hero__copy-inner { width: 497px; }
  .contact-hero .hero__visual {
    left: 50%;
    width: min(74.2vw, 1068px, var(--shell));
    transform: translateX(-50%);
  }
  /* Keep each desktop section inside the same page grid. */
  .about__image,
  .why__image { width: var(--shell); margin-inline: auto; }
  .about__content { justify-content: flex-start; padding-block: 52px 24px; }
  .about__statement { width: 100%; text-align: start; }
  .about__statement h1 { max-width: none; font-size: 46px; text-wrap: balance; }
  .about__statement .accent-line { margin-inline: 0 auto; }
  .about__statement p { max-width: none; margin: 18px 0 0; font-size: 21px; text-wrap: pretty; }
}

@media (min-width: 1300px) {
  .hero__visual { left: calc((100vw - var(--shell))/2); width: calc(var(--shell)*.58); }
  .hero__copy-inner { width: 520px; }
  .hero__title { width: 100%; max-width: none; font-size: 44px; }
  .hero__title span { display: inline; white-space: normal; }
  .hero__title span + span::before { content: " "; }
}

[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .8s ease, transform .9s cubic-bezier(.2,.8,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }
[data-stagger] > * { opacity: 0; transform: translateY(30px); transition: opacity .65s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
[data-stagger].is-visible > * { opacity: 1; transform: none; }
[data-stagger].is-visible > *:nth-child(2) { transition-delay: .1s; }
[data-stagger].is-visible > *:nth-child(3) { transition-delay: .2s; }
[data-stagger].is-visible > *:nth-child(4) { transition-delay: .3s; }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 64px,960px); }
  .brand { width: 248px; transform: scale(.8); transform-origin: left center; }
  .rta-mark { width: 105px; }
  .hero__copy-inner { width: 42%; min-width: 410px; }
  .hero__visual { left: -250px; width: 78vw; }
  .benefits { gap: 28px; }
  .benefit p { font-size: 14px; }
  .footer__bottom { gap: 18px; }
}

@media (max-width: 900px) {
  :root { --shell: calc(100% - 40px); }
  .hero { min-height: 900px; }
  /* The contact hero has no text block, so size it directly from its visual. */
  .contact-hero { min-height: calc(108px + 69.7vw); }
  .nav { height: 96px; }
  .brand { top: 20px; left: 0; width: 190px; height: 54px; transform: none; }
  .brand__icon { left: 68px; width: 37px; }
  .brand__wordmark { width: 190px; }
  .rta-mark { top: 21px; right: 82px; width: 92px; height: 34px; object-fit: contain; }
  .rta-mark--solo { right: 0; }
  .language-picker { top: 21px; }
  .language-switch { width: 64px; height: 36px; gap: 7px; border-width: 1.5px; border-radius: 9px; font-size: 13px; }
  .language-picker--floating { top: auto; right: 20px; bottom: 20px; margin: 0; }
  .language-picker--floating .language-switch { width: 52px; height: 52px; border: 0; border-radius: 50%; font-size: 12px; }
  .hero__visual {
    top: 108px;
    left: 50%;
    width: 100vw;
    height: auto;
    aspect-ratio: 4096 / 2855;
    transform: translateX(-50%);
  }
  .hero__train {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .hero__copy { justify-content: center; padding-top: calc(32px + 69.7vw); text-align: center; }
  .hero__copy-inner { width: 100%; min-width: 0; }
  .hero__title { width: 100%; max-width: none; margin-inline: auto; font-size: clamp(27px,8vw,38px); text-wrap: balance; }
  .hero__title,
  .about__statement h1,
  .why__intro h2,
  .benefit h3,
  html[dir="rtl"] .hero__title,
  html[dir="rtl"] .about__statement h1,
  html[dir="rtl"] .why__intro h2,
  html[dir="rtl"] .benefit h3 { transform-origin: center; }
  .hero__title span { display: inline; white-space: normal; }
  .hero__title span + span::before { content: " "; }
  .hero__copy .accent-line { margin-inline: auto; }
  .hero__body { width: 100%; max-width: none; margin-inline: auto; font-size: 15px; text-wrap: pretty; }
  .about { min-height: 0; }
  .contact-team { min-height: 510px; padding: 72px 0; }
  .contact-team__emails { gap: 18px; }
  .about__content { padding: 72px 0 28px; }
  .about__statement { text-align: center; }
  .about__statement h1 { margin-inline: auto; }
  .about__statement .accent-line { margin-inline: auto; }
  .about__statement p { margin: 18px auto 0; }
  .about__statement h1, .why__intro h2 { font-size: clamp(25px,7vw,36px); }
  .about__statement p, .why__intro p { font-size: 16px; }
  .image-stage { height: auto; }
  .about__image { aspect-ratio: 4096 / 1565; }
  .why__image { height: auto; aspect-ratio: 2172 / 671; }
  .about__image img,
  .why__image img { inset: 0; width: 100%; height: 100%; object-fit: contain; transform: none; }
  .why__intro { grid-template-columns: 1fr; gap: 34px; padding-top: 78px; text-align: center; }
  .why__intro h2 { white-space: normal; }
  .why__intro h2, .why__intro p { margin-inline: auto; }
  .why > .shell > .accent-line { margin-inline: auto; }
  .benefits { height: auto; grid-template-columns: repeat(2,1fr); gap: 50px 28px; padding-block: 58px 72px; }
  .benefit { align-items: center; justify-content: flex-start; text-align: center; }
  .benefit__icon { margin-inline: auto; }
  .benefit p { max-width: 320px; }
  .footer__message { margin-top: 42px; padding-top: 0; }
  .footer__message p { font-size: 19px; white-space: normal; transform: none; }
  .footer__logo { width: 275px; margin-top: 54px; }
  .event-meta { grid-template-columns: 1fr; width: 340px; margin-top: 45px; }
  .event-meta__item { min-height: 180px; padding: 25px 0; }
  .event-meta__item + .event-meta__item::before { top: 0; right: 30px; bottom: auto; left: 30px; width: auto; height: 1px; }
  .footer__bottom { padding-block: 45px 34px; }
  .socials { flex-wrap: wrap; justify-content: center; }
  .footer, .footer__content { min-height: 0; }
}

@media (max-width: 430px) {
  :root { --shell: calc(100% - 28px); }
  .rta-mark { top: 22px; right: 76px; width: 86px; height: 32px; }
  .rta-mark--solo { right: 0; }
  .language-picker { top: 21px; }
  .language-picker--floating { top: auto; right: 14px; bottom: 14px; }
  .language-picker--floating .language-switch { width: 48px; height: 48px; font-size: 11px; }
  .language-switch { width: 60px; height: 35px; }
  .hero { min-height: 0; }
  .contact-hero { min-height: calc(108px + 69.7vw); }
  .hero__visual { left: 50%; width: 100vw; }
  .hero__copy { padding-top: calc(32px + 69.7vw); padding-bottom: 40px; }
  .hero__body { margin-bottom: 0; }
  .hero__title { font-size: 25px; }
  .contact-team { min-height: 440px; padding: 56px 0; }
  .contact-team__title { font-size: 42px; }
  .contact-team__intro { margin-top: 16px; font-size: 17px; }
  .contact-team .accent-line { margin: 20px auto 30px; }
  .contact-team__emails { gap: 17px; }
  .contact-team__emails a { font-size: clamp(18px,5.7vw,23px); text-underline-offset: 4px; }
  .about__content { padding: 56px 0 16px; }
  .about__image { height: 190px; aspect-ratio: auto; }
  .about__image img { top: 0; right: auto; bottom: auto; left: 50%; width: 125%; height: auto; object-fit: contain; transform: translateX(-50%); }
  .benefits { grid-template-columns: 1fr; }
  .benefit h3 { min-height: 0; }
  .footer__message p { font-size: 18px; line-height: 1.35; }
  .footer__message p span { display: block; }
  .footer__message p br { display: none; }
  .footer__bottom p { font-size: 10px; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal], [data-stagger] > *, .hero__train, .hero__title, .hero__body { opacity: 1; transform: none; }
}
