
:root {
  color-scheme: light;
  --ink: #17191b;
  --graphite: #222629;
  --steel: #586066;
  --steel-light: #d8dde0;
  --paper: #f7f5f0;
  --white: #ffffff;
  --orange: #e95f19;
  --orange-dark: #b9450d;
  --orange-pale: #fff0e7;
  --success: #126344;
  --danger: #a32020;
  --line: #d0d4d6;
  --shadow: 0 18px 50px rgba(20, 23, 25, 0.12);
  --radius: 8px;
  font-family: "Segoe UI", Inter, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); line-height: 1.62; }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  background-image: repeating-linear-gradient(117deg, #000 0, #000 1px, transparent 1px, transparent 7px);
  z-index: 20;
}
a { color: var(--orange-dark); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--orange); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid #ff9b61;
  outline-offset: 3px;
}
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: .5rem; left: .5rem; transform: translateY(-180%); background: var(--white); color: var(--ink); padding: .7rem 1rem; z-index: 100; border: 2px solid var(--orange); }
.skip-link:focus { transform: none; }
.container { width: min(1180px, calc(100% - 2rem)); margin-inline: auto; }
.topbar { background: #111416; color: #f2f3f3; border-bottom: 1px solid #31363a; }
.topbar .container { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.topbar p { margin: 0; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }
.phone-link { color: var(--white); font-weight: 800; text-decoration: none; white-space: nowrap; }
.site-header { background: rgba(34, 38, 41, .98); color: var(--white); position: relative; z-index: 10; box-shadow: 0 6px 20px rgba(0,0,0,.18); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 1rem; }
.brand { display: flex; align-items: center; gap: .8rem; color: var(--white); text-decoration: none; min-width: 250px; }
.brand-mark { width: 46px; height: 46px; border: 3px solid var(--orange); display: grid; place-items: center; color: var(--orange); font-weight: 900; letter-spacing: -.08em; transform: skew(-5deg); background: linear-gradient(145deg, transparent 0 62%, rgba(233,95,25,.18) 62% 100%); box-shadow: inset 5px 0 0 rgba(233,95,25,.08); }
.brand-name { display: block; font-family: "Arial Narrow", "Roboto Condensed", sans-serif; font-size: 1.22rem; font-weight: 900; text-transform: uppercase; letter-spacing: .045em; line-height: 1.05; }
.brand-sub { display: block; color: #bdc4c7; font-size: .74rem; margin-top: .2rem; letter-spacing: .08em; text-transform: uppercase; }
.nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .25rem; }
.nav a { color: #edf0f1; text-decoration: none; font-weight: 750; font-size: .88rem; padding: .55rem .7rem; border-radius: 4px; }
.nav a:hover { background: #343a3e; color: var(--white); }
.nav .nav-quote { background: var(--orange); color: var(--white); margin-left: .25rem; }
.nav .nav-quote:hover { background: #ff7130; }
.breadcrumbs { background: #e9ecec; border-bottom: 1px solid #cbd0d2; }
.breadcrumbs ol { list-style: none; margin: 0; padding: .65rem 0; display: flex; flex-wrap: wrap; gap: .4rem; font-size: .82rem; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: .4rem; color: #81898e; }
.breadcrumbs a { color: #474e52; }
.breadcrumbs [aria-current="page"] { font-weight: 800; color: var(--ink); }
.hero { color: var(--white); background: var(--graphite); overflow: hidden; position: relative; }
.hero::after { content: ""; position: absolute; width: 36vw; min-width: 340px; height: 150%; right: -9vw; top: -25%; background: linear-gradient(135deg, transparent 10%, rgba(233,95,25,.16) 10%, rgba(233,95,25,.16) 52%, transparent 52%); transform: rotate(-8deg); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; min-height: 490px; align-items: stretch; }
.hero-copy { padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 4rem) clamp(4rem, 8vw, 7rem) 0; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { display: inline-flex; align-items: center; gap: .65rem; margin: 0 0 1rem; color: #ff9a62; font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 38px; height: 4px; background: var(--orange); }
h1, h2, h3 { font-family: "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif; line-height: 1.08; color: var(--graphite); letter-spacing: -.025em; }
h1 { margin: 0; color: var(--white); font-size: clamp(2.55rem, 5.8vw, 5.25rem); max-width: 850px; }
.hero-lead { max-width: 760px; font-size: clamp(1.04rem, 1.8vw, 1.28rem); color: #d8dddf; margin: 1.5rem 0 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .7rem 1.15rem; border: 2px solid transparent; border-radius: 4px; background: var(--orange); color: var(--white); font-weight: 900; text-decoration: none; letter-spacing: .02em; cursor: pointer; }
.button:hover { background: #ff7130; color: var(--white); }
.button-secondary { background: transparent; border-color: #8f979b; color: var(--white); }
.button-secondary:hover { background: var(--white); border-color: var(--white); color: var(--ink); }
.hero-visual { min-height: 360px; position: relative; background: linear-gradient(145deg, #373d40, #16191b); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.06); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--graphite), transparent 38%), linear-gradient(0deg, rgba(10,12,13,.45), transparent 60%); }
.hero-placeholder { height: 100%; min-height: 490px; display: grid; place-items: center; background: repeating-linear-gradient(135deg, #2e3336 0, #2e3336 12px, #272b2e 12px, #272b2e 24px); }
.hero-placeholder span { border: 2px solid #646d72; padding: .7rem 1rem; text-transform: uppercase; letter-spacing: .14em; color: #aeb5b8; font-weight: 800; font-size: .78rem; }
.metric-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); }
.metric { padding: 1.35rem clamp(.8rem, 3vw, 2rem); border-right: 1px solid var(--line); }
.metric:last-child { border-right: 0; }
.metric strong { display: block; font-family: "Arial Narrow", sans-serif; font-size: 1.65rem; color: var(--graphite); }
.metric span { color: #62696d; font-size: .86rem; }
.section { padding: clamp(3.8rem, 7vw, 6.5rem) 0; }
.section-dark { background: var(--graphite); color: #dfe3e4; }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-steel { background: #e5e8e9; }
.section-heading { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 5vw, 5rem); align-items: end; margin-bottom: 2.2rem; }
.section-heading h2 { font-size: clamp(2rem, 4.2vw, 3.7rem); margin: 0; }
.section-heading p { margin: 0; font-size: 1.05rem; color: #555d61; max-width: 680px; }
.section-dark .section-heading p { color: #bcc4c7; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.card { background: linear-gradient(115deg, rgba(88,96,102,.035) 0 1px, transparent 1px 16px), var(--white); border: 1px solid var(--line); border-top: 5px solid var(--steel); padding: 1.45rem; border-radius: 2px; box-shadow: 0 8px 22px rgba(18,20,22,.06); position: relative; }
.card::after { content: "LOAD TAG"; position: absolute; right: .8rem; bottom: .55rem; color: rgba(34,38,41,.14); font-size: .55rem; font-weight: 900; letter-spacing: .12em; }
.card-accent { border-top-color: var(--orange); }
.card h3 { margin: 0 0 .7rem; font-size: 1.35rem; }
.card p { margin: 0 0 1rem; color: #5b6266; }
.card a:last-child { font-weight: 850; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.prose { font-size: 1.03rem; }
.prose > :first-child { margin-top: 0; }
.prose h2 { margin: 2.2rem 0 .8rem; font-size: clamp(1.7rem, 3vw, 2.45rem); }
.prose h3 { margin: 1.6rem 0 .6rem; font-size: 1.3rem; }
.prose p, .prose li { color: #40474b; }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose li { margin-block: .45rem; }
.callout { background: var(--orange-pale); border-left: 5px solid var(--orange); padding: 1.25rem 1.35rem; margin: 1.5rem 0; }
.callout strong { color: #7c2b06; }
.sidebar-panel { background: var(--graphite); color: #dce1e3; padding: 1.5rem; border-radius: var(--radius); position: sticky; top: 1.25rem; }
.sidebar-panel h2 { color: var(--white); font-size: 1.55rem; margin-top: 0; }
.sidebar-panel a { color: #ffab7f; }
.checklist { list-style: none; padding: 0 !important; }
.checklist li { position: relative; padding-left: 1.65rem; }
.checklist li::before { content: ""; position: absolute; left: 0; top: .56rem; width: .7rem; height: .7rem; border: 2px solid var(--orange); transform: rotate(45deg); }
.link-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: .65rem; }
.link-grid a { display: block; background: linear-gradient(90deg, rgba(88,96,102,.045) 0 1px, transparent 1px), var(--white); border: 1px solid var(--line); border-left: 3px solid var(--steel-light); padding: .78rem .9rem; border-radius: 2px; color: #2f3538; text-decoration: none; font-weight: 750; }
.link-grid a:hover { border-color: var(--orange); color: var(--orange-dark); }
.alpha-group { margin-bottom: 1rem; border: 1px solid var(--line); background: var(--white); }
.alpha-group summary { cursor: pointer; padding: 1rem; font-weight: 900; font-size: 1.08rem; color: var(--graphite); }
.alpha-group .link-grid { padding: 0 1rem 1rem; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 1rem 0; }
.faq summary { cursor: pointer; font-weight: 850; font-size: 1.05rem; }
.faq p { margin-bottom: 0; }
.quote-section { background: #16191b; color: var(--white); position: relative; overflow: hidden; }
.quote-section::before { content: "QUOTE / SORT / LOAD / RECYCLE"; position: absolute; right: -2rem; top: 2rem; color: rgba(255,255,255,.03); font: 900 clamp(3rem, 9vw, 9rem)/.8 "Arial Narrow", sans-serif; letter-spacing: -.04em; writing-mode: vertical-rl; }
.quote-grid { position: relative; display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(2rem, 6vw, 5.5rem); }
.quote-intro h2 { color: var(--white); font-size: clamp(2.1rem, 4vw, 3.8rem); margin: .3rem 0 1rem; }
.quote-intro p { color: #c5ccce; }
.direct-call { display: block; color: var(--white); text-decoration: none; font-family: "Arial Narrow", sans-serif; font-size: clamp(1.7rem, 4vw, 2.6rem); font-weight: 900; margin-top: 1.5rem; }
.quote-form { background: var(--white); color: var(--ink); padding: clamp(1.3rem, 4vw, 2.4rem); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
.field { display: flex; flex-direction: column; gap: .35rem; }
.field-full { grid-column: 1 / -1; }
.field label, .field legend { font-weight: 850; color: #30363a; }
.field small { color: #656d71; }
.required { color: var(--orange-dark); }
input, select, textarea { width: 100%; border: 1px solid #aeb5b8; background: var(--white); color: var(--ink); border-radius: 4px; padding: .72rem .78rem; font: inherit; }
textarea { min-height: 130px; resize: vertical; }
fieldset { border: 0; padding: 0; margin: 0; }
.radio-row { display: flex; flex-wrap: wrap; gap: .7rem 1.25rem; padding-top: .35rem; }
.radio-row label { display: inline-flex; align-items: center; gap: .45rem; font-weight: 650; }
.radio-row input { width: 1.15rem; height: 1.15rem; }
.field-error { color: var(--danger) !important; font-weight: 750; margin: 0; }
.error-summary { border: 2px solid var(--danger); background: #fff1f1; color: #681111; padding: 1rem 1.2rem; margin-bottom: 1rem; }
.error-summary h2 { font-size: 1.2rem; margin: 0 0 .4rem; }
.error-summary p { margin: 0; color: inherit; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-note { color: #5e666a; font-size: .86rem; }
.form-submit { width: 100%; font-size: 1rem; margin-top: .25rem; }
.success-panel { background: #e8f7f1; color: #0b5036; border: 2px solid #5eb18f; padding: 1.4rem; margin-bottom: 1rem; }
.success-panel h2 { margin: 0 0 .5rem; color: #0b5036; }
.sitewide-photo-cta { padding: clamp(2.8rem, 6vw, 5.5rem) 0; background: #e5e8e9; border-top: 1px solid #cbd0d2; border-bottom: 1px solid #cbd0d2; }
.sitewide-photo-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.sitewide-photo-frame { position: relative; min-height: clamp(280px, 32vw, 430px); margin: 0; overflow: hidden; border-radius: var(--radius); background: #30363a; box-shadow: var(--shadow); }
.sitewide-photo-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg, transparent 52%, rgba(233,95,25,.17)); border: 1px solid rgba(255,255,255,.16); }
.sitewide-photo-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.04); }
.sitewide-photo-copy h2 { margin: .25rem 0 1rem; font-size: clamp(2rem, 4vw, 3.5rem); }
.sitewide-photo-copy p:not(.eyebrow) { margin: 0 0 1.4rem; color: #4d5559; font-size: 1.05rem; }
.site-footer { background: #0d0f10; color: #aeb6b9; padding: 3.3rem 0 6rem; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .65fr .65fr; gap: 2rem; }
.site-footer h2 { color: var(--white); font-size: 1.15rem; }
.site-footer a { color: #d9dddf; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: .45rem 0; }
.footer-note { border-top: 1px solid #2b3033; margin-top: 2rem; padding-top: 1rem; font-size: .82rem; }
.floating-actions { position: fixed; right: max(1rem, env(safe-area-inset-right)); bottom: max(1rem, env(safe-area-inset-bottom)); z-index: 50; display: flex; flex-direction: column; align-items: flex-end; gap: .55rem; }
.floating-quote, .floating-call { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .55rem; padding: .78rem 1.05rem; border-radius: 999px; box-shadow: 0 10px 30px rgba(0,0,0,.34); color: var(--white); text-decoration: none; font-weight: 900; border: 2px solid var(--white); }
.floating-quote { background: var(--orange); }
.floating-quote:hover { background: #ff7130; color: var(--white); }
.floating-call { background: var(--graphite); }
.floating-call:hover { background: #363d41; color: var(--white); }
.floating-call::before { content: "☎"; font-size: 1.1rem; }
.owner-shell { background: #eef0f1; min-height: 100vh; }
.owner-header { background: var(--graphite); color: var(--white); padding: 1rem 0; }
.owner-header .container { display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.owner-header h1 { font-size: 1.5rem; }
.owner-main { padding: 2rem 0 5rem; }
.owner-main > .container > h1 { color: var(--graphite) !important; }
.owner-panel { background: var(--white); border: 1px solid var(--line); padding: 1.3rem; border-radius: var(--radius); margin-bottom: 1rem; overflow-x: auto; }
.owner-table { width: 100%; border-collapse: collapse; min-width: 840px; }
.owner-table th, .owner-table td { text-align: left; padding: .75rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.owner-table th { font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; color: #5c6468; }
.status { display: inline-block; border-radius: 999px; padding: .25rem .6rem; background: #e3e7e9; font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.status-new { background: #fff0e7; color: #8c3309; }
.owner-actions { display: flex; flex-wrap: wrap; gap: .55rem; align-items: end; }
.owner-actions .button { min-height: 42px; }
.detail-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1rem; }
.definition-list { display: grid; grid-template-columns: minmax(120px,.35fr) 1fr; margin: 0; }
.definition-list dt, .definition-list dd { margin: 0; padding: .65rem 0; border-bottom: 1px solid var(--line); }
.definition-list dt { font-weight: 850; color: #596165; }
.history { list-style: none; padding: 0; }
.history li { border-left: 4px solid var(--steel); padding: .2rem 0 1.1rem 1rem; margin-left: .3rem; }
.history time { color: #636b6f; font-size: .82rem; }
.pagination { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1rem; }
@media (max-width: 900px) {
  .header-inner { align-items: flex-start; flex-direction: column; gap: .7rem; }
  .nav { justify-content: flex-start; }
  .hero-grid, .quote-grid, .content-grid, .section-heading, .detail-grid, .sitewide-photo-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-right: 0; }
  .hero-visual { min-height: 300px; }
  .hero-placeholder { min-height: 300px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .link-grid { grid-template-columns: repeat(3, 1fr); }
  .sidebar-panel { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 1.2rem, 1180px); }
  .topbar p { display: none; }
  .brand { min-width: 0; }
  .brand-sub { font-size: .66rem; }
  .nav { display: grid; width: 100%; grid-template-columns: repeat(3, 1fr); }
  .nav a { text-align: center; padding-inline: .25rem; font-size: .78rem; }
  .nav .nav-quote { margin-left: 0; }
  .hero-grid { min-height: auto; }
  .hero-copy { padding-block: 3rem 3.8rem; }
  h1 { font-size: clamp(2.35rem, 12vw, 3.7rem); }
  .hero-visual { display: block; order: -1; min-height: 0; aspect-ratio: 16 / 9; }
  .hero-visual::after { background: linear-gradient(0deg, rgba(10,12,13,.42), transparent 52%); }
  .metrics { grid-template-columns: 1fr; }
  .metric { border-right: 0; border-bottom: 1px solid var(--line); }
  .card-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .link-grid, .alpha-group .link-grid { grid-template-columns: repeat(2, 1fr); }
  .radio-row { flex-direction: column; }
  .sitewide-photo-frame { min-height: 230px; }
  .floating-actions { left: max(.7rem, env(safe-area-inset-left)); right: max(.7rem, env(safe-area-inset-right)); bottom: max(.7rem, env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1.15fr .85fr; gap: .45rem; }
  .floating-quote, .floating-call { width: 100%; min-height: 48px; padding: .68rem .6rem; border-radius: 6px; font-size: .82rem; white-space: nowrap; }
  .floating-call::before { display: none; }
  .site-footer { padding-bottom: 7rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
