/* lucatenneriello.com — un solo foglio. Ordine: font, token, base, layout, header, hero/slider,
   sezioni, componenti (bottoni, card, form), fasce, footer, modali, utilità, responsive. */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/roboto-latin.woff2") format("woff2");
  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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ivory: #f8f5f4;
  --black: #0a0a0a;
  --dark: #111111;
  --darker: #181a1c;
  --grey: #333333;
  --text: #333333;
  --muted: #878787;
  --accent: #3366ff;
  --white: #ffffff;
  --field: #efefef;
  --footer: #191919;
  --footer-bar: #1f1f1f;
  --font: "Roboto", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  --container: 1200px;
  --gutter: 40px;
  --header-h: 100px;
  --ease: cubic-bezier(.25, .1, .25, 1);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 18px;
  line-height: 1.7;
  color: var(--text);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
}
body.modal-open, body.nav-open { overflow: hidden; }
img, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3 { margin: 0; font-weight: 700; line-height: 1.15; color: var(--black); }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
input, textarea { font: inherit; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 100; padding: 8px 14px; background: var(--white); color: var(--black); font-weight: 500; }
.skip-link:focus { top: 16px; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.container--narrow { max-width: 1120px; }
.center { text-align: center; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  height: var(--header-h);
  color: var(--white);
  transition: background-color .35s var(--ease), height .35s var(--ease);
}
.site-header::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to bottom, rgba(0,0,0,.45), rgba(0,0,0,0));
  opacity: 1; transition: opacity .35s;
}
.site-header.is-scrolled { background: var(--black); height: 80px; }
.site-header.is-scrolled::before { opacity: 0; }
.site-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--gutter) 0 calc(var(--gutter) + 12px); }
.site-logo img { height: 80px; width: auto; transition: height .35s var(--ease); filter: drop-shadow(0 2px 6px rgba(0,0,0,.35)); }
.site-header.is-scrolled .site-logo img { height: 56px; }
.site-nav ul { display: flex; align-items: flex-start; gap: clamp(28px, 4.5vw, 90px); }
.site-nav a {
  display: inline-block; max-width: 7.2em; padding: 6px 0 4px;
  font-size: 14px; font-weight: 500; line-height: 1.5; letter-spacing: .1px;
  color: rgba(255,255,255,.88);
  border-bottom: 2px solid transparent;
  transition: color .25s, border-color .25s;
}
.site-nav a:hover, .site-nav a:focus-visible { color: var(--white); }
.site-nav a.is-active { color: var(--white); border-bottom-color: var(--white); }
.site-nav__lang a { max-width: none; }
.flag { display: block; width: 18px; height: 12px; margin-bottom: 4px; background-size: cover; background-position: center; border-radius: 1px; box-shadow: 0 0 0 1px rgba(0,0,0,.2); }
.flag-it { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Crect width='1' height='2' fill='%23009246'/%3E%3Crect x='1' width='1' height='2' fill='%23fff'/%3E%3Crect x='2' width='1' height='2' fill='%23ce2b37'/%3E%3C/svg%3E"); }
.flag-en { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 30'%3E%3Crect width='60' height='30' fill='%23012169'/%3E%3Cpath d='M0 0l60 30M60 0L0 30' stroke='%23fff' stroke-width='6'/%3E%3Cpath d='M0 0l60 30M60 0L0 30' stroke='%23C8102E' stroke-width='2'/%3E%3Cpath d='M30 0v30M0 15h60' stroke='%23fff' stroke-width='10'/%3E%3Cpath d='M30 0v30M0 15h60' stroke='%23C8102E' stroke-width='6'/%3E%3C/svg%3E"); }
.nav-toggle { display: none; position: relative; width: 44px; height: 44px; }
.nav-toggle__bar { position: absolute; left: 10px; right: 10px; height: 2px; background: var(--white); box-shadow: 0 0 4px rgba(0,0,0,.7); transition: transform .3s, opacity .3s, top .3s; }
.nav-toggle__bar:nth-child(1) { top: 14px; } .nav-toggle__bar:nth-child(2) { top: 21px; } .nav-toggle__bar:nth-child(3) { top: 28px; }
.nav-open .nav-toggle__bar:nth-child(1) { top: 21px; transform: rotate(45deg); }
.nav-open .nav-toggle__bar:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle__bar:nth-child(3) { top: 21px; transform: rotate(-45deg); }

/* ---------- Slider della home ---------- */
.hero-slider { position: relative; height: 100vh; height: 100svh; min-height: 560px; background: var(--black); color: var(--white); overflow: hidden; }
.hero-slider__track, .hero-slide, .hero-slide__bg { position: absolute; inset: 0; }
.hero-slide { opacity: 0; visibility: hidden; transition: opacity .9s var(--ease), visibility 0s .9s; }
.hero-slide.is-active { opacity: 1; visibility: visible; transition: opacity .9s var(--ease); z-index: 2; }
.hero-slide.is-leaving { opacity: 0; visibility: visible; z-index: 1; }
.hero-slide__bg::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.4); }
.hero-slide__img { width: 100%; height: 100%; object-fit: cover; transform: scale(1); }
.hero-slide.is-active .hero-slide__img { animation: slide-zoom 7s linear forwards; }
@keyframes slide-zoom { from { transform: scale(1); } to { transform: scale(1.12); } }
.hero-slide__content { position: relative; z-index: 3; height: 100%; display: flex; flex-direction: column; justify-content: center; padding: var(--header-h) 8vw 15vh 7vw; max-width: 760px; }
.hero-slide__title { font-size: clamp(38px, 5vw, 66px); font-weight: 700; color: var(--white); line-height: 1.05; margin-bottom: 30px; }
.hero-slide__subtitle { font-size: clamp(17px, 1.5vw, 21px); line-height: 1.55; max-width: 620px; margin-bottom: 56px; }
.hero-slide__link { font-size: 20px; font-weight: 500; display: inline-block; align-self: flex-start; border-bottom: 2px solid transparent; transition: border-color .3s; }
.hero-slide__link:hover, .hero-slide__link:focus-visible { border-bottom-color: var(--white); }
.hero-slide.is-active .hero-slide__title, .hero-slide.is-active .hero-slide__subtitle, .hero-slide.is-active .hero-slide__link { animation: rise .9s var(--ease) both; }
.hero-slide.is-active .hero-slide__subtitle { animation-delay: .15s; }
.hero-slide.is-active .hero-slide__link { animation-delay: .3s; }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
.hero-slider__arrows { position: absolute; left: 7vw; bottom: 48px; z-index: 4; display: flex; gap: 14px; }
.hero-slider__arrow {
  width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255,255,255,.45);
  color: var(--white); font-size: 28px; line-height: 1; display: grid; place-items: center; padding-bottom: 4px;
  transition: background-color .3s, border-color .3s;
}
.hero-slider__arrow:hover, .hero-slider__arrow:focus-visible { background: rgba(255,255,255,.14); border-color: var(--white); }
.hero-slider__dots { position: absolute; right: 60px; top: 50%; transform: translateY(-50%); z-index: 4; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.hero-slider__dots button { width: 22px; height: 2px; background: rgba(255,255,255,.55); transition: width .3s, background-color .3s; }
.hero-slider__dots button[aria-current="true"] { width: 38px; background: var(--white); }

/* ---------- Header di pagina (hero dei progetti, privacy, 404) ---------- */
.page-hero {
  position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden;
  min-height: 400px; height: 44vh; padding: var(--header-h) var(--gutter) 40px;
  background: var(--black); color: var(--white); text-align: center;
}
.page-hero__bg, .parallax__bg { position: absolute; left: 0; right: 0; top: -18%; bottom: -18%; overflow: hidden; will-change: transform; }
.bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.bg-img--top-left { object-position: left top; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: rgba(0,0,0,.42); }
.page-hero__inner { position: relative; z-index: 2; }
.page-hero__title { font-size: clamp(36px, 4.6vw, 60px); color: var(--white); margin-bottom: 14px; animation: rise .8s var(--ease) both; }
.page-hero__subtitle { font-size: clamp(16px, 1.5vw, 20px); font-weight: 500; animation: rise .8s .12s var(--ease) both; }
.page-hero--short { min-height: 320px; height: 36vh; }

/* ---------- Sezioni ---------- */
.section { padding: 100px 0; }
.section--light { background: var(--ivory); }
.section--dark { background: var(--dark); color: var(--white); }
.section--darker { background: var(--darker); color: var(--white); }
.section--dark2 { background: var(--grey); color: var(--white); }
.has-texture { background-size: cover; background-position: center; background-repeat: no-repeat; }
.section__title { font-size: clamp(30px, 3.5vw, 46px); text-align: center; margin-bottom: 36px; }
.section__title--light { color: var(--white); }
.section__title--accent { color: var(--accent); margin-bottom: 18px; }
.section__title + .section__title { margin-top: -6px; }

/* intro: testo + immagine */
.intro__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.intro--wide .intro__grid { grid-template-columns: 2fr 1fr; }
.intro--middle .intro__grid { align-items: center; }
.intro--center .intro__text { text-align: center; }
.intro--center .intro__social { justify-content: center; }
.intro__heading { font-size: clamp(36px, 4.2vw, 58px); margin-bottom: 26px; letter-spacing: -.5px; }
.intro__para { line-height: 1.75; }
.intro__para + .intro__para { margin-top: 15px; }
.intro__para strong { color: var(--black); }
.intro__social { display: flex; gap: 16px; margin-top: 26px; }
.intro__social img { width: 40px; height: 40px; transition: transform .25s; }
.intro__social a:hover img { transform: translateY(-2px); }
.intro__media img { width: 100%; box-shadow: 0 10px 30px rgba(0,0,0,.08); }
.intro--wide .intro__media { justify-self: end; max-width: 380px; width: 100%; }

/* griglia progetti 2×2 */
.projects-grid__list { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.project-card { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--black); }
.project-card__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), opacity .4s; }
.project-card:hover .project-card__img { transform: scale(1.06); }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.65), rgba(0,0,0,.05) 55%); transition: opacity .4s; }
.project-card__text { position: absolute; left: 30px; right: 30px; bottom: 26px; z-index: 1; color: var(--white); display: flex; flex-direction: column; }
.project-card__subtitle { font-size: 13px; font-weight: 500; opacity: .85; text-transform: capitalize; margin-bottom: 4px; }
.project-card__title { font-size: 26px; font-weight: 400; line-height: 1.2; }

/* fasce a tutta larghezza (parallax) */
.parallax { position: relative; overflow: hidden; padding: 150px 0; background: var(--grey); color: var(--white); text-align: center; }
.parallax::before { content: ""; position: absolute; inset: 0; z-index: 1; background: rgba(51,51,51,.5); }
.parallax__inner { position: relative; z-index: 2; }
.parallax .section__title { margin-bottom: 40px; }
.play-button { display: inline-block; color: var(--white); transition: transform .3s; }
.play-button:hover, .play-button:focus-visible { transform: scale(1.08); }
.play-button svg { width: 90px; height: 90px; }
.parallax--video .section__title { margin-bottom: 30px; }

/* cta */
.cta { padding: 120px 0; }
.cta .section__title { margin-bottom: 40px; }

/* carosello copertine */
.covers { padding-bottom: 90px; }
.covers__carousel { margin: 10px 0 0; }
.covers__track { display: flex; gap: 30px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 calc((100% - var(--container)) / 2 + var(--gutter)); scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.covers__track::-webkit-scrollbar { display: none; }
.covers__item { flex: 0 0 calc((min(100vw, var(--container)) - 2 * var(--gutter) - 60px) / 3); scroll-snap-align: start; }
.covers__item img { width: 100%; box-shadow: 0 8px 24px rgba(0,0,0,.35); }
.covers__dots { display: flex; justify-content: center; gap: 10px; margin: 36px 0 48px; }
.covers__dots button { width: 9px; height: 9px; border-radius: 50%; border: 1px solid rgba(255,255,255,.7); background: transparent; transition: background-color .3s; }
.covers__dots button[aria-current="true"] { background: var(--white); }

/* gallery masonry */
.masonry { columns: 3; column-gap: 30px; }
.masonry__item { break-inside: avoid; margin-bottom: 30px; }
.masonry__item a { display: block; overflow: hidden; }
.masonry__item img { width: 100%; transition: transform .7s var(--ease), opacity .3s; }
.masonry__item a:hover img { transform: scale(1.04); opacity: .92; }

/* ---------- Bottoni ---------- */
.btn {
  display: inline-block; padding: 18px 40px; border: 2px solid currentColor; border-radius: 0;
  font-size: 18px; font-weight: 700; letter-spacing: .4px; line-height: 1.2; text-align: center;
  transition: background-color .3s, color .3s, border-color .3s, transform .3s;
}
.btn:hover, .btn:focus-visible { transform: translateY(-2px); }
.btn--light { color: var(--white); }
.btn--light:hover, .btn--light:focus-visible { background: var(--white); color: var(--grey); }
.btn--dark { color: var(--grey); }
.btn--dark:hover, .btn--dark:focus-visible { background: var(--grey); color: var(--white); }
.btn--ivory { color: var(--ivory); }
.btn--ivory:hover, .btn--ivory:focus-visible { background: var(--ivory); color: var(--grey); }
.btn--solid { background: var(--grey); border-color: var(--grey); color: var(--white); font-size: 15px; font-weight: 500; letter-spacing: 1px; padding: 14px 28px; }
.btn--solid:hover, .btn--solid:focus-visible { background: var(--black); border-color: var(--black); }
.btn--solid:disabled { opacity: .6; transform: none; cursor: default; }
.btn--small { padding: 10px 18px; font-size: 14px; }
.btn--outline { color: var(--white); }
.link-button { text-decoration: none; }

/* ---------- Modulo contatti ---------- */
.contact .section__title--accent { margin-bottom: 12px; }
.contact .section__title { margin-bottom: 56px; }
.contact-form { margin-top: 10px; }
.contact-form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-field { display: block; margin-bottom: 26px; }
.form-field label { display: block; font-size: 15px; font-weight: 700; color: var(--dark); margin-bottom: 8px; }
.form-field input, .form-field textarea { display: block; width: 100%; padding: 16px 18px; border: 0; border-bottom: 1px solid #e3e0df; background: var(--field); color: var(--black); font-size: 17px; }
.form-field input:focus, .form-field textarea:focus { outline: 2px solid var(--accent); outline-offset: -2px; }
.form-field textarea { min-height: 250px; resize: vertical; }
.form-actions { margin-top: 10px; }
.form-status { margin-top: 18px; font-size: 16px; min-height: 1.5em; }
.form-status.is-ok { color: #1e7b3a; }
.form-status.is-error { color: #b3261e; }

/* ---------- Fascia marchi, prev/next, footer ---------- */
.brands-strip { position: relative; padding: 70px 0; background: var(--grey) url("/media/lt-footer-bg-1920.webp") center top / cover no-repeat; }
.brands-strip::before { content: ""; position: absolute; inset: 0; background: rgba(51,51,51,.5); }
.brands-strip__list { position: relative; display: flex; justify-content: center; gap: 26px; flex-wrap: wrap; padding: 0 var(--gutter); }
.brands-strip__list img { width: 82px; height: 82px; border-radius: 50%; box-shadow: 0 6px 18px rgba(0,0,0,.35); transition: transform .3s; }
.brands-strip__list a:hover img { transform: translateY(-4px) scale(1.05); }
.prev-next { display: grid; grid-template-columns: 1fr 1fr; }
.prev-next__item { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 320px; padding: 40px; background: var(--dark) center / cover no-repeat; color: var(--white); text-align: center; overflow: hidden; }
.prev-next__item::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.45); transition: background-color .4s; }
.prev-next__item:hover::before { background: rgba(0,0,0,.25); }
.prev-next__label, .prev-next__title { position: relative; }
.prev-next__label { font-size: 13px; font-weight: 500; margin-bottom: 6px; }
.prev-next__title { font-size: 30px; font-weight: 400; }
.site-footer { position: relative; padding: 80px 0 40px; background: var(--footer) url("/media/lt-footer-bg-1920.webp") center / cover no-repeat; color: var(--white); text-align: center; }
.site-footer::before { content: ""; position: absolute; inset: 0; background: rgba(25,25,25,.8); }
.site-footer__inner { position: relative; }
.site-footer__links { display: flex; flex-direction: column; align-items: center; gap: 22px; font-size: 16px; margin-bottom: 60px; }
.site-footer__links a:hover, .site-footer__links button:hover { text-decoration: underline; }
.site-footer__links button { font-size: 13px; color: var(--muted); }
.social-links { display: flex; justify-content: center; gap: 16px; margin-bottom: 32px; }
.social-links a { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.7); transition: color .3s, border-color .3s; }
.social-links a:hover, .social-links a:focus-visible { color: var(--white); border-color: var(--white); }
.site-footer__copy { font-size: 12px; color: var(--muted); }

/* ---------- Privacy / prosa ---------- */
.prose h3 { font-size: 22px; margin: 40px 0 12px; }
.prose h3:first-child { margin-top: 0; }
.prose p + p { margin-top: 14px; }
.prose ul { list-style: disc; padding-left: 24px; margin: 12px 0; }
.prose a { color: var(--accent); text-decoration: underline; }

/* ---------- Modali ---------- */
.video-modal, .lightbox { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; background: rgba(0,0,0,.92); padding: 40px; touch-action: manipulation; }
.video-modal[hidden], .lightbox[hidden] { display: none; }
.video-modal__frame { width: min(1100px, 100%); aspect-ratio: 16 / 9; background: #000; }
.video-modal__frame iframe { width: 100%; height: 100%; border: 0; }
.video-modal__close, .lightbox__close { position: absolute; z-index: 1; top: 16px; right: 22px; font-size: 44px; line-height: 1; color: var(--white); opacity: .8; }
.video-modal__close:hover, .lightbox__close:hover { opacity: 1; }
.lightbox__figure { margin: 0; max-width: 100%; max-height: 100%; position: relative; display: grid; place-items: center; }
.lightbox__figure img { max-width: min(1400px, 100%); max-height: calc(100vh - 80px); max-height: calc(100dvh - 80px); width: auto; object-fit: contain; box-shadow: 0 20px 60px rgba(0,0,0,.6); transition: opacity .25s; }
.lightbox__figure img:not([src]) { display: none; }
/* Mentre arriva la foto grande si vede la miniatura attenuata e un anello che gira (LT-022). */
.lightbox.is-loading .lightbox__figure img { opacity: .55; }
.lightbox__loader { position: absolute; width: 40px; height: 40px; border-radius: 50%; border: 3px solid rgba(255,255,255,.25); border-top-color: var(--white); opacity: 0; transition: opacity .2s .2s; pointer-events: none; animation: lb-spin .8s linear infinite; }
.lightbox.is-loading .lightbox__loader { opacity: 1; }
@keyframes lb-spin { to { transform: rotate(360deg); } }
.lightbox__nav { position: absolute; z-index: 1; top: 50%; transform: translateY(-50%); width: 56px; height: 56px; border-radius: 50%; border: 1px solid rgba(255,255,255,.4); color: var(--white); font-size: 34px; line-height: 1; display: grid; place-items: center; padding-bottom: 6px; }
.lightbox__nav:hover { background: rgba(255,255,255,.12); }
.lightbox__nav--prev { left: 24px; } .lightbox__nav--next { right: 24px; }
.lightbox.is-single .lightbox__nav { display: none; }

/* ---------- Banner consenso ---------- */
.cookie-banner { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 80; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px 24px; padding: 18px 24px; background: var(--dark); color: var(--white); font-size: 14px; box-shadow: 0 10px 40px rgba(0,0,0,.35); }
.cookie-banner[hidden] { display: none; }
.cookie-banner a { text-decoration: underline; }
.cookie-banner__actions { display: flex; gap: 10px; }
.cookie-banner .btn--solid { background: var(--white); border-color: var(--white); color: var(--black); }
.cookie-banner .btn--solid:hover { background: var(--ivory); border-color: var(--ivory); }

/* ---------- Reveal (solo con JS attivo) ---------- */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .hero-slide.is-active .hero-slide__img, .page-hero__title, .page-hero__subtitle,
  .hero-slide.is-active .hero-slide__title, .hero-slide.is-active .hero-slide__subtitle, .hero-slide.is-active .hero-slide__link { animation: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  :root { --gutter: 28px; }
  .site-nav ul { gap: clamp(18px, 3vw, 40px); }
}
@media (max-width: 1000px) {
  :root { --header-h: 84px; }
  .site-header::before { background: linear-gradient(to bottom, rgba(0,0,0,.6), rgba(0,0,0,0)); }
  .nav-open .site-header { background: var(--black); }
  .site-logo img { height: 60px; }
  .site-header.is-scrolled { height: 70px; }
  .site-header.is-scrolled .site-logo img { height: 48px; }
  .nav-toggle { display: block; }
  .site-nav { position: fixed; inset: 0; z-index: 40; background: rgba(10,10,10,.97); display: none; padding: 120px 40px 40px; overflow-y: auto; }
  .nav-open .site-nav { display: block; }
  .site-nav ul { flex-direction: column; gap: 22px; }
  .site-nav a { max-width: none; font-size: 22px; font-weight: 400; }
  .site-nav__lang a { display: flex; align-items: center; gap: 12px; }
  .flag { margin: 0; }
  .section { padding: 72px 0; }
  .intro__grid, .intro--wide .intro__grid { grid-template-columns: 1fr; gap: 40px; }
  .intro--wide .intro__media { justify-self: start; }
  .masonry { columns: 2; column-gap: 20px; }
  .masonry__item { margin-bottom: 20px; }
  .covers__item { flex-basis: calc((100vw - 2 * var(--gutter) - 30px) / 2); }
  .covers__track { padding: 0 var(--gutter); }
  .parallax { padding: 110px 0; }
  .hero-slider__dots { right: 24px; }
}
@media (max-width: 640px) {
  :root { --gutter: 20px; }
  body { font-size: 17px; }
  .hero-slide__content { padding: var(--header-h) 20px 120px; }
  .hero-slider__arrows { left: 20px; bottom: 36px; }
  .hero-slider__dots { display: none; }
  .page-hero { min-height: 320px; height: 40vh; }
  .projects-grid__list { grid-template-columns: 1fr; gap: 20px; }
  .prev-next { grid-template-columns: 1fr; }
  .prev-next__item { min-height: 220px; }
  .masonry { columns: 1; }
  .covers__item { flex-basis: 78vw; }
  .btn { padding: 15px 28px; font-size: 16px; }
  .brands-strip__list { gap: 14px; }
  .brands-strip__list img { width: 60px; height: 60px; }
  .video-modal, .lightbox { padding: 16px; }
  .lightbox__figure img { max-height: calc(100vh - 32px); max-height: calc(100dvh - 32px); }
  .lightbox__nav { width: 44px; height: 44px; font-size: 28px; }
  .lightbox__nav--prev { left: 8px; } .lightbox__nav--next { right: 8px; }
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; }
}
