/* ============================================================
   HaulHero × Boat Removal — Editorial Brutalist (Variant B)
   Paper & ink. Giant type. Rules, not cards. Mono metadata.
   Brand/phone live in HTML; palette lives here in :root.
   ============================================================ */
:root{
  --paper:#f4f1ea; --paper-2:#ece8de; --ink:#141414; --ink-2:#3a3a3a;
  --red:#e03e1a; --rule:#b9b4a8; --rule-soft:#d9d4c8; --mute:#8d877b;
  --maxw:1280px; --gx:48px;
  --ff-head:'Libre Franklin',system-ui,sans-serif;
  --ff-body:'Zilla Slab',Georgia,serif;
  --ff-mono:'IBM Plex Mono',ui-monospace,monospace;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font:400 18px/1.6 var(--ff-body);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.bhl-shell{max-width:var(--maxw);margin:0 auto;padding:0 var(--gx)}
@media(max-width:700px){:root{--gx:22px}}
h1,h2,h3{font-family:var(--ff-head);font-weight:900;letter-spacing:-.035em;line-height:.98}
h1 em,h2 em,h3 em,.mark{font-style:normal;color:var(--red)}
.bhl-copy p em,.bhl-copy li em{font-style:italic;color:inherit}
.mono{font-family:var(--ff-mono)}

/* ---------- top line ---------- */
.bhl-trust-bar{font:600 12px/1 var(--ff-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--mute);
  border-bottom:1px solid var(--rule);padding:10px 0}
.bhl-trust-bar .bhl-shell{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.bhl-trust-bar b{color:var(--ink);font-weight:600}

/* ---------- header ---------- */
header.bhl-site-region{border-bottom:2px solid var(--ink);background:var(--paper);position:sticky;top:0;z-index:50}
header.bhl-site-region .bhl-shell{display:flex;justify-content:space-between;align-items:baseline;padding-top:24px;padding-bottom:22px;gap:30px}
.bhl-brand{font:900 22px var(--ff-head);text-transform:uppercase;letter-spacing:-.01em;white-space:nowrap}
.bhl-brand span{color:var(--red)}
nav.bhl-primary-navigation{display:flex;gap:28px;font:600 14px var(--ff-head)}
nav.bhl-primary-navigation a{border-bottom:2px solid transparent;padding-bottom:2px}
nav.bhl-primary-navigation a:hover,nav.bhl-primary-navigation a.on{border-color:var(--red)}
nav.bhl-primary-navigation .bhl-call-link{font-family:var(--ff-mono);font-weight:600}
@media(max-width:860px){nav.bhl-primary-navigation a:not(.bhl-call-link){display:none}}

/* ---------- kicker / rule ---------- */
.bhl-eyebrow{font:600 13px var(--ff-head);text-transform:uppercase;letter-spacing:.25em;color:var(--red);
  display:flex;align-items:center;gap:14px;margin-bottom:26px}
.bhl-eyebrow::before{content:"";width:44px;height:2px;background:var(--red);flex:none}
.bhl-eyebrow .mono{color:var(--mute);letter-spacing:.1em;text-transform:none;font-weight:400}

/* ---------- hero ---------- */
.bhl-home-hero{padding:70px 0 0}
.bhl-home-hero h1{font-size:clamp(56px,9.5vw,140px);letter-spacing:-.045em;line-height:.95}
.hero-row{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-top:54px;align-items:end}
@media(max-width:900px){.hero-row{grid-template-columns:1fr;gap:34px}}
.lead{font:400 19px/1.6 var(--ff-body);color:var(--ink-2);max-width:520px}
.actions{display:flex;gap:0;justify-self:end;flex-wrap:wrap}
@media(max-width:900px){.actions{justify-self:start}}
.bhl-action{font:700 17px var(--ff-head);padding:22px 38px;border:2px solid var(--ink);color:var(--ink);
  display:inline-block;background:transparent;cursor:pointer;transition:.12s;line-height:1}
.bhl-action+.bhl-action{margin-left:-2px}
.bhl-action.bhl-solid{background:var(--ink);color:var(--paper)}
.bhl-action.bhl-solid:hover{background:var(--red);border-color:var(--red)}
.bhl-action:not(.bhl-solid):hover{background:var(--paper-2)}
.bhl-action.red{background:var(--red);border-color:var(--red);color:#fff}
.bhl-action.red:hover{background:var(--ink);border-color:var(--ink)}
.bhl-action.sm{font-size:15px;padding:16px 26px}

/* ---------- stats strip ---------- */
.stats{margin-top:80px;border-top:2px solid var(--ink);border-bottom:2px solid var(--ink);
  display:grid;grid-template-columns:repeat(4,1fr)}
@media(max-width:800px){.stats{grid-template-columns:1fr 1fr}}
.stat{padding:26px 24px 24px;border-right:1px solid var(--rule)}
.stat:last-child{border-right:0}
@media(max-width:800px){.stat:nth-child(2){border-right:0}.stat:nth-child(-n+2){border-bottom:1px solid var(--rule)}}
.stat b{display:block;font:900 clamp(30px,3.4vw,44px)/1 var(--ff-head);letter-spacing:-.04em}
.stat i{display:block;font:400 12px var(--ff-mono);color:var(--mute);font-style:normal;letter-spacing:.1em;text-transform:uppercase;margin-top:8px}

/* ---------- section scaffolding ---------- */
section{padding:88px 0 0}
section.tight{padding-top:64px}
.sec-head{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;margin-bottom:34px}
@media(max-width:900px){.sec-head{grid-template-columns:1fr;gap:18px}}
.sec-head h2{font-size:clamp(36px,5.2vw,68px)}
.sec-head p{font-size:18px;color:var(--ink-2);max-width:460px;justify-self:end}
@media(max-width:900px){.sec-head p{justify-self:start}}
.band{background:var(--paper-2);padding:88px 0;margin-top:88px;border-top:2px solid var(--ink);border-bottom:2px solid var(--ink)}
.band section{padding:0}

/* ---------- catalog index (services) ---------- */
.index{border-top:2px solid var(--ink)}
.index a,.index .row{display:grid;grid-template-columns:70px 1fr auto;gap:24px;align-items:baseline;
  padding:22px 0;border-bottom:1px solid var(--rule);transition:.12s}
.index a:hover{background:var(--paper-2);padding-left:12px}
.index .no{font:600 14px var(--ff-mono);color:var(--mute)}
.index .nm{font:700 clamp(20px,2.6vw,30px) var(--ff-head);letter-spacing:-.02em;line-height:1.1}
.index .nm small{display:block;font:400 15px/1.5 var(--ff-body);color:var(--ink-2);letter-spacing:0;margin-top:6px;max-width:560px}
.index .pr{font:400 15px var(--ff-mono);color:var(--mute);text-align:right;white-space:nowrap}
@media(max-width:640px){.index a,.index .row{grid-template-columns:44px 1fr}.index .pr{grid-column:2;text-align:left}}

/* ---------- editorial steps ---------- */
.steps{border-top:2px solid var(--ink)}
.step{display:grid;grid-template-columns:110px 1fr 1.1fr;gap:30px;padding:30px 0;border-bottom:1px solid var(--rule);align-items:start}
@media(max-width:900px){.step{grid-template-columns:70px 1fr}.step p{grid-column:2}}
.step .no{font:900 clamp(34px,4vw,54px)/1 var(--ff-head);color:var(--red);letter-spacing:-.04em}
.step h3{font-size:clamp(22px,2.4vw,30px);letter-spacing:-.025em}
.step p{font-size:17px;color:var(--ink-2)}

/* ---------- ruled lists (types / cities / states) ---------- */
.ruled{border-top:2px solid var(--ink);columns:3;column-gap:40px}
@media(max-width:900px){.ruled{columns:2}}@media(max-width:560px){.ruled{columns:1}}
.ruled li{list-style:none;font:600 17px var(--ff-head);padding:13px 0;border-bottom:1px solid var(--rule);break-inside:avoid}
.ruled li .mono{font-size:12px;color:var(--mute);margin-left:8px;font-weight:400}
.ruled.serif li{font:400 17px var(--ff-body)}
.ruled.four{columns:4}@media(max-width:1000px){.ruled.four{columns:3}}@media(max-width:800px){.ruled.four{columns:2}}

/* ---------- ledger (pricing) ---------- */
.ledger{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:start}
@media(max-width:900px){.ledger{grid-template-columns:1fr}}
.ledger h2{font-size:clamp(34px,4.6vw,60px)}
.ledger .big{font:400 21px/1.55 var(--ff-body);color:var(--ink-2);margin-top:22px;max-width:520px}
.ledger dl{border-top:2px solid var(--ink)}
.ledger dl div{display:grid;grid-template-columns:1fr auto;gap:20px;padding:14px 0;border-bottom:1px solid var(--rule);align-items:baseline}
.ledger dt{font:600 16px var(--ff-head)}
.ledger dd{font:400 13px var(--ff-mono);color:var(--mute);text-align:right}
.ledger .note{font:400 13px var(--ff-mono);color:var(--mute);margin-top:14px;letter-spacing:.02em}

/* ---------- FAQ ---------- */
.faq{border-top:2px solid var(--ink)}
.faq details{border-bottom:1px solid var(--rule)}
.faq summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:1fr 40px;gap:20px;align-items:baseline;
  padding:22px 0;font:700 clamp(18px,2vw,24px) var(--ff-head);letter-spacing:-.02em}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font:400 30px/1 var(--ff-mono);color:var(--red);text-align:right}
.faq details[open] summary::after{content:"–"}
.faq details p{font-size:17px;color:var(--ink-2);padding:0 60px 24px 0;max-width:820px}

/* ---------- prose (service/city body) ---------- */
.prose{max-width:760px}
.prose p{font-size:19px;color:var(--ink-2);margin-bottom:22px}
.prose h2{font-size:clamp(28px,3.4vw,44px);margin:56px 0 18px}
.prose h2:first-child{margin-top:0}
.prose ul{border-top:2px solid var(--ink);margin:22px 0}
.prose li{list-style:none;padding:12px 0;border-bottom:1px solid var(--rule);font:600 17px var(--ff-head)}

/* ---------- two-col page layout ---------- */
.two{display:grid;grid-template-columns:1fr 400px;gap:70px;align-items:start}
@media(max-width:960px){.two{grid-template-columns:1fr}}
.sticky{position:sticky;top:110px}

/* ---------- quote card (index card, no radius) ---------- */
.bhl-surface{border:2px solid var(--ink);background:var(--paper);padding:30px 30px 26px;position:relative}
.bhl-surface .stamp{position:absolute;top:-13px;right:22px;background:var(--paper);padding:0 10px;
  font:600 11px var(--ff-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--red)}
.bhl-surface h3{font-size:26px;letter-spacing:-.03em;margin-bottom:6px}
.bhl-surface .hint{font-size:15px;color:var(--mute);margin-bottom:8px}
.bhl-surface label{display:block;font:600 11px var(--ff-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--ink-2);margin:18px 0 7px}
.bhl-surface input,.bhl-surface select,.bhl-surface textarea{width:100%;font:400 16px var(--ff-body);padding:13px 14px;background:#fff;
  border:1.5px solid var(--ink);border-radius:0;color:var(--ink)}
.bhl-surface input:focus,.bhl-surface select:focus,.bhl-surface textarea:focus{outline:2px solid var(--red);outline-offset:-2px}
.bhl-surface .bhl-action{width:100%;margin-top:22px;text-align:center}
.bhl-surface .fine{font:400 12px var(--ff-mono);color:var(--mute);margin-top:12px;text-align:center}

/* ---------- breadcrumbs ---------- */
.bhl-breadcrumbs{font:400 13px var(--ff-mono);color:var(--mute);padding:26px 0 0;letter-spacing:.02em}
.bhl-breadcrumbs a:hover{color:var(--red)}
.bhl-breadcrumbs .bhl-breadcrumb-separator{margin:0 9px;color:var(--rule)}

/* ---------- local coverage header (city page) ---------- */
.local-meta{display:flex;gap:36px;flex-wrap:wrap;font:400 13px var(--ff-mono);color:var(--mute);letter-spacing:.06em;text-transform:uppercase;margin-top:28px}
.local-meta b{display:block;color:var(--ink);font:900 20px var(--ff-head);letter-spacing:-.02em;text-transform:none;margin-top:4px}

/* ---------- big CTA ---------- */
.bhl-primary-cta{margin-top:88px;border-top:2px solid var(--ink);padding:70px 0 0;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}
@media(max-width:900px){.bhl-primary-cta{grid-template-columns:1fr}}
.bhl-primary-cta h2{font-size:clamp(40px,6vw,88px)}
.bhl-primary-cta .bhl-call-link{font:900 clamp(26px,3vw,40px) var(--ff-head);letter-spacing:-.03em;display:block;margin-top:8px}

/* ---------- footer ---------- */
footer.bhl-site-region{margin-top:90px;border-top:2px solid var(--ink);padding:40px 0 34px;font:400 14px var(--ff-mono);color:var(--mute)}
.bhl-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:34px}
@media(max-width:860px){.bhl-footer-grid{grid-template-columns:1fr 1fr}}
footer .bhl-brand{margin-bottom:12px;color:var(--ink)}
footer h4{font:600 12px var(--ff-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--ink);margin-bottom:14px}
footer li{list-style:none;margin-bottom:9px}
footer a:hover{color:var(--red)}
.bhl-footer-meta{border-top:1px solid var(--rule);margin-top:34px;padding-top:18px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:12px;letter-spacing:.06em}

/* ---------- mobile call bar ---------- */
.bhl-mobile-actions{position:fixed;left:0;right:0;bottom:0;z-index:60;display:none;border-top:2px solid var(--ink);background:var(--paper)}
.bhl-mobile-actions .bhl-action{flex:1;text-align:center;border:0;border-right:2px solid var(--ink);padding:18px 10px;font-size:15px}
.bhl-mobile-actions .bhl-action:last-child{border-right:0}
@media(max-width:720px){.bhl-mobile-actions{display:flex}body{padding-bottom:62px}}

/* ---------- polish ---------- */
@media(min-width:901px){.actions{flex-wrap:nowrap}}
@media(max-width:700px){.bhl-trust-bar span:last-child{display:none}.bhl-eyebrow .mono{display:none}.bhl-home-hero h1{font-size:clamp(48px,15vw,90px)}}

/* ============================================================
   .bhl-copy — 1:1 re-themed WordPress content (any blocks)
   ============================================================ */
.bhl-page-intro{padding-top:44px}
.bhl-page-intro h1{font-size:clamp(44px,7.4vw,112px);max-width:1100px}
.bhl-content-section{padding-top:56px}
.bhl-copy{max-width:900px}
.bhl-copy>h2,.bhl-copy>h3,.bhl-copy>h4{margin:64px 0 18px;letter-spacing:-.03em}
.bhl-copy>h2{font-size:clamp(30px,4vw,54px);padding-top:26px;border-top:2px solid var(--ink)}
.bhl-copy>h3{font-size:clamp(22px,2.6vw,32px)}
.bhl-copy>h4{font:600 13px var(--ff-head);text-transform:uppercase;letter-spacing:.22em;color:var(--red);margin:40px 0 12px}
.bhl-copy p{font-size:19px;line-height:1.65;color:var(--ink-2);margin:0 0 20px}
.bhl-copy p strong{color:var(--ink)}
.bhl-copy a:not(.bhl-action){color:var(--ink);border-bottom:1.5px solid var(--red)}
.bhl-copy a:not(.bhl-action):hover{color:var(--red)}
.bhl-copy ul,.bhl-copy ol{border-top:2px solid var(--ink);margin:22px 0 30px}
.bhl-copy li{list-style:none;padding:12px 0;border-bottom:1px solid var(--rule);font:600 17px var(--ff-head);color:var(--ink)}
.bhl-copy ol{counter-reset:n}.bhl-copy ol li{counter-increment:n;display:grid;grid-template-columns:52px 1fr;gap:14px}
.bhl-copy ol li::before{content:counter(n,decimal-leading-zero);font:600 14px var(--ff-mono);color:var(--red)}
.bhl-copy img{width:100%;height:auto;margin:30px 0;border:2px solid var(--ink);background:#fff}
.bhl-copy figure{margin:30px 0}.bhl-copy figure img{margin:0}
.bhl-copy figcaption{font:400 13px var(--ff-mono);color:var(--mute);margin-top:10px;letter-spacing:.02em}
.bhl-copy .bhl-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:34px 0}
@media(max-width:700px){.bhl-copy .bhl-photo-grid{grid-template-columns:repeat(2,1fr)}}
.bhl-copy .bhl-photo-grid figure,.bhl-copy .bhl-photo-grid img{margin:0}
.bhl-copy .bhl-photo-grid img{aspect-ratio:4/3;object-fit:cover}
.bhl-copy .bhl-media-embed{position:relative;margin:34px 0;border:2px solid var(--ink);background:#000;aspect-ratio:16/9}
.bhl-copy .bhl-media-embed iframe,.bhl-copy .bhl-media-embed video{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}
.bhl-copy .bhl-media-copy{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center;margin:34px 0}
@media(max-width:800px){.bhl-copy .bhl-media-copy{grid-template-columns:1fr}}
.bhl-copy .bhl-media-copy img{margin:0}
.bhl-copy .bhl-action{margin:10px 12px 22px 0;font-size:16px;padding:18px 30px;background:var(--ink);color:var(--paper);border-color:var(--ink)}
.bhl-copy .bhl-action:hover{background:var(--red);border-color:var(--red)}
.bhl-copy blockquote{border-left:4px solid var(--red);padding:6px 0 6px 24px;margin:30px 0;font:italic 400 21px/1.5 var(--ff-body);color:var(--ink-2)}
.bhl-copy table{width:100%;border-collapse:collapse;margin:30px 0;border-top:2px solid var(--ink)}
.bhl-copy td,.bhl-copy th{padding:12px 10px;border-bottom:1px solid var(--rule);font-size:16px;text-align:left;vertical-align:top}
.bhl-copy th{font:600 12px var(--ff-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--mute)}
.bhl-copy hr{border:0;border-top:2px solid var(--ink);margin:56px 0}
/* forms (wpforms stripped to fields) */
.bhl-copy form.bhl-surface{margin:40px 0;max-width:620px}
.bhl-copy form.bhl-surface label{display:block;font:600 11px var(--ff-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--ink-2);margin:18px 0 7px}
.bhl-copy form.bhl-surface input,.bhl-copy form.bhl-surface select,.bhl-copy form.bhl-surface textarea{width:100%;font:400 16px var(--ff-body);padding:13px 14px;background:#fff;border:1.5px solid var(--ink);border-radius:0;margin-bottom:6px}
.bhl-copy form.bhl-surface input[type=file]{padding:10px;border-style:dashed}
.bhl-copy form.bhl-surface button,.bhl-copy form.bhl-surface input[type=submit]{width:100%;margin-top:14px;font:700 17px var(--ff-head);padding:20px;background:var(--ink);color:var(--paper);border:2px solid var(--ink);cursor:pointer}
.bhl-copy form.bhl-surface button:hover{background:var(--red);border-color:var(--red)}
.bhl-copy form.bhl-surface p{font-size:14px;color:var(--mute);margin:8px 0 0}
/* footer with many real links */
.bhl-footer-links{columns:3;column-gap:30px}
@media(max-width:700px){.bhl-footer-links{columns:2}}

/* ---------- v2 fixes: natural image sizes, thumbnail grids, nav ---------- */
.bhl-copy img{width:auto;max-width:100%;height:auto;margin:30px 0}
.bhl-copy img.bhl-copy-small{display:inline-block;margin:8px 8px 8px 0;border-width:1.5px}
.bhl-copy .bhl-thumbnail-strip{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;margin:30px 0;border-top:2px solid var(--ink);padding-top:16px}
.bhl-copy .bhl-thumbnail-strip img{width:100%;aspect-ratio:1;object-fit:cover;margin:0;border-width:1.5px}
.bhl-copy .bhl-thumbnail-strip a,.bhl-copy .bhl-thumbnail-strip figure{margin:0;border:0}
.bhl-copy .bhl-photo-grid img{width:100%}
nav.bhl-primary-navigation{gap:22px;font-size:13px;align-items:baseline}
nav.bhl-primary-navigation a{white-space:nowrap}
/* ============================================================
   Boat Hauler — alignment, accessibility and responsive upgrade
   Appended by scripts/build_production.py.
   ============================================================ */
:root{
  --red:#c4361a;
  --mute:#706a60;
  --maxw:1240px;
}
html{overflow-x:hidden}
body{overflow-x:clip}
.bhl-shell{width:100%}
header.bhl-site-region .bhl-shell{align-items:center}
header.bhl-site-region .bhl-brand{display:inline-flex;align-items:center;gap:10px;line-height:1}
header.bhl-site-region .logo-mark{display:block;width:77px;height:40px;object-fit:contain;flex:0 0 auto}
footer.bhl-site-region .bhl-brand{display:inline-flex;align-items:center;gap:10px;line-height:1}
footer.bhl-site-region .logo-mark{display:block;width:77px;height:40px;object-fit:contain;flex:0 0 auto}
.bhl-home-hero{padding-top:56px}
.bhl-home-hero h1,.bhl-page-intro h1{
  font-size:clamp(48px,6.1vw,88px);
  line-height:.98;
  overflow-wrap:break-word;
  text-wrap:balance;
}
.bhl-page-intro h1{max-width:980px}
.hero-row{margin-top:42px;gap:48px}
.bhl-content-section{padding-top:48px}
.bhl-copy{width:100%;max-width:900px;margin-inline:auto}
.bhl-copy>h2,.bhl-copy>h3{line-height:1.08;text-wrap:balance}
.bhl-copy p,.bhl-copy li{overflow-wrap:break-word}
.bhl-copy figure{max-width:100%}
.bhl-copy img{max-width:100%;height:auto}
.bhl-copy table{display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.bhl-copy .bhl-media-embed{max-width:100%;overflow:hidden}
.bhl-copy details summary{overflow-wrap:break-word}
.bhl-primary-cta{padding-top:56px;gap:32px}
.bhl-primary-cta h2{font-size:clamp(38px,5vw,72px)}
.bhl-action{min-height:48px}
.menu-toggle{display:none;border:2px solid var(--ink);background:transparent;color:var(--ink);font:700 13px/1 var(--ff-head);padding:12px 15px;cursor:pointer;text-transform:uppercase;letter-spacing:.08em}
.menu-toggle:focus-visible,a:focus-visible,.bhl-action:focus-visible,summary:focus-visible{outline:3px solid var(--red);outline-offset:3px}

/* Shared two-step quote form */
.bhl-copy form.bhl-surface.bh-quote-form{max-width:720px;margin:48px auto;padding:34px}
.bh-form-heading{padding-bottom:24px;border-bottom:1px solid var(--rule)}
.bh-form-heading h3,.bh-form-success h3{font-size:clamp(28px,4vw,42px);line-height:1.05;margin:4px 0 10px}
.bh-form-kicker{font:700 12px/1.2 var(--ff-mono)!important;color:var(--red)!important;letter-spacing:.14em;text-transform:uppercase;margin:0 0 10px!important}
.bh-progress{display:grid!important;grid-template-columns:1fr 1fr;border:0!important;margin:26px 0 24px!important;counter-reset:none!important}
.bh-progress li{display:flex!important;align-items:center;gap:10px;border:0!important;border-bottom:2px solid var(--rule)!important;padding:0 0 12px!important;color:var(--mute)!important;font:700 13px/1 var(--ff-head)!important}
.bh-progress li::before{display:none!important}
.bh-progress li span{display:grid;place-items:center;width:28px;height:28px;border:1.5px solid currentColor;font:700 12px var(--ff-mono)}
.bh-progress li.is-current{color:var(--ink)!important;border-color:var(--red)!important}
.bh-progress li.is-complete{color:var(--ink)!important;border-color:var(--ink)!important}
.bh-quote-form fieldset{border:0;min-width:0}
.bh-quote-form legend{font:800 19px/1.2 var(--ff-head);margin-bottom:2px}
.bh-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}
.bh-field-grid-location{grid-template-columns:minmax(0,1.5fr) minmax(110px,.7fr) minmax(110px,.7fr)}
.bh-field{min-width:0}
.bhl-copy form.bhl-surface.bh-quote-form label{margin-top:17px}
.bhl-copy form.bhl-surface.bh-quote-form label span{font-weight:400;letter-spacing:0;text-transform:none;color:var(--mute)}
.bhl-copy form.bhl-surface.bh-quote-form input,.bhl-copy form.bhl-surface.bh-quote-form select,.bhl-copy form.bhl-surface.bh-quote-form textarea{margin:0;background:#fff;min-height:49px}
.bhl-copy form.bhl-surface.bh-quote-form textarea{resize:vertical}
.bhl-copy form.bhl-surface.bh-quote-form input:user-invalid,.bhl-copy form.bhl-surface.bh-quote-form select:user-invalid{border-color:var(--red)}
.bh-file-note{font-size:13px!important;margin-top:7px!important}
.bh-consent{display:grid!important;grid-template-columns:22px 1fr;align-items:start;gap:10px;font:400 14px/1.45 var(--ff-body)!important;letter-spacing:0!important;text-transform:none!important}
.bhl-copy form.bhl-surface.bh-quote-form .bh-consent input{width:20px;height:20px;min-height:0;margin-top:1px}
.bh-form-actions{display:grid;grid-template-columns:minmax(120px,.35fr) 1fr;gap:12px;margin-top:22px}
.bhl-copy form.bhl-surface.bh-quote-form .bh-form-actions .bhl-action,.bhl-copy form.bhl-surface.bh-quote-form .bh-next{margin-top:22px}
.bhl-copy form.bhl-surface.bh-quote-form .bh-form-actions .bhl-action{margin-top:0}
.bhl-copy form.bhl-surface.bh-quote-form .bh-back{background:transparent;color:var(--ink)}
.bhl-copy form.bhl-surface.bh-quote-form button[disabled]{opacity:.6;cursor:wait}
.bh-form-status{min-height:22px;margin:14px 0 0!important;color:var(--red)!important;font:600 13px/1.45 var(--ff-mono)!important;text-align:left}
.bh-form-success{padding:26px 0 4px}
.bh-form-success p{margin:0!important}
[hidden]{display:none!important}

@media(max-width:960px){
  .sticky{position:static}
  .two{gap:44px}
}
@media(max-width:860px){
  header.bhl-site-region .bhl-shell{align-items:center;flex-wrap:wrap;padding-top:16px;padding-bottom:16px;gap:14px}
  .menu-toggle{display:inline-block;margin-left:auto}
  nav.bhl-primary-navigation{display:none;width:100%;flex-direction:column;align-items:stretch;gap:0;border-top:1px solid var(--rule);padding-top:8px}
  nav.bhl-primary-navigation.is-open{display:flex}
  nav.bhl-primary-navigation a,nav.bhl-primary-navigation a:not(.bhl-call-link){display:block;padding:13px 2px;border-bottom:1px solid var(--rule-soft);white-space:normal}
  nav.bhl-primary-navigation a:last-child{border-bottom:0}
}
@media(max-width:700px){
  :root{--gx:20px}
  .bhl-home-hero{padding-top:42px}
  .bhl-home-hero h1,.bhl-page-intro h1{font-size:clamp(42px,13.5vw,54px);line-height:1}
  .bhl-page-intro{padding-top:34px}
  .hero-row{margin-top:30px;gap:28px}
  section{padding-top:64px}
  .band{padding:64px 0;margin-top:64px}
  .bhl-content-section{padding-top:38px}
  .bhl-copy>h2,.bhl-copy>h3,.bhl-copy>h4{margin-top:48px}
  .bhl-copy>h2{font-size:clamp(28px,9vw,40px)}
  .bhl-copy p{font-size:18px}
  .bhl-copy .bhl-media-copy{gap:18px;margin:26px 0}
  .bhl-copy .bhl-photo-grid{gap:8px}
  .actions{width:100%;max-width:320px;flex-direction:column;align-items:stretch}
  .actions .bhl-action{width:100%;padding-inline:18px;text-align:center}
  .actions .bhl-action+.bhl-action{margin-left:0;margin-top:-2px}
  .bhl-primary-cta{margin-top:64px;padding-top:46px}
  .bhl-copy form.bhl-surface.bh-quote-form{margin:34px auto;padding:26px 20px}
  .bh-field-grid,.bh-field-grid-location{grid-template-columns:1fr}
  .bh-form-actions{grid-template-columns:1fr}
  .bhl-footer-grid{grid-template-columns:1fr}
  .bhl-footer-links{columns:2}
}
@media(max-width:380px){
  :root{--gx:16px}
  .bhl-brand{font-size:19px}
  header.bhl-site-region .bhl-brand{gap:7px}
  header.bhl-site-region .logo-mark{width:58px;height:30px}
  footer.bhl-site-region .bhl-brand{gap:7px}
  footer.bhl-site-region .logo-mark{width:58px;height:30px}
  .menu-toggle{padding:10px 12px}
  .bhl-home-hero h1,.bhl-page-intro h1{font-size:clamp(38px,13vw,48px)}
  .bhl-action{width:100%;text-align:center}
  .bhl-action+.bhl-action{margin-left:0;margin-top:-2px}
  .bhl-footer-links{columns:1}
}

/* Photo presentation after the 2026-09 site refresh. Keep the complete frame. */
.bhl-copy .bhl-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:26px 20px}
.bhl-copy .bhl-photo-grid figure{min-width:0;margin:0}
.bhl-copy .bhl-photo-grid img,.bhl-copy .bhl-thumbnail-strip img{width:100%;height:auto;aspect-ratio:auto;object-fit:contain;margin:0;background:#e8e5df}
.bhl-copy .bhl-photo-grid figcaption{font-size:14px;line-height:1.45;text-align:left;padding:9px 0 0;overflow-wrap:anywhere}
.bhl-copy img[data-photo-id]{width:100%;max-width:100%;height:auto;object-fit:contain}
.bhl-copy .bhl-media-copy{align-items:start}
.bhl-check-icon{display:inline-flex;align-items:center;justify-content:center;color:#35634b;font-weight:900;font-size:1.25em;line-height:1;margin-right:.4em}
.bhl-payment-note{padding:18px 22px;border:1px solid var(--rule);font-weight:600;background:#fff}
.bhl-copy .bhl-inline-brand{width:154px;height:auto;object-fit:contain;border:0;background:transparent}
.bhl-copy .bhl-video-replacement{max-width:900px;margin:30px 0}
.bhl-video-replacement img{width:100%;max-height:620px;object-fit:contain!important;background:transparent!important}
.bhl-copy .bhl-video-replacement figcaption{font-size:14px;line-height:1.4}
header.bhl-site-region nav.bhl-primary-navigation{gap:20px}
header.bhl-site-region nav.bhl-primary-navigation a{white-space:normal}
@media(max-width:1100px) and (min-width:861px){header.bhl-site-region nav.bhl-primary-navigation{gap:12px;font-size:12px}}
@media(max-width:700px){.bhl-copy .bhl-photo-grid{grid-template-columns:minmax(0,1fr);gap:26px}.bhl-copy .bhl-photo-grid figcaption{font-size:14px}.bhl-video-replacement img{max-height:none}}
@media(max-width:860px){header.bhl-site-region nav.bhl-primary-navigation{gap:0}}
h1[id],h2[id],h3[id],h4[id],h5[id],h6[id],#vessel-estimate,#vessel-topic-index{scroll-margin-top:110px}
@media(max-width:860px){h1[id],h2[id],h3[id],h4[id],h5[id],h6[id],#vessel-estimate,#vessel-topic-index{scroll-margin-top:150px}}

/* Homepage trial: equal, uncropped frames only in the main 44-photo gallery. */
.bhl-copy #a-closer-look-at-boats-access-and-handling-equipment + .bhl-photo-grid img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:4/3!important;
  object-fit:contain;
  object-position:center;
}

/* Homepage state pairs: equal, uncropped compact frames. */
.bhl-home-hero + .bhl-content-section .bhl-copy .bhl-thumbnail-strip img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:4/3!important;
  object-fit:contain;
  object-position:center;
}

/* Boat Hauler owned media: styles apply only to replaced video positions. */
.bhl-copy figure.bhl-owned-media{margin:34px auto;max-width:1280px;min-width:0}
.bhl-copy .bhl-owned-media-frame{position:relative;aspect-ratio:16/9;background:#171717;border:2px solid var(--ink);overflow:hidden;box-sizing:border-box}
.bhl-copy .bhl-owned-media-frame video,.bhl-copy .bhl-owned-media-frame img{display:block;position:absolute;inset:0;width:100%;height:100%;max-width:100%;max-height:none;margin:0;border:0;object-fit:contain;object-position:center;box-sizing:border-box}
.bhl-copy figure.bhl-owned-media figcaption{position:static;margin:10px 0 0;padding:0;max-width:100%;overflow-wrap:anywhere}

/* Homepage featured video: readable brand and direct-call overlay above native controls. */
.bhl-copy .bhl-video-brand-overlay{position:absolute;z-index:2;top:16px;left:16px;right:16px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;pointer-events:none}
.bhl-copy .bhl-video-brand,.bhl-copy .bhl-video-phone{display:flex;align-items:center;min-height:48px;border:1px solid rgba(255,255,255,.72);box-shadow:0 3px 14px rgba(0,0,0,.38);box-sizing:border-box}
.bhl-copy .bhl-video-brand{gap:10px;padding:5px 14px 5px 7px;background:rgba(255,255,255,.94);color:var(--ink);font-family:"Libre Franklin",sans-serif;font-size:18px;font-weight:900;line-height:1;letter-spacing:-.02em}
.bhl-copy .bhl-video-brand img{position:static;width:77px;height:40px;max-width:none;object-fit:contain;background:transparent}
.bhl-copy .bhl-video-brand-overlay .bhl-video-phone{padding:0 16px;background:rgba(23,23,23,.9);color:#fff;border-bottom:1px solid rgba(255,255,255,.72);font-family:"IBM Plex Mono",monospace;font-size:18px;font-weight:600;line-height:1;text-decoration:none;white-space:nowrap;pointer-events:auto}
.bhl-copy .bhl-video-brand-overlay .bhl-video-phone:hover,.bhl-copy .bhl-video-brand-overlay .bhl-video-phone:focus-visible{background:var(--orange);color:var(--ink);outline:2px solid #fff;outline-offset:2px}
@media(max-width:600px){.bhl-copy .bhl-video-brand-overlay{top:9px;left:9px;right:9px;gap:6px}.bhl-copy .bhl-video-brand,.bhl-copy .bhl-video-phone{min-height:34px}.bhl-copy .bhl-video-brand{gap:6px;padding:4px 7px;font-size:12px}.bhl-copy .bhl-video-brand img{width:48px;height:25px}.bhl-copy .bhl-video-brand-overlay .bhl-video-phone{padding:0 8px;font-size:13px}}
