@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #090909;
  --navy-2: #2a2a2a;
  --blue: #5a5a5a;
  --gold: #ffc400;
  --cream: #f1f1f1;
  --white: #fff;
  --ink: #171717;
  --muted: #606060;
  --line: #d2d2d2;
  --shadow: 0 20px 60px rgba(0, 0, 0, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Manrope, "Avenir Next", "Segoe UI Variable", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 16px; z-index: 20; background: white; padding: 10px 14px; }

header {
  position: sticky;
  top: 0;
  z-index: 10;
  color: white;
  background: rgba(8, 8, 8, .98);
  border-bottom: 3px solid var(--gold);
}
body.overlay-nav header { position: fixed; left: 0; right: 0; background: linear-gradient(180deg, rgba(0,0,0,.58), rgba(0,0,0,0)); border-bottom: 0; transition: background .28s ease, box-shadow .28s ease, backdrop-filter .28s ease; }
body.overlay-nav header.scrolled { background: rgba(7,7,7,.96); border-bottom: 0; box-shadow: 0 10px 30px rgba(0,0,0,.22); backdrop-filter: blur(14px); }
.nav { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo img { width: min(270px, 42vw); height: auto; }
.nav > .brand-logo { flex-direction: column; align-items: stretch; gap: 1px; }
.nav > .brand-logo::after { content: "North Houston"; align-self: center; width: min(285px, 44.4vw); margin-top: 6px; color: white; font-family: Manrope, "Avenir Next", "Segoe UI Variable", "Segoe UI", sans-serif; font-size: 1rem; line-height: 1; font-weight: 700; letter-spacing: .16em; text-align: center; text-transform: uppercase; text-shadow: 0 1px 2px rgba(0,0,0,.95), 0 2px 8px rgba(0,0,0,.9); }
.brand strong { display: block; font-size: 1.13rem; letter-spacing: .02em; }
.brand small { display: block; font-size: .7rem; color: #c8d4df; letter-spacing: .14em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { color: #eff5fa; text-decoration: none; font-weight: 650; font-size: .94rem; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--gold); }
.menu-button { display: none; border: 1px solid rgba(255,255,255,.45); background: transparent; color: white; border-radius: 8px; padding: 8px 12px; font: inherit; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 20px; border-radius: 8px; background: var(--gold); color: #090909; text-decoration: none; font-weight: 850; border: 1px solid var(--gold); }
.button:hover { background: #ffda43; border-color: #ffda43; }
.button.secondary { background: transparent; color: white; border-color: rgba(255,255,255,.58); }
.button.navy { background: var(--navy); border-color: var(--navy); color: white; }
.button.navy:hover { background: #292929; border-color: #292929; color: var(--gold); }
.eyebrow { color: var(--gold); font-weight: 800; letter-spacing: .15em; text-transform: uppercase; font-size: .77rem; }
h1, h2, h3 { font-family: Manrope, "Avenir Next", "Segoe UI Variable", "Segoe UI", sans-serif; line-height: 1.08; color: var(--navy); margin: 0 0 16px; font-weight: 750; }
h1 { font-size: clamp(2.55rem, 5.8vw, 4.9rem); letter-spacing: -.055em; }
h2 { font-size: clamp(1.95rem, 3.7vw, 3.15rem); letter-spacing: -.04em; }
h3 { font-size: 1.38rem; letter-spacing: -.025em; }
p { margin: 0 0 18px; }

.hero { color: white; background: #050505; }
.full-bleed-hero { position: relative; min-height: clamp(640px, 50vw, 880px); display: grid; align-items: center; overflow: hidden; isolation: isolate; color: white; background: #050505; }
.full-bleed-hero.pickup-full { min-height: clamp(760px, 66.667vw, 1024px); }
.full-bleed-media { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-full .full-bleed-media { object-position: center; }
.pickup-full .full-bleed-media { object-position: center; }
.commercial-full .full-bleed-media { object-position: center; }
.full-bleed-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(rgba(0,0,0,.14), rgba(0,0,0,.14)), linear-gradient(90deg, rgba(0,0,0,.84) 0%, rgba(0,0,0,.62) 32%, rgba(0,0,0,.18) 62%, rgba(0,0,0,.04) 100%); }
.full-bleed-copy { width: min(1160px, calc(100% - 40px)); padding: 86px 0; }
.hero-copy { max-width: 660px; }
.hero h1 { color: white; max-width: 660px; }
.hero p { max-width: 600px; color: #e2e2e2; font-size: 1.16rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.pickup-badge { display: inline-block; width: min(340px, 100%); margin-top: 24px; border-radius: 999px; transition: transform .2s ease, filter .2s ease; }
.pickup-badge img { width: 100%; height: auto; }
.pickup-badge:hover { transform: translateY(-3px); filter: brightness(1.05); }
.pickup-badge:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
.home-cta-stack { width: min(15.5rem, 100%); }
.home-cta-stack .hero-actions, .home-cta-stack .button, .home-cta-stack .pickup-badge { width: 100%; }

.trust-strip { background: #e9e9e9; border-bottom: 1px solid #cfcfcf; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 24px 18px; border-right: 1px solid #c9c9c9; }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--navy); }
.trust-item span { color: var(--muted); font-size: .9rem; }

.section { padding: 88px 0; }
.section.soft { background: var(--cream); }
.section.navy { background: var(--navy); color: white; }
.section.navy h2, .section.navy h3 { color: white; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 36px; }
.section-head p { max-width: 580px; color: var(--muted); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-grid .card { display: flex; flex-direction: column; }
.service-grid .card-link { margin-top: auto; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.card { padding: 28px; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: 0 12px 35px rgba(0,0,0,.07); }
.card h2 { font-size: clamp(1.55rem, 2.4vw, 2.1rem); letter-spacing: -.035em; }
.card p { color: var(--muted); }
.card-link { color: #3b3b3b; font-weight: 800; text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 3px; text-underline-offset: 5px; }
.icon { width: 42px; height: 42px; display: grid; place-items: center; background: var(--gold); color: #090909; border-radius: 10px; margin-bottom: 22px; font-weight: 900; }

.service-advantage { background: #0a0a0a; color: white; border-block: 1px solid #262626; }
.service-advantage h2 { color: white; max-width: 620px; }
.advantage-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 72px; align-items: center; }
.advantage-copy p { color: #d9d9d9; font-size: 1.08rem; }
.home-faq { background: #f7f7f7; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 76px; align-items: start; }
.faq-intro { position: sticky; top: 128px; }
.faq-intro p { color: var(--muted); }
.home-faq .faq details { background: white; padding: 22px 24px; border: 1px solid var(--line); border-bottom: 0; }
.home-faq .faq details:first-child { border-radius: 12px 12px 0 0; }
.home-faq .faq details:last-child { border-bottom: 1px solid var(--line); border-radius: 0 0 12px 12px; }
.service-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: start; }
.service-checklist { list-style: none; padding: 0; margin: 28px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.service-checklist li { position: relative; padding: 15px 16px 15px 42px; border: 1px solid var(--line); border-radius: 10px; background: white; font-weight: 700; }
.service-checklist li::before { content: "✓"; position: absolute; left: 16px; color: #806300; font-weight: 900; }
.service-process { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-process li { padding: 28px; border-radius: 12px; background: white; border: 1px solid var(--line); }
.service-process li > span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 10px; background: var(--gold); color: #090909; font-weight: 900; }
.service-process p { color: var(--muted); margin-bottom: 0; }
.service-footer-links { grid-template-columns: 1fr 1fr; column-gap: 18px; font-size: .86rem; }

.guide-feature { background: #fff8d8; border-block: 1px solid #ead889; }
.guide-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.guide-feature-grid > div > p { max-width: 620px; color: var(--muted); font-size: 1.06rem; }
.guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.guide-card h2 a, .guide-card h3 a { color: var(--navy); text-decoration: none; }
.guide-card h2 a:hover, .guide-card h3 a:hover { text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 3px; text-underline-offset: 5px; }
.guide-card.featured { border-top: 5px solid var(--gold); }
.guide-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-bottom: 14px; color: #666; font-size: .88rem; font-weight: 750; }
.guide-meta span { padding-left: 18px; border-left: 1px solid var(--line); }
.guide-meta.light { color: #e1e1e1; }
.guide-meta.light span { border-color: rgba(255,255,255,.35); }
.guide-disclaimer { max-width: 760px; }
.article-wrap { max-width: 900px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 54px; align-items: start; }
.article-body { max-width: 760px; }
.article-body section + section { margin-top: 44px; }
.article-body p { color: #454545; font-size: 1.07rem; line-height: 1.85; }
.article-aside { display: grid; gap: 22px; position: sticky; top: 108px; }
.article-aside .card { padding: 24px; }
.service-checklist.one-column { grid-template-columns: 1fr; }

.page-hero { padding: 84px 0 64px; background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: white; }
.page-hero h1 { color: white; max-width: 900px; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.page-hero p { max-width: 720px; color: #e2e2e2; font-size: 1.12rem; }
.breadcrumb { margin-bottom: 22px; color: #cfcfcf; font-size: .9rem; }
.breadcrumb a { color: var(--gold); }

.offer { border-left: 5px solid var(--gold); padding: 24px 26px; background: #fff7d1; border-radius: 0 10px 10px 0; margin: 28px 0; }
.offer strong { display: block; color: var(--navy); font-size: 1.2rem; }
.offer small { color: var(--muted); }
.details { list-style: none; padding: 0; margin: 24px 0; }
.details li { padding: 12px 0; border-bottom: 1px solid var(--line); }
.details strong { display: inline-block; min-width: 92px; color: var(--navy); }
.hours { width: 100%; border-collapse: collapse; }
.hours td { padding: 10px 0; border-bottom: 1px solid var(--line); }
.hours td:last-child { text-align: right; font-weight: 700; }
.zip-list { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; }
.zip-list li { background: var(--gold); color: #090909; padding: 8px 12px; border-radius: 999px; font-weight: 850; }
.faq details { border-top: 1px solid var(--line); padding: 18px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 800; color: var(--navy); }
.faq details p { margin-top: 12px; color: var(--muted); }
.cta { padding: 38px; border-radius: 14px; background: var(--navy); color: white; }
.cta h2, .cta h3 { color: white; }
.cta p { color: #d9e5ee; }

.route-concierge { overflow: hidden; background: #050505; color: white; }
.route-concierge-grid { display: grid; grid-template-columns: minmax(300px, .82fr) 1.18fr; gap: 64px; align-items: center; }
.route-concierge-art { align-self: end; min-height: 620px; display: flex; align-items: flex-end; justify-content: center; }
.route-concierge-art img { width: 100%; height: auto; max-height: 680px; object-fit: contain; object-position: center bottom; }
.route-concierge-copy { padding: 88px 0; max-width: 650px; }
.route-concierge-copy h2 { color: white; }
.route-concierge-copy p { color: #d6d6d6; font-size: 1.08rem; }
.route-points { display: grid; gap: 12px; margin: 26px 0 30px; padding: 0; list-style: none; }
.route-points li { padding: 13px 16px; border-left: 4px solid var(--gold); background: #161616; color: #f1f1f1; }

.location-card { overflow: hidden; }
.map-frame { width: 100%; height: 190px; border: 0; border-radius: 10px; margin: 2px 0 16px; background: #dedede; }
.home-location .map-frame { height: 150px; }
.map-link { display: inline-flex; align-items: center; gap: 7px; margin: 0 0 18px; color: #303030; font-weight: 800; text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 3px; text-underline-offset: 5px; }
.location-side { display: grid; gap: 20px; align-content: start; }
.location-service-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.location-service-links a { padding: 8px 12px; border-radius: 999px; background: #eeeeee; color: #252525; font-size: .88rem; font-weight: 800; text-decoration: none; }
.location-service-links a:hover { background: var(--gold); color: #090909; }
.location-side .map-frame { height: 280px; margin: 0; }

.commercial-industries .card { min-height: 280px; }
.commercial-proof { margin-top: 22px; border-left: 4px solid var(--gold); }
.commercial-process { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: start; }
.process-list { list-style: none; padding: 0; margin: 32px 0 0; display: grid; gap: 20px; }
.process-list li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: start; }
.process-list li > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 10px; background: var(--gold); color: #090909; font-weight: 900; }
.process-list strong { display: block; color: var(--navy); font-size: 1.08rem; }
.process-list p { color: var(--muted); margin: 5px 0 0; }
.commercial-fit { box-shadow: var(--shadow); }
.commercial-form-section { background: #efefef; }
.commercial-form-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 28px; align-items: start; }
.commercial-form { padding: clamp(26px, 4vw, 46px); background: white; border-radius: 16px; border-top: 5px solid var(--gold); box-shadow: var(--shadow); }
.form-intro { max-width: 700px; margin-bottom: 30px; }
.form-intro p { color: var(--muted); }
.form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; color: var(--navy); font-weight: 750; }
.form label > span { font-size: .94rem; letter-spacing: -.01em; }
.form input, .form select, .form textarea { width: 100%; border: 1px solid #b8b8b8; border-radius: 9px; padding: 13px 14px; color: var(--ink); background: #fafafa; font: inherit; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.form input::placeholder, .form textarea::placeholder { color: #777; }
.form textarea { min-height: 132px; resize: vertical; }
.form input:hover, .form select:hover, .form textarea:hover { border-color: #777; background: white; }
.form input:focus, .form select:focus, .form textarea:focus { outline: 0; border-color: #8a6900; background: white; box-shadow: 0 0 0 4px rgba(255,196,0,.25); }
.form small, .form-note { color: var(--muted); font-weight: 500; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.commercial-submit { width: 100%; min-height: 52px; margin-top: 4px; font-size: 1rem; }
.commercial-form #commercial-status { display: block; margin-top: 13px; text-align: center; }
.commercial-contact-card { position: sticky; top: 108px; padding: 34px; border-radius: 16px; background: #0a0a0a; color: white; box-shadow: var(--shadow); }
.commercial-contact-card h2 { color: white; font-size: clamp(1.7rem, 3vw, 2.35rem); }
.commercial-contact-card > p { color: #d5d5d5; }
.quote-steps { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 20px; counter-reset: quote-step; }
.quote-steps li { position: relative; padding-left: 46px; counter-increment: quote-step; }
.quote-steps li::before { content: counter(quote-step); position: absolute; left: 0; top: 0; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: #090909; font-weight: 900; }
.quote-steps strong, .quote-steps span { display: block; }
.quote-steps span { color: #c9c9c9; margin-top: 3px; font-size: .92rem; }
.contact-note { display: grid; gap: 3px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); }
.contact-note a { color: var(--gold); font-weight: 700; }
.honeypot { position: absolute; left: -9999px; }

footer { background: #050505; color: #cfcfcf; padding: 56px 0 28px; border-top: 3px solid var(--gold); }
.footer-grid .brand-logo img { width: min(320px, 100%); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; }
footer h3 { color: white; font-size: 1.15rem; font-family: inherit; }
footer a { color: #dbe6ef; text-decoration: none; }
footer a:hover { color: var(--gold); }
.footer-links { display: grid; gap: 10px; }
.copyright { margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .86rem; }

@media (max-width: 850px) {
  .menu-button { display: block; }
  .nav-links { display: none; position: absolute; left: 0; right: 0; top: 82px; padding: 20px; background: var(--navy); flex-direction: column; align-items: flex-start; border-bottom: 3px solid var(--gold); }
  .nav-links.open { display: flex; }
  .full-bleed-hero, .full-bleed-hero.pickup-full { min-height: 0; display: flex; flex-direction: column; align-items: stretch; }
  .full-bleed-hero::after { display: none; }
  .full-bleed-media { position: relative; inset: auto; z-index: auto; width: 100%; height: auto; object-fit: contain; order: 1; }
  .full-bleed-copy { order: 2; background: linear-gradient(135deg, #050505, #242424); padding: 52px 0 62px; }
  .hero-copy { max-width: none; }
  .route-concierge-grid { grid-template-columns: 1fr; gap: 0; }
  .route-concierge-art { min-height: 0; max-height: 560px; }
  .route-concierge-art img { max-height: 560px; width: auto; max-width: 100%; }
  .route-concierge-copy { padding: 64px 0; max-width: none; }
  .trust-grid, .grid-3, .service-grid, .grid-2, .footer-grid { grid-template-columns: 1fr; }
  .advantage-grid, .faq-layout, .guide-feature-grid, .guide-grid, .article-layout { grid-template-columns: 1fr; gap: 34px; }
  .article-aside { position: static; }
  .service-detail-grid, .service-process { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .commercial-process, .commercial-form-grid { grid-template-columns: 1fr; }
  .commercial-contact-card { position: static; }
  .trust-item { border-right: 0; border-bottom: 1px solid #c9c9c9; }
  .section-head { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .brand-logo img { width: min(225px, 66vw); }
  .nav > .brand-logo::after { width: min(238px, 69.8vw); font-size: .86rem; letter-spacing: .14em; }
  .section { padding: 64px 0; }
  .page-hero { padding: 60px 0 48px; }
  .card, .cta { padding: 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .service-checklist { grid-template-columns: 1fr; }
  .service-footer-links { grid-template-columns: 1fr; }
}
