/* Crane and Rigging Rental Services custom site */
:root {
  --navy: #071d34;
  --navy-soft: #0d2c4c;
  --blue: #1769aa;
  --blue-dark: #0c4d83;
  --orange: #f28b20;
  --orange-dark: #c96505;
  --ink: #172331;
  --muted: #5b6876;
  --line: #d9e1e8;
  --surface: #f4f7fa;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(7, 29, 52, .12);
  --radius: 18px;
  --shell: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue-dark); text-underline-offset: .18em; }
a:hover { color: var(--orange-dark); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3 { color: var(--navy); font-weight: 800; line-height: 1.12; letter-spacing: -.025em; margin: 0 0 .7em; }
h1 { font-size: clamp(2.45rem, 6vw, 5rem); max-width: 13ch; }
h2 { font-size: clamp(1.8rem, 4vw, 3.25rem); }
h3 { font-size: clamp(1.18rem, 2vw, 1.45rem); }
p { margin: 0 0 1.25rem; }
.shell { width: min(calc(100% - 2rem), var(--shell)); margin-inline: auto; }
.narrow { max-width: 760px; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-muted { background: var(--surface); }
.section-dark { color: #dce8f3; background: var(--navy); }
.section-dark h2, .section-dark h3, .section-dark a { color: var(--white); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.section-heading > p { max-width: 560px; margin-bottom: .4rem; color: var(--muted); }
.section-heading.light > p { color: #b7c9da; }
.eyebrow { margin-bottom: .8rem; color: var(--orange-dark); font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.section-dark .eyebrow, .cta-band .eyebrow { color: #ffba6d; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 10000; top: .5rem; left: .5rem; transform: translateY(-150%); padding: .75rem 1rem; color: var(--white); background: var(--navy); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.gtm-noscript { display: none; visibility: hidden; }

.site-header { position: sticky; z-index: 1000; top: 0; color: var(--white); background: rgba(7,29,52,.97); border-bottom: 1px solid rgba(255,255,255,.1); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; color: var(--white); text-decoration: none; font-size: .82rem; line-height: 1.1; letter-spacing: .02em; text-transform: uppercase; }
.brand:hover { color: var(--white); }
.brand img { width: 82px; height: auto; }
.brand strong { font-size: 1rem; }
.site-nav { display: flex; align-items: center; gap: 1.6rem; }
.site-nav ul { display: flex; gap: 1.4rem; list-style: none; padding: 0; margin: 0; }
.site-nav ul a { color: #e9f2f9; text-decoration: none; font-weight: 700; font-size: .94rem; }
.site-nav ul a[aria-current="page"], .site-nav ul a:hover { color: #ffba6d; }
.nav-toggle { display: none; width: 46px; height: 42px; padding: 8px; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.35); border-radius: 8px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.button-row { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .75rem 1.25rem; color: #081724; background: var(--orange); border: 2px solid var(--orange); border-radius: 10px; text-decoration: none; font-weight: 850; line-height: 1.2; box-shadow: 0 8px 20px rgba(242,139,32,.18); }
.button:hover { color: #081724; background: #ffab51; border-color: #ffab51; }
.button-secondary { color: var(--navy); background: transparent; border-color: var(--navy); box-shadow: none; }
.button-secondary:hover { color: var(--white); background: var(--navy); border-color: var(--navy); }
.button-light { color: var(--white); background: transparent; border-color: rgba(255,255,255,.55); box-shadow: none; }
.button-light:hover { color: var(--navy); background: var(--white); border-color: var(--white); }
.button-small { min-height: 42px; padding: .55rem .9rem; font-size: .9rem; }
.text-link { font-weight: 800; text-decoration-thickness: 2px; }
.link-button { padding: 0; color: inherit; background: transparent; border: 0; text-decoration: underline; text-underline-offset: .18em; }

.hero { overflow: hidden; color: var(--white); background: linear-gradient(135deg, #071d34 0%, #0a3159 66%, #0d466f 100%); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: stretch; min-height: 690px; }
.hero-copy { align-self: center; padding: clamp(4rem, 8vw, 7.5rem) 3rem clamp(4rem, 8vw, 7.5rem) 0; }
.hero h1 { color: var(--white); }
.hero-lead { max-width: 720px; color: #d6e4ef; font-size: clamp(1.08rem, 2.2vw, 1.35rem); }
.hero .button-secondary { color: var(--white); border-color: rgba(255,255,255,.55); }
.hero .button-secondary:hover { color: var(--navy); background: var(--white); border-color: var(--white); }
.hero-points { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; padding: 0; margin: 2rem 0 0; color: #c7d9e7; list-style: none; font-weight: 700; }
.hero-points li::before { content: "✓"; margin-right: .45rem; color: #ffba6d; }
.hero-visual { position: relative; margin: 0; min-height: 620px; }
.hero-visual::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, #0a3159 0%, transparent 35%), linear-gradient(0deg, rgba(7,29,52,.65), transparent 40%); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual figcaption { position: absolute; z-index: 2; right: 1rem; bottom: 1rem; left: 1rem; color: #e8f0f6; font-size: .8rem; text-align: right; }
.trust-strip { color: var(--white); background: #041321; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { padding: 1.5rem; border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: #ffba6d; font-size: 1.05rem; }
.trust-grid span { color: #c8d6e3; font-size: .86rem; }

.service-grid, .company-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.service-card { padding: 2rem; background: var(--white); border: 1px solid var(--line); border-top: 5px solid var(--blue); border-radius: var(--radius); box-shadow: var(--shadow); }
.service-card p:not(.eyebrow) { color: var(--muted); }
.service-card h3 a { color: inherit; text-decoration: none; }
.company-grid article { padding: 2rem; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); }
.company-grid p { color: #c6d7e5; }
.company-grid a { font-weight: 800; }
.split-content, .two-column { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.process-list { padding: 0; margin: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 56px 1fr; gap: 1rem; padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.process-list li > span { display: grid; place-items: center; width: 48px; height: 48px; color: var(--white); background: var(--blue); border-radius: 50%; font-weight: 850; }
.process-list h3, .process-list p { margin-bottom: .35rem; }
.process-list p { color: var(--muted); }

.breadcrumbs { padding-top: 1rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; margin: 0; list-style: none; font-size: .86rem; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: .5rem; color: #8a96a2; }
.breadcrumbs li[aria-current="page"] { color: var(--muted); }
.inner-hero { padding: clamp(3.5rem, 7vw, 6.5rem) 0; background: linear-gradient(135deg, #eef4f8 0%, #fff 70%); border-bottom: 1px solid var(--line); }
.inner-hero.compact h1 { max-width: 18ch; }
.inner-hero p { max-width: 760px; font-size: 1.12rem; }
.inner-hero-grid { display: grid; grid-template-columns: 1fr .65fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.inner-hero-grid img { width: 100%; max-height: 500px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.check-list { display: grid; gap: .8rem; padding: 0; margin: 0; list-style: none; }
.check-list li { position: relative; padding: 1rem 1rem 1rem 3rem; background: var(--surface); border: 1px solid var(--line); border-radius: 10px; }
.check-list li::before { content: "✓"; position: absolute; top: 1rem; left: 1rem; color: var(--blue); font-weight: 900; }
.application-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.application-grid div { padding: 1.15rem; background: var(--white); border: 1px solid var(--line); border-radius: 10px; font-weight: 750; text-align: center; }

.crane-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.3rem; }
.crane-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 30px rgba(7,29,52,.08); }
.crane-card[hidden] { display: none; }
.crane-image { display: block; overflow: hidden; aspect-ratio: 5 / 4; background: #dfe6ed; }
.crane-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.crane-image:hover img { transform: scale(1.025); }
.crane-card-body { padding: 1.25rem; }
.crane-card h3 { margin-bottom: .6rem; }
.crane-card h3 a { color: inherit; text-decoration: none; }
.crane-meta, .spec-pills { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: .85rem; }
.crane-meta span, .spec-pills span { padding: .35rem .55rem; color: var(--blue-dark); background: #eaf3fb; border-radius: 999px; font-size: .78rem; font-weight: 800; }
.availability-note { display: block; color: var(--muted); font-size: .86rem; margin-bottom: .7rem; }
.card-actions { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .7rem; padding-top: .9rem; border-top: 1px solid var(--line); }
.card-actions a { font-size: .88rem; font-weight: 800; }
.inventory-filters { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 1rem; padding: 1.25rem; margin-bottom: 1rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.inventory-filters label { display: block; margin-bottom: .35rem; font-size: .86rem; font-weight: 800; }
.inventory-filters input, .inventory-filters select { width: 100%; min-height: 48px; padding: .65rem .75rem; background: var(--white); border: 1px solid #aebbc7; border-radius: 8px; }
.results-count { color: var(--muted); font-weight: 750; }
.empty-results { padding: 3rem; text-align: center; background: var(--surface); border-radius: var(--radius); }

.product-hero { padding: clamp(3rem, 7vw, 6rem) 0; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.product-image img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.product-copy h1 { font-size: clamp(2.35rem, 5vw, 4.2rem); }
.notice { padding: 1rem; background: #fff6e9; border-left: 4px solid var(--orange); }
.document-panel { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2rem; margin-top: 3rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.document-panel > div:first-child { max-width: 620px; }
.external-mark { margin-left: .3rem; }

.quote-layout { display: grid; grid-template-columns: 1fr 340px; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.quote-form { padding: clamp(1.25rem, 4vw, 2.5rem); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.quote-form fieldset { padding: 0; margin: 0; border: 0; }
.quote-form legend { width: 100%; margin-bottom: .6rem; color: var(--navy); font-size: 1.75rem; font-weight: 850; }
.form-help { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin-bottom: 1rem; }
.field label { display: block; margin-bottom: .35rem; color: var(--navy); font-weight: 800; }
.field label span { color: var(--muted); font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: .75rem; color: var(--ink); background: var(--white); border: 1px solid #9cabb8; border-radius: 8px; }
.field textarea { min-height: 160px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,105,170,.16); outline: 0; }
.field [aria-invalid="true"] { border-color: #b42318; }
.field-error { display: block; color: #8f1710; font-size: .85rem; font-weight: 750; }
.checkbox-field { display: grid; grid-template-columns: auto 1fr; gap: .7rem; align-items: start; margin: 1rem 0 1.5rem; }
.checkbox-field input { width: 20px; height: 20px; margin-top: .2rem; }
.form-progress { display: none; grid-template-columns: 1fr 1fr; gap: .5rem; margin-bottom: 2rem; }
.form-progress span { padding: .65rem; background: var(--surface); border-radius: 7px; font-size: .86rem; font-weight: 800; text-align: center; }
.form-progress span.is-active { color: var(--white); background: var(--blue); }
.quote-form.is-multistep .form-progress { display: grid; }
.quote-form.is-multistep fieldset[hidden] { display: none; }
.form-actions { display: flex; gap: .75rem; justify-content: space-between; }
.form-status { min-height: 1.5rem; margin-top: .8rem; color: var(--muted); }
.form-alert { padding: 1rem; margin-bottom: 1.2rem; color: #6d170f; background: #fff0ee; border: 1px solid #e3a59f; border-radius: 8px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.quote-aside { position: sticky; top: 110px; padding: 1.5rem; background: var(--surface); border-radius: var(--radius); }
.contact-panel { padding: 1.25rem; margin-top: 1.5rem; color: var(--white); background: var(--navy); border-radius: 12px; }
.contact-panel a { display: inline-block; margin-bottom: .8rem; color: #ffba6d; font-size: 1.45rem; font-weight: 850; }

.policy-content h2 { margin-top: 2.5rem; font-size: 1.6rem; }
.policy-content p, .policy-content li { color: #334252; }
.success-panel { display: grid; min-height: 68vh; place-items: center; padding: 5rem 0; text-align: center; background: var(--surface); }
.success-panel h1 { max-width: none; }
.success-icon { display: grid; place-items: center; width: 74px; height: 74px; margin: 0 auto 1.2rem; color: var(--white); background: #18794e; border-radius: 50%; font-size: 2.2rem; font-weight: 900; }
.reference-number { display: inline-block; padding: .7rem 1rem; color: var(--navy); background: var(--white); border: 1px solid var(--line); border-radius: 8px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-weight: 850; }
.success-panel .button-row { justify-content: center; }

.cta-band { padding: 3.5rem 0; color: var(--white); background: linear-gradient(135deg, var(--blue-dark), var(--navy)); }
.cta-band h2 { color: var(--white); margin-bottom: .45rem; }
.cta-band p { color: #d7e5ef; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-band-inner > div:first-child { max-width: 700px; }
.site-footer { padding: 4rem 0 1.5rem; color: #c3d3e0; background: #041321; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 2rem; }
.site-footer h2 { color: var(--white); font-size: 1rem; letter-spacing: .04em; text-transform: uppercase; }
.site-footer ul { padding: 0; list-style: none; }
.site-footer a { color: #e8f1f8; }
.footer-brand { display: inline-block; margin-bottom: .8rem; color: var(--white) !important; font-size: 1.15rem; font-weight: 850; text-decoration: none; }
.site-footer address { font-style: normal; }
.company-links { margin-top: 1rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; margin-top: 2rem; border-top: 1px solid rgba(255,255,255,.14); font-size: .83rem; }
.footer-bottom nav { display: flex; flex-wrap: wrap; align-items: baseline; gap: 1rem; }
.footer-bottom nav a, .footer-bottom nav .link-button { display: inline-block; margin: 0; font-size: inherit; line-height: 1.65; vertical-align: baseline; }
.footer-bottom .link-button { appearance: none; align-self: baseline; color: #e8f1f8; }
.mobile-action-bar { display: none; }
.cookie-banner { position: fixed; z-index: 3000; right: 1rem; bottom: 1rem; left: 1rem; max-width: 920px; padding: 1.25rem; margin: auto; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 20px 60px rgba(0,0,0,.3); }
.cookie-banner:not([hidden]) { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; }
.cookie-banner h2 { margin-bottom: .35rem; font-size: 1.2rem; }
.cookie-banner p { margin: 0; font-size: .9rem; }
.cookie-actions { display: flex; align-items: center; gap: .6rem; flex-shrink: 0; }

@media (max-width: 960px) {
  .nav-toggle { display: block; }
  .site-nav { position: fixed; z-index: 999; inset: 82px 0 auto; display: none; align-items: stretch; padding: 1.25rem; background: var(--navy); border-top: 1px solid rgba(255,255,255,.12); box-shadow: 0 20px 30px rgba(0,0,0,.25); }
  .site-nav.is-open { display: block; }
  .site-nav ul { display: grid; gap: 0; margin-bottom: 1rem; }
  .site-nav ul a { display: block; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .hero-grid, .inner-hero-grid, .product-grid, .quote-layout { grid-template-columns: 1fr; }
  .hero-copy { padding: 4rem 0 2rem; }
  .hero-visual { min-height: 420px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .service-grid, .company-grid, .crane-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .quote-aside { position: static; }
}

@media (max-width: 680px) {
  html { scroll-padding-bottom: 70px; }
  body { padding-bottom: 64px; }
  .shell { width: min(calc(100% - 1.25rem), var(--shell)); }
  .header-inner { min-height: 72px; }
  .brand img { width: 66px; }
  .brand span { display: none; }
  .site-nav { top: 72px; }
  .section-heading, .cta-band-inner, .footer-bottom, .cookie-banner:not([hidden]) { display: block; }
  .section-heading > p, .section-heading > .text-link { margin-top: 1rem; }
  .trust-grid, .service-grid, .company-grid, .crane-grid, .application-grid, .inventory-filters, .form-grid, .split-content, .two-column, .footer-grid { grid-template-columns: 1fr; }
  .trust-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .hero-visual { min-height: 360px; }
  .hero-points { display: grid; }
  .product-copy h1 { font-size: 2.35rem; }
  .document-panel { display: block; }
  .document-panel .button-row { margin-top: 1rem; }
  .mobile-action-bar { position: fixed; z-index: 2000; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 62px; background: var(--navy); box-shadow: 0 -5px 20px rgba(0,0,0,.18); }
  .mobile-action-bar a { display: flex; align-items: center; justify-content: center; gap: .45rem; color: var(--white); text-decoration: none; font-weight: 850; }
  .mobile-action-bar a:last-child { color: #081724; background: var(--orange); }
  .cookie-banner { bottom: 74px; }
  .cookie-actions { flex-wrap: wrap; margin-top: 1rem; }
  .footer-bottom nav { margin-top: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .site-header, .mobile-action-bar, .cookie-banner, .cta-band { display: none !important; }
  body { padding: 0; }
  a { color: inherit; text-decoration: none; }
}
