/* EVICK wheel guides and vehicle restraints page — page-specific rules only */
.wr-page {
    --wr-red: #e10600;
    --wr-yellow: #f6c400;
    --wr-ink: #080808;
    --wr-panel: #111;
    --wr-line: rgba(255, 255, 255, .1);
    background: var(--wr-ink);
    color: #fff;
}

.wr-page img { display: block; width: 100%; }
.wr-page h1, .wr-page h2, .wr-page h3, .wr-page p { margin-top: 0; }
.wr-page h2 { font-size: clamp(2.15rem, 4.8vw, 4.6rem); line-height: .98; letter-spacing: -.045em; }
.wr-page h2 span, .wr-page h1 span { color: var(--wr-red); }
.wr-page p { color: rgba(255, 255, 255, .68); }

.wr-kicker {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: 1.1rem;
    color: var(--wr-red);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.wr-kicker::before { content: ""; width: 40px; height: 2px; background: currentColor; }
.wr-section { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.wr-section--dark { background: #0d0d0d; }

.wr-hero {
    position: relative;
    min-height: 820px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: 5px solid var(--wr-red);
}

.wr-hero__image, .wr-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.wr-hero__image { object-fit: cover; object-position: center; }
.wr-hero__shade { background: linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.72) 48%, rgba(0,0,0,.22) 100%), linear-gradient(0deg, rgba(0,0,0,.7), transparent 55%); }
.wr-hero__content { position: relative; z-index: 2; max-width: 900px; padding-top: 7rem; padding-bottom: 7rem; }
.wr-hero h1 { max-width: 850px; margin-bottom: 1.5rem; font-size: clamp(3rem, 7vw, 6.8rem); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.wr-hero__content > p { max-width: 700px; margin-bottom: 2.2rem; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.5vw, 1.22rem); }
.wr-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }

.wr-hero__facts {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, 170px);
    border-top: 1px solid rgba(255,255,255,.16);
    border-left: 1px solid rgba(255,255,255,.16);
    background: rgba(0,0,0,.62);
    backdrop-filter: blur(14px);
}

.wr-hero__facts div { min-height: 112px; padding: 1.25rem; border-right: 1px solid rgba(255,255,255,.12); }
.wr-hero__facts strong, .wr-hero__facts span { display: block; }
.wr-hero__facts strong { font-size: 2rem; line-height: 1; }
.wr-hero__facts span { margin-top: .55rem; color: rgba(255,255,255,.62); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.wr-intro { background: #050505; }
.wr-intro__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.wr-intro h2 { margin-bottom: 0; }
.wr-intro__copy p { font-size: 1.08rem; }
.wr-intro__copy p:last-child { margin-bottom: 0; }
.wr-heading { max-width: 840px; margin-bottom: 3rem; }
.wr-heading--wide { max-width: 1050px; }
.wr-heading h2 { margin-bottom: 1.2rem; }
.wr-heading p { max-width: 760px; margin-bottom: 0; }

.wr-option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.wr-option-card { overflow: hidden; border: 1px solid var(--wr-line); border-radius: 18px; background: #151515; }
.wr-option-card__image { height: 360px; overflow: hidden; }
.wr-option-card__image img { height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.wr-option-card:hover img { transform: scale(1.035); }
.wr-option-card__body { position: relative; padding: clamp(1.6rem, 3vw, 2.5rem); }
.wr-number { position: absolute; top: 1.5rem; right: 1.7rem; color: rgba(255,255,255,.12); font-size: 3.7rem; font-weight: 900; line-height: 1; }
.wr-option-card h3 { position: relative; margin-bottom: 1rem; padding-right: 4rem; font-size: 1.6rem; }
.wr-checks { display: grid; gap: .65rem; margin: 1.4rem 0 0; padding: 0; list-style: none; }
.wr-checks li { position: relative; padding-left: 1.5rem; color: rgba(255,255,255,.78); }
.wr-checks li::before { content: "\f00c"; position: absolute; left: 0; top: .22rem; color: var(--wr-red); font-family: "Font Awesome 6 Free"; font-size: .75rem; font-weight: 900; }
.wr-note { display: flex; gap: 1rem; margin-top: 1.5rem; padding: 1.2rem 1.35rem; border-left: 3px solid var(--wr-yellow); background: rgba(246,196,0,.075); }
.wr-note i { margin-top: .3rem; color: var(--wr-yellow); }
.wr-note p { margin: 0; color: rgba(255,255,255,.8); font-size: .92rem; }

.wr-lengths { background: #080808; }
.wr-split { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.wr-split__media { overflow: hidden; border: 1px solid var(--wr-line); border-radius: 18px; background: #111; }
.wr-split__media--light { background: #fff; }
.wr-split__media img { min-height: 500px; object-fit: contain; }
.wr-split__copy h2 { margin-bottom: 1.35rem; }
.wr-length-list { display: grid; gap: 1px; margin: 2rem 0; border: 1px solid var(--wr-line); background: var(--wr-line); }
.wr-length-list div { padding: 1.15rem 1.25rem; background: #111; }
.wr-length-list strong, .wr-length-list span { display: block; }
.wr-length-list strong { color: #fff; }
.wr-length-list span { margin-top: .3rem; color: rgba(255,255,255,.58); font-size: .88rem; }
.wr-small { margin-bottom: 0; font-size: .82rem; }

.wr-restraint { position: relative; overflow: hidden; background: radial-gradient(circle at 90% 10%, rgba(225,6,0,.13), transparent 32%), #070707; }
.wr-restraint__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.wr-restraint__images { position: relative; padding: 0 4rem 4rem 0; }
.wr-restraint__main { min-height: 480px; object-fit: cover; border-radius: 18px; box-shadow: 0 28px 70px rgba(0,0,0,.45); }
.wr-restraint__detail { position: absolute; right: 0; bottom: 0; width: 42%; aspect-ratio: .82; object-fit: cover; border: 8px solid #070707; border-radius: 14px; }
.wr-restraint__copy { display: grid; gap: 1px; border: 1px solid var(--wr-line); background: var(--wr-line); }
.wr-feature { display: grid; grid-template-columns: 52px 1fr; gap: 1rem; padding: 1.45rem; background: #111; }
.wr-feature > i { width: 48px; height: 48px; display: grid; place-items: center; color: var(--wr-red); border: 1px solid rgba(225,6,0,.35); background: rgba(225,6,0,.08); }
.wr-feature h3 { margin-bottom: .35rem; font-size: 1.05rem; }
.wr-feature p { margin: 0; font-size: .88rem; line-height: 1.6; }

.wr-steps { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; margin: 0; padding: 0; list-style: none; }
.wr-steps li { min-height: 210px; padding: 1.65rem; border: 1px solid var(--wr-line); border-radius: 14px; background: linear-gradient(145deg, #171717, #101010); }
.wr-steps > li > span { display: block; margin-bottom: 1.1rem; color: var(--wr-red); font-size: 1.8rem; font-weight: 900; }
.wr-steps h3 { margin-bottom: .5rem; font-size: 1.15rem; }
.wr-steps p { margin: 0; font-size: .88rem; }
.wr-sequence-note { margin: 1.5rem 0 0; padding-left: 1rem; border-left: 2px solid var(--wr-red); font-size: .85rem; }

.wr-interlocks { background: #080808; }
.wr-interlocks__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(330px,.7fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.wr-interlocks h2 { margin-bottom: 1.3rem; }
.wr-checks--large { grid-template-columns: repeat(2, minmax(0,1fr)); gap: .9rem 1.5rem; }
.wr-control-card { padding: 2rem; border: 1px solid var(--wr-line); border-radius: 22px; background: linear-gradient(145deg,#171717,#0d0d0d); box-shadow: 0 28px 70px rgba(0,0,0,.35); }
.wr-signal, .wr-control-device { display: flex; align-items: center; gap: 1rem; min-height: 82px; padding: 1rem 1.2rem; border: 1px solid var(--wr-line); border-radius: 12px; background: rgba(255,255,255,.025); }
.wr-signal > span { width: 34px; height: 34px; flex: 0 0 auto; border-radius: 50%; }
.wr-signal--red > span { background: #f20c18; box-shadow: 0 0 24px rgba(242,12,24,.65); }
.wr-signal--green > span { background: #20c768; box-shadow: 0 0 24px rgba(32,199,104,.55); }
.wr-signal strong, .wr-signal small { display: block; }
.wr-signal small { margin-top: .15rem; color: rgba(255,255,255,.54); }
.wr-control-device i { width: 34px; color: var(--wr-yellow); text-align: center; font-size: 1.25rem; }
.wr-control-line { width: 2px; height: 26px; margin: 0 auto; background: linear-gradient(var(--wr-red), rgba(255,255,255,.15)); }

.wr-survey { background: #0d0d0d; }
.wr-survey__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; border: 1px solid var(--wr-line); background: var(--wr-line); }
.wr-survey__grid > div { min-height: 220px; padding: 2rem; background: #111; }
.wr-survey__grid i { margin-bottom: 1.2rem; color: var(--wr-red); font-size: 1.55rem; }
.wr-survey__grid h3 { margin-bottom: .65rem; font-size: 1.05rem; }
.wr-survey__grid p { margin: 0; font-size: .88rem; }

.wr-faq { background: #070707; }
.wr-faq__grid { display: grid; grid-template-columns: minmax(280px,.7fr) minmax(0,1.3fr); gap: clamp(2.5rem,7vw,7rem); align-items: start; }
.wr-faq__list { display: grid; gap: .75rem; }
.wr-faq details { border: 1px solid var(--wr-line); border-radius: 12px; background: #111; }
.wr-faq summary { position: relative; padding: 1.25rem 3.5rem 1.25rem 1.3rem; cursor: pointer; color: #fff; font-weight: 700; list-style: none; }
.wr-faq summary::-webkit-details-marker { display: none; }
.wr-faq summary::after { content: "+"; position: absolute; right: 1.25rem; top: 50%; transform: translateY(-50%); color: var(--wr-red); font-size: 1.4rem; }
.wr-faq details[open] summary::after { content: "−"; }
.wr-faq details p { margin: 0; padding: 0 1.3rem 1.3rem; font-size: .92rem; }

.wr-cta { padding: clamp(4.5rem, 8vw, 7rem) 0; background: linear-gradient(115deg, #a80000, #e10600 58%, #6f0000); }
.wr-cta .wr-kicker { color: #fff; }
.wr-cta__inner { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); gap: clamp(2.5rem,7vw,7rem); align-items: center; }
.wr-cta h2 { max-width: 800px; margin-bottom: 1rem; font-size: clamp(2.2rem,4.5vw,4.5rem); }
.wr-cta p { max-width: 700px; margin-bottom: 0; color: rgba(255,255,255,.86); }
.wr-cta__inner > .wr-actions { justify-content: flex-end; }
.wr-phone { display: inline-flex; align-items: center; gap: .85rem; color: #fff; font-weight: 800; }
.wr-phone i { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }
.wr-phone span, .wr-phone small { display: block; }
.wr-phone small { margin-bottom: .18rem; color: rgba(255,255,255,.7); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 1100px) {
    .wr-hero__facts { grid-template-columns: repeat(3, 145px); }
    .wr-split, .wr-restraint__grid { grid-template-columns: 1fr; }
    .wr-split__media img { min-height: 0; }
    .wr-restraint__images { max-width: 850px; }
    .wr-survey__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 992px) {
    .wr-hero { min-height: 760px; align-items: flex-end; }
    .wr-hero__shade { background: linear-gradient(0deg, rgba(0,0,0,.97), rgba(0,0,0,.35) 85%); }
    .wr-hero__content { padding-top: 9rem; padding-bottom: 10rem; }
    .wr-hero__facts { left: 0; right: 0; grid-template-columns: repeat(3,1fr); }
    .wr-hero__facts div { min-height: 94px; }
    .wr-intro__grid, .wr-interlocks__grid, .wr-faq__grid, .wr-cta__inner { grid-template-columns: 1fr; }
    .wr-option-grid { grid-template-columns: 1fr; }
    .wr-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .wr-cta__inner > .wr-actions { justify-content: flex-start; }
}

@media (max-width: 680px) {
    .wr-section { padding: 4rem 0; }
    .wr-hero { min-height: 720px; }
    .wr-hero__content { padding-top: 7.5rem; padding-bottom: 11rem; }
    .wr-hero h1 { font-size: clamp(2.5rem, 13vw, 4rem); }
    .wr-hero__content > p { font-size: .95rem; }
    .wr-hero .wr-actions, .wr-cta .wr-actions { display: grid; width: 100%; }
    .wr-hero .btn, .wr-cta .btn { width: 100%; }
    .wr-hero__facts strong { font-size: 1.35rem; }
    .wr-hero__facts span { font-size: .55rem; }
    .wr-hero__facts div { min-height: 88px; padding: .9rem .7rem; }
    .wr-option-card__image { height: 280px; }
    .wr-split { grid-template-columns: 1fr; }
    .wr-restraint__images { padding: 0 1.8rem 2.5rem 0; }
    .wr-restraint__main { min-height: 360px; }
    .wr-restraint__detail { width: 43%; border-width: 5px; }
    .wr-feature { grid-template-columns: 44px 1fr; padding: 1.15rem; }
    .wr-feature > i { width: 42px; height: 42px; }
    .wr-steps, .wr-survey__grid, .wr-checks--large { grid-template-columns: 1fr; }
    .wr-steps li, .wr-survey__grid > div { min-height: 0; }
    .wr-control-card { padding: 1.2rem; }
    .wr-phone { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
    .wr-option-card__image img { transition: none; }
}
