/* Supreme Contract Services — black & orange (van livery)
   ink #0E0E0E · orange #FF7F00 · paper #FFFFFF · stone #F3F1EE · grey #6A6662 */
:root {
  --ink: #0E0E0E;
  --ink-2: #1B1B1B;
  --ink-3: #2A2A2A;
  --orange: #FF7F00;
  --orange-deep: #D66A00;
  --orange-tint: #FFF1E3;
  --paper: #FFFFFF;
  --stone: #F3F1EE;
  --grey: #6A6662;
  --line: #E2DED8;
  --text: #1A1A1A;
  --text-soft: #4A4744;
  --display: 'Barlow Condensed', 'Arial Narrow', Impact, sans-serif;
  --body: 'Barlow', 'Segoe UI', Helvetica, Arial, sans-serif;
  --wrap: 1140px;
  --r: 6px;
  --stripe: repeating-linear-gradient(135deg, var(--orange) 0 16px, var(--ink) 16px 32px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--body); font-size: 17px; line-height: 1.55; color: var(--text); background: var(--paper); -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-family: var(--display); line-height: 1; margin: 0 0 .45em; text-wrap: balance; letter-spacing: .005em; text-transform: uppercase; }
h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); font-weight: 800; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); font-weight: 700; }
h3 { font-size: 1.45rem; font-weight: 700; }
p { margin: 0 0 1em; }
a { color: var(--orange-deep); }
ul { padding-left: 1.2em; }
img { max-width: 100%; height: auto; display: block; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.muted { color: var(--grey); }
.small { font-size: .9rem; }
.hidden { display: none !important; }
.skip { position: absolute; left: -999px; top: 0; background: var(--orange); color: #fff; padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; top: 8px; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }
.eyebrow { font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: .9rem; color: var(--orange); margin-bottom: .5em; display: flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ""; width: 26px; height: 3px; background: var(--orange); }
.eyebrow-light { color: var(--orange); }
.lede { font-size: 1.2rem; color: var(--text-soft); max-width: 62ch; }

/* reveal on scroll (visible by default; JS adds motion only) */
.rise { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) {
  .js .rise { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
  .js .rise.in { opacity: 1; transform: none; }
}

/* buttons */
.btn { display: inline-block; font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; font-size: 1.05rem; text-decoration: none; padding: 11px 20px; border-radius: var(--r); border: 2px solid transparent; cursor: pointer; line-height: 1.1; transition: background .15s, color .15s, transform .15s; }
.btn:active { transform: translateY(1px); }
.btn-lg { padding: 15px 28px; font-size: 1.2rem; }
.btn-orange { background: var(--orange); color: var(--ink); border-color: var(--orange); }
.btn-orange:hover { background: #FFA040; border-color: #FFA040; }
.btn-ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.7); }
.btn-ghost-light:hover { background: #fff; color: var(--ink); }

/* header */
.site-head { background: var(--ink); position: sticky; top: 0; z-index: 50; }
.site-head::before { content: ""; display: block; height: 6px; background: var(--stripe); }
.head-row { display: flex; align-items: center; gap: 28px; min-height: 84px; }
.brand img { height: 56px; width: auto; }
.nav { margin-left: auto; }
.nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 2px; }
.nav li { position: relative; }
.nav > ul > li > a { display: block; padding: 12px 14px; text-decoration: none; color: #fff; font-family: var(--display); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; font-size: 1.1rem; }
.nav > ul > li > a:hover { color: var(--orange); }
.nav .has-sub > ul { display: none; position: absolute; top: 100%; left: 0; background: var(--ink-2); border-top: 3px solid var(--orange); min-width: 260px; padding: 8px 0; flex-direction: column; align-items: stretch; box-shadow: 0 16px 32px rgba(0,0,0,.35); }
.nav .has-sub:hover > ul, .nav .has-sub:focus-within > ul { display: flex; }
.nav .has-sub > ul a { display: block; padding: 10px 18px; text-decoration: none; color: #fff; font-size: 1rem; }
.nav .has-sub > ul a:hover { background: var(--ink-3); color: var(--orange); }
.nav-cta { margin-left: 10px; }
.nav-cta .btn { font-size: 1rem; padding: 10px 18px; }
.nav-toggle { display: none; }
.head-phones { display: flex; flex-direction: column; align-items: flex-end; gap: 1px; white-space: nowrap; }
.head-phone { font-family: var(--display); font-weight: 800; font-size: 1.35rem; color: #fff; text-decoration: none; white-space: nowrap; display: flex; align-items: center; gap: 8px; }
.head-direct { font-family: var(--body); font-weight: 600; font-size: .82rem; letter-spacing: .02em; color: var(--orange); text-decoration: none; }
.head-direct:hover { color: #fff; }
.head-phone:hover { color: var(--orange); }
.ph-ico { width: 18px; height: 18px; background: var(--orange); clip-path: polygon(20% 0, 45% 0, 55% 30%, 40% 42%, 58% 60%, 70% 45%, 100% 55%, 100% 80%, 80% 100%, 0 20%); }

/* hero */
.hero { background: var(--ink); color: #fff; padding: 64px 0 72px; position: relative; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .22; filter: grayscale(.4) contrast(1.1); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,14,14,.95) 0%, rgba(14,14,14,.75) 55%, rgba(14,14,14,.35) 100%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 8px; background: var(--stripe); }
.hero-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 56px; align-items: start; position: relative; z-index: 1; }
.hero h1 { color: #fff; }
.hero h1 .hl { color: var(--orange); }
.hero .lede { color: rgba(255,255,255,.85); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; }
.hero-points { list-style: none; padding: 0; margin: 8px 0 0; display: grid; gap: 8px; color: rgba(255,255,255,.9); }
.hero-points li { padding-left: 28px; position: relative; }
.hero-points li::before { content: ""; position: absolute; left: 0; top: 8px; width: 14px; height: 8px; border-left: 3px solid var(--orange); border-bottom: 3px solid var(--orange); transform: rotate(-45deg); }
.hero-form { background: var(--paper); color: var(--text); padding: 26px; border-radius: var(--r); border-top: 6px solid var(--orange); box-shadow: 0 24px 48px rgba(0,0,0,.45); }
.form-title { font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: 1.5rem; margin-bottom: 12px; letter-spacing: .02em; }

/* page head (inner pages) */
.page-head { background: var(--ink); color: #fff; padding: 56px 0 52px; position: relative; overflow: hidden; }
.page-head .wrap { position: relative; z-index: 1; }
.page-head h1 { color: #fff; }
.page-head .lede { color: rgba(255,255,255,.85); }
.page-head a:not(.btn) { color: var(--orange); }
.page-head .hero-actions { margin-bottom: 0; }
.page-head::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 8px; background: var(--stripe); }
.ph-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .25; filter: grayscale(.3); }
.page-head.has-img::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,14,14,.95) 0%, rgba(14,14,14,.7) 60%, rgba(14,14,14,.4) 100%); }

/* bands */
.band { padding: 22px 0; }
.band-trust { background: var(--orange); color: var(--ink); }
.trust-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.trust-row div { display: grid; gap: 2px; border-left: 3px solid var(--ink); padding-left: 12px; }
.trust-row strong { font-family: var(--display); font-size: 1.5rem; font-weight: 800; line-height: 1; text-transform: uppercase; }
.trust-row span { font-size: .9rem; line-height: 1.3; color: rgba(14,14,14,.85); }
.band-cta { background: var(--ink); color: #fff; padding: 56px 0; position: relative; }
.band-cta::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 8px; background: var(--stripe); }
.band-cta h2 { color: #fff; }
.band-cta p { color: rgba(255,255,255,.85); max-width: 52ch; margin: 0; }
.cta-row { display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* sections */
.section { padding: 64px 0; }
.section-alt { background: var(--stone); }
.section-dark { background: var(--ink-2); color: #fff; }
.two-col { display: grid; grid-template-columns: 1.6fr 1fr; gap: 48px; align-items: start; }
.prose { max-width: 68ch; }
.prose h2 { font-size: 1.7rem; margin-top: 1.5em; }
.prose h2:first-child { margin-top: 0; }
.prose ul { padding-left: 1.1em; display: grid; gap: 6px; margin-bottom: 1.2em; }
.prose li::marker { color: var(--orange); }
.side { background: var(--stone); border-top: 6px solid var(--orange); padding: 24px; border-radius: var(--r); position: sticky; top: 100px; }
.side-links { margin-top: 20px; display: grid; gap: 4px; }
.side-links a { display: block; padding: 5px 0; }
.form-card { background: var(--stone); padding: 28px; border-radius: var(--r); border-top: 6px solid var(--orange); }

.fig { margin: 8px 0 20px; }
.fig img { width: 100%; border-radius: var(--r); }
.fig figcaption { font-size: .85rem; color: var(--grey); margin-top: 6px; }
.fig-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 14px; margin: 8px 0 20px; }
.fig-row .fig { margin: 0; }
.fig-row img { aspect-ratio: 4/3; object-fit: cover; }

.core-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 8px 0 28px; }
.core { display: grid; grid-template-rows: 200px auto; text-decoration: none; color: #fff; background: var(--ink); border-radius: var(--r); overflow: hidden; position: relative; }
.core img { width: 100%; height: 200px; object-fit: cover; opacity: .85; transition: transform .4s ease, opacity .3s; }
.core:hover img { transform: scale(1.04); opacity: 1; }
.core > div { padding: 24px 26px 26px; border-left: 6px solid var(--orange); }
.core h3 { font-size: 1.9rem; color: #fff; }
.core p { color: rgba(255,255,255,.8); }
.more { font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--orange); }
.more::after { content: " →"; }

.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.svc { display: grid; grid-template-rows: 150px 1fr; text-decoration: none; color: var(--text); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: var(--paper); transition: border-color .15s, box-shadow .15s; }
.svc img { width: 100%; height: 150px; object-fit: cover; }
.svc > div { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 6px; }
.svc h3 { font-size: 1.3rem; margin: 0; }
.svc p { color: var(--text-soft); font-size: .96rem; margin: 0; flex: 1; }
.svc:hover { border-color: var(--orange); box-shadow: 0 10px 24px rgba(0,0,0,.08); }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step { background: var(--paper); border: 1px solid var(--line); border-top: 4px solid var(--ink); padding: 24px; border-radius: var(--r); counter-increment: step; }
.step h3::before { content: counter(step, decimal-leading-zero); display: block; font-size: 2.4rem; color: var(--orange); line-height: 1; margin-bottom: 8px; }
.step p { margin: 0; color: var(--text-soft); font-size: .98rem; }

.case { display: grid; grid-template-columns: 1.1fr 1fr; gap: 28px; align-items: center; background: var(--ink); color: #fff; border-radius: var(--r); overflow: hidden; margin: 8px 0 20px; }
.case img { width: 100%; height: 100%; object-fit: cover; min-height: 220px; }
.case > div { padding: 26px 30px 26px 0; }
.case h3 { color: var(--orange); font-size: 1.7rem; }
.case p { color: rgba(255,255,255,.85); margin: 0; }
.clients { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.client { display: grid; gap: 4px; padding: 16px; border-top: 3px solid var(--orange); background: var(--stone); }
.client strong { font-family: var(--display); font-size: 1.15rem; line-height: 1.15; text-transform: uppercase; }
.client span { font-size: .88rem; color: var(--grey); }

.section-dark .eyebrow { color: var(--orange); }
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
blockquote { margin: 0; padding: 26px 24px 20px; background: var(--ink-3); border-radius: var(--r); position: relative; border-left: 4px solid var(--orange); }
blockquote::before { content: "\201C"; position: absolute; top: -6px; right: 18px; font-family: var(--display); font-size: 5rem; color: var(--orange); line-height: 1; opacity: .5; }
blockquote p { margin: 0 0 14px; color: rgba(255,255,255,.9); }
blockquote footer { font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; font-size: .95rem; color: var(--orange); }

.area-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 18px; }
.area-list li { padding: 8px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-weight: 600; text-transform: uppercase; letter-spacing: .03em; }

/* FAQ */
.faqs { display: grid; gap: 8px; max-width: 80ch; }
.faq { border: 1px solid var(--line); border-radius: var(--r); background: var(--paper); }
.faq summary { cursor: pointer; padding: 16px 48px 16px 18px; font-family: var(--display); font-weight: 700; font-size: 1.2rem; text-transform: uppercase; letter-spacing: .02em; list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 18px; top: 10px; font-size: 1.8rem; color: var(--orange); font-weight: 400; }
.faq[open] summary::after { content: "–"; }
.faq p { padding: 0 18px 18px; margin: 0; color: var(--text-soft); }

/* form */
.quote-form { display: grid; gap: 12px; }
.quote-form label { display: grid; gap: 4px; font-family: var(--display); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; font-size: .9rem; }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.quote-form input, .quote-form select, .quote-form textarea { font: inherit; font-family: var(--body); font-size: 1rem; text-transform: none; letter-spacing: 0; padding: 11px 12px; border: 1.5px solid var(--line); border-radius: var(--r); background: #fff; color: var(--text); width: 100%; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--orange); outline: none; box-shadow: 0 0 0 3px rgba(255,127,0,.2); }
.quote-form .btn { justify-self: start; }
.f-note { font-size: .86rem; color: var(--grey); margin: 0; }
.compact .f-row { grid-template-columns: 1fr; }
.hero-form .compact .f-row { grid-template-columns: 1fr 1fr; }

.map iframe { width: 100%; height: 380px; border: 0; border-radius: var(--r); }

/* footer */
.site-foot { background: var(--ink); color: rgba(255,255,255,.85); padding: 52px 0 0; font-size: .95rem; }
.site-foot a { color: #fff; }
.site-foot a:hover { color: var(--orange); }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 32px; }
.foot-logo { height: 52px; width: auto; margin-bottom: 14px; }
.foot-h { font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: .85rem; color: var(--orange); margin-bottom: .5em; }
.site-foot ul { list-style: none; padding: 0; margin: 0 0 1em; display: grid; gap: 2px; }
.site-foot ul a, .site-foot p a { display: inline-block; padding: 4px 0; }
.site-foot .muted { color: rgba(255,255,255,.5); }
.foot-base { border-top: 1px solid rgba(255,255,255,.12); margin-top: 32px; padding-top: 18px; padding-bottom: 18px; font-size: .86rem; color: rgba(255,255,255,.55); }
.foot-base p { margin: 0; }

/* responsive */
@media (max-width: 980px) {
  .hero-grid, .two-col, .case { grid-template-columns: 1fr; }
  .case > div { padding: 22px 24px; }
  .side { position: static; }
  .trust-row { grid-template-columns: repeat(3, 1fr); }
  .steps, .clients { grid-template-columns: 1fr 1fr; }
  .quotes { grid-template-columns: 1fr; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .head-row { min-height: 68px; gap: 14px; }
  .brand img { height: 40px; }
  .head-phones { margin-left: auto; align-items: flex-end; }
  .head-phone { font-size: 1.02rem; }
  .head-direct { font-size: .72rem; }
  .nav { margin-left: 0; order: 3; }
  .nav-toggle { display: inline-flex; align-items: center; gap: 8px; background: none; color: #fff; border: 2px solid rgba(255,255,255,.5); border-radius: var(--r); font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; padding: 8px 12px; cursor: pointer; }
  .nav-toggle span { width: 18px; height: 2px; background: var(--orange); box-shadow: 0 -6px 0 var(--orange), 0 6px 0 var(--orange); display: block; }
  .nav ul#menu { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--ink-2); border-top: 1px solid rgba(255,255,255,.1); flex-direction: column; align-items: stretch; padding: 8px 0 16px; box-shadow: 0 20px 30px rgba(0,0,0,.4); }
  .nav ul#menu.open { display: flex; }
  .nav > ul > li > a { padding: 14px 22px; font-size: 1.2rem; }
  .nav .has-sub > ul { display: none; position: static; border: 0; box-shadow: none; padding: 0 0 6px 14px; background: transparent; }
  .nav .has-sub.sub-open > ul { display: flex; }
  .nav .has-sub > ul a { padding: 9px 22px; }
  .nav-cta { margin: 10px 22px 0; }
  .nav-cta .btn { display: block; text-align: center; }
  .core-grid, .svc-grid, .steps, .clients, .foot-grid, .f-row, .hero-form .compact .f-row { grid-template-columns: 1fr; }
  .trust-row { grid-template-columns: 1fr 1fr; }
  .hero { padding: 44px 0 52px; }
  .page-head { padding: 44px 0 40px; }
  .section { padding: 44px 0; }
  .btn-lg { padding: 13px 20px; font-size: 1.1rem; }
  .hero-actions .btn-lg { width: 100%; text-align: center; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .btn, .core img { transition: none; } }
@media print { .site-head, .band-cta, .hero-form, .side { display: none; } }

.prose a, .lede a { display: inline-block; padding: 3px 0; }

.side p a, .form-card a { display: inline-block; padding: 3px 0; }
