/*
Theme Name: S&K Junk Removal
Theme URI: https://skjunkremov-fo4ruwhx.manus.space
Author: S&K Junk Removal
Description: Custom responsive one-page WordPress theme for S&K Junk Removal in Vancouver, Washington.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: sk-junk-removal
License: GPL-2.0-or-later
*/

:root {
  --ink: #17181a;
  --near-black: #151517;
  --red: #e2232a;
  --red-dark: #cc1520;
  --blue: #1769c2;
  --blue-light: #5da0eb;
  --cream: #f5f2eb;
  --paper: #fbfaf6;
  --tan: #e8e1d4;
  --muted: #5e605f;
  --line: rgba(23, 24, 26, .12);
  --display: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  --body: "Manrope", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--body); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.screen-reader-text { clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; width: 1px; overflow: hidden; position: absolute; white-space: nowrap; }
.skip-link:focus { clip: auto; clip-path: none; height: auto; width: auto; left: 1rem; top: 1rem; z-index: 999; background: white; color: var(--ink); padding: .75rem 1rem; }
.site-shell { overflow-x: hidden; }
.wrap { width: min(1280px, calc(100% - 40px)); margin: 0 auto; }
.topbar { background: var(--near-black); color: #fff; padding: 10px 16px; text-align: center; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.topbar__accent { color: var(--red); }
.topbar__slash { color: rgba(255,255,255,.3); margin: 0 .65rem; }
.topbar__phone { margin-left: 1.5rem; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(21,21,23,.96); color: #fff; border-bottom: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(16px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { flex: 0 0 auto; display: block; width: 144px; padding: 4px; background: #fff; border-radius: 6px; box-shadow: 0 1px 5px rgba(0,0,0,.25); }
.brand img { width: 100%; }
.main-nav { display: flex; align-items: center; gap: 1.75rem; color: rgba(255,255,255,.75); font-size: 14px; font-weight: 700; }
.main-nav a { transition: color .18s ease; }
.main-nav a:hover, .main-nav a:focus { color: var(--red); }
.phone-pill, .static-cta { display: inline-flex; align-items: center; gap: .55rem; border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.phone-pill { background: var(--blue); padding: 12px 20px; color: #fff; white-space: nowrap; }
.icon { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.hero { min-height: 720px; position: relative; isolation: isolate; overflow: hidden; color: #fff; background: #161719; }
.hero:before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg, #000 0%, transparent 55%); opacity: .5; }
.hero:after { content: ""; position: absolute; width: 650px; height: 650px; right: -48px; bottom: -310px; z-index: -1; border: 50px solid rgba(226,35,42,.25); border-radius: 50%; }
.hero__blue-circle { position: absolute; width: 640px; height: 640px; right: -64px; top: -112px; border: 1px solid rgba(255,255,255,.1); background: rgba(23,105,194,.1); border-radius: 50%; z-index: -1; }
.hero-grid { min-height: 720px; display: grid; grid-template-columns: 7fr 5fr; align-items: center; padding: 80px 0; }
.hero-copy { max-width: 720px; }
.location-chip { display: inline-flex; align-items: center; gap: .5rem; padding: 9px 14px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(255,255,255,.05); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.82); }
.location-chip .icon { color: #ff5a0a; }
h1,h2,h3,h4,p { margin-top: 0; }
.display { font-family: var(--display); font-weight: 900; text-transform: uppercase; letter-spacing: -.015em; line-height: .86; }
.hero h1 { margin: 26px 0 0; font-size: clamp(56px,7.4vw,104px); }
.red { color: var(--red); }
.blue { color: var(--blue); }
.hero-summary { max-width: 560px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.6; }
.static-cta { margin-top: 36px; padding: 16px 24px; background: var(--red); color: #fff; font-size: 14px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 48px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.65); font-size: 12px; font-weight: 700; }
.hero-points li { display: flex; align-items: center; gap: .45rem; }
.check { width: 16px; height: 16px; display: inline-grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: var(--red); font-size: 9px; }
.check--blue { color: var(--blue); }
.hero-art { position: relative; display: flex; align-items: center; justify-content: center; min-height: 390px; }
.hero-art:before, .hero-art:after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.1); }
.hero-art:before { width: 390px; height: 390px; }
.hero-art:after { width: 285px; height: 285px; border-color: rgba(23,105,194,.55); }
.truck-card { position: relative; z-index: 1; display: grid; place-items: center; width: 400px; height: 305px; border: 1px solid rgba(255,255,255,.15); border-radius: 40px; transform: rotate(-4deg); background: rgba(255,255,255,.035); box-shadow: 0 25px 50px rgba(0,0,0,.25); backdrop-filter: blur(10px); }
.truck-card .icon { width: 224px; height: 224px; stroke-width: .9; color: rgba(255,255,255,.85); }
.truck-card__label { position: absolute; bottom: 36px; left: 36px; padding: 9px 16px; border-radius: 999px; background: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.explore-link { position: absolute; bottom: 28px; left: max(20px, calc((100% - 1280px) / 2)); display: inline-flex; align-items: center; gap: .75rem; color: rgba(255,255,255,.6); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.ticker { padding: 14px 20px; color: #fff; background: var(--blue); border-top: 1px solid rgba(0,0,0,.1); border-bottom: 1px solid rgba(0,0,0,.1); overflow: hidden; }
.ticker__inner { display: flex; justify-content: center; align-items: center; gap: 2rem; white-space: nowrap; font-family: var(--display); font-size: clamp(20px,2vw,28px); font-weight: 900; text-transform: uppercase; }
.section { padding: 128px 0; }
.eyebrow { display: flex; align-items: center; gap: .75rem; color: var(--red-dark); font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow:before { content: ""; width: 8px; height: 8px; background: var(--red); border-radius: 50%; }
.services-grid { display: grid; grid-template-columns: 4fr 8fr; gap: 32px; }
.section-title { margin: 20px 0 0; font-size: clamp(48px,5vw,76px); }
.section-summary { max-width: 390px; margin: 24px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.services-cta { display: inline-flex; align-items: center; gap: .5rem; margin-top: 32px; padding-bottom: 4px; border-bottom: 2px solid var(--red); color: var(--ink); font-size: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; background: rgba(0,0,0,.1); border: 1px solid rgba(0,0,0,.1); border-radius: 16px; }
.service-card { min-height: 230px; padding: 28px; background: var(--paper); transition: background .2s ease, color .2s ease; }
.service-card:hover { background: var(--ink); color: #fff; }
.service-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: #f1ede3; color: var(--red-dark); transition: .2s ease; }
.service-card:hover .service-icon { background: var(--red); color: #fff; }
.service-icon .icon { width: 20px; height: 20px; }
.service-card h3, .decline-card h4 { margin: 40px 0 0; font-family: var(--display); font-size: 27px; font-weight: 900; line-height: 1; letter-spacing: .005em; text-transform: uppercase; }
.service-card p, .decline-card p { margin: 12px 0 0; color: #626461; font-size: 14px; line-height: 1.6; }
.service-card:hover p { color: rgba(255,255,255,.68); }
.safety { margin-top: 56px; padding-top: 64px; border-top: 1px solid var(--line); }
.quote { position: relative; overflow: hidden; padding: 112px 0; background: var(--red); }
.quote:before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(rgba(23,24,26,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(23,24,26,.35) 1px, transparent 1px); background-size: 32px 32px; }
.quote-inner { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; }
.quote .eyebrow { color: rgba(23,24,26,.7); }
.quote .eyebrow:before { background: var(--ink); }
.quote h2 { margin: 20px 0 0; max-width: 900px; color: var(--ink); font-size: clamp(56px,7vw,100px); }
.quote p { max-width: 600px; margin: 28px 0 0; color: rgba(23,24,26,.75); font-size: 16px; line-height: 1.7; }
.quote .static-cta { margin-top: 40px; background: var(--ink); }
.quote-note { max-width: 580px; margin: 28px 0 0; padding: 16px 20px; color: rgba(23,24,26,.8); border: 1px solid rgba(23,24,26,.25); border-radius: 12px; background: rgba(23,24,26,.08); font-size: 14px; line-height: 1.6; }
.quote-note strong { color: var(--ink); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.pricing { padding: 112px 0; color: #fff; background: var(--ink); }
.pricing .eyebrow { color: var(--blue-light); }
.pricing .eyebrow:before { background: var(--blue-light); }
.pricing h2 { margin: 20px 0 0; font-size: clamp(48px,5vw,76px); }
.price-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 12px; margin-top: 48px; }
.price-card { padding: 20px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(255,255,255,.04); transition: transform .2s ease, background .2s ease; }
.price-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.08); }
.price-amount { display: block; font-family: var(--display); font-size: 40px; font-weight: 900; line-height: 1; }
.price-card:nth-child(odd) .price-amount { color: var(--red); }
.price-card:nth-child(even) .price-amount { color: var(--blue-light); }
.truck-label { display: inline-block; margin-top: 12px; padding: 4px 8px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: rgba(255,255,255,.5); font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.truck-meter { display: flex; gap: 3px; margin-top: 24px; }
.truck-meter i { display: block; flex: 1; height: 8px; border-radius: 999px; background: rgba(255,255,255,.15); }
.price-card:nth-child(odd) .truck-meter i.is-filled { background: var(--red); }
.price-card:nth-child(even) .truck-meter i.is-filled { background: var(--blue); }
.price-card h3 { margin: 20px 0 0; font-family: var(--display); font-size: 20px; font-weight: 900; line-height: 1; text-transform: uppercase; }
.price-label { margin-top: 20px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.55); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.price { margin: 4px 0 0; font-family: var(--display); font-size: 30px; font-weight: 900; }
.min-service { margin: 8px 0 0; color: var(--blue-light); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pricing-foot { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 32px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.15); }
.pricing-foot p { max-width: 670px; margin: 0; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.6; }
.button-link { display: inline-flex; align-items: center; gap: .5rem; flex: 0 0 auto; padding: 12px 20px; border-radius: 999px; background: var(--red); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.service-area { padding: 128px 0; }
.service-area__box { display: grid; grid-template-columns: 5fr 7fr; align-items: center; gap: 64px; padding: 56px; border-radius: 28px; background: var(--tan); }
.service-area__box h2 { margin: 20px 0 0; font-size: clamp(48px,5vw,76px); }
.service-area__box p { max-width: 440px; margin: 24px 0 0; color: #5d5c57; font-size: 14px; line-height: 1.6; }
.area-card { position: relative; overflow: hidden; padding: 36px; color: #fff; border-radius: 16px; background: #1c1d1e; box-shadow: 0 20px 40px rgba(0,0,0,.2); }
.area-card:after { content: ""; position: absolute; right: 0; top: 0; width: 55%; height: 100%; background: radial-gradient(circle at 75% 25%,rgba(255,90,10,.62),transparent 18%),radial-gradient(circle at 45% 64%,rgba(255,255,255,.15),transparent 1.5%),radial-gradient(circle at 61% 73%,rgba(255,255,255,.12),transparent 1.5%); opacity: .8; }
.area-card > * { position: relative; z-index: 1; }
.area-label { display: flex; align-items: center; gap: .7rem; color: var(--blue-light); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.area-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 20px; max-width: 340px; margin-top: 28px; font-family: var(--display); font-size: 28px; font-weight: 900; text-transform: uppercase; }
.area-card p { margin: 40px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.6; }
.about { padding: 80px 0 96px; border-top: 1px solid rgba(0,0,0,.15); text-align: center; }
.about .eyebrow { justify-content: center; }
.about h2 { margin: 20px auto 0; max-width: 700px; font-size: clamp(48px,5vw,76px); }
.about-copy { max-width: 760px; margin: 28px auto 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.about-copy p { margin: 0 0 16px; }
.site-footer { padding: 48px 0; color: #fff; background: var(--near-black); }
.footer-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.site-footer .brand { width: 108px; }
.footer-phone { color: var(--blue-light); font-family: var(--display); font-size: 30px; font-weight: 900; letter-spacing: .01em; }
.footer-meta { margin: 8px 0 0; color: rgba(255,255,255,.5); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; text-align: right; }
@media (max-width: 1100px) { .main-nav { gap: 1rem; font-size: 13px; } .price-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 800px) {
  .wrap { width: min(100% - 40px, 640px); }
  .topbar { line-height: 1.45; }
  .topbar__phone { margin-left: .75rem; }
  .header-inner { min-height: 76px; }
  .brand { width: 120px; }
  .main-nav { display: none; }
  .phone-pill { padding: 12px 16px; }
  .phone-pill__number { display: none; }
  .hero, .hero-grid { min-height: 690px; }
  .hero-grid { display: block; padding-top: 120px; }
  .hero-art { display: none; }
  .hero-summary { font-size: 16px; }
  .explore-link { left: 20px; }
  .ticker__inner { gap: 1rem; font-size: 18px; }
  .ticker__inner span:nth-of-type(5) { display: none; }
  .section, .service-area { padding: 80px 0; }
  .services-grid, .service-area__box { grid-template-columns: 1fr; gap: 36px; }
  .cards { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-card h3 { margin-top: 28px; }
  .safety { margin-top: 48px; padding-top: 48px; }
  .quote, .pricing { padding: 80px 0; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 0; }
  .pricing-foot, .footer-inner { align-items: flex-start; flex-direction: column; }
  .service-area__box { padding: 28px; }
  .area-card { padding: 28px; }
  .about { padding: 72px 0; }
  .footer-meta { text-align: left; }
}
