:root {
  --navy: #061a33;
  --navy-2: #0b2749;
  --navy-3: #12365f;
  --gold: #f0b323;
  --gold-dark: #d79908;
  --blue: #1f82b1;
  --ink: #0c2037;
  --text: #33485c;
  --muted: #6a7a89;
  --line: #dce3e8;
  --pale: #f5f8fa;
  --white: #fff;
  --shell: min(1180px, calc(100% - 40px));
  --head: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; padding: 0; color: var(--text); background: var(--white); font-family: var(--body); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 3px; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
a, button, summary { transition: transform .15s cubic-bezier(.23,1,.32,1), background-color .15s ease, border-color .15s ease, color .15s ease; }
a:active, button:active { transform: scale(.98); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid #4bc4ef; outline-offset: 3px; }
.buyer-shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 10px; top: 10px; transform: translateY(-180%); padding: 10px 14px; color: var(--navy); background: var(--white); font-weight: 900; }
.skip-link:focus { transform: translateY(0); }
.buyer-top { color: #dce9f2; background: #031329; font-size: .68rem; font-weight: 800; letter-spacing: .04em; }
.buyer-top .buyer-shell { min-height: 31px; display: flex; align-items: center; justify-content: space-between; }
.buyer-top a { color: var(--gold); text-decoration: none; }
.buyer-header { position: sticky; z-index: 70; top: 0; border-bottom: 1px solid #e1e6ea; background: rgba(255,255,255,.98); box-shadow: 0 2px 12px rgba(6,26,51,.06); }
.nav-row { min-height: 76px; display: grid; grid-template-columns: 290px 1fr auto; align-items: center; gap: 20px; }
.buyer-brand { display: flex; align-items: center; gap: 11px; color: var(--navy); text-decoration: none; }
.buyer-brand img { width: 52px; height: 52px; }
.buyer-brand > span { font-family: var(--body); font-size: .94rem; font-weight: 950; line-height: .96; letter-spacing: .025em; }
.buyer-brand strong { display: block; color: var(--blue); font-size: 1.18rem; letter-spacing: .08em; }
.buyer-brand small { display: block; margin-top: 5px; color: var(--muted); font-size: .47rem; letter-spacing: .13em; }
.buyer-header nav { display: flex; align-items: center; justify-content: flex-end; gap: 2px; }
.buyer-header nav a { padding: 10px 12px; color: var(--navy); text-decoration: none; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.buyer-header nav a:hover { color: var(--blue); }
.nav-actions { display: flex; align-items: stretch; }
.phone-button, .quote-button { min-height: 48px; display: flex; align-items: center; justify-content: center; padding: 10px 17px; border: 1px solid #aebbc6; color: var(--navy); text-decoration: none; font-size: .73rem; font-weight: 900; }
.quote-button { border-color: var(--gold); background: var(--gold); text-transform: uppercase; }
.phone-button:hover { border-color: var(--navy); }
.quote-button:hover { background: var(--gold-dark); }
.buyer-menu { display: none; }
.buyer-hero { position: relative; min-height: 610px; overflow: hidden; color: var(--white); background: var(--navy); isolation: isolate; }
.hero-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(4,20,42,.98) 0%, rgba(4,22,45,.9) 48%, rgba(5,25,48,.3) 82%, rgba(5,25,48,.2) 100%), linear-gradient(0deg, rgba(3,18,38,.72), transparent 60%); }
.hero-inner { min-height: 610px; display: flex; align-items: center; padding-block: 66px; }
.hero-copy { max-width: 790px; }
.eyebrow { margin: 0 0 20px; color: var(--blue); font-size: .67rem; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 29px; height: 3px; margin: 0 10px 3px 0; background: var(--gold); }
.eyebrow.light { color: #d6e4ed; }
h1, h2, h3 { margin: 0; color: var(--navy); font-family: var(--head); font-weight: 900; letter-spacing: .006em; line-height: 1.02; }
h1 { max-width: 780px; color: var(--white); font-size: clamp(4rem, 6vw, 6.2rem); }
h2 { font-size: clamp(2.7rem, 4.7vw, 4.6rem); }
h3 { font-size: clamp(1.45rem, 2vw, 2rem); }
.hero-lede { max-width: 700px; margin: 26px 0; color: #d5e2eb; font-size: 1.06rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 21px; border: 1px solid transparent; color: var(--navy); text-decoration: none; font-size: .75rem; font-weight: 950; letter-spacing: .035em; text-transform: uppercase; cursor: pointer; }
.button.gold { border-color: var(--gold); background: var(--gold); }
.button.gold:hover { background: var(--gold-dark); }
.button.outline { border-color: #b5c6d3; color: var(--white); background: rgba(4,20,42,.42); }
.button.outline:hover { border-color: var(--gold); color: var(--gold); }
.hero-checks { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 25px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.22); color: #d1e0e8; font-size: .72rem; font-weight: 800; }
.hero-checks span::before { content: "✓"; margin-right: 8px; color: var(--gold); font-weight: 950; }
.hero-crumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 44px; color: #b6cad7; font-size: .65rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.hero-crumbs a { color: var(--gold); text-decoration: none; }
.proof-strip { color: var(--white); background: var(--navy-2); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { min-height: 105px; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 12px; padding: 19px 22px; border-right: 1px solid rgba(255,255,255,.13); }
.proof-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.13); }
.proof-grid > div > span { color: var(--gold); font-family: var(--head); font-size: 1.6rem; }
.proof-grid p { margin: 0; color: #aebfd0; font-size: .68rem; line-height: 1.45; }
.proof-grid strong { display: block; margin-bottom: 3px; color: var(--white); font-size: .9rem; }
.buyer-section { padding-block: 100px; }
.intro-section, .category-section, .process-section, .faq-section { background-color: var(--white); background-image: linear-gradient(rgba(8,44,73,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(8,44,73,.035) 1px, transparent 1px); background-size: 32px 32px; }
.intro-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 70px; align-items: center; }
.feature-photo { position: relative; margin: 0; }
.feature-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; box-shadow: 0 18px 45px rgba(6,26,51,.18); }
.feature-photo figcaption { position: absolute; right: -18px; bottom: -22px; max-width: 330px; padding: 19px 23px; color: var(--white); background: var(--navy); box-shadow: 0 12px 26px rgba(6,26,51,.2); }
.feature-photo strong { display: block; color: var(--gold); font-family: var(--head); font-size: 1.4rem; }
.feature-photo span { font-size: .72rem; }
.intro-copy p:not(.eyebrow), .section-heading > p, .faq-layout > div > p:not(.eyebrow) { color: var(--muted); }
.text-link { display: inline-flex; gap: 10px; margin-top: 12px; color: var(--navy); font-size: .74rem; font-weight: 950; text-decoration: none; text-transform: uppercase; }
.text-link span { color: var(--gold-dark); }
.category-section { background-color: var(--pale); }
.section-heading { display: grid; grid-template-columns: 1.05fr .7fr; gap: 70px; align-items: end; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.category-grid > a, .category-grid > article { min-height: 270px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); color: var(--text); background: var(--white); box-shadow: 0 8px 24px rgba(6,26,51,.055); text-decoration: none; }
.category-grid > a:hover { transform: translateY(-3px); border-color: var(--gold); box-shadow: 0 13px 30px rgba(6,26,51,.1); }
.category-grid > a > span, .category-grid > article > span { color: var(--gold-dark); font-family: var(--head); font-size: 1.15rem; }
.category-grid h3 { margin: 28px 0 8px; }
.category-grid p { margin: 0 0 22px; color: var(--muted); font-size: .86rem; }
.category-grid b { margin-top: auto; color: var(--navy); font-size: .68rem; text-transform: uppercase; }
.category-grid.four { grid-template-columns: repeat(4, 1fr); }
.seller-section, .local-section { color: #c9d8e3; background: var(--navy); }
.seller-grid, .local-grid { display: grid; grid-template-columns: 1.2fr .7fr; gap: 80px; align-items: start; }
.seller-section h2, .local-section h2, .quote-section h2, .reach-section h2 { color: var(--white); }
.seller-section p:not(.eyebrow), .local-section p:not(.eyebrow) { max-width: 720px; color: #a9bdca; }
.seller-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 1px; margin: 35px 0 0; background: #2a4964; list-style: none; }
.seller-list li { min-height: 66px; display: flex; align-items: center; gap: 13px; padding: 14px 18px; color: var(--white); background: var(--navy); font-size: .8rem; font-weight: 800; }
.seller-list span { color: var(--gold); font-family: var(--head); font-size: 1.1rem; }
.send-card { padding: 34px; color: var(--text); background: var(--white); box-shadow: 0 20px 48px rgba(0,0,0,.24); }
.send-card h3 { font-size: 2.15rem; }
.send-card ul { list-style: none; padding: 0; margin: 25px 0; }
.send-card li { position: relative; padding: 9px 0 9px 23px; border-bottom: 1px solid var(--line); font-size: .8rem; }
.send-card li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-dark); font-weight: 950; }
.local-types { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.local-types span { padding: 8px 12px; border: 1px solid #365676; color: #d9e5ed; font-size: .7rem; font-weight: 800; }
.process-section h2 { max-width: 850px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 50px; border: 1px solid var(--line); }
.process-grid article { position: relative; min-height: 270px; padding: 34px; background: rgba(255,255,255,.92); }
.process-grid article + article { border-left: 1px solid var(--line); }
.process-grid article > span { display: grid; place-items: center; width: 44px; height: 44px; color: var(--navy); background: var(--gold); font-family: var(--head); font-size: 1.2rem; }
.process-grid h3 { margin: 27px 0 10px; }
.process-grid p { color: var(--muted); font-size: .88rem; }
.reach-section { padding-block: 0; color: #c3d2dc; background: var(--navy-2); }
.reach-grid { width: 100%; max-width: none; display: grid; grid-template-columns: 1fr 1fr; }
.reach-grid > div { max-width: 620px; margin-left: max(20px, calc((100vw - 1180px) / 2)); padding: 90px 70px 90px 0; }
.reach-grid > div > p:not(.eyebrow) { color: #a9bdca; }
.reach-grid img { width: 100%; height: 100%; min-height: 510px; object-fit: cover; }
.state-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.state-links a { padding: 9px 13px; border: 1px solid #4b6882; color: var(--white); text-decoration: none; font-size: .72rem; font-weight: 850; }
.state-links a:hover { border-color: var(--gold); color: var(--gold); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.faq-list details { border-top: 1px solid #cad5dd; }
.faq-list details:last-child { border-bottom: 1px solid #cad5dd; }
.faq-list summary { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--navy); cursor: pointer; font-family: var(--head); font-size: 1.35rem; }
.faq-list summary span { color: var(--gold-dark); font-family: var(--body); }
.faq-list details p { margin: 0 0 25px; color: var(--muted); }
.quote-section { padding-block: 100px; color: #c5d5df; background: #03152b; }
.quote-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 75px; align-items: start; }
.quote-copy > p:not(.eyebrow) { color: #a9bdca; }
.contact-card { display: grid; margin: 30px 0; padding: 22px; border-left: 4px solid var(--gold); background: var(--navy-2); }
.contact-card small { font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-card a { color: var(--gold); font-family: var(--head); font-size: 2rem; text-decoration: none; }
.contact-card span { color: #9db2c0; font-size: .7rem; }
.quote-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; padding: 0; list-style: none; }
.quote-copy li { font-size: .75rem; }
.quote-copy li::before { content: "✓"; margin-right: 7px; color: var(--gold); }
.buyer-form { position: relative; display: grid; gap: 16px; padding: 34px; color: var(--text); background: var(--white); box-shadow: 0 20px 50px rgba(0,0,0,.3); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-row.three { grid-template-columns: .65fr .65fr 1fr; }
.buyer-form label { display: grid; gap: 6px; color: var(--navy); font-size: .66rem; font-weight: 900; letter-spacing: .03em; text-transform: uppercase; }
.buyer-form input, .buyer-form select, .buyer-form textarea { width: 100%; min-height: 48px; padding: 10px 11px; border: 1px solid #b9c5ce; border-radius: 0; color: var(--ink); background: var(--pale); text-transform: none; }
.buyer-form textarea { min-height: 130px; resize: vertical; }
.consent { grid-template-columns: 18px 1fr !important; align-items: start; color: var(--text) !important; letter-spacing: 0 !important; text-transform: none !important; }
.consent input { min-height: 18px; margin-top: 3px; }
.submit { width: 100%; border: 0; }
.form-note { margin: 0; color: var(--muted); font-size: .67rem; }
.form-error { padding: 12px; border-left: 4px solid #b83d2d; color: #7e241a; background: #f6ddd7; font-weight: 800; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.quote-success { padding: 45px; border-left: 5px solid var(--gold); background: var(--navy-2); }
.buyer-footer { padding: 70px 0 95px; color: #9eb2c0; background: #020d1d; }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr .9fr; gap: 50px; }
.footer-brand { color: var(--white); }
.footer-grid > div:first-child p { max-width: 430px; font-size: .8rem; }
.footer-grid h2 { margin-bottom: 17px; color: var(--white); font-family: var(--body); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { display: block; margin: 8px 0; color: #a9bdca; text-decoration: none; font-size: .75rem; }
.footer-phone { color: var(--gold) !important; font-family: var(--head); font-size: 1.35rem !important; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 45px; padding-top: 21px; border-top: 1px solid #1a3147; font-size: .62rem; letter-spacing: .07em; text-transform: uppercase; }
.mobile-bar { position: fixed; z-index: 80; right: 18px; bottom: 18px; }
.mobile-bar a { width: 58px; height: 58px; display: flex; align-items: center; justify-content: center; padding: 0; border: 2px solid var(--white); border-radius: 50%; color: var(--navy); background: var(--gold); box-shadow: 0 13px 30px rgba(0,0,0,.3); text-decoration: none; }
.mobile-bar svg { display: block; }

@media (max-width: 1080px) {
  .nav-row { grid-template-columns: 250px 1fr auto; gap: 10px; }
  .buyer-header nav a { padding-inline: 7px; font-size: .66rem; }
  .phone-button { display: none; }
  .category-grid.four { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 840px) {
  html { scroll-padding-top: 68px; }
  body { padding-bottom: calc(63px + env(safe-area-inset-bottom)); }
  .buyer-top { display: none; }
  .nav-row { min-height: 68px; grid-template-columns: 1fr auto; }
  .buyer-brand img { width: 43px; height: 43px; }
  .buyer-brand > span { font-size: .78rem; }
  .buyer-brand strong { font-size: .98rem; }
  .buyer-brand small { display: none; }
  .buyer-header nav, .nav-actions { display: none; }
  .buyer-menu { display: block; position: relative; }
  .buyer-menu summary { min-width: 58px; padding: 18px 0; list-style: none; color: var(--navy); text-align: right; cursor: pointer; font-size: .72rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
  .buyer-menu summary::-webkit-details-marker { display: none; }
  .buyer-menu > div { position: absolute; top: 49px; right: 0; width: min(310px, calc(100vw - 24px)); padding: 8px; border-top: 4px solid var(--gold); background: var(--white); box-shadow: 0 18px 45px rgba(6,26,51,.2); }
  .buyer-menu a { min-height: 47px; display: flex; align-items: center; padding: 8px 12px; border-bottom: 1px solid var(--line); color: var(--navy); text-decoration: none; font-size: .78rem; font-weight: 850; }
  .buyer-hero, .hero-inner { min-height: 580px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,20,42,.97), rgba(4,22,45,.72)), linear-gradient(0deg, rgba(3,18,38,.72), transparent 60%); }
  h1 { font-size: clamp(3.2rem, 11.7vw, 5rem); }
  h2 { font-size: clamp(2.5rem, 8.8vw, 4rem); }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .intro-grid, .seller-grid, .local-grid, .section-heading, .faq-layout, .quote-layout { grid-template-columns: 1fr; gap: 45px; }
  .intro-copy { order: -1; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
  .reach-grid { grid-template-columns: 1fr; }
  .reach-grid > div { max-width: none; margin: 0; padding: 70px max(20px, calc((100vw - 1180px) / 2)); }
  .reach-grid img { min-height: 360px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .mobile-bar { left: auto; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); display: block; padding: 0; background: transparent; }
  .mobile-bar a { width: 56px; height: 56px; padding: 0; color: var(--navy); background: var(--gold); }
}
@media (max-width: 560px) {
  :root { --shell: min(100% - 24px, 1180px); }
  .buyer-section, .quote-section { padding-block: 67px; }
  .buyer-hero, .hero-inner { min-height: 600px; }
  .hero-inner { padding-block: 38px 45px; }
  .hero-image { object-position: 58% center; }
  .hero-crumbs { margin-bottom: 30px; font-size: .58rem; }
  h1 { font-size: clamp(2.75rem, 12.3vw, 4rem); }
  .hero-lede { font-size: .96rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-checks { display: grid; gap: 8px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { min-height: 84px; border-left: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
  .feature-photo figcaption { position: static; max-width: none; }
  .feature-photo img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; }
  .category-grid, .category-grid.four { grid-template-columns: 1fr; }
  .category-grid > a, .category-grid > article { min-height: auto; }
  .seller-list { grid-template-columns: 1fr; }
  .send-card { padding: 27px 22px; }
  .quote-copy ul { grid-template-columns: 1fr; }
  .buyer-form { padding: 25px 18px; }
  .form-row, .form-row.three { grid-template-columns: 1fr; }
  .buyer-form input, .buyer-form select, .buyer-form textarea { min-height: 52px; font-size: 16px; }
  .buyer-form textarea { min-height: 145px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Unified location quote form */
.location-quote-section {
  color: var(--text);
  background-color: #eef3f6;
  background-image: linear-gradient(rgba(8,44,73,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(8,44,73,.035) 1px, transparent 1px);
  background-size: 32px 32px;
}
.location-quote-layout {
  grid-template-columns: minmax(310px, .7fr) minmax(0, 1.3fr);
  gap: 0;
  overflow: hidden;
  border-top: 6px solid var(--gold);
  background: var(--white);
  box-shadow: 0 24px 60px rgba(6,26,51,.2);
}
.location-quote-copy {
  display: flex;
  flex-direction: column;
  padding: clamp(32px, 5vw, 58px);
  color: #c7d7e2;
  background: var(--navy);
}
.location-quote-copy h2 { color: var(--white); }
.location-quote-copy > p:not(.eyebrow) { color: #b2c5d1; }
.location-quote-copy .contact-card { margin-top: auto; background: var(--navy-2); }
.location-buyer-form {
  align-content: start;
  padding: clamp(28px, 4vw, 48px);
  border-top: 0;
  box-shadow: none;
}
.location-form-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 4px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--line);
}
.location-form-head span {
  color: var(--muted);
  font-size: .61rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.location-form-head strong {
  color: var(--navy);
  font-family: var(--head);
  font-size: 1.25rem;
  text-align: right;
}
.location-buyer-form input,
.location-buyer-form select,
.location-buyer-form textarea { border-color: #aebdca; background: #f7fafb; }
.location-buyer-form input:focus,
.location-buyer-form select:focus,
.location-buyer-form textarea:focus { border-color: var(--blue); background: var(--white); }
.location-buyer-form .submit { min-height: 58px; font-size: .8rem; }
@media (max-width: 840px) {
  .location-quote-layout { grid-template-columns: 1fr; gap: 0; }
  .location-quote-copy { padding: 34px 26px; }
  .location-quote-copy .contact-card { margin-top: 24px; }
  .location-buyer-form { padding: 30px 24px; border-top: 5px solid var(--gold); }
}
@media (max-width: 560px) {
  .location-quote-section { padding-block: 42px; }
  .location-quote-copy, .location-buyer-form { padding-inline: 18px; }
  .location-form-head { align-items: flex-start; flex-direction: column; gap: 3px; }
  .location-form-head strong { text-align: left; }
}

/* Six priority buyer pages */
.priority-page .buyer-hero { min-height: 650px; }
.priority-page .hero-inner { min-height: 650px; }
.priority-page .hero-copy { max-width: 900px; }
.priority-page h1 { max-width: 900px; font-size: clamp(3.75rem, 5.7vw, 5.85rem); }
.priority-page .quote-copy > p:not(.eyebrow) { max-width: 590px; }
.priority-page .checklist-label { margin: 25px 0 8px; color: var(--white) !important; font-size: .65rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.priority-page .quote-copy ul { grid-template-columns: 1fr; gap: 7px; }
.priority-page .quote-copy li { padding-left: 2px; color: #d2dee6; font-size: .74rem; line-height: 1.55; }
.priority-page .priority-intro .feature-photo img { min-height: 520px; }
.priority-page .priority-intro .intro-copy > p:not(.eyebrow) { color: var(--muted); }
.priority-checks { margin-top: 26px; padding: 22px 25px; border-left: 5px solid var(--gold); background: var(--pale); }
.priority-checks ul,
.priority-panel ul,
.priority-dark-panel ul { margin: 0; padding: 0; list-style: none; }
.priority-checks li,
.priority-panel li,
.priority-dark-panel li { position: relative; padding: 9px 0 9px 25px; border-bottom: 1px solid var(--line); color: var(--text); font-size: .78rem; }
.priority-checks li:last-child,
.priority-panel li:last-child,
.priority-dark-panel li:last-child { border-bottom: 0; }
.priority-checks li::before,
.priority-panel li::before,
.priority-dark-panel li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-dark); font-weight: 950; }
.priority-evidence { background-color: var(--pale); background-image: linear-gradient(rgba(8,44,73,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(8,44,73,.035) 1px, transparent 1px); background-size: 32px 32px; }
.priority-two-column { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(350px, .75fr); gap: 80px; align-items: start; }
.priority-two-column > div > p:not(.eyebrow),
.priority-scope .seller-grid > div > p:not(.eyebrow) { color: var(--muted); }
.priority-panel { padding: 34px; border-top: 6px solid var(--gold); background: var(--white); box-shadow: 0 18px 45px rgba(6,26,51,.14); }
.priority-panel > span,
.priority-dark-panel > span,
.priority-number { display: block; margin-bottom: 22px; color: var(--gold-dark); font-family: var(--head); font-size: 1.45rem; }
.priority-panel h3,
.priority-dark-panel h3 { margin-bottom: 18px; }
.priority-scope .seller-grid { grid-template-columns: 1.05fr .75fr; }
.priority-scope .seller-grid > div > p:not(.eyebrow) { color: #b3c4d0; }
.priority-scope .send-card ul { margin-bottom: 0; }
.priority-planning { background-color: var(--white); background-image: linear-gradient(rgba(8,44,73,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(8,44,73,.035) 1px, transparent 1px); background-size: 32px 32px; }
.priority-handoff { padding-block: 95px; color: #beced8; }
.priority-handoff .priority-two-column { width: var(--shell); max-width: 1180px; grid-template-columns: 1.05fr .75fr; }
.priority-handoff .priority-two-column > div { max-width: none; margin: 0; padding: 0; }
.priority-handoff .priority-two-column > div > p:not(.eyebrow) { color: #aec0cc; }
.priority-dark-panel { padding: 34px; border-top: 6px solid var(--gold); background: var(--navy); box-shadow: 0 18px 45px rgba(0,0,0,.25); }
.priority-dark-panel h3 { color: var(--white); }
.priority-dark-panel li { border-color: #2a4964; color: #cedbe3; }
.priority-related { background: var(--pale); }
.priority-related h2 { max-width: 760px; }
.priority-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 40px; padding: 1px; background: #ccd7df; }
.priority-links a { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 22px; color: var(--navy); background: var(--white); font-size: .78rem; font-weight: 900; text-decoration: none; }
.priority-links a:hover { color: var(--blue); background: #fbfdfe; }
.priority-links b { color: var(--gold-dark); font-size: 1.25rem; }

@media (max-width: 840px) {
  .priority-page .buyer-hero,
  .priority-page .hero-inner { min-height: 620px; }
  .priority-two-column,
  .priority-scope .seller-grid,
  .priority-handoff .priority-two-column { grid-template-columns: 1fr; gap: 42px; }
  .priority-page .priority-intro .feature-photo img { min-height: 0; }
}

@media (max-width: 560px) {
  .priority-page .buyer-hero,
  .priority-page .hero-inner { min-height: 640px; }
  .priority-page h1 { font-size: clamp(2.65rem, 11.6vw, 3.85rem); }
  .priority-page .hero-lede { line-height: 1.62; }
  .priority-page .priority-quote-section { padding-block: 48px; }
  .priority-page .contact-card { margin-block: 24px; }
  .priority-checks,
  .priority-panel,
  .priority-dark-panel { padding: 25px 20px; }
  .priority-handoff { padding-block: 65px; }
  .priority-links { grid-template-columns: 1fr; }
  .priority-links a { min-height: 68px; }
}

/* Expanded manufacturer and service guides */
.priority-qualification { background: #e6f3f8; border-bottom: 1px solid #c4dce7; color: #102b3a; }
.priority-qualification .buyer-shell { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 28px; align-items: start; padding-top: 22px; padding-bottom: 22px; }
.priority-qualification strong { color: var(--navy); font-size: .8rem; letter-spacing: .11em; text-transform: uppercase; }
.priority-qualification p { margin: 0; max-width: 950px; line-height: 1.65; }
.priority-sources { background: #eef4f6; }
.priority-sources > .buyer-shell > p:not(.eyebrow) { max-width: 850px; }
.priority-source-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 28px; }
.priority-source-links a { align-items: center; background: #fff; border: 1px solid #cad9df; color: var(--navy); display: flex; font-weight: 750; gap: 18px; justify-content: space-between; min-height: 64px; padding: 14px 18px; text-decoration: none; }
.priority-source-links a:hover, .priority-source-links a:focus-visible { border-color: var(--gold); box-shadow: 0 8px 24px rgb(7 34 52 / 10%); }
.priority-source-links b { color: #b87500; font-size: 1.1rem; }
@media (max-width: 720px) {
  .priority-qualification .buyer-shell { grid-template-columns: 1fr; gap: 8px; padding-top: 16px; padding-bottom: 16px; }
  .priority-source-links { grid-template-columns: 1fr; }
  .priority-source-links a { min-height: 58px; }
}
