:root {
    --ink: #171a1b;
    --muted: #6e7473;
    --paper: #f7f7f4;
    --white: #ffffff;
    --line: #dfe2de;
    --orange: #8eb668;
    --orange-dark: #c9521d;
    --green: #465d2e;
    --max: 1320px;
    --shadow: 0 20px 70px rgba(23, 26, 27, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 80px), var(--max)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 10px 14px; background: var(--orange); color: #fff; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 20; top: 0; width: 100%; color: #fff; transition: background .3s, box-shadow .3s; }
.site-header.is-scrolled { background: rgba(23, 26, 27, .94); box-shadow: 0 2px 20px rgba(0,0,0,.12); backdrop-filter: blur(14px); }
.header-inner { height: 82px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; max-width: 80px;}
.brand img {width: 100%;}
.brand-mark { display: inline-flex; align-items: flex-end; gap: 3px; height: 25px; transform: skew(-18deg); }
.brand-mark i { display: block; width: 6px; background: var(--orange); border-radius: 1px 1px 0 0; }
.brand-mark i:first-child { height: 15px; }.brand-mark i:nth-child(2) { height: 21px; }.brand-mark i:nth-child(3) { height: 25px; }
.brand-name { font-size: 22px; font-weight: 800; letter-spacing: -.06em; }.brand-name span { color: var(--orange); }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(15px, 2vw, 32px); flex: 1; }
.main-nav a { position: relative; color: rgba(255,255,255,.78); font-size: 12px; letter-spacing: .03em; white-space: nowrap; transition: color .2s; }
.main-nav a:hover { color: #fff; }.main-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--orange); content: ""; transform: scaleX(0); transition: transform .2s; }.main-nav a:hover::after { transform: scaleX(1); }
.header-cta { border: 1px solid rgba(255,255,255,.45); border-radius: 2px; padding: 11px 16px; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; transition: background .2s, border-color .2s; }.header-cta:hover { background: var(--orange); border-color: var(--orange); }.header-cta span { margin-left: 14px; color: var(--orange); font-size: 17px; }.header-cta:hover span { color: #fff; }
.menu-toggle { display: none; border: 0; background: transparent; color: #fff; }

.hero { min-height: 760px; position: relative; display: flex; align-items: center; overflow: hidden; background: #272b2a; color: #fff; }
.hero-backdrop, .hero-overlay, .cta-image, .cta-overlay { position: absolute; inset: 0; }
.hero-backdrop { background: url("../images/hero3.webp") center/cover no-repeat; transform: scale(1.01); }.hero-overlay { background: linear-gradient(90deg, rgba(16, 21, 21, .9) 0%, rgba(16, 21, 21, .7) 28%, rgba(16, 21, 21, .08) 70%), linear-gradient(0deg, rgba(16,21,21,.45), transparent 50%); }
.hero-content { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 570px) 1fr; align-items: end; gap: 80px; padding-top: 105px; padding-bottom: 96px; }
.hero-copy { align-self: center; }.kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }.kicker span { width: 26px; height: 2px; background: currentColor; }.kicker.light { color: #f38347; }
h1, h2, h3, p { margin-top: 0; } h1, h2 { margin-bottom: 0; font-weight: 800; letter-spacing: -.055em; line-height: .94; text-transform: uppercase; } h1 { max-width: 590px; font-size: clamp(48px, 8vw, 110px); } h1 em, h2 em { color: var(--orange); font-style: normal; } h2 { font-size: clamp(42px, 5vw, 74px); } h3 { letter-spacing: -.03em; }
.hero-lead { max-width: 530px; margin: 30px 0 36px; color: rgba(255,255,255,.79); font-size: 16px; line-height: 1.65; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 2px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: background .2s, border-color .2s, color .2s, transform .2s; }.button:hover { transform: translateY(-2px); }.button-primary { background: var(--orange); color: #fff; }.button-primary:hover { background: var(--orange-dark); }.button span { font-size: 20px; font-weight: 400; }
.hero-specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid rgba(255,255,255,.3); }.hero-spec { display: flex; gap: 14px; min-height: 100px; padding: 24px 18px 0 0; border-right: 1px solid rgba(255,255,255,.22); }.hero-spec + .hero-spec { padding-left: 18px; }.hero-spec:last-child { border-right: 0; }.spec-icon { color: var(--orange); font-size: 26px; line-height: 1; }.hero-spec strong { display: block; margin-bottom: 8px; font-size: 13px; }.hero-spec small { display: block; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.45; }
.hero-scroll { position: absolute; bottom: 30px; left: calc((100% - min(calc(100% - 80px), var(--max))) / 2); color: rgba(255,255,255,.6); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }.hero-scroll span { margin-left: 12px; color: var(--orange); font-size: 18px; }.hero-index { position: absolute; right: 40px; bottom: 30px; color: #fff; font-size: 12px; letter-spacing: .12em; }.hero-index span { margin: 0 8px; color: var(--orange); }

.section { padding: 130px 0; }.intro-section { background: var(--paper); }.section-heading { margin-bottom: 60px; }.split-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }.heading-note { max-width: 335px; margin-bottom: 5px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.advantage-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.advantage-card { position: relative; min-height: 220px; padding: 31px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.advantage-card:hover { background: #fff; box-shadow: var(--shadow); }.advantage-card h3 { margin: 32px 0 9px; font-size: 18px; }.advantage-card p { max-width: 220px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }.card-number { position: absolute; right: 26px; bottom: 21px; color: #cfd3ce; font-size: 12px; font-weight: 700; }
.line-icon { position: relative; width: 42px; height: 42px; color: var(--orange); }

.line-icon img {
    width: 100%;
}

.applications-section { background: #eceeea; overflow: hidden; }.carousel-head { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin: -27px 0 34px; }.carousel-head > p { max-width: 450px; margin: 0; color: var(--muted); font-size: 14px; }.carousel-controls { display: flex; gap: 8px; }.carousel-button, .gallery-arrow { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--line); background: transparent; color: var(--ink); font-size: 20px; transition: .2s; }.carousel-button:hover, .gallery-arrow:hover { background: var(--orange); border-color: var(--orange); color: #fff; }.carousel-button--dark { background: var(--ink); border-color: var(--ink); color: #fff; }.application-carousel { display: flex; gap: 24px; overflow-x: auto; padding: 8px 0 25px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--orange) transparent; }.application-card { flex: 0 0 calc((100% - 48px) / 3); scroll-snap-align: start; }.application-image { position: relative; aspect-ratio: 1.24; overflow: hidden; background: #dce0da; }.application-image::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.4), transparent 40%); content: ""; }.application-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }.application-card:hover img { transform: scale(1.04); }.image-index { position: absolute; z-index: 1; right: 18px; bottom: 16px; color: #fff; font-size: 12px; letter-spacing: .12em; }.application-card h3 { margin: 20px 0 7px; font-size: 20px; text-transform: uppercase; }.application-card p { max-width: 330px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.models-section { background: var(--paper); }.model-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }.model-card { background: #fff; box-shadow: 0 10px 40px rgba(23,26,27,.05); }.model-card-image { position: relative; overflow: hidden; background: #fff; }.model-card-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .5s; }.model-card:hover .model-card-image img { transform: scale(1.04); }.model-label { position: absolute; top: 18px; left: 20px; padding: 6px 9px; background: rgba(255,255,255,.87); color: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.model-card-body { padding: 25px 28px 29px; }.model-card-top { display: flex; align-items: center; gap: 12px; }.model-index { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .1em; }.model-line { width: 35px; height: 1px; background: var(--line); }.model-card h3 { margin: 17px 0 3px; font-size: 30px; text-transform: uppercase; }.model-card-body > p { margin-bottom: 24px; color: var(--muted); font-size: 13px; }.model-brief-stats { display: grid; grid-template-columns: repeat(3, 1fr); padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.model-brief-stats span { padding: 0 10px; border-right: 1px solid var(--line); color: var(--muted); font-size: 9px; line-height: 1.3; }.model-brief-stats span:first-child { padding-left: 0; }.model-brief-stats span:last-child { border-right: 0; }.model-brief-stats strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 13px; }.text-link { display: inline-flex; align-items: center; gap: 20px; margin-top: 23px; color: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.text-link span { color: var(--orange); font-size: 18px; transition: transform .2s; }.text-link:hover span { transform: translate(3px, -3px); }

.models-detail-section { padding-top: 40px; background: #fff; }.section-heading--compact { margin-bottom: 95px; }.model-detail { scroll-margin-top: 95px; padding: 85px 0 110px; border-top: 1px solid var(--line); }.detail-heading { display: grid; grid-template-columns: 140px 1fr minmax(230px, 380px); align-items: end; gap: 32px; margin-bottom: 46px; }.detail-heading > div { align-self: start; }.detail-heading .kicker { margin: 5px 0 0; font-size: 10px; }.detail-heading h2 { font-size: clamp(38px, 5vw, 68px); }.detail-heading > p { max-width: 370px; margin: 0 0 3px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.detail-gallery { display: grid; grid-template-columns: 1fr 120px; gap: 16px; }.gallery-main { position: relative; aspect-ratio: 2.18; overflow: hidden; background: #f1f2ee; }.gallery-main > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .4s; }.gallery-main > img.is-active { opacity: 1; }.gallery-arrow { position: absolute; z-index: 1; bottom: 20px; }.gallery-arrow--prev { right: 76px; }.gallery-arrow--next { right: 20px; background: var(--orange); border-color: var(--orange); color: #fff; }.gallery-counter { position: absolute; bottom: 37px; left: 22px; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .08em; }.gallery-counter span { color: var(--orange); }.gallery-thumbs { display: flex; flex-direction: column; gap: 12px; }.gallery-thumbs button { min-height: 0; padding: 0; border: 2px solid transparent; background: #eef0eb; overflow: hidden; }.gallery-thumbs button.is-active { border-color: var(--orange); }.gallery-thumbs img { width: 100%; height: 100%; aspect-ratio: 1.1; object-fit: cover; }.detail-spec-row { display: grid; grid-template-columns: repeat(3, 1fr) 1.55fr; margin-top: 23px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.detail-spec-row > div { padding: 21px 20px 21px 0; border-right: 1px solid var(--line); }.detail-spec-row > div + div { padding-left: 20px; }.detail-spec-row > div:last-child { border-right: 0; }.detail-spec-row strong { display: block; margin-bottom: 3px; font-size: 22px; }.detail-spec-row span { color: var(--muted); font-size: 11px; }.detail-note { display: flex; gap: 9px; align-items: flex-start; color: var(--muted); }.detail-note span { padding-top: 3px; color: var(--orange); font-size: 15px; }.detail-note p { margin: 0; font-size: 11px; line-height: 1.45; }
.detail-components { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-top: 55px; }.component-image { aspect-ratio: 1.25; overflow: hidden; background: #eef0eb; }.component-image img { width: 100%; height: 100%; object-fit: cover; }.component-copy { position: relative; padding-top: 22px; padding-left: 29px; border-top: 1px solid var(--ink); }.component-copy::before { position: absolute; top: -1px; left: 0; width: 24px; height: 2px; background: var(--orange); content: ""; }.component-index { position: absolute; top: 22px; left: 0; color: var(--orange); font-size: 10px; font-weight: 800; }.component-copy h3 { margin: 0 0 9px; font-size: 17px; text-transform: uppercase; }.component-copy > p:last-child { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.cta-section { position: relative; min-height: 680px; display: flex; align-items: center; overflow: hidden; background: #292e2b; color: #fff; }.cta-image { background: url("../images/footer.jpg") center/cover no-repeat; }.cta-overlay { background: linear-gradient(90deg, rgba(16,21,21,.94) 0%, rgba(16,21,21,.72) 44%, rgba(16,21,21,.12) 100%); }.cta-content { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 380px; align-items: center; gap: 100px; padding: 90px 0 125px; }.cta-content h2 { max-width: 610px; color: #fff; font-size: clamp(53px, 7vw, 105px); }.cta-lead { margin: 27px 0 0; color: rgba(255,255,255,.75); font-size: 17px; }.contact-panel { position:relative; padding: 33px; background: rgba(255,255,255,.96); color: var(--ink); }.panel-label { margin-bottom: 25px; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.lead-form label { display: block; margin-bottom: 20px; }.lead-form label > span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 11px; }.lead-form input[type="text"] { width: 100%; padding: 11px 0; border: 0; border-bottom: 1px solid #bfc4be; border-radius: 0; outline: none; background: transparent; color: var(--ink); }.lead-form input[type="text"]:focus { border-color: var(--orange); }.checkbox-label { display: flex !important; gap: 8px; align-items: flex-start; }.checkbox-label input { accent-color: var(--orange); margin-top: 2px; }.checkbox-label span { margin: 0 !important; font-size: 10px !important; line-height: 1.4; }.button-full { width: 100%; border: 0; }.form-success { text-align: center; padding: 28px 8px; }.form-success > span { display: grid; place-items: center; width: 48px; height: 48px; margin: 0 auto 18px; border-radius: 50%; background: #e7eee2; color: var(--green); font-size: 22px; }.form-success strong { display: block; font-size: 17px; }.form-success p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }.contact-footer { position: absolute; z-index: 1; right: 0; bottom: 27px; left: 0; display: flex; align-items: center; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.65); font-size: 11px; }.contact-footer a { color: #fff; font-weight: 700; }.contact-footer a:first-child { font-size: 17px; letter-spacing: .03em; }

@media (max-width: 1050px) {
    .container { width: min(calc(100% - 48px), var(--max)); }.header-inner { gap: 20px; }.main-nav { gap: 14px; }.main-nav a { font-size: 10px; }.header-cta { padding: 10px 12px; font-size: 10px; }.hero-content { grid-template-columns: minmax(0, 1fr) 1.1fr; gap: 35px; }.hero-scroll { left: 24px; }.detail-heading { grid-template-columns: 100px 1fr 300px; }.cta-content { gap: 45px; }
}
@media (max-width: 760px) {
    .container { width: calc(100% - 40px); }.header-inner { height: 70px; justify-content: space-between; }.brand-name { font-size: 20px; }.menu-toggle { display: grid; gap: 5px; padding: 10px; }.menu-toggle span { display: block; width: 22px; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }.menu-toggle.is-open span:first-child { transform: translateY(7px) rotate(45deg); }.menu-toggle.is-open span:nth-child(2) { opacity: 0; }.menu-toggle.is-open span:last-child { transform: translateY(-7px) rotate(-45deg); }.main-nav { position: absolute; top: 70px; right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 18px; background: rgba(23,26,27,.98); }.main-nav.is-open { display: flex; }.main-nav a { padding: 10px 0; font-size: 12px; }.main-nav a::after { bottom: 5px; right: auto; width: 26px; }.header-cta { display: none; }
    .hero { min-height: 780px; align-items: flex-start; }.hero-backdrop { background-position: 63% center; }.hero-overlay { background: linear-gradient(180deg, rgba(16,21,21,.9) 0%, rgba(16,21,21,.58) 47%, rgba(16,21,21,.78) 100%); }.hero-content { display: flex; flex-direction: column; justify-content: space-between; width: calc(100% - 40px); height: 100%; min-height: 780px; gap: 50px; padding-top: 150px; padding-bottom: 100px; }.hero-copy { align-self: auto; }.hero-lead { margin: 24px 0 28px; font-size: 14px; }.hero-specs { width: 100%; grid-template-columns: 1fr; }.hero-spec { min-height: 0; padding: 13px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }.hero-spec + .hero-spec { padding-left: 0; }.hero-spec:last-child { border-bottom: 0; }.hero-scroll { display: none; }.hero-index { right: 20px; bottom: 25px; }
    .section { padding: 80px 0; }.section-heading { margin-bottom: 40px; }.split-heading { display: block; }.heading-note { margin-top: 28px; font-size: 13px; }.advantage-grid { grid-template-columns: repeat(2, 1fr); }.advantage-card { min-height: 205px; padding: 22px 18px; }.advantage-card h3 { margin-top: 24px; font-size: 16px; }.advantage-card p { font-size: 12px; }.card-number { right: 16px; bottom: 15px; }
    .carousel-head { align-items: flex-end; margin-top: -10px; }.carousel-head > p { font-size: 13px; }.carousel-controls { flex-shrink: 0; }.carousel-button { width: 40px; height: 40px; }.application-card { flex-basis: 83%; }.model-grid { grid-template-columns: 1fr; gap: 18px; }.model-card-image { }.model-card-body { padding: 22px; }
    .models-detail-section { padding-top: 10px; }.section-heading--compact { margin-bottom: 55px; }.model-detail { padding: 55px 0 75px; }.detail-heading { display: block; margin-bottom: 30px; }.detail-heading h2 { margin: 20px 0 18px; }.detail-heading > p { font-size: 13px; }.detail-gallery { display: block; }.gallery-main { /*aspect-ratio: 1.5;*/ }.gallery-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 10px; }.gallery-arrow { bottom: 0; }.gallery-arrow--prev { left: 0; }.gallery-arrow--next { right: 0; }.gallery-counter { bottom: 30px; left: 15px; }.detail-spec-row { grid-template-columns: repeat(3, 1fr); }.detail-spec-row > div { padding: 15px 9px 15px 0; }.detail-spec-row > div + div { padding-left: 9px; }.detail-spec-row strong { font-size: 17px; }.detail-spec-row span { font-size: 9px; }.detail-note { grid-column: 1 / -1; padding: 15px 0 0 !important; margin-top: 0; border-top: 1px solid var(--line); border-right: 0 !important; }.detail-components { grid-template-columns: 1fr; gap: 35px; margin-top: 40px; }.component-image { aspect-ratio: 1.5; }
    .cta-section { min-height: 840px; align-items: flex-start; }.cta-image { background-position: 60% center; }.cta-overlay { background: linear-gradient(180deg, rgba(16,21,21,.9) 0%, rgba(16,21,21,.62) 46%, rgba(16,21,21,.93) 100%); }.cta-content { display: block; padding-top: 100px; }.cta-content h2 { font-size: 60px; }.cta-lead { font-size: 14px; }.contact-panel { margin-top: 52px; padding: 26px 22px; }.contact-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; width: calc(100% - 40px); }.contact-footer a:first-child { font-size: 15px; }.contact-footer span:last-child { text-align: right; }
}
@media (max-width: 400px) { h1 { font-size: 53px; } h2 { font-size: 37px; }.cta-content h2 { font-size: 52px; }.advantage-grid { grid-template-columns: 1fr; }.advantage-card { min-height: 180px; } }


input[name="lastname"] {
display: none;
}

.success {
    text-align: center;
}

.error {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 30px;
    font-size: 20px;
    text-align: center;
    backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}