:root {
    --black: #030405;
    --graphite: #0b0d10;
    --panel: #111318;
    --white: #f4f3f1;
    --muted: #a7a8ac;
    --line: rgba(255, 255, 255, .13);
    --red: #e20b18;
    --red-dark: #820008;
    --shell: min(1180px, calc(100vw - 96px));
    color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--white); font: 400 16px/1.65 Inter, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.shell { width: var(--shell); margin-inline: auto; }
.screen-reader-text, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 12px 18px; background: #fff; color: #000; }

.site-header { position: fixed; z-index: 90; inset: 0 0 auto; display: grid; grid-template-columns: 220px 1fr 220px; align-items: center; gap: 32px; min-height: 96px; padding: 14px 3vw; border-bottom: 1px solid transparent; transition: background .3s, border-color .3s, min-height .3s; }
.site-header.is-scrolled { min-height: 74px; background: rgba(3, 4, 5, .84); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; flex-direction: column; justify-self: start; line-height: 1; }
.brand__logo { display: block; width: auto; height: 62px; object-fit: contain; }
.brand .custom-logo-link { display: block; line-height: 0; }
.brand .custom-logo { width: auto; height: 52px; }
.brand__letters { display: flex; gap: 1px; align-items: center; font: 800 44px/.8 Montserrat, sans-serif; letter-spacing: -5px; background: linear-gradient(#fff, #585a60 54%, #d7d7da); -webkit-background-clip: text; color: transparent; filter: drop-shadow(0 3px 2px #000); }
.brand__letters strong { color: transparent; background: linear-gradient(#ff4650, #a4000a 60%, #fb2430); -webkit-background-clip: text; }
.brand__caption { margin-top: 8px; font: 600 7px/1 Montserrat, sans-serif; letter-spacing: .38em; color: #d4d4d4; }
.site-nav { justify-self: center; }
.site-nav__list { display: flex; align-items: center; gap: clamp(24px, 3.2vw, 56px); margin: 0; padding: 0; list-style: none; }
.site-nav a { position: relative; padding: 16px 0; font: 500 12px/1 Montserrat, sans-serif; text-transform: uppercase; }
.site-nav a::after { content: ''; position: absolute; inset: auto 50% 6px; height: 1px; background: var(--red); transition: inset .25s; }
.site-nav a:hover::after, .site-nav .current-menu-item a::after { inset-inline: 0; }
.header-quote { justify-self: end; }
.menu-toggle { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 48px; padding: 0 26px; border: 1px solid rgba(255,255,255,.72); font: 600 12px/1 Montserrat, sans-serif; letter-spacing: .02em; text-transform: uppercase; transition: color .25s, background .25s, border-color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); border-color: var(--red); }
.button--outline { border-color: var(--red); }
.button--solid { border-color: var(--red); background: var(--red); }
.button--solid:hover { background: #ff1724; color: #fff; }
.button--arrow span { font-size: 22px; color: var(--red); }

.experience { --mtf-progress: 0; --logo-reveal: 0; position: relative; background: #030405; }
.scene-layer { position: fixed; z-index: 20; inset: 0; pointer-events: none; transition: opacity .25s; }
.scene-canvas { width: 100%; height: 100%; opacity: calc(1 - var(--logo-reveal)); }
.scene-fallback { position: absolute; left: 50%; top: 51%; transform: translate(-50%, -50%) perspective(500px) rotateY(-5deg); font: 800 min(55vh, 32vw)/.75 Montserrat, sans-serif; letter-spacing: -.12em; color: #c60712; text-shadow: -8px 0 #5e0005, 0 0 18px rgba(255,0,20,.52), inset 0 0 20px #fff; }
.scene-shadow { position: absolute; z-index: -1; left: 50%; top: 80%; width: 28vw; height: 5vw; transform: translate(-50%, -50%); background: radial-gradient(ellipse, rgba(255,20,30,.5), transparent 65%); filter: blur(8px); opacity: calc(1 - var(--mtf-progress)); }
.experience.is-static .scene-canvas { display: none; }
.experience.is-static .scene-layer { position: absolute; height: 100vh; }
.experience.is-static .logo-final { opacity: 1; transform: none; }
.experience.is-static .logo-fragment { opacity: 0; }
.experience.is-locked .scene-layer { opacity: 0 !important; }

.hero { position: relative; z-index: 10; min-height: 100svh; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 54% 48%, rgba(106,7,12,.17), transparent 38%), linear-gradient(90deg, #020303 0%, rgba(4,5,7,.75) 42%, rgba(4,5,7,.25) 72%, #020303 100%); }
.hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 80px 80px; mask-image: radial-gradient(circle, #000, transparent 72%); }
.hero__content { position: absolute; z-index: 30; top: 50%; left: 4vw; width: min(370px, 31vw); transform: translateY(-42%); }
.eyebrow { margin: 0 0 22px; font: 400 clamp(22px, 2vw, 34px)/1.15 Montserrat, sans-serif; letter-spacing: -.04em; text-transform: uppercase; }
.eyebrow strong { display: block; color: var(--red); font-size: 1.55em; letter-spacing: -.035em; }
.hero h1 { margin: 0 0 22px; font: 600 clamp(20px, 1.45vw, 27px)/1.22 Montserrat, sans-serif; }
.hero__lead { margin: 0 0 32px; color: #cacbd0; font-size: 14px; line-height: 1.7; }
.technical-orbit { position: absolute; z-index: 0; top: 50%; left: 52%; width: min(72vw, 900px); aspect-ratio: 1; transform: translate(-50%, -50%); border: 1px solid rgba(221,11,24,.21); border-radius: 50%; }
.technical-orbit::before, .technical-orbit::after { content: ''; position: absolute; border: 1px solid rgba(221,11,24,.12); border-radius: 50%; inset: 10%; }
.technical-orbit::after { inset: 24%; }
.technical-orbit i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #a40a13; box-shadow: 0 0 10px #ff1e29; }
.technical-orbit i:nth-child(1) { left: 8%; top: 34%; }.technical-orbit i:nth-child(2) { right: 12%; top: 24%; }.technical-orbit i:nth-child(3) { right: 5%; bottom: 28%; }
.hero__rail { position: absolute; z-index: 30; right: 4.5vw; top: 50%; display: flex; flex-direction: column; gap: 22px; transform: translateY(-50%); }
.hero__rail > * { width: 7px; height: 7px; border: 1px solid #ddd; border-radius: 50%; background: #ddd; }
.hero__rail b { border-color: var(--red); background: var(--red); box-shadow: 0 0 0 4px rgba(226,11,24,.12); }
.explore-cue { position: absolute; z-index: 30; right: 5vw; bottom: 10vh; display: flex; align-items: center; gap: 18px; color: #c5c5c8; font: 500 10px/1 Montserrat, sans-serif; text-transform: uppercase; }
.mouse-icon { display: inline-block; width: 24px; height: 40px; border: 1px solid #fff; border-radius: 15px; }
.mouse-icon::before { content: ''; display: block; width: 1px; height: 10px; margin: 5px auto; background: #fff; }
.scroll-cue { position: absolute; z-index: 30; left: 50%; bottom: 4vh; display: flex; flex-direction: column; align-items: center; gap: 8px; transform: translateX(-50%); font: 500 10px/1 Montserrat, sans-serif; text-transform: uppercase; }
.scroll-cue span { width: 1px; height: 34px; background: linear-gradient(#fff, var(--red)); }

.content-section { position: relative; z-index: 10; min-height: 100vh; display: flex; align-items: center; overflow: clip; }
.content-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(95,4,10,.13), transparent 36%); pointer-events: none; }
.section-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 100%; }
.section-grid--right .section-copy { grid-column: 2; }
.section-copy { position: relative; z-index: 30; max-width: 510px; padding: 60px 0; }
.kicker { margin: 0 0 18px; color: var(--red); font: 600 11px/1 Montserrat, sans-serif; letter-spacing: .22em; text-transform: uppercase; }
.section-copy h2, .materials h2, .final-cta h2, .page-hero h1 { margin: 0 0 24px; font: 600 clamp(36px, 4.5vw, 72px)/1.02 Montserrat, sans-serif; letter-spacing: -.045em; text-transform: uppercase; }
.section-copy > p:not(.kicker) { color: var(--muted); font-size: 17px; }
.machine-intro { min-height: auto; padding: clamp(110px, 12vw, 180px) 0; background: linear-gradient(135deg, #050607, #0b0d10 54%, #050607); }
.machine-links { margin-top: 38px; border-top: 1px solid var(--line); }
.machine-links a { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 14px; padding: 22px 0; border-bottom: 1px solid var(--line); font: 600 15px/1 Montserrat, sans-serif; }
.machine-links a span { color: var(--red); font-size: 10px; }.machine-links a b { color: var(--muted); font: 500 10px/1 Montserrat, sans-serif; text-transform: uppercase; }
.machine-catalog { position: relative; z-index: 30; }
.machine-catalog__header { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); align-items: end; gap: 70px; padding-bottom: 48px; border-bottom: 1px solid var(--line); }
.machine-catalog__header h2 { margin: 0; font: 600 clamp(40px, 5vw, 72px)/.98 Montserrat, sans-serif; letter-spacing: -.05em; text-transform: uppercase; }
.machine-catalog__header > p { max-width: 470px; margin: 0 0 3px; color: var(--muted); }
.machine-group { padding-top: 64px; }
.machine-group + .machine-group { margin-top: 28px; padding-top: 72px; border-top: 1px solid var(--line); }
.machine-group__header { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; align-items: baseline; margin-bottom: 30px; }
.machine-group__header h3 { margin: 0; color: #fff; font: 600 clamp(24px, 2.6vw, 38px)/1 Montserrat, sans-serif; letter-spacing: -.03em; text-transform: uppercase; }
.machine-group__header h3::before { content: ''; display: inline-block; width: 34px; height: 2px; margin: 0 14px 8px 0; background: var(--red); }
.machine-group__header p { max-width: 560px; margin: 0; color: var(--muted); }
.machine-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.machine-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--line); background: rgba(9, 11, 14, .94); transition: transform .3s ease, border-color .3s ease, background .3s ease; }
.machine-card:hover { transform: translateY(-5px); border-color: rgba(226, 11, 24, .62); background: #0e1014; }
.machine-card__image { position: relative; display: grid; place-items: center; height: 205px; padding: 22px; overflow: hidden; background: radial-gradient(circle at 50% 78%, rgba(226, 11, 24, .18), transparent 47%), linear-gradient(145deg, #14161b, #08090b); border-bottom: 1px solid var(--line); }
.machine-card__image::after { content: ''; position: absolute; inset: auto 13% 20px; height: 1px; background: linear-gradient(90deg, transparent, rgba(255, 25, 39, .76), transparent); box-shadow: 0 0 14px rgba(255, 16, 32, .4); }
.machine-card__image img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 14px 12px rgba(0, 0, 0, .68)); transition: transform .4s ease; }
.machine-card:hover .machine-card__image img { transform: scale(1.035); }
.machine-card__body { padding: 25px 25px 27px; }
.machine-card__line { margin: 0 0 9px; color: var(--red); font: 600 9px/1 Montserrat, sans-serif; letter-spacing: .2em; text-transform: uppercase; }
.machine-card h4 { margin: 0 0 12px; color: #fff; font: 700 27px/1 Montserrat, sans-serif; letter-spacing: -.035em; }
.machine-card__description { min-height: 52px; margin: 0 0 20px; color: #c0c1c4; font-size: 13px; line-height: 1.55; }
.machine-card ul { display: grid; gap: 7px; min-height: 76px; margin: 0 0 22px; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; }
.machine-card li { position: relative; padding-left: 14px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.machine-card li::before { content: ''; position: absolute; left: 0; top: .52em; width: 4px; height: 4px; border-radius: 50%; background: var(--red); }
.machine-card a { display: flex; justify-content: space-between; align-items: center; padding-top: 17px; border-top: 1px solid var(--line); color: #fff; font: 600 10px/1 Montserrat, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.machine-card a span { color: var(--red); font-size: 16px; }
.technology { background: linear-gradient(105deg, #11141a, #030405 58%); }
.text-link { display: inline-flex; gap: 18px; margin-top: 24px; padding-bottom: 8px; border-bottom: 1px solid var(--red); font: 600 12px/1 Montserrat, sans-serif; text-transform: uppercase; }
.tech-stats { position: relative; z-index: 30; grid-column: 2; display: grid; gap: 28px; margin: 0 0 0 auto; padding: 0; list-style: none; }
.tech-stats li { display: flex; align-items: baseline; gap: 18px; }.tech-stats strong { color: var(--red); font: 600 clamp(54px, 7vw, 100px)/.8 Montserrat, sans-serif; }.tech-stats span { max-width: 140px; color: var(--muted); font-size: 12px; text-transform: uppercase; }

.logo-destination { min-height: 70vh; flex-direction: column; justify-content: center; padding: 8vh 0 6vh; background: radial-gradient(circle at 50% 42%, #18191d, #050607 48%, #020303 75%); }
.brand-lockup { position: relative; z-index: 10; text-align: center; }
.logo-stage { position: relative; width: clamp(220px, 24vw, 320px); aspect-ratio: 695 / 350; margin-inline: auto; }
.logo-stage img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: contain; }
.logo-fragment { z-index: 1; opacity: calc(1 - var(--logo-reveal)); }
.logo-fragment--wordmark { clip-path: inset(0 0 89% 0); }
.logo-fragment--m { clip-path: inset(30% 65% 0 0); }
.logo-fragment--f { clip-path: inset(30% 0 0 55%); }
.logo-final { z-index: 4; opacity: var(--logo-reveal); transform: scale(.99); transition: transform .45s ease; }
.experience.is-locked .logo-final { opacity: 1; transform: none; }
.experience.is-locked .logo-fragment { opacity: 0; }
.t-target { position: absolute; z-index: 2; top: 9%; left: 0; display: block; width: 100%; height: 91%; }
.t-target i { opacity: 0; font-style: normal; }
.about-heading { position: relative; z-index: 30; display: flex; align-items: center; justify-content: center; gap: 18px; width: min(520px, 68vw); margin-top: 16px; }
.about-heading span { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--red)); }.about-heading span:last-child { background: linear-gradient(90deg, var(--red), transparent); }
.about-heading h2 { margin: 0; white-space: nowrap; font: 700 clamp(20px, 1.9vw, 28px)/1 Montserrat, sans-serif; text-transform: uppercase; text-shadow: 0 3px 3px #000; }
.about-copy { position: relative; z-index: 30; max-width: 560px; margin-top: 20px; text-align: center; color: var(--muted); font-size: 13px; }
.about-copy .button { min-height: 42px; margin-top: 12px; }

.materials { position: relative; z-index: 40; padding: 130px 0; background: #0c0e12; border-top: 1px solid var(--line); }
.materials h2 { max-width: 900px; font-size: clamp(38px, 5.5vw, 78px); }
.material-list { display: grid; grid-template-columns: repeat(7, 1fr); margin-top: 60px; border-block: 1px solid var(--line); }
.material-list a { display: flex; justify-content: space-between; padding: 24px 14px; border-right: 1px solid var(--line); font: 600 14px/1 Montserrat, sans-serif; }.material-list a:last-child { border: 0; }.material-list span { color: var(--red); }
.final-cta { position: relative; z-index: 40; min-height: 72vh; display: flex; align-items: center; text-align: center; background: radial-gradient(circle at 50% 100%, rgba(181,0,13,.22), transparent 45%), #030405; }
.final-cta .shell { max-width: 900px; }.final-cta p:not(.kicker) { max-width: 650px; margin: 0 auto 34px; color: var(--muted); }

.site-footer { position: relative; z-index: 50; padding: 76px 0 26px; background: #08090b; border-top: 1px solid var(--line); color: var(--muted); }
.site-footer__grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 60px; }.site-footer h2 { color: #fff; font: 600 12px/1 Montserrat, sans-serif; letter-spacing: .12em; text-transform: uppercase; }.site-footer a { display: block; margin: 8px 0; }.footer-brand { color: #fff; font: 800 56px/1 Montserrat, sans-serif; }.site-footer__bottom { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 11px; }
.page-hero { padding: 190px 0 85px; }.page-hero h1 { max-width: 980px; }.entry-content { max-width: 850px; padding-bottom: 120px; }.entry-content h2 { margin-top: 2.2em; font: 600 36px/1.15 Montserrat, sans-serif; }.entry-content h3 { margin-top: 1.8em; font: 600 24px/1.2 Montserrat, sans-serif; }.entry-content p, .entry-content li { color: #c6c7ca; }.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding-bottom: 120px; }.post-card { padding: 30px; border: 1px solid var(--line); background: var(--panel); }.post-card h2 { font: 600 25px/1.2 Montserrat, sans-serif; }.post-card__date { color: var(--red); font-size: 11px; }.error-page { min-height: 70vh; }

@media (max-width: 1050px) {
    :root { --shell: min(100% - 48px, 900px); }
    .site-header { grid-template-columns: 160px 1fr 180px; gap: 18px; }.site-nav__list { gap: 18px; }.header-quote { padding-inline: 15px; }
    .hero__content { width: 34vw; }.technical-orbit { width: 78vw; }
}

@media (max-width: 820px) {
    :root { --shell: calc(100% - 36px); }
    .site-header { grid-template-columns: 1fr auto; min-height: 76px; padding-inline: 18px; }.brand__letters { font-size: 36px; }.brand__caption { font-size: 5px; }.brand .custom-logo { height: 42px; }
    .menu-toggle { display: grid; gap: 5px; width: 42px; padding: 10px; border: 0; background: none; }.menu-toggle > span:not(.screen-reader-text) { width: 100%; height: 1px; background: #fff; transition: transform .25s, opacity .25s; }
    .site-header.menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }.site-header.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }.site-header.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .site-nav { position: fixed; top: 75px; left: 0; width: 100%; max-height: 0; overflow: hidden; background: rgba(3,4,5,.97); transition: max-height .35s; }.menu-open .site-nav { max-height: 420px; }.site-nav__list { flex-direction: column; align-items: stretch; gap: 0; padding: 18px; }.site-nav a { display: block; padding: 18px; border-bottom: 1px solid var(--line); }.header-quote { display: none; }
    .hero__content { top: 18%; left: 18px; width: calc(100% - 36px); transform: none; }.eyebrow { font-size: 18px; }.hero h1 { max-width: 420px; font-size: 20px; }.hero__lead { max-width: 360px; font-size: 13px; }.technical-orbit { top: 59%; left: 50%; width: 135vw; }.explore-cue, .hero__rail { display: none; }.scroll-cue { bottom: 3vh; }
    .section-grid, .section-grid--right { grid-template-columns: 1fr; }.section-grid--right .section-copy, .tech-stats { grid-column: 1; }.content-section { min-height: 105vh; align-items: flex-start; padding-top: 15vh; }.machine-intro { min-height: auto; padding-block: 110px; }.section-copy { max-width: 100%; }.technology .section-copy { padding-bottom: 20px; }.tech-stats { margin: 0; grid-template-columns: repeat(3, 1fr); }.tech-stats li { flex-direction: column; gap: 10px; }.tech-stats strong { font-size: 48px; }
    .machine-catalog__header { grid-template-columns: 1fr; gap: 24px; }.machine-group__header { grid-template-columns: 1fr; gap: 12px; }.machine-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .logo-destination { min-height: 68vh; justify-content: center; padding: 8vh 0 6vh; }.material-list { grid-template-columns: repeat(2, 1fr); }.material-list a { border-bottom: 1px solid var(--line); }.post-grid, .site-footer__grid { grid-template-columns: 1fr; }.site-footer__bottom { flex-direction: column; gap: 8px; }
    .scene-fallback { font-size: min(45vh, 75vw); }
}

@media (max-width: 480px) {
    .hero__content { top: 14%; }.hero h1 { max-width: 320px; font-size: 17px; }.hero__lead { max-width: 300px; font-size: 12px; }.button { padding-inline: 18px; font-size: 10px; }
    .content-section { padding-top: 11vh; }.section-copy h2 { font-size: 34px; }.tech-stats { gap: 10px; }.tech-stats strong { font-size: 38px; }.tech-stats span { font-size: 9px; }
    .machine-intro { padding-block: 90px; }.machine-catalog__header h2 { font-size: 36px; }.machine-group { padding-top: 50px; }.machine-grid { grid-template-columns: 1fr; }.machine-card__image { height: 190px; }.machine-card__description, .machine-card ul { min-height: auto; }
    .logo-stage { width: min(64vw, 250px); }.about-heading { width: 76vw; gap: 10px; margin-top: 14px; }.about-heading h2 { font-size: 18px; }.about-copy { max-width: calc(100vw - 54px); margin-top: 16px; font-size: 11px; }
    .materials, .final-cta { padding-block: 90px; }.material-list { grid-template-columns: 1fr 1fr; }
}

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

/* Home refinement — v1.0.5 */
.site-header { grid-template-columns: 190px 1fr 260px; min-height: 104px; padding-inline: clamp(30px, 3.5vw, 66px); }
.site-header::before { content: ''; position: absolute; inset: 7px 1.4vw; z-index: -1; border: 1px solid transparent; border-radius: 10px; background: transparent; transition: background .3s, border-color .3s, box-shadow .3s; }
.site-header.is-scrolled { min-height: 96px; background: transparent; border: 0; backdrop-filter: none; }
.site-header.is-scrolled::before { background: rgba(5, 6, 8, .88); border-color: rgba(255,255,255,.1); box-shadow: 0 18px 50px rgba(0,0,0,.32); backdrop-filter: blur(18px); }
.site-nav { padding: 5px 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; background: rgba(8,9,11,.46); box-shadow: inset 0 1px rgba(255,255,255,.04); }
.site-nav__list { gap: clamp(8px, 1vw, 16px); }
.site-nav a { display: block; padding: 13px clamp(12px, 1.2vw, 19px); border-radius: 999px; font-size: 10px; font-weight: 600; letter-spacing: .075em; transition: color .25s, background .25s; }
.site-nav a::after { inset: auto 28% 7px; opacity: 0; }
.site-nav a:hover, .site-nav .current-menu-item a { color: #fff; background: rgba(255,255,255,.065); }
.site-nav a:hover::after, .site-nav .current-menu-item a::after { inset-inline: 28%; opacity: 1; }
.header-quote { position: relative; min-height: 52px; padding: 0 20px; overflow: hidden; border-color: rgba(255, 28, 42, .9); background: linear-gradient(105deg, rgba(126,0,8,.36), rgba(226,11,24,.1)); box-shadow: inset 0 0 24px rgba(226,11,24,.08), 0 0 0 1px rgba(226,11,24,.08); font-size: 10px; letter-spacing: .07em; white-space: nowrap; }
.header-quote::before { content: ''; position: absolute; inset: 0; transform: translateX(-105%); background: linear-gradient(105deg, var(--red), #a9000b); transition: transform .35s ease; }
.header-quote::after { content: '↗'; position: relative; z-index: 1; margin-left: 10px; color: #ff3a46; font-size: 15px; }
.header-quote:hover::before { transform: none; }
.header-quote:hover::after { color: #fff; }
.header-quote { isolation: isolate; }
.header-quote > * { position: relative; z-index: 1; }

.hero__content { left: clamp(30px, 4vw, 76px); width: min(560px, 42vw); transform: translateY(-39%); }
.eyebrow { position: relative; display: flex; gap: .35em; margin-bottom: 18px; padding-left: 16px; font-size: clamp(11px, .95vw, 14px); line-height: 1; letter-spacing: .1em; }
.eyebrow::before { content: ''; position: absolute; left: 0; top: -1px; bottom: -1px; width: 2px; background: var(--red); box-shadow: 0 0 12px rgba(226,11,24,.65); }
.eyebrow span { display: inline; color: #f4f4f5; font-weight: 500; }
.eyebrow strong { display: inline; margin: 0; font-size: 1em; line-height: 1; letter-spacing: .1em; text-shadow: 0 0 22px rgba(226,11,24,.22); }
.hero h1 { max-width: 540px; margin: 0 0 26px; font: 600 clamp(38px, 3.75vw, 58px)/.96 Montserrat, sans-serif; letter-spacing: -.06em; text-transform: uppercase; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { margin-top: 3px; color: #d3d4d7; font-size: 1em; font-style: normal; font-weight: 500; line-height: .98; letter-spacing: -.055em; }
.hero__lead { max-width: 440px; font-size: 14px; }
.hero__button { border-color: var(--red); background: rgba(5,5,6,.6); box-shadow: 0 0 30px rgba(226,11,24,.08); }
.scene-fallback { font-size: min(48vh, 27vw); }

.numbers { position: relative; z-index: 10; padding: 42px 0; border-bottom: 1px solid var(--line); background: rgba(5,6,8,.96); }
.numbers__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.numbers__grid > div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 16px; min-height: 92px; padding: 0 clamp(18px, 2vw, 32px); border-right: 1px solid var(--line); }
.numbers__grid > div:first-child { padding-left: 0; }
.numbers__grid > div:last-child { padding-right: 0; border: 0; }
.numbers strong { color: #fff; font: 600 clamp(34px, 3.7vw, 56px)/1 Montserrat, sans-serif; letter-spacing: -.06em; }
.numbers sup { color: var(--red); font-size: .48em; }
.numbers span { max-width: 120px; color: #9ea0a5; font: 600 9px/1.45 Montserrat, sans-serif; letter-spacing: .09em; text-transform: uppercase; }

.machine-intro { padding-top: 145px; }
.machine-catalog__header { grid-template-columns: minmax(0, 1.55fr) minmax(290px, .45fr); }
.machine-catalog__header h2 { max-width: 790px; font-size: clamp(43px, 5.2vw, 76px); }
.machine-group__header { grid-template-columns: 1fr auto; }
.machine-group__header > div { display: grid; grid-template-columns: minmax(190px, .7fr) minmax(280px, 1.3fr); align-items: baseline; gap: 28px; }
.machine-group__header > a { display: inline-flex; align-items: center; gap: 16px; padding-bottom: 7px; border-bottom: 1px solid var(--red); font: 600 10px/1 Montserrat, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.machine-group__header > a span { color: var(--red); }

.light-section { color: #17181a; background: #f2f1ed; }
.light-section .kicker { color: #c80b16; }
.technology { min-height: 88vh; background: linear-gradient(120deg, #f7f6f2, #e9e8e3); border-top: 1px solid #d3d1ca; }
.technology::before { background: radial-gradient(circle at 20% 50%, rgba(226,11,24,.09), transparent 34%); }
.technology__layout { position: relative; z-index: 30; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(50px, 8vw, 130px); }
.technology__index { color: transparent; font: 800 clamp(190px, 27vw, 390px)/.72 Montserrat, sans-serif; letter-spacing: -.12em; -webkit-text-stroke: 1px rgba(30,30,32,.14); text-shadow: 24px 24px 0 rgba(226,11,24,.035); }
.technology__copy { max-width: 630px; }
.technology__copy h2 { margin: 0 0 30px; color: #111214; font: 600 clamp(48px, 5.5vw, 82px)/.92 Montserrat, sans-serif; letter-spacing: -.06em; text-transform: uppercase; }
.technology__copy h2 span { color: var(--red); }
.technology__copy > p:not(.kicker) { max-width: 570px; color: #55575b; font-size: 17px; }
.technology__copy ul { display: grid; gap: 10px; margin: 28px 0 34px; padding: 0; list-style: none; }
.technology__copy li { position: relative; padding-left: 22px; color: #3d3f42; font-size: 13px; font-weight: 600; }
.technology__copy li::before { content: ''; position: absolute; left: 0; top: .65em; width: 8px; height: 2px; background: var(--red); }
.dark-link { display: inline-flex; gap: 18px; padding: 15px 0 11px; border-bottom: 1px solid var(--red); color: #111214; font: 700 11px/1 Montserrat, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.dark-link span { color: var(--red); font-size: 16px; }

.about-showcase { min-height: 100vh; flex-direction: column; justify-content: center; padding: 120px 0; color: #17181a; background: #f7f6f2; }
.about-showcase::before { display: none; }
.about-showcase__brand { position: relative; z-index: 10; width: min(360px, calc(100vw - 40px)); margin: 0 auto 72px; padding: 0; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.about-showcase__brand::before { display: none; }
.about-showcase__brand .logo-stage { width: 300px; filter: drop-shadow(0 16px 18px rgba(21,22,24,.2)); }
.about-showcase__grid { position: relative; z-index: 10; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(50px, 6vw, 92px); align-items: center; }
.about-showcase__copy { position: relative; z-index: 10; }
.about-showcase__copy .kicker { position: relative; padding-left: 60px; font-size: 12px; font-weight: 700; letter-spacing: .24em; }
.about-showcase__copy .kicker::before { content: ''; position: absolute; left: 0; top: 50%; width: 42px; height: 2px; background: var(--red); }
.about-showcase__copy h2 { max-width: 610px; margin: 0 0 52px; color: #111216; font: 650 clamp(50px, 5.7vw, 80px)/.96 Montserrat, sans-serif; letter-spacing: -.065em; }
.about-showcase__copy > p:not(.kicker) { max-width: 620px; margin: 0 0 28px; color: #2d2f33; font-size: 17px; line-height: 1.75; }
.about-showcase__copy .about-showcase__lead { margin-bottom: 34px; color: #62656c; font-size: clamp(18px, 1.55vw, 22px); line-height: 1.7; }
.about-showcase__button { display: inline-flex; align-items: center; gap: 28px; min-height: 62px; margin-top: 8px; padding: 0 30px; border-radius: 999px; color: #fff; background: #111216; font: 700 11px/1 Montserrat, sans-serif; letter-spacing: .09em; text-transform: uppercase; transition: transform .25s, background .25s; }
.about-showcase__button span { color: #fff; font-size: 20px; font-weight: 400; }
.about-showcase__button:hover { transform: translateY(-3px); background: var(--red); }
.about-showcase__media { position: relative; height: clamp(580px, 56vw, 730px); overflow: hidden; border-radius: 26px; background: #b5000c; box-shadow: 0 30px 70px rgba(45,0,3,.2); }
.about-showcase__media > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.about-showcase__media::after { content: ''; position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(transparent, rgba(14,0,2,.32)); pointer-events: none; }
.about-showcase__video { position: absolute; z-index: 7; top: 108px; right: 30px; display: inline-flex; align-items: center; gap: 18px; min-height: 58px; padding: 0 24px; border: 0; border-radius: 999px; color: #17181a; background: rgba(255,255,255,.94); box-shadow: 0 14px 32px rgba(55,0,4,.2); cursor: pointer; font: 700 11px/1 Montserrat, sans-serif; letter-spacing: .04em; text-transform: uppercase; transition: transform .25s, background .25s; }
.about-showcase__video i { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; color: #fff; background: var(--red); font-size: 10px; font-style: normal; }
.about-showcase__video:hover { transform: translateY(-3px); background: #fff; }

.materials, .authority, .faq, .final-cta { position: relative; z-index: 40; color: #18191b; }
.materials { padding: 130px 0 150px; border-top: 1px solid #d6d4ce; background: #f7f6f2; }
.light-heading { margin-bottom: 58px; }
.light-heading h2 { max-width: 920px; margin: 0; color: #161719; font: 600 clamp(42px, 5.3vw, 78px)/.98 Montserrat, sans-serif; letter-spacing: -.055em; text-transform: uppercase; }
.materials-table { border-top: 1px solid #bdbbb5; }
.materials-row { display: grid; grid-template-columns: 90px minmax(0, 1fr) 180px 24px; align-items: center; gap: 24px; min-height: 102px; padding: 18px 10px; border-bottom: 1px solid #cfcdc7; transition: padding .25s, background .25s; }
.materials-row:hover { padding-inline: 22px; background: #fff; }
.materials-row > strong { color: var(--red); font: 700 28px/1 Montserrat, sans-serif; letter-spacing: -.04em; }
.materials-row > span { display: grid; grid-template-columns: minmax(180px, .65fr) minmax(260px, 1.35fr); gap: 25px; color: #65676a; font-size: 13px; }
.materials-row b { color: #202124; font-weight: 700; }
.materials-row em { color: #5b5d60; font-size: 11px; font-style: normal; font-weight: 700; text-transform: uppercase; }
.materials-row > i { color: var(--red); font-style: normal; font-size: 18px; }

.authority { padding: 150px 0; background: #ebeae5; }
.light-heading--split { display: grid; grid-template-columns: .4fr 1.6fr; align-items: start; gap: 50px; }
.light-heading--split h2 { max-width: 850px; }
.trust-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid #c9c7c1; border-left: 1px solid #c9c7c1; }
.trust-card { grid-column: span 2; min-height: 320px; padding: 30px; border-right: 1px solid #c9c7c1; border-bottom: 1px solid #c9c7c1; }
.trust-card:nth-child(4), .trust-card:nth-child(5) { grid-column: span 3; }
.trust-card > span { color: var(--red); font: 700 11px/1 Montserrat, sans-serif; }
.trust-card > p { margin: 54px 0 8px; color: #8a8985; font: 700 9px/1 Montserrat, sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.trust-card h3 { margin: 0 0 20px; color: #18191b; font: 600 25px/1.05 Montserrat, sans-serif; letter-spacing: -.035em; text-transform: uppercase; }
.trust-card > div { color: #626367; font-size: 13px; }
.segments { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 38px; }
.segments span { padding: 9px 14px; border: 1px solid #c5c3bd; border-radius: 999px; color: #4d4f52; font: 600 9px/1 Montserrat, sans-serif; letter-spacing: .08em; text-transform: uppercase; }

.faq { padding: 150px 0; background: #f7f6f2; }
.faq__layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 9vw, 140px); align-items: start; }
.faq .light-heading { position: sticky; top: 120px; }
.faq .light-heading h2 { font-size: clamp(40px, 4.5vw, 66px); }
.faq__items { border-top: 1px solid #bdbbb5; }
.faq details { border-bottom: 1px solid #ceccc6; }
.faq summary { display: grid; grid-template-columns: 40px 1fr 28px; gap: 18px; align-items: center; min-height: 94px; cursor: pointer; list-style: none; color: #202124; font: 600 16px/1.35 Montserrat, sans-serif; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--red); font-size: 9px; letter-spacing: .08em; }
.faq summary i { color: var(--red); font-size: 23px; font-style: normal; font-weight: 400; transition: transform .25s; }
.faq details[open] summary i { transform: rotate(45deg); }
.faq details p { margin: -4px 45px 30px 58px; color: #5e6063; font-size: 14px; }

.final-cta { min-height: auto; padding: 90px 0 135px; background: #ebeae5; }
.final-cta .shell.final-cta__panel { width: var(--shell); max-width: 1180px; }
.final-cta__panel { position: relative; display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(330px, .78fr); align-items: stretch; min-height: 610px; overflow: hidden; border: 0; border-radius: 30px; color: #fff; background: linear-gradient(125deg, #e20b18 0%, #bd000c 52%, #790007 100%); box-shadow: 0 35px 80px rgba(90,0,7,.23); text-align: left; }
.final-cta__panel::before, .final-cta__panel::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; pointer-events: none; }
.final-cta__panel::before { width: 720px; height: 720px; left: -300px; bottom: -470px; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.final-cta__panel::after { width: 470px; height: 470px; right: 130px; top: -330px; box-shadow: 0 0 0 64px rgba(255,255,255,.025); }
.final-cta__content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 7vw, 92px); }
.final-cta__content .kicker { color: #fff; opacity: .72; }
.final-cta h2 { max-width: 710px; margin: 0 0 32px; color: #fff; font-size: clamp(46px, 5.4vw, 76px); line-height: .96; text-align: left; text-transform: none; }
.final-cta__content > p:not(.kicker) { max-width: 610px; margin: 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.75; text-align: left; }
.final-cta__action { position: relative; z-index: 2; display: flex; flex-direction: column; align-self: stretch; margin: 28px 28px 28px 0; padding: clamp(38px, 4vw, 58px); border-radius: 22px; color: #17181a; background: rgba(255,255,255,.96); box-shadow: 0 22px 50px rgba(65,0,5,.2); }
.final-cta__action > span { color: var(--red); font: 700 10px/1 Montserrat, sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.final-cta__action > strong { margin: 42px 0 auto; font: 600 clamp(25px, 2.35vw, 35px)/1.08 Montserrat, sans-serif; letter-spacing: -.045em; }
.final-cta__action > a { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 62px; margin-top: 48px; padding: 0 25px; border-radius: 999px; color: #fff; background: #111216; font: 700 10px/1 Montserrat, sans-serif; letter-spacing: .08em; text-transform: uppercase; transition: background .25s, transform .25s; }
.final-cta__action > a:hover { transform: translateY(-3px); background: var(--red); }
.final-cta__action i { color: #fff; font-size: 19px; font-style: normal; }
.final-cta__action small { margin-top: 22px; color: #77797d; font: 600 8px/1.4 Montserrat, sans-serif; letter-spacing: .1em; text-transform: uppercase; }

.video-modal { position: fixed; z-index: 300; inset: 0; display: grid; place-items: center; padding: 28px; visibility: hidden; opacity: 0; transition: opacity .3s, visibility .3s; }
.video-modal.is-open { visibility: visible; opacity: 1; }
.video-modal__backdrop { position: absolute; inset: 0; background: rgba(2,3,4,.88); backdrop-filter: blur(16px); }
.video-modal__dialog { position: relative; z-index: 1; width: min(1100px, 94vw); overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: #090a0c; box-shadow: 0 35px 100px rgba(0,0,0,.65); transform: translateY(18px) scale(.985); transition: transform .3s; }
.video-modal.is-open .video-modal__dialog { transform: none; }
.video-modal__header { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 88px; padding: 18px 22px 18px 30px; color: #fff; }
.video-modal__header span { display: block; margin-bottom: 5px; color: var(--red); font: 700 8px/1 Montserrat, sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.video-modal__header h2 { margin: 0; font: 600 22px/1 Montserrat, sans-serif; }
.video-modal__header button { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; background: rgba(255,255,255,.06); cursor: pointer; font-size: 28px; line-height: 1; }
.video-modal__frame { aspect-ratio: 16 / 9; background: #000; }
.video-modal__frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.video-modal-open { overflow: hidden; }

@media (max-width: 1050px) {
    .site-header { grid-template-columns: 150px 1fr 190px; }.site-nav a { padding-inline: 10px; font-size: 9px; }.header-quote { padding-inline: 15px; font-size: 9px; }
    .hero__content { width: 43vw; }.hero h1 { font-size: 38px; }
    .machine-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .materials-row > span { grid-template-columns: 1fr; gap: 4px; }
}

@media (max-width: 820px) {
    .site-header { grid-template-columns: 1fr auto; min-height: 82px; }.site-header::before { inset: 6px 10px; border-radius: 9px; }.site-header.is-scrolled { min-height: 84px; }.brand__logo { height: 48px; }
    .site-nav { position: fixed; top: 76px; left: 10px; width: calc(100% - 20px); padding: 0; border-radius: 4px; background: rgba(3,4,5,.97); }
    .site-nav__list { padding: 12px; }.site-nav a { padding: 17px; border-radius: 0; font-size: 11px; }.site-nav a::after { display: none; }
    .hero__content { top: 112px; width: calc(100% - 36px); transform: none; }.eyebrow { font-size: 11px; }.hero h1 { max-width: 420px; font-size: 32px; }.hero h1 em { font-size: 1em; }.hero__lead { max-width: 370px; }
    .numbers { padding: 22px 0; }.numbers__grid { grid-template-columns: 1fr 1fr; }.numbers__grid > div { min-height: 76px; border-bottom: 1px solid var(--line); }.numbers__grid > div:nth-child(2) { border-right: 0; }.numbers__grid > div:nth-child(3), .numbers__grid > div:nth-child(4) { border-bottom: 0; }.numbers__grid > div:first-child { padding-left: 18px; }
    .machine-catalog__header { grid-template-columns: 1fr; }.machine-group__header { grid-template-columns: 1fr; }.machine-group__header > div { grid-template-columns: 1fr; gap: 10px; }.machine-grid { grid-template-columns: 1fr 1fr; }
    .technology { min-height: auto; padding: 120px 0; }.technology__layout { grid-template-columns: 1fr; gap: 20px; }.technology__index { position: absolute; right: 0; top: -15px; z-index: -1; font-size: 210px; }.technology__copy h2 { font-size: 49px; }
    .logo-destination { min-height: auto; padding: 70px 0; }.logo-destination__panel { min-height: 560px; }
    .materials, .authority, .faq { padding-block: 100px; }.materials-row { grid-template-columns: 60px 1fr 24px; }.materials-row > em { display: none; }.materials-row > span { display: block; }.materials-row b { display: block; margin-bottom: 4px; }
    .light-heading--split, .faq__layout { grid-template-columns: 1fr; gap: 25px; }.faq .light-heading { position: static; }.trust-card { grid-column: span 3; }.trust-card:nth-child(4), .trust-card:nth-child(5) { grid-column: span 3; }
}

@media (max-width: 480px) {
    .hero__content { top: 98px; }.eyebrow { margin-bottom: 14px; font-size: 9px; }.hero h1 { max-width: 330px; font-size: 28px; }.hero__lead { font-size: 11px; line-height: 1.6; }.hero__button { min-height: 44px; }
    .numbers__grid > div { grid-template-columns: 1fr; gap: 3px; padding: 12px 10px !important; text-align: center; }.numbers span { max-width: none; font-size: 8px; }.numbers strong { font-size: 34px; }
    .machine-intro { padding-block: 85px; }.machine-catalog__header h2 { font-size: 37px; }.machine-grid { grid-template-columns: 1fr; }
    .technology { padding-block: 90px; }.technology__copy h2 { font-size: 39px; }.technology__copy > p:not(.kicker) { font-size: 14px; }
    .logo-destination__panel { min-height: 510px; padding-inline: 20px; }.logo-stage { width: min(58vw, 230px); }.about-copy { max-width: 290px; font-size: 12px; }
    .light-heading h2 { font-size: 38px; }.materials-row { grid-template-columns: 52px 1fr 18px; gap: 12px; min-height: 92px; padding-inline: 2px; }.materials-row > strong { font-size: 22px; }.materials-row > span { font-size: 11px; }.materials-row:hover { padding-inline: 8px; }
    .trust-grid { grid-template-columns: 1fr; }.trust-card, .trust-card:nth-child(4), .trust-card:nth-child(5) { grid-column: 1; min-height: auto; }.trust-card > p { margin-top: 35px; }
    .faq summary { grid-template-columns: 28px 1fr 22px; gap: 10px; min-height: 84px; font-size: 13px; }.faq details p { margin: 0 30px 25px 38px; font-size: 12px; }
    .final-cta { padding-bottom: 90px; }.final-cta__panel { padding: 45px 26px; }.final-cta h2 { font-size: 36px; }
}

/* Home resumida e páginas internas — v1.0.10 */
.home-machines { min-height: auto; padding: 150px 0; color: #17181a; background: #f7f6f2; border-top: 1px solid #d7d5cf; }
.home-machines::before { background: radial-gradient(circle at 55% 15%, rgba(226,11,24,.055), transparent 30%); }
.home-machines__inner { position: relative; z-index: 30; }
.home-machines__heading { display: grid; grid-template-columns: 1fr; gap: 14px; align-items: start; max-width: 760px; padding-bottom: 62px; border-bottom: 1px solid #cfcdc7; }
.home-machines__heading h2 { max-width: 760px; font-size: clamp(45px, 4.8vw, 69px); }
.home-machine-features { display: grid; gap: 0; border-left: 1px solid #cfcdc7; }
.home-machine-feature { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr); min-height: 390px; border-right: 1px solid #cfcdc7; border-bottom: 1px solid #cfcdc7; background: rgba(255,255,255,.28); }
.home-machine-feature__image { display: grid; place-items: center; min-height: 390px; padding: 38px; overflow: hidden; background: radial-gradient(circle at 50% 65%, rgba(226,11,24,.11), transparent 44%); border-right: 1px solid #cfcdc7; }
.home-machine-feature__image img { width: 100%; max-height: 290px; object-fit: contain; filter: drop-shadow(0 24px 18px rgba(20,20,20,.18)); }
.home-machine-feature > div:last-child { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 5vw, 74px); }
.home-machine-feature span { color: var(--red); font: 700 9px/1 Montserrat, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.home-machine-feature h3 { margin: 18px 0; color: #17181a; font: 600 clamp(35px, 4vw, 58px)/.95 Montserrat, sans-serif; letter-spacing: -.055em; text-transform: uppercase; }
.home-machine-feature p { max-width: 570px; margin: 0 0 30px; color: #5e6063; font-size: 15px; }
.home-machine-feature a { display: flex; justify-content: space-between; width: min(100%, 330px); padding: 16px 0 11px; border-bottom: 1px solid var(--red); color: #18191b; font: 700 10px/1 Montserrat, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.home-machine-feature a b { color: var(--red); font-size: 16px; }
.home-machine-feature--technology { grid-template-columns: .82fr 1.18fr; color: #fff; background: linear-gradient(120deg, #15171b, #070809); }
.home-machine-feature--technology h3, .home-machine-feature--technology a { color: #fff; }
.home-machine-feature--technology p { color: #afb0b4; }
.home-machine-feature__symbol { display: grid !important; place-items: center; padding: 20px !important; overflow: hidden; border-right: 1px solid rgba(255,255,255,.12); color: transparent; font: 800 clamp(130px, 19vw, 270px)/1 Montserrat, sans-serif; letter-spacing: -.12em; -webkit-text-stroke: 1px rgba(255,255,255,.16); text-shadow: 18px 18px 0 rgba(226,11,24,.09); }
.home-machines__all { display: inline-flex; gap: 24px; margin-top: 38px; padding: 18px 25px; border: 1px solid #222326; color: #17181a; font: 700 10px/1 Montserrat, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.home-machines__all span { color: var(--red); }

.home-materials, .home-authority { position: relative; z-index: 40; padding: 135px 0; color: #17181a; }
.home-materials { background: #f7f6f2; border-top: 1px solid #d7d5cf; }
.home-materials__grid { display: grid; grid-template-columns: repeat(7, 1fr); margin-bottom: 42px; border-top: 1px solid #c8c6c0; border-left: 1px solid #c8c6c0; }
.home-materials__grid a { position: relative; display: flex; flex-direction: column; min-height: 180px; padding: 26px 20px; border-right: 1px solid #c8c6c0; border-bottom: 1px solid #c8c6c0; transition: background .25s, transform .25s; }
.home-materials__grid a:hover { z-index: 1; transform: translateY(-5px); background: #fff; }
.home-materials__grid strong { color: var(--red); font: 700 28px/1 Montserrat, sans-serif; }
.home-materials__grid span { margin-top: auto; color: #44464a; font-size: 11px; font-weight: 600; }
.home-materials__grid i { position: absolute; top: 25px; right: 18px; color: var(--red); font-style: normal; }
.home-authority { background: #ebeae5; }
.home-authority__grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 42px; border-top: 1px solid #c7c5bf; border-left: 1px solid #c7c5bf; }
.home-authority__grid article { min-height: 300px; padding: 32px; border-right: 1px solid #c7c5bf; border-bottom: 1px solid #c7c5bf; }
.home-authority__grid span { color: var(--red); font: 700 10px/1 Montserrat, sans-serif; }
.home-authority__grid h3 { margin: 70px 0 18px; color: #191a1c; font: 600 27px/1 Montserrat, sans-serif; letter-spacing: -.04em; text-transform: uppercase; }
.home-authority__grid p { color: #626367; font-size: 13px; }

.internal-page { position: relative; z-index: 40; min-height: 70vh; padding: 145px 0 140px; }
.internal-page--light { color: #17181a; background: #f7f6f2; }
body:not(.home) .site-header::before { background: rgba(9,10,12,.94); border-color: rgba(255,255,255,.1); box-shadow: 0 18px 50px rgba(0,0,0,.2); backdrop-filter: blur(18px); }
body:not(.home) .site-nav { background: rgba(2,3,4,.5); }
body:not(.home) .header-quote { color: #fff; background: linear-gradient(105deg, var(--red), #9d000a); }
.internal-hero { padding-top: 75px; padding-bottom: 75px; border-bottom: 1px solid #c9c7c1; }
.internal-hero h1 { max-width: 1050px; margin: 0; color: #161719; font: 600 clamp(52px, 7vw, 104px)/.9 Montserrat, sans-serif; letter-spacing: -.065em; text-transform: uppercase; }
.internal-hero > p:last-child { max-width: 720px; margin: 34px 0 0; color: #5d5f62; font-size: 17px; }
.internal-options { display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 70px; }
.internal-option { min-height: 360px; padding: 38px; border: 1px solid #cbc9c3; border-right: 0; background: #f2f1ec; }
.internal-option:last-child { border-right: 1px solid #cbc9c3; }
.internal-option span, .internal-machine-card > span { color: var(--red); font: 700 9px/1 Montserrat, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.internal-option h2 { margin: 75px 0 22px; color: #191a1c; font: 600 35px/.95 Montserrat, sans-serif; letter-spacing: -.05em; text-transform: uppercase; }
.internal-option p { color: #616366; font-size: 13px; }
.internal-option b, .internal-machine-card b { display: block; margin-top: 30px; color: #202124; font: 700 10px/1 Montserrat, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.internal-option--red { background: #15171b; }.internal-option--red h2, .internal-option--red b { color: #fff; }.internal-option--red p { color: #b1b2b6; }
.internal-machine-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-top: 70px; }
.internal-machine-card { padding: 24px; border: 1px solid #cbc9c3; background: #f1f0eb; }
.internal-machine-card > div { display: grid; place-items: center; height: 230px; margin: -24px -24px 25px; padding: 25px; background: radial-gradient(circle at 50% 70%, rgba(226,11,24,.12), transparent 48%), #e8e7e2; border-bottom: 1px solid #cbc9c3; }
.internal-machine-card img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 18px 13px rgba(0,0,0,.2)); }
.internal-machine-card h2 { margin: 14px 0 12px; color: #1b1c1e; font: 700 31px/1 Montserrat, sans-serif; }
.internal-machine-card p { min-height: 48px; color: #626367; font-size: 13px; }
.machine-detail__hero { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; min-height: 640px; padding-top: 50px; }
.machine-detail__copy h1 { margin: 0; color: #17181a; font: 700 clamp(70px, 9vw, 130px)/.8 Montserrat, sans-serif; letter-spacing: -.08em; }
.machine-detail__copy h2 { margin: 28px 0 20px; color: #252629; font: 600 28px/1.05 Montserrat, sans-serif; text-transform: uppercase; }
.machine-detail__copy > p:not(.kicker) { color: #5d5f62; }
.machine-detail__copy .button { margin-top: 25px; color: #fff; }
.machine-detail__image { display: grid; place-items: center; min-height: 520px; padding: 35px; background: radial-gradient(circle at 50% 70%, rgba(226,11,24,.16), transparent 45%), #e9e8e3; border: 1px solid #cbc9c3; }
.machine-detail__image img { width: 100%; max-height: 430px; object-fit: contain; filter: drop-shadow(0 26px 18px rgba(0,0,0,.2)); }
.machine-specs, .material-detail__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #c5c3bd; border-left: 1px solid #c5c3bd; }
.machine-specs div, .material-detail__grid div { min-height: 150px; padding: 28px; border-right: 1px solid #c5c3bd; border-bottom: 1px solid #c5c3bd; }
.machine-specs span, .material-detail__grid span { display: block; margin-bottom: 30px; color: #777874; font: 700 9px/1 Montserrat, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.machine-specs strong, .material-detail__grid strong { color: #202124; font: 600 20px/1.1 Montserrat, sans-serif; }
.internal-back { margin-top: 40px; }.internal-back a { color: #45474a; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.internal-editorial { display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 70px; }
.internal-editorial > div { min-height: 340px; padding: 35px; border: 1px solid #cbc9c3; border-right: 0; }.internal-editorial > div:last-child { border-right: 1px solid #cbc9c3; }
.internal-editorial span { color: var(--red); font: 700 10px/1 Montserrat, sans-serif; }.internal-editorial h2 { margin: 75px 0 20px; color: #1c1d1f; font: 600 28px/1 Montserrat, sans-serif; text-transform: uppercase; }.internal-editorial p { color: #626367; font-size: 13px; }
.internal-cta { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 70px; padding: 45px; color: #fff; background: #15171b; }.internal-cta h2 { max-width: 700px; margin: 0; font: 600 clamp(28px,4vw,50px)/.95 Montserrat,sans-serif; text-transform: uppercase; }.internal-cta .button { flex: 0 0 auto; }
.internal-material-list { padding-top: 65px; }.internal-material-list a { display: grid; grid-template-columns: 100px 1fr 180px 25px; align-items: center; gap: 22px; min-height: 105px; border-bottom: 1px solid #cbc9c3; }.internal-material-list strong { color: var(--red); font: 700 28px/1 Montserrat,sans-serif; }.internal-material-list span { display: grid; grid-template-columns: 260px 1fr; color: #626367; font-size: 13px; }.internal-material-list b { color: #222326; }.internal-material-list em { color: #55575a; font: 700 10px/1 Montserrat,sans-serif; font-style: normal; text-transform: uppercase; }.internal-material-list i { color: var(--red); font-style: normal; }
.material-detail__grid { grid-template-columns: repeat(2,1fr); margin-top: 60px; }.material-detail small { display: block; margin-top: 18px; font-size: .32em; letter-spacing: -.02em; }
.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); padding-top: 70px; }.contact-grid a { display: flex; flex-direction: column; min-height: 280px; padding: 35px; border: 1px solid #cbc9c3; border-right: 0; }.contact-grid a:last-child { border-right: 1px solid #cbc9c3; }.contact-grid span { color: var(--red); font: 700 9px/1 Montserrat,sans-serif; letter-spacing: .14em; text-transform: uppercase; }.contact-grid strong { margin: 70px 0 25px; overflow-wrap: anywhere; color: #202124; font: 600 20px/1.15 Montserrat,sans-serif; }.contact-grid b { margin-top: auto; color: #4b4d50; font-size: 11px; text-transform: uppercase; }

@media (max-width: 820px) {
    .home-machines { padding-block: 100px; }.home-machines__heading { grid-template-columns: 1fr; gap: 12px; }.home-machine-feature, .home-machine-feature--technology { grid-template-columns: 1fr; }.home-machine-feature__image, .home-machine-feature__symbol { min-height: 300px; border-right: 0; border-bottom: 1px solid #cfcdc7; }.home-machine-feature > div:last-child { padding: 42px 28px; }
    .home-materials__grid { grid-template-columns: repeat(4,1fr); }.home-authority__grid { grid-template-columns: 1fr; }
    .about-showcase { min-height: auto; padding: 95px 0; }.about-showcase__brand { margin-bottom: 58px; }.about-showcase__grid { grid-template-columns: 1fr; gap: 58px; }.about-showcase__copy { max-width: 650px; }.about-showcase__copy h2 { font-size: clamp(48px, 9vw, 68px); }.about-showcase__media { height: 620px; }
    .final-cta__panel { grid-template-columns: 1fr; min-height: auto; padding: 0; }.final-cta__content { padding-bottom: 54px; }.final-cta__action { margin: 0 28px 28px; min-height: 390px; }.final-cta__action > strong { max-width: 520px; }.final-cta__action > a { width: min(100%, 360px); }
    .internal-page { padding-top: 100px; }.internal-hero { padding-top: 60px; }.internal-options, .internal-machine-grid, .internal-editorial, .contact-grid { grid-template-columns: 1fr; }.internal-option, .internal-option:last-child, .internal-editorial > div, .internal-editorial > div:last-child, .contact-grid a, .contact-grid a:last-child { border-right: 1px solid #cbc9c3; border-bottom: 0; }.internal-option:last-child, .internal-editorial > div:last-child, .contact-grid a:last-child { border-bottom: 1px solid #cbc9c3; }
    .machine-detail__hero { grid-template-columns: 1fr; padding-top: 60px; }.machine-detail__image { min-height: 380px; }.machine-specs { grid-template-columns: 1fr 1fr; }.internal-material-list a { grid-template-columns: 70px 1fr 20px; }.internal-material-list span { display: block; }.internal-material-list span b { display: block; margin-bottom: 5px; }.internal-material-list em { display: none; }.internal-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
    .home-machines { padding-block: 80px; }.home-machine-feature__image, .home-machine-feature__symbol { min-height: 240px; }.home-machine-feature h3 { font-size: 34px; }.home-materials, .home-authority { padding-block: 90px; }.home-materials__grid { grid-template-columns: 1fr 1fr; }.home-materials__grid a { min-height: 145px; }.home-authority__grid article { min-height: 250px; }.home-authority__grid h3 { margin-top: 48px; }
    .about-showcase { padding-block: 78px; }.about-showcase__brand { width: min(310px, calc(100vw - 36px)); margin-bottom: 48px; padding: 0; }.about-showcase__brand .logo-stage { width: 255px; }.about-showcase__copy .kicker { padding-left: 46px; font-size: 9px; }.about-showcase__copy .kicker::before { width: 32px; }.about-showcase__copy h2 { margin-bottom: 34px; font-size: 42px; }.about-showcase__copy .about-showcase__lead { font-size: 17px; }.about-showcase__copy > p:not(.kicker) { font-size: 14px; }.about-showcase__button { width: 100%; justify-content: space-between; }.about-showcase__media { height: 500px; border-radius: 18px; }.about-showcase__video { top: 96px; right: auto; left: 16px; gap: 9px; min-height: 44px; padding: 0 10px; font-size: 7.5px; }.about-showcase__video i { width: 20px; height: 20px; font-size: 8px; }
    .final-cta { padding: 70px 0 90px; }.final-cta__panel { padding: 0; border-radius: 20px; }.final-cta__content { padding: 46px 25px 40px; }.final-cta h2 { font-size: 38px; }.final-cta__content > p:not(.kicker) { font-size: 14px; }.final-cta__action { min-height: 350px; margin: 0 12px 12px; padding: 32px 24px; border-radius: 15px; }.final-cta__action > strong { margin-top: 30px; font-size: 26px; }.final-cta__action > a { margin-top: 36px; }
    .video-modal { padding: 12px; }.video-modal__dialog { width: 100%; border-radius: 14px; }.video-modal__header { min-height: 72px; padding: 14px 15px 14px 20px; }.video-modal__header h2 { font-size: 18px; }.video-modal__header button { width: 40px; height: 40px; }
    .internal-page { padding-bottom: 90px; }.internal-hero { padding-top: 45px; padding-bottom: 50px; }.internal-hero h1 { font-size: 50px; }.internal-hero > p:last-child { font-size: 14px; }.internal-option { min-height: 300px; padding: 28px; }.internal-option h2 { margin-top: 55px; }.internal-machine-grid { grid-template-columns: 1fr; }.machine-detail__copy h1 { font-size: 70px; }.machine-detail__image { min-height: 280px; }.machine-specs, .material-detail__grid { grid-template-columns: 1fr; }.machine-specs div, .material-detail__grid div { min-height: 120px; }.internal-cta { padding: 30px 24px; }.internal-material-list a { grid-template-columns: 55px 1fr 18px; gap: 12px; }.internal-material-list strong { font-size: 22px; }.internal-material-list span { font-size: 11px; }.contact-grid strong { margin-top: 50px; font-size: 17px; }
}
