
:root {
  --red: #ed1c24;
  --red-dark: #b80f16;
  --ink: #191719;
  --black: #09090a;
  --charcoal: #242124;
  --stone: #e8e3da;
  --paper: #f7f4ee;
  --white: #ffffff;
  --muted: #6d6769;
  --line: rgba(25, 23, 25, .14);
  --max: 1240px;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(0,0,0,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
address { font-style: normal; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 900px); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 9999; padding: 12px 18px; background: white; color: black; border-radius: 0 0 10px 10px; }
.skip-link:focus { top: 0; }

.topbar { background: var(--ink); color: #e7e2e3; font-size: .76rem; font-weight: 800; letter-spacing: .04em; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar-group { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.topbar a:hover { color: white; }
.topbar b { color: var(--red); text-transform: uppercase; letter-spacing: .11em; font-size: .68rem; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(247,244,238,.95); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.nav { min-height: 86px; display: grid; grid-template-columns: 238px 1fr auto; align-items: center; gap: 28px; }
.brand img { width: 225px; height: auto; }
.nav-links { display: flex; justify-content: center; align-items: center; gap: 27px; }
.nav-links a { position: relative; padding: 12px 0; font-size: .73rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 3px; background: var(--red); transition: right .2s ease; }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.nav-links a.active { color: var(--red); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--ink); color: white; align-items: center; justify-content: center; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; width: 20px; height: 2px; background: currentColor; display: block; transition: .2s ease; }
.menu-toggle::before { transform: translateY(-6px); }
.menu-toggle::after { transform: translateY(4px); }
.menu-toggle.open span { opacity: 0; }
.menu-toggle.open::before { transform: translateY(2px) rotate(45deg); }
.menu-toggle.open::after { transform: translateY(0) rotate(-45deg); }

.btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 24px; border: 2px solid transparent; border-radius: 999px; font-size: .82rem; font-weight: 950; letter-spacing: .085em; text-transform: uppercase; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-red { background: var(--red); color: white; box-shadow: 0 12px 28px rgba(237,28,36,.23); }
.btn-red:hover { background: #ff343b; }
.btn-dark { background: var(--ink); color: white; }
.btn-outline-light { border-color: rgba(255,255,255,.45); color: white; }
.btn-outline-light:hover { background: white; color: var(--ink); }
.btn-outline-dark { border-color: rgba(25,23,25,.35); color: var(--ink); }
.btn-outline-dark:hover { background: var(--ink); color: white; }
.btn svg { width: 18px; height: 18px; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--red); font-size: .75rem; font-weight: 950; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 4px; background: currentColor; }
.display { margin: 0; font-size: clamp(3.6rem, 8vw, 7.6rem); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; font-weight: 950; }
.section-title { margin: 0; max-width: 900px; font-size: clamp(2.35rem, 5vw, 5.1rem); line-height: .94; letter-spacing: -.055em; text-transform: uppercase; font-weight: 950; }
.section-title.small { font-size: clamp(2rem, 4vw, 3.9rem); }
.section-copy { max-width: 660px; font-size: 1.08rem; color: #5e595a; }
.section-head { display: flex; justify-content: space-between; gap: 48px; align-items: end; margin-bottom: 52px; }
.section-head .section-copy { margin: 0; }

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 74px 0 88px;
  color: white;
  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)), url("../img/rocklinehaulers.jpg") scroll;
  background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  
}

.hero::before {
  display: none: ;
}



.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; }
.hero .display span { display: block; color: var(--red); }
.hero-copy { max-width: 650px; margin: 27px 0 32px; color: #d8d3d4; font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.hero-point { display: inline-flex; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.055); color: #e6e1e2; font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.hero-point i { width: 8px; height: 8px; border-radius: 50%; background: var(--red); }

.page-hero { position: relative; overflow: hidden; padding: 78px 0 86px; color: white; background: linear-gradient(120deg, #201d20, #080809 78%); }
.page-hero::after { content: attr(data-word); position: absolute; right: -1vw; bottom: -4vw; color: rgba(255,255,255,.035); font-size: clamp(8rem, 18vw, 18rem); line-height: .8; font-weight: 950; letter-spacing: -.08em; text-transform: uppercase; pointer-events: none; }
.page-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 70px; }
.page-hero h1 { margin: 0; font-size: clamp(3.5rem, 8vw, 7.4rem); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; font-weight: 950; }
.page-hero p { margin: 0; max-width: 580px; color: #d2cdce; font-size: 1.1rem; }
.breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 23px; color: #bdb7b9; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.breadcrumb span { color: var(--red); }

.image-placeholder { position: relative; display: grid; place-items: center; overflow: hidden; border-radius: var(--radius); border: 1px solid rgba(255,255,255,.18); background: linear-gradient(135deg, #302c30 0%, #151416 65%); color: rgba(255,255,255,.74); box-shadow: var(--shadow); }
.image-placeholder.light { border-color: var(--line);   box-shadow: none; }
.image-placeholder::before { content: ""; position: absolute; inset: 0;  }
.placeholder-inner { position: relative; z-index: 2; text-align: center; padding: 30px; }
.placeholder-icon { width: 64px; height: 48px; margin: 0 auto 15px; border: 3px solid currentColor; border-radius: 8px; position: relative; }
.placeholder-icon::before { content: ""; position: absolute; width: 12px; height: 12px; border: 3px solid currentColor; border-radius: 50%; left: 9px; top: 8px; }
.placeholder-icon::after { content: ""; position: absolute; width: 35px; height: 23px; right: 6px; bottom: 4px; border-left: 3px solid currentColor; border-top: 3px solid currentColor; transform: skew(-32deg); }
.placeholder-label { display: block; font-size: .72rem; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.placeholder-size { display: block; margin-top: 5px; font-size: .72rem; opacity: .7; }

.ticker { overflow: hidden; color: white; background: var(--red); border-block: 8px solid var(--ink); }
.ticker-track { display: flex; width: max-content; animation: ticker 30s linear infinite; }
.ticker-item { padding: 18px 28px; white-space: nowrap; font-size: .81rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.ticker-item::after { content: "◆"; margin-left: 55px; color: var(--ink); }
@keyframes ticker { to { transform: translateX(-50%); } }

.stats { background: white; border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stat { min-height: 162px; padding: 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.stat:last-child { border-right: 0; }
.stat strong { display: block; color: var(--red); font-size: clamp(2.2rem, 4vw, 4rem); line-height: .9; letter-spacing: -.055em; font-weight: 950; }
.stat span { margin-top: 10px; color: #5d585a; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.section { padding: 110px 0; }
.section-stone { background: var(--stone); }
.section-dark { color: white; background: var(--ink); }
.section-red { color: white; background: var(--red); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.split.reverse .media { order: 2; }
.split-copy > p { color: #625c5e; font-size: 1.08rem; }
.section-dark .split-copy > p { color: #cfc9cb; }
.check-list { display: grid; gap: 13px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 31px; font-weight: 750; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--red); font-weight: 950; }

.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.card { min-height: 290px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .22s ease, box-shadow .22s ease; }
.card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(35,31,32,.09); }
.card-number { display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; border-radius: 50%; background: var(--red); color: white; font-size: .76rem; font-weight: 950; }
.card-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; background: var(--red); color: white; }
.card-icon svg { width: 28px; height: 28px; }
.card h3 { margin: 26px 0 12px; font-size: 1.37rem; line-height: 1.05; text-transform: uppercase; letter-spacing: -.025em; }
.card p { margin: 0; color: var(--muted); }
.card-link { display: inline-flex; margin-top: 24px; color: var(--red); font-size: .74rem; font-weight: 950; letter-spacing: .11em; text-transform: uppercase; }

.material-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.material-card { position: relative; min-height: 330px; padding: 30px; overflow: hidden; border-radius: var(--radius); background: var(--ink); color: white; }
.material-card:nth-child(3n+2) { background: #2a2629; }
.material-card:nth-child(4) { background: var(--red); }
.material-card::after { content: attr(data-index); position: absolute; right: 17px; bottom: -28px; color: rgba(255,255,255,.07); font-size: 9rem; line-height: 1; font-weight: 950; }
.material-card h3 { position: relative; z-index: 2; margin: 95px 0 12px; font-size: 1.55rem; line-height: 1; text-transform: uppercase; }
.material-card p { position: relative; z-index: 2; margin: 0; color: #d5d0d1; font-size: .95rem; }
.material-tag { position: relative; z-index: 2; display: inline-flex; padding: 7px 11px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.feature-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.feature { padding: 29px; border-radius: var(--radius); border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.045); }
.feature span { color: var(--red); font-size: .7rem; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.feature h3 { margin: 17px 0 10px; font-size: 1.28rem; text-transform: uppercase; }
.feature p { margin: 0; color: #cac4c6; }

.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin-top: 50px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: white; }
.process-step { min-height: 250px; padding: 28px; border-right: 1px solid var(--line); }
.process-step:last-child { border-right: 0; }
.process-step strong { color: var(--red); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.process-step h3 { margin: 48px 0 11px; font-size: 1.2rem; line-height: 1.05; text-transform: uppercase; }
.process-step p { margin: 0; color: var(--muted); font-size: .92rem; }

.project-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.project-card { overflow: hidden; border-radius: var(--radius); background: white; border: 1px solid var(--line); }
.project-card .image-placeholder { min-height: 320px; border: 0; border-radius: 0; box-shadow: none; }
.project-body { padding: 27px; }
.project-kicker { display: flex; justify-content: space-between; gap: 16px; color: var(--red); font-size: .69rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.project-body h3 { margin: 13px 0 8px; font-size: 1.55rem; line-height: 1; text-transform: uppercase; }
.project-body p { margin: 0; color: var(--muted); }

.quote-strip { position: relative; overflow: hidden; padding: 78px 0; color: white; background: var(--red); }
.quote-strip::after { content: "MOVE"; position: absolute; right: -1vw; bottom: -4vw; color: rgba(0,0,0,.09); font-size: clamp(8rem, 18vw, 17rem); line-height: .8; font-weight: 950; letter-spacing: -.08em; }
.quote-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 45px; }
.quote-strip h2 { margin: 0; max-width: 800px; font-size: clamp(2.45rem, 5vw, 5rem); line-height: .93; letter-spacing: -.055em; text-transform: uppercase; font-weight: 950; }

.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 50px; align-items: start; }
.contact-panel { padding: 34px; border-radius: var(--radius); color: white; background: var(--ink); }
.contact-panel h2 { margin: 0 0 25px; font-size: 2rem; line-height: 1; text-transform: uppercase; }
.contact-item { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.14); }
.contact-item:first-of-type { border-top: 0; }
.contact-item span { display: block; color: var(--red); font-size: .67rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.contact-item a, .contact-item address { display: block; margin-top: 7px; font-size: 1.05rem; font-weight: 750; }
.contact-note { margin-top: 24px; color: #bfb9bb; font-size: .86rem; }
.form-card { padding: 38px; border-radius: var(--radius); background: white; border: 1px solid var(--line); box-shadow: 0 20px 55px rgba(35,31,32,.07); }
.form-card h2 { margin: 0 0 7px; font-size: 2rem; text-transform: uppercase; }
.form-card > p { margin: 0 0 27px; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; font-size: .69rem; font-weight: 950; letter-spacing: .11em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cfc8ca; border-radius: 12px; background: #fbfaf7; color: var(--ink); padding: 14px 15px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); box-shadow: 0 0 0 4px rgba(237,28,36,.1); }
.field textarea { min-height: 135px; resize: vertical; }
.form-submit { margin-top: 20px; }
.form-status { display: none; margin-top: 18px; padding: 14px 16px; border-radius: 12px; background: #e9f7ed; color: #1c6b34; font-weight: 750; }

.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-button { width: 100%; padding: 23px 0; border: 0; background: none; color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 20px; text-align: left; font-weight: 900; font-size: 1.07rem; }
.faq-button::after { content: "+"; color: var(--red); font-size: 1.8rem; line-height: 1; transition: transform .2s ease; }
.faq-button[aria-expanded="true"]::after { transform: rotate(45deg); }
.faq-panel { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.faq-panel p { margin: 0; padding: 0 50px 23px 0; color: var(--muted); }

.site-footer { color: #d7d1d3; background: #09090a; }
.footer-main { padding: 72px 0 52px; display: grid; grid-template-columns: 1.4fr .65fr .8fr .9fr; gap: 50px; }
.footer-brand img { width: 245px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 430px; margin: 22px 0 0; color: #aaa4a6; }
.footer-col h3 { margin: 0 0 20px; color: white; font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-links { display: grid; gap: 11px; }
.footer-links a, .footer-links address, .footer-links span { color: #aaa4a6; font-size: .91rem; }
.footer-links a:hover { color: white; }
.footer-bottom { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #837d7f; font-size: .76rem; }
.footer-bottom-links { display: flex; gap: 18px; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .nav { grid-template-columns: 220px 1fr auto; }
  .nav-links { gap: 18px; }
  .hero-grid, .page-hero-grid, .split { gap: 42px; }
  .card-grid, .material-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-main { grid-template-columns: 1.2fr .7fr .9fr; }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 850px) {
  .topbar-inner { min-height: 44px; }
  .topbar-group:last-child { display: none; }
  .nav { grid-template-columns: 1fr auto; }
  .nav .btn { display: none; }
  .menu-toggle { display: flex; }
  .nav-links { position: fixed; top: 130px; left: 20px; right: 20px; display: grid; gap: 0; padding: 13px 22px; border-radius: 18px; background: var(--ink); color: white; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .2s ease; }
  .nav-links.open { opacity: 1; visibility: visible; transform: none; }
  .nav-links a { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .nav-links a:last-child { border-bottom: 0; }
  .hero-grid, .page-hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .page-hero-grid { align-items: start; }
  .hero-art { max-width: 670px; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-head { display: block; }
  .section-head .section-copy { margin-top: 22px; }
  .split.reverse .media { order: 0; }
  .quote-grid { grid-template-columns: 1fr; }
  .project-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .brand img { width: 205px; }
  .topbar-group { gap: 12px; }
  .topbar b { display: none; }
  .nav-links { top: 126px; left: 14px; right: 14px; }
  .hero, .page-hero { padding: 58px 0 65px; }
  .display { font-size: clamp(3rem, 17vw, 5.1rem); }
  .hero-actions .btn { width: 100%; }
  .image-placeholder { min-height: 310px; }
  .stats-grid, .card-grid, .material-grid, .feature-list, .form-grid { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { border-right: 0; border-bottom: 1px solid var(--line); }
  .process-step:last-child { border-bottom: 0; }
  .field.full { grid-column: auto; }
  .form-card, .contact-panel { padding: 27px; }
  .footer-main { grid-template-columns: 1fr; gap: 36px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { padding: 18px 0; display: block; }
  .footer-bottom-links { margin-top: 10px; flex-wrap: wrap; }
}
