/* ========================================================================== 
   Asheville Dumpster Rental Pros — responsive visual system
   Mountain-service palette, industrial details, accessible interactions.
   ========================================================================== */

:root {
    --navy-950: #071b26;
    --navy-900: #0b2635;
    --navy-800: #11384b;
    --navy-700: #18536a;
    --green-800: #145044;
    --green-700: #1d6958;
    --green-100: #dff0ea;
    --amber-500: #f4a91f;
    --amber-600: #dc8d0d;
    --amber-100: #fff0ca;
    --stone-50: #f8faf9;
    --stone-100: #eef2f0;
    --stone-200: #dde5e1;
    --stone-300: #c7d2cd;
    --slate-900: #16252d;
    --slate-700: #3d505a;
    --slate-600: #53666f;
    --white: #fff;
    --danger: #a43c35;
    --success: #21724e;

    --font-heading: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
    --font-body: 'Manrope', 'Segoe UI', Arial, sans-serif;

    --space-1: .5rem;
    --space-2: 1rem;
    --space-3: 1.5rem;
    --space-4: 2rem;
    --space-5: 3rem;
    --space-6: 4.5rem;
    --space-7: 6.5rem;

    --container-width: 1220px;
    --text-width: 760px;
    --radius-sm: 8px;
    --radius: 14px;
    --radius-lg: 24px;
    --shadow-sm: 0 6px 22px rgba(7, 27, 38, .07);
    --shadow-md: 0 16px 40px rgba(7, 27, 38, .12);
    --shadow-lg: 0 28px 70px rgba(7, 27, 38, .19);
    --ease: cubic-bezier(.2, .8, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    color: var(--slate-900);
    background: var(--stone-50);
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.72;
    text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }

h1, h2, h3, h4 {
    margin: 0 0 var(--space-2);
    color: var(--navy-900);
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.03;
    letter-spacing: -.025em;
    text-wrap: balance;
}
h1 { font-size: clamp(2.2rem, 4.96vw, 4rem); }
h2 { font-size: clamp(1.72rem, 3.36vw, 2.8rem); }
h3 { font-size: clamp(1.16rem, 1.68vw, 1.48rem); }
h4 { font-size: 1.08rem; }
p { max-width: 70ch; margin: 0 0 var(--space-2); }
p:last-child { margin-bottom: 0; }
ul, ol { padding-left: 1.3rem; }
a { color: var(--green-700); text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
a:hover { color: var(--navy-700); }

.container {
    width: min(100% - 2rem, var(--container-width));
    margin-inline: auto;
}

.sr-only {
    position: absolute;
    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: 1000;
    top: .5rem;
    left: .5rem;
    padding: .75rem 1rem;
    color: var(--navy-950);
    background: var(--amber-500);
    border-radius: var(--radius-sm);
    font-weight: 800;
    text-decoration: none;
    transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--amber-500); outline-offset: 3px; }
::selection { color: var(--white); background: var(--green-700); }

/* Utility bar */
.utility-bar { color: #d8e5e8; background: var(--navy-950); }
.utility-bar__inner {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-2);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .02em;
}
.utility-bar p,
.utility-bar a { margin: 0; display: inline-flex; align-items: center; gap: .45rem; }
.utility-bar a { color: var(--white); text-decoration: none; }
.utility-bar a:hover { color: var(--amber-500); }
.utility-bar svg { width: 14px; height: 14px; color: var(--amber-500); }

/* Header and navigation */
.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--stone-200);
    transition: box-shadow .25s ease, background-color .25s ease;
    backdrop-filter: blur(14px) saturate(145%);
    -webkit-backdrop-filter: blur(14px) saturate(145%);
}
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(7, 27, 38, .11); }
.site-header__inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-2);
}
.site-logo { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: .7rem; flex: 0 0 auto; color: var(--navy-900); text-decoration: none; }
.site-logo__img { width: 126px; height: 63px; object-fit: contain; }
.site-logo__tagline {
    max-width: 130px;
    padding-left: .7rem;
    border-left: 1px solid var(--stone-300);
    color: var(--slate-600);
    font-size: .66rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: .055em;
    text-transform: uppercase;
}
.nav-toggle {
    margin-left: auto;
    min-width: 82px;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    padding: .65rem .8rem;
    color: var(--white);
    background: var(--navy-900);
    border: 0;
    border-radius: var(--radius-sm);
    cursor: pointer;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.nav-toggle__icon { width: 20px; display: grid; gap: 4px; }
.nav-toggle__icon span { width: 100%; height: 2px; background: currentColor; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle.is-active .nav-toggle__icon span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle.is-active .nav-toggle__icon span:nth-child(2) { opacity: 0; }
.nav-toggle.is-active .nav-toggle__icon span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.primary-nav { width: 0; flex: 0 0 0; }
.primary-nav__list {
    position: absolute;
    inset: 100% 0 auto;
    z-index: 120;
    display: none;
    margin: 0;
    padding: 1rem max(1rem, calc((100vw - var(--container-width)) / 2));
    max-height: calc(100vh - 76px);
    overflow-y: auto;
    list-style: none;
    background: var(--white);
    border-top: 1px solid var(--stone-200);
    box-shadow: var(--shadow-lg);
}
.primary-nav__list.is-open,
.no-js .primary-nav__list { display: block; }
.primary-nav__list > li { border-bottom: 1px solid var(--stone-200); }
.primary-nav__list > li > a,
.primary-nav__list summary {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    padding: .8rem .25rem;
    color: var(--navy-900);
    font-size: .94rem;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    list-style: none;
}
.primary-nav__list summary::-webkit-details-marker { display: none; }
.primary-nav__list summary > svg { width: 17px; height: 17px; transition: transform .2s ease; }
.primary-nav__list details[open] > summary > svg { transform: rotate(180deg); }
.primary-nav__list > li > a[aria-current="page"],
.primary-nav__list summary.is-active,
.primary-nav__list details[open] > summary { color: var(--green-700); }
.primary-nav__list details ul {
    margin: 0 0 .8rem;
    padding: .4rem;
    list-style: none;
    background: var(--stone-100);
    border-radius: var(--radius);
}
.primary-nav__list details li + li { margin-top: .2rem; }
.primary-nav__list details a {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .7rem;
    color: var(--slate-900);
    border-radius: var(--radius-sm);
    text-decoration: none;
}
.primary-nav__list details a:hover,
.primary-nav__list details a[aria-current="page"] { color: var(--green-700); background: var(--white); }
.primary-nav__list details a > svg { width: 21px; height: 21px; flex: 0 0 auto; color: var(--amber-600); }
.primary-nav__list details a span { display: grid; line-height: 1.25; }
.primary-nav__list details a strong { color: inherit; font-size: .83rem; }
.primary-nav__list details a small { color: var(--slate-600); font-size: .68rem; }
.primary-nav__cta { padding: .9rem 0; }
.primary-nav__cta .btn { justify-content: center; width: 100%; flex-wrap: wrap; row-gap: 0; }
.primary-nav__cta .btn small { display: block; width: 100%; margin-top: .15rem; font-size: .68rem; font-weight: 600; opacity: .8; }
.primary-nav__mobile-call a { color: var(--green-700) !important; justify-content: flex-start !important; }
.primary-nav__mobile-call svg { width: 18px; }

/* Buttons */
.btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    padding: .85rem 1.35rem;
    color: var(--navy-950);
    background: var(--amber-500);
    border: 2px solid var(--amber-500);
    border-radius: var(--radius-sm);
    box-shadow: 0 9px 22px rgba(244, 169, 31, .18);
    font-size: .88rem;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: transform .2s var(--ease), box-shadow .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}
.btn:hover { color: var(--navy-950); background: #ffbd3f; border-color: #ffbd3f; box-shadow: 0 13px 26px rgba(244, 169, 31, .26); transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn svg { width: 18px; height: 18px; flex: 0 0 auto; }
.btn--primary { color: var(--navy-950); background: var(--amber-500); border-color: var(--amber-500); }
.btn--outline { color: var(--navy-900); background: transparent; border-color: var(--navy-900); box-shadow: none; }
.btn--outline:hover { color: var(--white); background: var(--navy-900); border-color: var(--navy-900); }
.btn--light { color: var(--white); background: transparent; border-color: rgba(255, 255, 255, .55); box-shadow: none; }
.btn--light:hover { color: var(--navy-900); background: var(--white); border-color: var(--white); }
.btn--sm { min-height: 42px; padding: .65rem 1rem; font-size: .78rem; }
.btn-group { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }

/* Hero */
.hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(3.8rem, 8vw, 7rem) 0 clamp(4.2rem, 8vw, 7rem);
    color: #d9e5e8;
    background: var(--navy-900) url('../images/mountain-grid.svg') center bottom / 1600px auto no-repeat;
    border-bottom: 6px solid var(--amber-500);
}
.hero::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 560px;
    height: 560px;
    top: -320px;
    right: -180px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(255, 255, 255, .018), 0 0 0 140px rgba(255, 255, 255, .018);
}
.hero::after {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(105deg, rgba(7, 27, 38, .15), transparent 62%), radial-gradient(circle at 68% 10%, rgba(29, 105, 88, .34), transparent 38%);
}
.hero .container { position: relative; z-index: 1; }
.hero .two-col { align-items: center; }
.hero__content { max-width: 680px; }
.hero h1 { color: var(--white); text-shadow: 0 2px 18px rgba(0, 0, 0, .18); }
.hero h1::before {
    content: 'ASHEVILLE, NORTH CAROLINA';
    display: block;
    margin-bottom: .85rem;
    color: var(--amber-500);
    font-family: var(--font-body);
    font-size: .72rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .15em;
}
.hero__lede { color: #d7e2e6; font-size: clamp(1.03rem, 1.6vw, 1.2rem); line-height: 1.75; }
.hero__list { display: grid; gap: .65rem; margin: 1.5rem 0 2rem; padding: 0; list-style: none; }
.hero__list li { position: relative; padding-left: 1.9rem; color: #e7eef0; }
.section .hero__list li, .section--alt .hero__list li { color: var(--slate-700); }
.hero__list li::before {
    content: '✓';
    position: absolute;
    top: .16rem;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
    display: grid;
    place-items: center;
    color: var(--navy-950);
    background: var(--amber-500);
    border-radius: 50%;
    font-size: .72rem;
    font-weight: 900;
}
.hero .btn--outline { color: var(--white); border-color: rgba(255, 255, 255, .62); }
.hero .btn--outline:hover { color: var(--navy-900); background: var(--white); border-color: var(--white); }
.hero .content-img {
    position: relative;
    min-height: 310px;
    max-height: 500px;
    border: 8px solid rgba(255, 255, 255, .12);
    border-radius: 3px 3px 34px 3px;
    box-shadow: var(--shadow-lg);
    filter: saturate(.88) contrast(1.03);
}
.hero .two-col > :last-child { position: relative; }
.hero .two-col > :last-child::before {
    content: '';
    position: absolute;
    z-index: -1;
    right: -18px;
    bottom: -18px;
    width: 45%;
    height: 45%;
    background: var(--amber-500);
    border-radius: 0 0 38px 0;
}

/* Core sections and headings */
.section { position: relative; padding: clamp(4.2rem, 8vw, 7rem) 0; background: var(--white); }
.section--tight { padding: clamp(2.2rem, 4vw, 3.5rem) 0; }
.section--alt { background: var(--stone-100); border-block: 1px solid var(--stone-200); }
.section--ink {
    color: #d7e4e7;
    background: var(--navy-900) url('../images/mountain-grid.svg') center bottom / 1600px auto no-repeat;
    border: 0;
}
.section--ink h2, .section--ink h3 { color: var(--white); }
.section--ink p { color: #d7e4e7; }
.section__header { position: relative; max-width: 790px; margin: 0 0 clamp(2.2rem, 5vw, 3.5rem); padding-left: 1.15rem; border-left: 4px solid var(--amber-500); }
.section__header p { color: var(--slate-600); font-size: 1.03rem; }
.section__header--center { margin-inline: auto; padding-left: 0; border-left: 0; text-align: center; }
.section__header--center::after { content: ''; width: 64px; height: 4px; display: block; margin: 1.1rem auto 0; background: var(--amber-500); border-radius: 5px; }
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .65rem;
    color: var(--green-700);
    font-size: .72rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.eyebrow::before { content: ''; width: 22px; height: 2px; background: var(--amber-500); }
.eyebrow--light { color: var(--amber-500); }
.grid { display: grid; gap: 1.25rem; margin-bottom: var(--space-3); }
.grid:last-child { margin-bottom: 0; }
.two-col { display: grid; align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.two-col > div > h3:not(:first-child) { margin-top: 1.7rem; }
.section .two-col .content-img {
    border-radius: 4px 4px 30px 4px;
    box-shadow: var(--shadow-md);
}
.two-col--reverse > :first-child { order: 2; }
.two-col--reverse > :last-child { order: 1; }

/* Image treatment */
.content-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background: var(--stone-200);
    opacity: .96;
    transition: transform .45s var(--ease), opacity .3s ease, filter .3s ease;
}
.content-img.is-loaded { opacity: 1; }
.section .two-col:has(.content-img) > :has(.content-img) { position: relative; }
.section .two-col:has(.content-img) > :has(.content-img)::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: -12px;
    left: -12px;
    width: 86px;
    height: 86px;
    background-image: radial-gradient(var(--amber-500) 1.5px, transparent 1.5px);
    background-size: 9px 9px;
    opacity: .65;
}
.img-placeholder {
    min-height: 260px;
    display: grid;
    place-items: center;
    padding: 2rem;
    color: var(--slate-600);
    background: repeating-linear-gradient(135deg, var(--stone-100), var(--stone-100) 14px, var(--stone-200) 14px, var(--stone-200) 28px);
    border: 2px dashed var(--stone-300);
    border-radius: var(--radius);
    text-align: center;
}
.img-placeholder__label { display: block; color: var(--navy-900); font-weight: 800; text-transform: uppercase; }
.img-placeholder__meta { font-size: .8rem; }

/* Trust features */
.hero + .section--tight { z-index: 3; background: linear-gradient(to bottom, var(--stone-100), var(--white)); }
.trust-strip { margin: 0; padding: 0; list-style: none; }
.trust-strip li {
    position: relative;
    min-height: 100%;
    padding: 1.35rem;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--stone-200);
    border-bottom: 3px solid var(--green-700);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    transition: transform .25s var(--ease), box-shadow .25s ease;
}
.trust-strip li:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.trust-strip h3 { margin-bottom: .45rem; font-family: var(--font-body); font-size: 1rem; line-height: 1.35; letter-spacing: -.015em; }
.trust-strip p { color: var(--slate-600); font-size: .88rem; line-height: 1.6; }
.feature-icon,
.card-icon,
.icon-chip {
    width: 46px;
    height: 46px;
    display: inline-grid;
    place-items: center;
    margin-bottom: 1rem;
    color: var(--green-700);
    background: var(--green-100);
    border-radius: 12px;
}
.feature-icon svg, .card-icon svg, .icon-chip svg { width: 23px; height: 23px; }

/* Cards */
.card {
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--stone-200);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    transition: transform .3s var(--ease), box-shadow .3s ease, border-color .3s ease;
}
.card::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 4px;
    background: linear-gradient(90deg, var(--green-700), var(--amber-500));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s var(--ease);
}
.card:hover { border-color: var(--stone-300); box-shadow: var(--shadow-md); transform: translateY(-6px); }
.card:hover::after { transform: scaleX(1); }
.card > .content-img { aspect-ratio: 16 / 10 !important; border-radius: 0; filter: saturate(.85); }
.card:hover > .content-img { transform: scale(1.025); filter: saturate(1); }
.card__body { position: relative; z-index: 1; flex: 1; display: flex; flex-direction: column; padding: 1.55rem; background: var(--white); }
.card h3 { font-size: 1.24rem; }
.card p { color: var(--slate-600); font-size: .92rem; }
.card__link {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    margin-top: auto;
    padding-top: .7rem;
    color: var(--green-700);
    font-size: .82rem;
    font-weight: 800;
    text-decoration: none;
}
.card__link::after { content: '→'; font-size: 1.15em; transition: transform .2s ease; }
.card__link:hover::after { transform: translateX(4px); }

/* Checklists and factors */
.factor-list { display: grid; gap: .8rem; margin: 1.2rem 0 0; padding: 0; list-style: none; }
.factor-list li {
    position: relative;
    min-height: 62px;
    padding: .9rem 1rem .9rem 3.25rem;
    color: var(--slate-700);
    background: var(--stone-50);
    border: 1px solid var(--stone-200);
    border-radius: var(--radius-sm);
    transition: border-color .2s ease, transform .2s ease, background-color .2s ease;
}
.factor-list li::before {
    content: '✓';
    position: absolute;
    top: .9rem;
    left: 1rem;
    width: 1.45rem;
    height: 1.45rem;
    display: grid;
    place-items: center;
    color: var(--white);
    background: var(--green-700);
    border-radius: 50%;
    font-size: .72rem;
    font-weight: 900;
}
.factor-list li:hover { background: var(--white); border-color: var(--green-700); transform: translateX(3px); }
.factor-list strong { display: block; color: var(--navy-900); line-height: 1.35; }
.factor-list span { display: block; margin-top: .2rem; color: var(--slate-600); font-size: .88rem; }
.section--alt .factor-list li { background: var(--white); }

/* Numbered process / infographic */
.step-list { position: relative; display: grid; gap: 1rem; margin: 0; padding: 0; list-style: none; counter-reset: process-step; }
.step-list li {
    position: relative;
    min-height: 100%;
    padding: 1.35rem 1.25rem 1.35rem 4.7rem;
    background: var(--white);
    border: 1px solid var(--stone-200);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    counter-increment: process-step;
}
.step-list li::before {
    content: counter(process-step, decimal-leading-zero);
    position: absolute;
    top: 1.15rem;
    left: 1rem;
    width: 2.8rem;
    height: 2.8rem;
    display: grid;
    place-items: center;
    color: var(--navy-950);
    background: var(--amber-500);
    border-radius: 50%;
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 0 0 6px var(--amber-100);
}
.step-list h3 { margin-bottom: .35rem; font-size: 1.12rem; }
.step-list p { color: var(--slate-600); font-size: .89rem; line-height: 1.6; }

/* Tables become clean planning matrices */
.table-responsive {
    width: 100%;
    margin: 1.5rem 0;
    overflow-x: auto;
    background: var(--white);
    border: 1px solid var(--stone-200);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    -webkit-overflow-scrolling: touch;
}
.data-table { width: 100%; min-width: 680px; border-collapse: collapse; background: var(--white); }
.data-table th, .data-table td { padding: 1rem 1.1rem; border-bottom: 1px solid var(--stone-200); vertical-align: top; text-align: left; font-size: .91rem; }
.data-table thead th { color: var(--white); background: var(--navy-900); font-family: var(--font-body); font-size: .74rem; letter-spacing: .055em; text-transform: uppercase; }
.data-table tbody tr:last-child td { border-bottom: 0; }
.data-table tbody tr:nth-child(even) { background: var(--stone-50); }
.data-table tbody tr:hover { background: var(--amber-100); }
.data-table td strong { display: block; color: var(--navy-900); }

/* FAQ */
.faq-list { display: grid; gap: .75rem; max-width: 960px; margin-inline: auto; }
.faq-item { background: var(--white); border: 1px solid var(--stone-200); border-radius: var(--radius-sm); box-shadow: 0 3px 12px rgba(7, 27, 38, .04); transition: border-color .2s ease, box-shadow .2s ease; }
.faq-item[open] { border-color: var(--green-700); box-shadow: var(--shadow-sm); }
.faq-item summary {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.2rem;
    color: var(--navy-900);
    font-weight: 800;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: '+';
    width: 29px;
    height: 29px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    color: var(--white);
    background: var(--green-700);
    border-radius: 50%;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1;
    transition: transform .2s ease, background-color .2s ease;
}
.faq-item[open] summary::after { background: var(--amber-500); color: var(--navy-950); transform: rotate(45deg); }
.faq-item > p, .faq-item > div { margin: 0; padding: 0 1.2rem 1.2rem; color: var(--slate-600); }

/* Jump navigation */
.jump-nav { display: flex; flex-wrap: wrap; gap: .55rem; margin: 0; padding: 0; list-style: none; }
.jump-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: .55rem .9rem;
    color: var(--navy-900);
    background: var(--white);
    border: 1px solid var(--stone-300);
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 800;
    text-decoration: none;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.jump-nav a:hover { color: var(--white); background: var(--green-700); border-color: var(--green-700); transform: translateY(-2px); }

/* Notices */
.notice {
    position: relative;
    margin: 1.5rem 0;
    padding: 1.2rem 1.25rem 1.2rem 4rem;
    color: var(--slate-900);
    background: var(--amber-100);
    border: 1px solid #efd28b;
    border-left: 5px solid var(--amber-500);
    border-radius: var(--radius-sm);
}
.notice::before {
    content: '!';
    position: absolute;
    top: 1.15rem;
    left: 1.2rem;
    width: 1.8rem;
    height: 1.8rem;
    display: grid;
    place-items: center;
    color: var(--white);
    background: var(--navy-900);
    border-radius: 50%;
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 800;
}
.notice p { margin: 0; }
.notice p + p { margin-top: .6rem; }

/* Forms */
.form-grid { display: grid; gap: 1.2rem; }
.form-field { display: grid; gap: .4rem; }
.form-field label { color: var(--navy-900); font-size: .84rem; font-weight: 800; }
.form-field .optional { color: var(--slate-600); font-weight: 500; }
.form-field input, .form-field select, .form-field textarea {
    width: 100%;
    min-height: 52px;
    padding: .8rem .9rem;
    color: var(--slate-900);
    background: var(--white);
    border: 1px solid var(--stone-300);
    border-radius: var(--radius-sm);
    box-shadow: inset 0 1px 2px rgba(7, 27, 38, .03);
    transition: border-color .2s ease, box-shadow .2s ease;
}
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 0; border-color: var(--green-700); box-shadow: 0 0 0 4px rgba(29, 105, 88, .13); }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-errors, .form-success { margin-bottom: 1.5rem; padding: 1rem 1.1rem; border-radius: var(--radius-sm); }
.form-errors { color: #6d211c; background: #fbe9e7; border: 1px solid #e9b5b0; border-left: 5px solid var(--danger); }
.form-success { color: #164b35; background: #e6f3eb; border: 1px solid #afd5bd; border-left: 5px solid var(--success); }
.form-errors p, .form-success p { margin: 0; }

/* CTA bands */
.cta-band { position: relative; overflow: hidden; text-align: left; }
.cta-band::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: min(32vw, 430px);
    height: 100%;
    background: repeating-linear-gradient(135deg, transparent 0 22px, rgba(244, 169, 31, .09) 22px 44px);
}
.cta-band .container { position: relative; }
.cta-band h2 { max-width: 760px; }
.cta-band p { max-width: 720px; }
.cta-band .btn-group { margin-top: 1.8rem; }
.section--ink .btn--outline { color: var(--white); border-color: rgba(255, 255, 255, .6); }
.section--ink .btn--outline:hover { color: var(--navy-900); background: var(--white); border-color: var(--white); }

/* Shared footer CTA for pages without their own CTA */
.footer-cta { position: relative; overflow: hidden; color: #dce7e8; background: var(--green-800); border-top: 6px solid var(--amber-500); }
.footer-cta::after { content: ''; position: absolute; inset: 0 0 0 auto; width: 38%; background: repeating-linear-gradient(135deg, transparent 0 18px, rgba(255, 255, 255, .035) 18px 36px); }
.footer-cta__inner { position: relative; z-index: 1; display: grid; gap: 2rem; padding-block: 3.2rem; }
.footer-cta h2 { max-width: 780px; color: var(--white); font-size: clamp(1.6rem, 3.2vw, 2.56rem); }
.footer-cta p { color: #dce7e8; }
.footer-cta__actions { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }

/* Footer */
.site-footer { color: #b8c8cc; background: var(--navy-950); border-top: 1px solid rgba(255, 255, 255, .06); }
.site-footer__grid { display: grid; gap: 2rem; padding-block: 4.5rem 3.5rem; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.site-footer__logo-wrap { width: 126px; display: inline-block; margin-bottom: .5rem; padding: .5rem; background: var(--white); border-radius: var(--radius-sm); }
.site-footer__logo-wrap img { width: 100%; height: auto; }
.site-footer__brand { color: var(--white); font-family: var(--font-heading); font-size: 1.45rem; font-weight: 700; }
.site-footer__summary { color: #b8c8cc; font-size: .86rem; }
.site-footer__heading { position: relative; margin-bottom: 1rem; padding-bottom: .6rem; color: var(--white); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.site-footer__heading::after { content: ''; position: absolute; bottom: 0; left: 0; width: 32px; height: 2px; background: var(--amber-500); }
.site-footer__col ul { display: grid; gap: .48rem; margin: 0; padding: 0; list-style: none; }
.site-footer__col a { color: #b8c8cc; font-size: .83rem; text-decoration: none; }
.site-footer__col a:hover { color: var(--amber-500); }
.site-footer__contact { margin-top: 1.2rem !important; }
.site-footer__contact li { display: flex; align-items: flex-start; gap: .65rem; font-size: .83rem; }
.site-footer__contact svg { width: 16px; height: 16px; flex: 0 0 auto; margin-top: .25rem; color: var(--amber-500); }
.site-footer__legal { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1rem 2rem; padding-block: 1.5rem 2rem; font-size: .72rem; }
.site-footer__legal p { margin: 0; }
.site-footer__legal-links { display: flex; flex-wrap: wrap; gap: .75rem 1.2rem; margin: 0; padding: 0; list-style: none; }
.site-footer__legal-links a { color: #9db0b5; text-decoration: none; }
.site-footer__legal-links a:hover { color: var(--white); }

/* Mobile conversion dock */
.mobile-action-bar {
    position: fixed;
    z-index: 200;
    right: .75rem;
    bottom: .75rem;
    left: .75rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    background: var(--navy-900);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(7, 27, 38, .32);
}
.mobile-action-bar a { min-height: 54px; display: flex; align-items: center; justify-content: center; gap: .5rem; color: var(--white); font-size: .78rem; font-weight: 800; text-decoration: none; }
.mobile-action-bar a + a { color: var(--navy-950); background: var(--amber-500); }
.mobile-action-bar svg { width: 18px; height: 18px; }
body { padding-bottom: 76px; }

/* Utility components retained for flexible future content */
.stat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.stat-tile { padding: 1.4rem; text-align: center; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius); }
.stat-tile__num { display: block; color: var(--amber-500); font-family: var(--font-heading); font-size: 2.5rem; font-weight: 800; line-height: 1; }
.stat-tile__label { color: #c5d3d6; font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.icon-chip--dark { color: var(--amber-500); background: rgba(255, 255, 255, .08); }

/* Legal/editorial pages */
.page--privacy-policy main .section > .container,
.page--terms-of-service main .section > .container,
.page--disclaimer main .section > .container,
.page--editorial-policy main .section > .container { max-width: 900px; padding: clamp(1.5rem, 4vw, 3rem); background: var(--white); border: 1px solid var(--stone-200); border-top: 5px solid var(--green-700); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.page--privacy-policy main,
.page--terms-of-service main,
.page--disclaimer main,
.page--editorial-policy main { background: var(--stone-100); }

/* Long resource pages: add a subtle reading rhythm without changing copy. */
[class*="page--dumpster-"] main > .section:not(.hero):not(.section--ink):nth-of-type(4n),
.page--waste-disposal-facilities-buncombe-county main > .section:not(.hero):not(.section--ink):nth-of-type(4n) { background: linear-gradient(120deg, var(--stone-50), var(--white)); }

/* Motion */
@media (prefers-reduced-motion: no-preference) {
    .reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s var(--ease), transform .55s var(--ease); transition-delay: var(--reveal-delay, 0ms); }
    .reveal.is-visible { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Responsive layout */
@media (min-width: 640px) {
    .grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grid--4, .grid--5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .form-grid--2col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .site-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 760px) {
    .container > .factor-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .two-col .factor-list { grid-template-columns: 1fr; }
    .step-list.grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-cta__inner { grid-template-columns: minmax(0, 1.5fr) auto; align-items: center; }
    .stat-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 900px) {
    .grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .grid--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .two-col { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
    .two-col--reverse > :first-child { order: 1; }
    .two-col--reverse > :last-child { order: 2; }
    .step-list.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .site-footer__grid { grid-template-columns: 1.35fr .9fr 1.15fr .75fr; }
    .hero + .section--tight .trust-strip { margin-top: -5rem; }
    .hero + .section--tight { padding-top: 3.5rem; }
    .cta-band { text-align: left; }
}

@media (min-width: 1100px) {
    body { padding-bottom: 0; }
    .mobile-action-bar { display: none; }
    .nav-toggle { display: none; }
    .primary-nav { width: auto; flex: 0 1 auto; }
    .primary-nav__list,
    .no-js .primary-nav__list {
        position: static;
        inset: auto;
        display: flex;
        align-items: center;
        gap: 1.05rem;
        padding: 0;
        overflow: visible;
        background: transparent;
        border: 0;
        box-shadow: none;
    }
    .primary-nav__list > li { position: relative; border: 0; }
    .primary-nav__list > li > a,
    .primary-nav__list summary {
        min-height: 76px;
        padding: .2rem 0;
        white-space: nowrap;
        font-size: .76rem;
    }
    .primary-nav__list > li > a::after,
    .primary-nav__list summary::after {
        content: '';
        position: absolute;
        right: 50%;
        bottom: 0;
        left: 50%;
        height: 3px;
        background: var(--amber-500);
        transition: right .2s ease, left .2s ease;
    }
    .primary-nav__list > li > a:hover::after,
    .primary-nav__list > li > a[aria-current="page"]::after,
    .primary-nav__list summary:hover::after,
    .primary-nav__list summary.is-active::after,
    .primary-nav__list details[open] summary::after { right: 0; left: 0; }
    .primary-nav__list summary > svg { width: 14px; height: 14px; }
    .primary-nav__list details ul {
        position: absolute;
        z-index: 150;
        top: calc(100% + 10px);
        left: -18px;
        width: 330px;
        margin: 0;
        padding: .7rem;
        background: var(--white);
        border: 1px solid var(--stone-200);
        border-top: 4px solid var(--amber-500);
        border-radius: 0 0 var(--radius) var(--radius);
        box-shadow: var(--shadow-lg);
    }
    .primary-nav__list details ul::before { content: ''; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
    .primary-nav__list details a { padding: .72rem; }
    .primary-nav__list details a:hover { background: var(--stone-100); }
    .primary-nav__cta { padding: 0; }
    .primary-nav__cta .btn { width: auto; min-height: 42px; }
    .primary-nav__cta .btn::after { display: none; }
    .primary-nav__mobile-call { display: none; }
}

@media (min-width: 1220px) {
    .site-logo__img { width: 142px; height: 71px; }
    .primary-nav__list { gap: 1.35rem; }
    .primary-nav__list > li > a, .primary-nav__list summary { font-size: .8rem; }
}

@media (max-width: 1099px) {
    .utility-bar__inner { justify-content: center; }
    .utility-bar p { display: none; }
    .site-logo__tagline { display: none; }
}

@media (max-width: 639px) {
    .utility-bar a span { display: none; }
    .site-header__inner { min-height: 68px; }
    .site-logo__img { width: 102px; height: 51px; }
    .primary-nav__list { max-height: calc(100vh - 68px); }
    .hero { padding-top: 3.7rem; }
    .hero .two-col { gap: 2.3rem; }
    .hero .content-img { min-height: 240px; border-width: 5px; }
    .btn-group { align-items: stretch; }
    .btn-group .btn { width: 100%; }
    .section { padding-block: 4rem; }
    .section__header { padding-left: .85rem; }
    .section__header--center { padding-left: 0; }
    .card__body { padding: 1.3rem; }
    .notice { padding-left: 3.5rem; }
    .notice::before { left: 1rem; }
    .data-table th, .data-table td { padding: .8rem; }
    .site-footer__grid { padding-block: 3.2rem 2.5rem; }
    .site-footer__legal { padding-bottom: 6rem; }
}

@media print {
    .utility-bar, .site-header, .mobile-action-bar, .footer-cta, .site-footer, .btn-group { display: none !important; }
    body { padding: 0; color: #000; background: #fff; }
    .hero, .section, .section--alt, .section--ink { color: #000; background: #fff; border: 0; padding: 1rem 0; }
    .hero h1, .section--ink h2, .section--ink h3 { color: #000; }
    .content-img { max-height: 320px; }
    a { color: #000; }
}
