:root {
  --white: #fff;
  --black: #050505;
  --orange: #f2762f;
  --text: #050505;
  --muted: rgba(5, 5, 5, 0.62);
  --line: rgba(0, 0, 0, 0.1);
  --line-dark: rgba(255, 255, 255, 0.16);
  --radius: 28px;
  --radius-small: 16px;
  --container: 1180px;
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Inter, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 110px; }
body { margin: 0; overflow-x: hidden; color: var(--text); background: var(--white); font-family: var(--font); line-height: 1.5; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.skip-link, .sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link:focus { z-index: 1000; top: 12px; left: 12px; width: auto; height: auto; padding: 10px 14px; clip: auto; color: var(--white); background: var(--black); border-radius: 999px; }
.container { width: min(var(--container), calc(100% - 44px)); margin-inline: auto; }
.section { padding: 120px 0; }

.site-header { position: fixed; z-index: 100; top: 18px; right: max(18px, calc((100vw - var(--container)) / 2)); left: max(18px, calc((100vw - var(--container)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 12px 14px 12px 18px; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 999px; color: var(--white); background: rgba(5, 5, 5, 0.38); box-shadow: 0 22px 70px rgba(0, 0, 0, 0.18); backdrop-filter: blur(26px) saturate(150%); transition: background 220ms ease, color 220ms ease, border-color 220ms ease, box-shadow 220ms ease; }
.site-header.is-scrolled, .site-header.is-open { color: var(--text); background: rgba(255, 255, 255, 0.88); border-color: var(--line); box-shadow: 0 18px 58px rgba(0, 0, 0, 0.12); }
.brand { display: inline-flex; align-items: center; min-width: 0; }
.brand-logo { width: clamp(158px, 17vw, 228px); height: auto; max-height: 50px; object-fit: contain; object-position: left center; filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.28)); }
.site-nav { display: flex; align-items: center; gap: 1px; font-size: .81rem; font-weight: 650; }
.site-nav a { padding: 10px 10px; border-radius: 999px; opacity: .86; transition: opacity 180ms ease, background 180ms ease; }
.site-nav a:hover, .site-nav a:focus-visible { opacity: 1; background: rgba(255, 255, 255, 0.1); }
.site-header.is-scrolled .site-nav a:hover, .site-header.is-open .site-nav a:hover { background: rgba(0, 0, 0, 0.06); }
.nav-cta, .site-nav .nav-cta:hover, .site-nav .nav-cta:focus-visible { color: var(--white); background: var(--orange); opacity: 1; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 12px; border: 0; border-radius: 50%; color: inherit; background: rgba(255, 255, 255, 0.12); }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; border-radius: 999px; background: currentColor; }

/* Hero approvata: fotografia, overlay, altezza e comportamento invariati. */
.hero { position: relative; min-height: 100vh; min-height: 100svh; overflow: hidden; color: var(--white); background: var(--black); }
.hero-photo { position: absolute; inset: 0; background-color: var(--black); background-image: url("img/portfolio/hero-redel-viking.webp"); background-position: center 43%; background-repeat: no-repeat; background-size: cover; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 5, 5, .9) 0%, rgba(5, 5, 5, .72) 40%, rgba(5, 5, 5, .22) 74%, rgba(5, 5, 5, .12) 100%), radial-gradient(circle at 78% 38%, rgba(242, 118, 47, .15), transparent 34%), linear-gradient(180deg, rgba(5, 5, 5, .22) 0%, rgba(5, 5, 5, .08) 55%, rgba(5, 5, 5, .72) 100%); }
.hero-inner { position: relative; z-index: 1; display: grid; min-height: 100vh; min-height: 100svh; grid-template-rows: 1fr auto; padding: 230px 0 74px; }
.hero-copy { max-width: 980px; align-self: end; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: .78rem; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.hero .eyebrow { color: var(--white); opacity: .76; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin: 0; line-height: 1.01; letter-spacing: 0; }
h1 { font-size: clamp(4rem, 8.2vw, 8.8rem); font-weight: 760; }
h1 span { display: block; }
h2 { max-width: 920px; font-size: clamp(2.7rem, 5.6vw, 6.5rem); font-weight: 740; }
h3 { font-size: clamp(1.35rem, 2.1vw, 2.25rem); font-weight: 700; }
.hero-lead { max-width: 640px; margin: 28px 0 0; color: rgba(255, 255, 255, .74); font-size: clamp(1.08rem, 1.7vw, 1.32rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; transition: transform 200ms ease, background 200ms ease, border-color 200ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--orange); }
.button-primary:hover, .button-primary:focus-visible { background: #ff8240; }
.hero .button-primary { box-shadow: 0 12px 32px rgba(242, 118, 47, .24); }
.hero .button:focus-visible { outline-color: var(--white); }
.button-secondary { color: var(--white); border-color: rgba(255, 255, 255, .22); background: rgba(255, 255, 255, .08); backdrop-filter: blur(16px); }
.button-secondary:hover, .button-secondary:focus-visible { border-color: rgba(255, 255, 255, .4); background: rgba(255, 255, 255, .14); }
.hero-meta { display: flex; justify-content: space-between; gap: 18px; align-items: end; margin-top: 62px; padding-top: 22px; border-top: 1px solid var(--line-dark); color: rgba(255, 255, 255, .62); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-meta p { margin: 0; }

.section-head { max-width: 920px; }
.section-head > p:not(.eyebrow) { max-width: 720px; margin: 28px 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.section-head > p + p { margin-top: 14px; }
.intro-section, .development-section, .capabilities-section, .realizations-section { background: #f5f5f2; }
.intro-section h2 { font-size: clamp(2.7rem, 4vw, 4.5rem); }

.intro-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(56px, 8vw, 110px); align-items: center; }
.intro-media { position: relative; min-height: 0; padding: 0 0 58px 38px; }
.intro-main, .intro-secondary { width: 100%; object-fit: cover; border-radius: var(--radius); }
.intro-main { height: auto; aspect-ratio: auto; }
.intro-secondary { position: absolute; right: 0; bottom: 0; width: 31%; height: 170px; border: 7px solid #f5f5f2; border-radius: 22px; }

.method-section { background: var(--black); color: var(--white); }
.method-section .section-head > p:not(.eyebrow) { color: rgba(255,255,255,.66); }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 64px; }
.method-card { overflow: hidden; border: 1px solid var(--line-dark); border-radius: var(--radius); background: #111; }
.method-card img { width: 100%; height: 300px; object-fit: cover; }
.method-card:first-child img { object-fit: cover; padding: 0; background: #090909; }
.method-card div { padding: 26px; }
.method-card span, .capability-card span, .trust-card span, .realization-copy span, .sector-card-text span { display: block; margin-bottom: 16px; color: var(--orange); font-size: .76rem; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.method-card p, .capability-card p, .sector-card p, .realization-copy p, .trust-card p { margin: 15px 0 0; color: rgba(255,255,255,.63); line-height: 1.65; }

.development-grid { display: grid; grid-template-columns: 1.05fr .8fr 1.05fr; grid-auto-rows: 1fr; gap: 22px; margin-top: 64px; align-items: stretch; }
.development-step { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.development-step:nth-child(2) { transform: translateY(42px); }
.development-step img { width: 100%; height: 390px; object-fit: cover; }
.development-step:first-child img { object-fit: contain; padding: 24px; background: #090909; }
.development-step div { padding: 28px; }
.development-step span { display: block; margin-bottom: 16px; color: var(--orange); font-size: .76rem; font-weight: 760; letter-spacing: .1em; }
.development-step p { margin: 14px 0 0; color: var(--muted); line-height: 1.65; }

.capabilities-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 64px; }
.capability-card { overflow: hidden; border-radius: var(--radius); color: var(--white); background: var(--black); }
.capability-card img { width: 100%; height: 420px; object-fit: cover; }
.capability-card div { padding: 30px; }

.sectors-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 64px; }
.sector-card { min-height: 560px; overflow: hidden; border-radius: var(--radius); color: var(--white); background: var(--black); }
.sector-card img { width: 100%; height: 350px; object-fit: cover; }
.sector-card div { padding: 30px; }
.sector-card-text { display: flex; align-items: end; background: linear-gradient(145deg, #050505 0%, #171717 72%, #4b2511 100%); }
.sector-card-text div { padding: 38px; }

.realizations-list { display: grid; gap: 90px; margin-top: 72px; }
.realization { display: grid; grid-template-columns: 1.5fr .7fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.realization:nth-child(even) .realization-images { order: 2; }
.realization-images { display: grid; grid-template-columns: 1.25fr .75fr; gap: 14px; }
.realization-images img { width: 100%; height: 520px; object-fit: cover; border-radius: var(--radius); }
.realization-images img:last-child { height: 390px; align-self: end; }
.realization:nth-child(2) .realization-images { grid-template-columns: 1fr; }
.realization:nth-child(2) .realization-images img { height: 280px; }
.realization:nth-child(2) .realization-images img:last-child { height: auto; aspect-ratio: auto; object-fit: contain; }
.realization-copy p { color: var(--muted); }

.trust-section { background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 58px; }
.trust-card { min-height: 300px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); }
.trust-card h3 { font-size: 1.55rem; }
.trust-card p { color: var(--muted); }

.career-cta-section { padding: 84px 0; color: var(--white); background: #151515; }
.career-cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.career-cta-inner h2 { max-width: 780px; font-size: clamp(2.6rem, 5vw, 5.8rem); }
.career-cta-inner > div > p:last-child { max-width: 610px; margin: 22px 0 0; color: rgba(255,255,255,.64); font-size: 1.05rem; }
.career-cta-inner .button { flex: 0 0 auto; }

.contact-section { color: var(--white); background: var(--black); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 8vw, 110px); }
.contact-copy > p:not(.eyebrow) { margin: 26px 0 0; color: rgba(255,255,255,.65); font-size: 1.05rem; }
.contact-list { display: grid; gap: 12px; margin-top: 42px; color: rgba(255,255,255,.78); font-style: normal; }
.contact-list a:hover { color: var(--orange); }
.contact-panel { display: grid; gap: 22px; }
.contact-form { display: grid; gap: 18px; padding: 32px; border: 1px solid var(--line-dark); border-radius: var(--radius); background: #101010; }
.contact-form label { display: grid; gap: 8px; color: rgba(255,255,255,.72); font-size: .9rem; font-weight: 650; }
.contact-form input, .contact-form textarea { width: 100%; padding: 14px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; color: var(--white); background: rgba(255,255,255,.06); resize: vertical; }
.contact-form .button { justify-self: start; }
.form-note { margin: 0; color: rgba(255,255,255,.5); font-size: .8rem; }
.map-wrap { overflow: hidden; min-height: 340px; border-radius: var(--radius); background: #151515; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 340px; border: 0; }

.site-footer { padding: 70px 0; color: var(--white); background: var(--black); border-top: 1px solid var(--line-dark); }
.footer-grid { display: grid; grid-template-columns: .8fr 1.2fr auto; gap: 44px; align-items: start; }
.footer-brand img { width: 220px; height: auto; }
.footer-brand p, .company-data { color: rgba(255,255,255,.58); font-size: .88rem; }
.footer-careers { display: inline-flex; margin-top: 12px; color: var(--white); font-size: .88rem; font-weight: 700; }
.company-data p { margin: 0 0 7px; }
.company-data a:hover, .footer-careers:hover, .footer-top:hover { color: var(--orange); }
.footer-top { font-size: .88rem; font-weight: 700; }

/* Lavora con noi */
.career-page { background: #f5f5f2; }
.career-hero { display: flex; min-height: 76vh; min-height: 76svh; align-items: end; padding: 220px 0 110px; overflow: hidden; color: var(--white); background: radial-gradient(circle at 82% 24%, rgba(242,118,47,.2), transparent 30%), linear-gradient(135deg, #050505 0%, #121212 68%, #21130c 100%); }
.career-hero-inner { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(48px, 8vw, 110px); align-items: end; }
.career-hero h1 { max-width: 920px; font-size: clamp(3.8rem, 7.8vw, 8rem); }
.career-hero h1 span { color: var(--orange); }
.career-hero-lead { max-width: 680px; margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: clamp(1.08rem, 1.6vw, 1.3rem); line-height: 1.7; }
.career-hero-aside { padding: 30px; border: 1px solid var(--line-dark); border-radius: var(--radius); background: rgba(255,255,255,.05); backdrop-filter: blur(18px); }
.career-hero-aside p { margin: 0; color: rgba(255,255,255,.68); line-height: 1.7; }
.career-hero-aside strong { display: block; margin-bottom: 14px; color: var(--white); font-size: 1.2rem; }
.career-intro { background: var(--white); }
.career-intro-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(54px, 8vw, 110px); align-items: start; }
.career-intro-copy p { margin: 0 0 18px; color: var(--muted); font-size: 1.08rem; line-height: 1.8; }
.career-values { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 38px; }
.career-value { min-height: 220px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #f5f5f2; }
.career-value span { display: block; margin-bottom: 28px; color: var(--orange); font-size: .76rem; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.career-value h3 { font-size: 1.45rem; }
.career-value p { margin: 14px 0 0; color: var(--muted); line-height: 1.65; }
.application-section { color: var(--white); background: var(--black); }
.application-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(52px, 8vw, 110px); align-items: start; }
.application-copy > p:not(.eyebrow) { margin: 26px 0 0; color: rgba(255,255,255,.64); font-size: 1.05rem; line-height: 1.75; }
.application-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; padding: 32px; border: 1px solid var(--line-dark); border-radius: var(--radius); background: #101010; }
.application-form label { display: grid; gap: 8px; color: rgba(255,255,255,.72); font-size: .9rem; font-weight: 650; }
.application-form .field-wide { grid-column: 1 / -1; }
.application-form input, .application-form textarea { width: 100%; padding: 14px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; color: var(--white); background: rgba(255,255,255,.06); resize: vertical; }
.application-form input[type="file"] { padding: 11px; }
.application-form input[type="file"]::file-selector-button { margin-right: 12px; padding: 9px 12px; border: 0; border-radius: 9px; color: var(--white); background: #333; font-weight: 700; cursor: pointer; }
.application-form .button { grid-column: 1 / -1; justify-self: start; }
.application-note { grid-column: 1 / -1; margin: 0; color: rgba(255,255,255,.52); font-size: .82rem; line-height: 1.6; }
.application-note a { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.privacy-consent { display: flex !important; grid-template-columns: none; align-items: flex-start; gap: 12px !important; font-weight: 500 !important; line-height: 1.55; }
.application-form .privacy-consent input { width: 19px; height: 19px; flex: 0 0 19px; margin: 2px 0 0; padding: 0; accent-color: var(--orange); }
.privacy-consent a { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.application-success { display: grid; gap: 6px; padding: 18px 20px; border: 1px solid rgba(242,118,47,.45); border-radius: 14px; color: var(--white); background: rgba(242,118,47,.12); }
.application-success[hidden] { display: none; }
.application-success strong { color: var(--orange); }
.application-success span { color: rgba(255,255,255,.72); }

/* Privacy candidature */
.privacy-page { background: #f5f5f2; }
.privacy-hero { padding: 220px 0 104px; color: var(--white); background: radial-gradient(circle at 82% 24%, rgba(242,118,47,.18), transparent 30%), var(--black); }
.privacy-hero h1 { max-width: 940px; font-size: clamp(3.8rem, 7.5vw, 7.8rem); }
.privacy-hero p:last-child { max-width: 720px; margin: 28px 0 0; color: rgba(255,255,255,.68); font-size: 1.12rem; line-height: 1.7; }
.privacy-content { background: var(--white); }
.privacy-layout { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(52px, 8vw, 110px); align-items: start; }
.privacy-summary { position: sticky; top: 130px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #f5f5f2; }
.privacy-summary strong { display: block; margin-bottom: 12px; font-size: 1.1rem; }
.privacy-summary p { margin: 0; color: var(--muted); line-height: 1.65; }
.privacy-copy { max-width: 820px; }
.privacy-block + .privacy-block { margin-top: 42px; padding-top: 42px; border-top: 1px solid var(--line); }
.privacy-block h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.privacy-block p, .privacy-block li { color: var(--muted); line-height: 1.75; }
.privacy-block p { margin: 18px 0 0; }
.privacy-block ul { margin: 18px 0 0; padding-left: 22px; }
.privacy-block a { color: var(--text); text-decoration: underline; text-underline-offset: 3px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: calc(100% + 10px); right: 0; left: 0; display: none; padding: 12px; border: 1px solid var(--line); border-radius: 24px; color: var(--text); background: rgba(255,255,255,.97); box-shadow: 0 22px 60px rgba(0,0,0,.14); }
  .site-header.is-open .site-nav { display: grid; }
  .site-nav a { padding: 13px 16px; }
  .site-nav .nav-cta { text-align: center; }
  .intro-layout, .contact-layout, .career-hero-inner, .career-intro-layout, .application-layout, .privacy-layout { grid-template-columns: 1fr; }
  .intro-layout { gap: 50px; }
  .method-grid { grid-template-columns: repeat(2, 1fr); }
  .development-grid { grid-template-columns: repeat(3, 1fr); }
  .development-step:nth-child(2) { transform: none; }
  .sectors-grid { grid-template-columns: repeat(2, 1fr); }
  .sector-card-text { min-height: 330px; grid-column: 1 / -1; }
  .sector-card-civil { grid-column: 1 / -1; }
  .realization { grid-template-columns: 1fr; }
  .realization:nth-child(even) .realization-images { order: 0; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-column: 1 / -1; }
}

@media (max-width: 920px) {
  .site-header { top: 12px; right: 12px; left: 12px; }
  .brand-logo { width: 156px; max-height: 40px; }
  .hero-inner { padding-top: 178px; }
  .hero-photo { background-position: 58% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(5, 5, 5, .88) 0%, rgba(5, 5, 5, .66) 58%, rgba(5, 5, 5, .3) 100%), radial-gradient(circle at 76% 38%, rgba(242, 118, 47, .13), transparent 38%), linear-gradient(180deg, rgba(5, 5, 5, .28) 0%, rgba(5, 5, 5, .1) 52%, rgba(5, 5, 5, .76) 100%); }
}

@media (max-width: 700px) {
  .container { width: min(100% - 30px, var(--container)); }
  .section { padding: 82px 0; }
  h2 { font-size: clamp(2.25rem, 11vw, 3.4rem); }
  .intro-media { display: grid; gap: 14px; min-height: 0; padding: 0; }
  .intro-main, .intro-secondary { position: static; width: 100%; height: 360px; border: 0; border-radius: 22px; }
  .intro-main { height: auto; aspect-ratio: auto; }
  .intro-secondary { height: 230px; }
  .method-grid, .development-grid, .capabilities-grid, .sectors-grid, .trust-grid { grid-template-columns: 1fr; }
  .sector-card-text { grid-column: auto; }
  .sector-card-civil { grid-column: auto; }
  .method-card img, .capability-card img { height: 280px; }
  .development-step img { height: 300px; }
  .sector-card { min-height: 0; }
  .sector-card img { height: 300px; }
  .sector-card-text { min-height: 340px; }
  .realizations-list { gap: 70px; }
  .realization-images { grid-template-columns: 1fr 1fr; gap: 10px; }
  .realization-images img, .realization-images img:last-child { height: 300px; }
  .trust-card { min-height: 230px; }
  .career-cta-inner { align-items: stretch; flex-direction: column; }
  .career-cta-inner .button { width: 100%; }
  .career-hero { min-height: auto; padding: 180px 0 88px; }
  .privacy-hero { padding: 180px 0 88px; }
  .privacy-summary { position: static; }
  .career-values { grid-template-columns: 1fr; }
  .application-form { grid-template-columns: 1fr; padding: 22px; }
  .application-form .field-wide, .application-form .button, .application-note { grid-column: auto; }
  .contact-form { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-top { grid-column: auto; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 72px 0; }
  .brand-logo { width: 136px; max-height: 34px; }
  .hero-inner { min-height: 100vh; min-height: 100svh; padding: 132px 0 40px; }
  h1 { font-size: clamp(2.65rem, 13.2vw, 4.2rem); line-height: 1.04; }
  .hero-lead { font-size: 1.04rem; line-height: 1.55; }
  .hero-actions { gap: 10px; margin-top: 30px; }
  .hero-actions .button { min-height: 54px; }
  .hero-meta { margin-top: 54px; }
  .hero-photo { background-position: 64% center; }
  .button { width: 100%; }
}

@media (max-width: 420px) {
  .realization-images { grid-template-columns: 1fr; }
  .realization-images img, .realization-images img:last-child { height: 280px; }
}

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