:root {
  --ink: #101316;
  --muted: #62686d;
  --line: #d9dcde;
  --paper: #f4f3ef;
  --white: #fff;
  --orange: #e95724;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; width: 100%; }
button, input, select, textarea { font: inherit; }
.shell { margin-inline: auto; max-width: 1600px; width: 100%; }
.skip-link { background: var(--white); left: 12px; padding: 12px 16px; position: fixed; top: -100px; z-index: 1000; }
.skip-link:focus { top: 12px; }

.site-header {
  align-items: center;
  background: rgba(248, 248, 245, .94);
  border-bottom: 1px solid rgba(16, 19, 22, .12);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 78px;
  left: 0;
  padding: 0 3.5vw;
  position: absolute;
  top: 0;
  transition: background .2s ease, box-shadow .2s ease;
  width: 100%;
  z-index: 100;
}
.site-header.is-scrolled { background: rgba(248, 248, 245, .98); }
.brand { align-items: center; display: inline-flex; gap: 12px; width: fit-content; }
.brand-mark {
  background: linear-gradient(135deg, #eef0ee 0 38%, #8e979a 40% 61%, #252b2e 63%);
  box-shadow: inset 0 0 0 1px rgba(16, 19, 22, .15);
  display: inline-block;
  height: 28px;
  width: 28px;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 16px; letter-spacing: .08em; }
.brand-copy small { color: var(--orange); font-size: 8px; font-weight: 800; letter-spacing: .25em; margin-top: 5px; }
.desktop-nav { display: flex; gap: 34px; }
.desktop-nav a { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav a:hover, .desktop-nav a:focus { color: var(--orange); }
.header-cta { justify-self: end; }
.button {
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  gap: 22px;
  justify-content: center;
  letter-spacing: .12em;
  min-height: 52px;
  padding: 0 24px;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.button:hover, .button:focus { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover, .button-dark:focus { background: var(--orange); }
.button-light { background: rgba(255,255,255,.42); border-color: rgba(16, 19, 22, .24); }
.button-accent { background: var(--orange); color: var(--white); }
.button-accent:hover, .button-accent:focus { background: #ff6b35; }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: 860px; overflow: hidden; padding: 168px 3.5vw 120px; position: relative; }
.hero-image, .hero-wash { height: 100%; inset: 0; position: absolute; }
.hero-image { object-fit: cover; object-position: 58% center; }
.hero-wash { background: linear-gradient(90deg, rgba(247,247,243,.98) 0%, rgba(247,247,243,.9) 39%, rgba(247,247,243,.22) 70%, rgba(247,247,243,.04) 100%); }
.hero-content { position: relative; z-index: 2; }
.eyebrow, .kicker { font-size: 10px; font-weight: 800; letter-spacing: .24em; margin: 0 0 28px; text-transform: uppercase; }
.eyebrow { align-items: center; display: flex; gap: 16px; }
.eyebrow span { background: var(--orange); height: 2px; width: 44px; }
.hero h1 {
  font-size: clamp(60px, 7.2vw, 112px);
  font-weight: 400;
  letter-spacing: -.065em;
  line-height: .92;
  margin: 0;
  max-width: 900px;
  text-transform: uppercase;
}
.hero-copy { color: #4f5559; font-size: 19px; line-height: 1.65; margin: 36px 0; max-width: 640px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-meta { bottom: 34px; display: flex; gap: 34px; left: 3.5vw; position: absolute; z-index: 2; }
.hero-meta span { font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }

.ticker { background: var(--ink); color: #e6e6e1; overflow: hidden; padding: 19px 0; }
.ticker > div { align-items: center; display: flex; gap: 30px; justify-content: center; min-width: 1150px; }
.ticker span { font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.ticker i { background: var(--orange); border-radius: 50%; height: 4px; width: 4px; }

.section { padding: 118px 3.5vw; }
.section-heading { align-items: end; display: grid; gap: 8vw; grid-template-columns: 1.3fr 1fr; margin-bottom: 64px; }
.kicker { color: var(--orange); margin-bottom: 20px; }
.kicker-light { color: #f07a4d; }
.section h2, .feature-content h2, .custom h2, .factory h2, .quote-section h2, .content-card h1 {
  font-size: clamp(42px, 5.2vw, 76px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .96;
  margin: 0;
}
.section-heading > p, .custom-copy > p, .factory-content > p, .quote-intro > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}
.model-grid { background: var(--line); border: 1px solid var(--line); display: grid; gap: 1px; grid-template-columns: repeat(2, 1fr); }
.model-card { background: #faf9f6; padding: 26px; }
.model-topline { display: flex; justify-content: space-between; margin-bottom: 22px; }
.model-topline span { color: #6b7073; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.model-image-wrap { height: 350px; overflow: hidden; position: relative; }
.model-image-wrap img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.model-card:hover .model-image-wrap img { transform: scale(1.035); }
.image-chip { background: rgba(255,255,255,.9); bottom: 14px; font-size: 8px; font-weight: 800; left: 14px; letter-spacing: .14em; padding: 10px 12px; position: absolute; text-transform: uppercase; }
.model-body { padding: 25px 4px 6px; }
.model-body h3 { font-size: 28px; font-weight: 500; letter-spacing: -.03em; margin: 0 0 10px; }
.model-body > p { color: var(--muted); line-height: 1.6; margin: 0 0 24px; }
.model-body ul { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: flex; list-style: none; margin: 0 0 22px; padding: 15px 0; }
.model-body li { border-right: 1px solid var(--line); flex: 1; font-size: 10px; font-weight: 700; padding: 0 12px; text-align: center; }
.model-body li:last-child { border: 0; }
.model-body > a { display: flex; font-size: 10px; font-weight: 800; justify-content: space-between; letter-spacing: .12em; text-transform: uppercase; }
.model-body > a:hover, .model-body > a:focus { color: var(--orange); }

.split-feature { background: #15191b; color: white; display: grid; grid-template-columns: 1fr 1fr; min-height: 820px; }
.feature-image { min-height: 680px; overflow: hidden; position: relative; }
.feature-image > img { filter: saturate(.5) contrast(1.08); height: 100%; object-fit: cover; }
.steel-badge { background: var(--orange); bottom: 0; display: flex; flex-direction: column; padding: 26px; position: absolute; right: 0; width: 210px; }
.steel-badge strong { font-size: 56px; font-weight: 400; letter-spacing: -.06em; }
.steel-badge span { font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.feature-content { align-self: center; padding: 90px 7vw; }
.feature-content .lead { color: #b9bec0; font-size: 17px; line-height: 1.7; margin: 32px 0 40px; }
.feature-list > div { border-top: 1px solid #363b3e; display: grid; gap: 24px; grid-template-columns: 36px 1fr; padding: 21px 0; }
.feature-list span { color: var(--orange); font-size: 9px; font-weight: 800; }
.feature-list h3 { font-size: 16px; margin: 0 0 6px; }
.feature-list p { color: #979da0; font-size: 13px; line-height: 1.5; margin: 0; }

.custom { display: grid; gap: 8vw; grid-template-columns: 1fr 1fr; }
.custom-copy > p { margin: 30px 0; max-width: 600px; }
.option-grid { border-left: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; }
.option-grid div { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); display: flex; flex-direction: column; min-height: 155px; padding: 24px; }
.option-grid span { color: var(--orange); font-size: 9px; font-weight: 800; }
.option-grid strong { font-size: 19px; font-weight: 500; margin-top: auto; }

.factory { color: white; min-height: 660px; overflow: hidden; padding: 100px 3.5vw; position: relative; }
.factory > img, .factory-overlay { height: 100%; inset: 0; position: absolute; }
.factory > img { object-fit: cover; }
.factory-overlay { background: linear-gradient(90deg, rgba(10,12,13,.94), rgba(10,12,13,.28)); }
.factory-content { position: relative; z-index: 2; }
.factory-content h2 { max-width: 800px; }
.factory-content > p { color: #d1d3d3; margin-top: 32px; max-width: 620px; }

.quote-section { background: #d9dddc; display: grid; gap: 8vw; grid-template-columns: .9fr 1.1fr; padding: 110px 7vw; }
.quote-intro > p { margin: 28px 0 34px; max-width: 610px; }
.direct-contact { display: flex; flex-direction: column; gap: 12px; }
.direct-contact a { font-size: 14px; font-weight: 800; letter-spacing: .04em; text-decoration: underline; text-underline-offset: 5px; }
.quote-form-wrap { background: #f8f8f4; padding: 38px; }
.quote-form { display: grid; gap: 19px; }
.quote-form label { color: #373c3f; display: grid; font-size: 9px; font-weight: 800; gap: 8px; letter-spacing: .13em; text-transform: uppercase; }
.quote-form input, .quote-form select, .quote-form textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #aeb3b3;
  border-radius: 0;
  color: var(--ink);
  font-size: 15px;
  min-height: 46px;
  outline: none;
  padding: 10px 2px;
  text-transform: none;
}
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--orange); box-shadow: 0 2px 0 var(--orange); }
.form-row { display: grid; gap: 24px; grid-template-columns: 1fr 1fr; }
.quote-form .button { justify-self: start; margin-top: 8px; }
.honeypot { height: 0; left: -10000px; overflow: hidden; position: absolute; width: 0; }
.form-notice { border-left: 4px solid; line-height: 1.6; margin-bottom: 24px; padding: 14px 18px; }
.form-notice.success { background: #e4f2e8; border-color: #2e7942; }
.form-notice.error { background: #f7e4df; border-color: #ad3825; }

.site-footer { align-items: center; background: var(--ink); color: #dadddc; display: grid; gap: 32px; grid-template-columns: 1.3fr 1fr .8fr auto; padding: 58px 3.5vw; }
.footer-brand { color: white; }
.site-footer > div > p, .copyright { color: #8f9597; font-size: 11px; line-height: 1.6; margin: 16px 0 0; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 20px; }
.site-footer nav a { font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-footer a:hover, .site-footer a:focus { color: var(--orange); }
.footer-contact { display: flex; flex-direction: column; font-size: 11px; gap: 8px; }
.copyright { margin: 0; text-align: right; }

.content-shell { margin: 0 auto; max-width: 1100px; min-height: 70vh; padding: 150px 24px 100px; }
.content-card { background: white; padding: clamp(28px, 7vw, 80px); }
.entry-content { color: #41474a; font-size: 17px; line-height: 1.75; margin-top: 34px; }
.entry-content img { height: auto; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 68px; padding: 0 20px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { background: transparent; border: 0; cursor: pointer; display: block; font-size: 10px; font-weight: 800; letter-spacing: .14em; padding: 15px 0 15px 15px; text-transform: uppercase; }
  .mobile-nav { background: white; box-shadow: 0 16px 30px rgba(0,0,0,.14); flex-direction: column; gap: 18px; padding: 25px; position: absolute; right: 20px; top: 58px; width: 230px; }
  .mobile-nav:not([hidden]) { display: flex; }
  .mobile-nav a { font-size: 11px; font-weight: 700; text-transform: uppercase; }
  .hero { min-height: 760px; padding: 140px 22px 110px; }
  .hero-wash { background: linear-gradient(90deg, rgba(247,247,243,.98) 0%, rgba(247,247,243,.84) 70%, rgba(247,247,243,.48)); }
  .hero h1 { font-size: clamp(54px, 12vw, 84px); }
  .hero-meta { gap: 15px; left: 22px; }
  .hero-meta span:nth-child(2) { display: none; }
  .section { padding: 85px 22px; }
  .section-heading, .custom { gap: 35px; grid-template-columns: 1fr; }
  .model-image-wrap { height: 290px; }
  .split-feature, .quote-section { grid-template-columns: 1fr; }
  .feature-image { min-height: 520px; }
  .feature-content { padding: 75px 22px; }
  .factory { padding: 80px 22px; }
  .quote-section { gap: 45px; padding: 85px 22px; }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 50px 22px; }
  .copyright { text-align: left; }
}

@media (max-width: 620px) {
  .brand-copy strong { font-size: 14px; }
  .hero { min-height: 700px; }
  .hero h1 { font-size: 47px; }
  .hero-copy { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .ticker > div { justify-content: flex-start; padding-left: 20px; }
  .model-grid { grid-template-columns: 1fr; }
  .model-card { padding: 16px; }
  .model-image-wrap { height: 230px; }
  .model-body ul { flex-direction: column; gap: 10px; }
  .model-body li { border: 0; text-align: left; }
  .steel-badge { width: 160px; }
  .option-grid { grid-template-columns: 1fr 1fr; }
  .option-grid div { min-height: 120px; padding: 18px; }
  .form-row { grid-template-columns: 1fr; }
  .quote-form-wrap { padding: 24px 18px; }
  .site-footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

