:root {
  --pd-ink: #243746;
  --pd-blue: #104161;
  --pd-blue-deep: #082c43;
  --pd-orange: #ff7200;
  --pd-orange-text: #c4510d;
  --pd-sky: #eaf5f8;
  --pd-mint: #e3f3ee;
  --pd-warm: #fff5e9;
  --pd-paper: #fff;
  --pd-soft: #f6f8f9;
  --pd-line: #d9e2e7;
  --pd-radius: 16px;
}

.pd-icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.pd-icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.pd-main { overflow-x: clip; background: var(--pd-paper); color: var(--pd-ink); font-family: "Raleway", Arial, sans-serif; }
.pd-main *, .pd-main *::before, .pd-main *::after { box-sizing: border-box; }
.pd-main [hidden] { display: none !important; }
.pd-shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.pd-main h1, .pd-main h2, .pd-main h3, .pd-main h4, .pd-main button { font-family: "Montserrat", Arial, sans-serif; }
.pd-main h1 { max-width: 900px; margin: 10px 0 18px; color: var(--pd-blue); font-size: clamp(2.5rem, 5vw, 4.6rem); line-height: .98; letter-spacing: -.05em; }
.pd-main h2 { margin: 0 0 14px; color: var(--pd-blue); font-size: clamp(1.65rem, 3vw, 2.25rem); line-height: 1.1; letter-spacing: -.035em; }
.pd-main h3, .pd-main h4 { color: var(--pd-blue); letter-spacing: -.02em; }
.pd-main p, .pd-main li { font-size: 17px; line-height: 1.62; }
.pd-eyebrow, .pd-kicker { margin: 0 0 8px; color: var(--pd-orange-text); font-family: "Montserrat", Arial, sans-serif; font-size: 12px !important; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.pd-lead { max-width: 780px; margin: 0 0 26px; font-size: clamp(18px, 2vw, 22px) !important; line-height: 1.5 !important; }
.pd-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border: 1px solid var(--pd-blue); border-radius: 999px; background: var(--pd-blue); color: #fff !important; font: 700 14px/1.2 "Montserrat", Arial, sans-serif; padding: 12px 22px; text-decoration: none !important; }
.pd-button:hover { border-color: var(--pd-blue-deep); background: var(--pd-blue-deep); }
@keyframes pd-fleet-button-cue {
  0%, 78%, 100% { transform: translateY(0); }
  86% { transform: translateY(3px); }
  92% { transform: translateY(0); }
  96% { transform: translateY(1px); }
}
.pd-button--fleet { gap: 8px; animation: pd-fleet-button-cue 3.6s ease-in-out infinite; box-shadow: 0 8px 20px rgba(16,65,97,.16); }
.pd-button--fleet .pd-icon { width: 16px; height: 16px; transform: rotate(90deg); }
.pd-main a:focus-visible, .pd-main button:focus-visible, .pd-main summary:focus-visible, .pd-main input:focus-visible { outline: 3px solid var(--pd-orange-text); outline-offset: 3px; }
.pd-section { padding: 76px 0; scroll-margin-top: var(--pd-scroll-offset, 90px); }
.pd-section--tint { border-block: 1px solid var(--pd-line); background: var(--pd-soft); }
.pd-section-heading { max-width: 760px; margin-bottom: 30px; }
.pd-section-heading > :last-child { margin-bottom: 0; }
.pd-prose > :first-child { margin-top: 0; }
.pd-prose > :last-child { margin-bottom: 0; }

/* Hub: compact standalone cards that can scale to a large directory. */
.pd-hero { border-bottom: 1px solid var(--pd-line); background: linear-gradient(115deg, var(--pd-sky), #fff 68%); }
.pd-hero--hub { padding: 48px 0; }
.pd-hub-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 460px); gap: 54px; align-items: end; }
.pd-hero--hub h1 { max-width: 650px; font-size: clamp(2.45rem, 4.5vw, 3.65rem); }
.pd-hero--hub .pd-lead { margin-bottom: 14px; }
.pd-hero-search-link { display: inline-flex; align-items: center; gap: 7px; color: var(--pd-blue); font-size: 14px; font-weight: 800; text-decoration: none; }
.pd-directory-tools { display: grid; gap: 10px; }
.pd-directory-search { display: grid; gap: 8px; color: var(--pd-blue); font: 700 12px/1.3 "Montserrat", Arial, sans-serif; letter-spacing: .03em; }
.pd-directory-search__field { display: flex; min-height: 50px; align-items: center; gap: 11px; border: 1px solid #b9cbd5; border-radius: 12px; background: #fff; padding: 0 15px; box-shadow: 0 8px 24px rgba(16,65,97,.06); color: var(--pd-orange); }
.pd-directory-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--pd-ink); font: 600 15px/1.2 "Raleway", Arial, sans-serif; }
.pd-directory-search input::placeholder { color: #607480; }
.pd-directory-search__field:focus-within { border-color: var(--pd-orange); box-shadow: 0 0 0 3px rgba(255,114,0,.14); }
.pd-directory-count { margin: 0; color: #5a6f7b; font-size: 13px !important; font-weight: 700; }
.pd-directory-section { background: #fff; padding: 40px 0 64px; }
.pd-directory-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.pd-company-card { display: grid; min-width: 0; min-height: 100px; grid-template-columns: 54px minmax(0, 1fr) 24px; gap: 12px; align-items: center; border: 1px solid var(--pd-line); border-radius: 14px; background: #fff; padding: 22px; box-shadow: 0 6px 18px rgba(16,65,97,.065); color: inherit; text-decoration: none; transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
a.pd-company-card:hover, a.pd-company-card:focus-visible { border-color: #a9c5d1; box-shadow: 0 10px 24px rgba(16,65,97,.12); transform: translateY(-2px); }
.pd-company-card--plain { background: var(--pd-soft); box-shadow: none; }
.pd-company-card--plain { grid-template-columns: 54px minmax(0, 1fr); }
.pd-company-card__logo { display: grid; width: 54px; height: 48px; place-items: center; overflow: hidden; }
.pd-company-card[data-provider-key="causeway-campers"] .pd-company-card__logo,
.pd-company-card[data-provider-key="indie-campers"] .pd-company-card__logo { border-radius: 7px; background: var(--pd-blue); padding: 5px; }
.pd-company-card__logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.pd-company-card__logo > span { color: var(--pd-blue); font: 700 22px/1 "Montserrat", Arial, sans-serif; }
.pd-company-card__body { display: grid; min-width: 0; gap: 5px; }
.pd-company-card__name { overflow: hidden; color: var(--pd-blue); font: 700 14px/1.2 "Montserrat", Arial, sans-serif; text-overflow: ellipsis; white-space: nowrap; }
.pd-company-card__territory { display: flex; min-width: 0; align-items: flex-start; gap: 4px; color: #587080; font-size: 12px; font-weight: 700; }
.pd-company-card__territory .pd-icon { width: 14px; height: 14px; }
.pd-company-card__territory > span { min-width: 0; line-height: 1.25; overflow-wrap: anywhere; }
.pd-company-card__open { display: grid; place-items: center; color: var(--pd-blue); }
.pd-company-card__open .pd-icon { width: 18px; height: 18px; }
.pd-directory-empty { margin: 26px 0 0; border: 1px dashed #b9cbd5; background: var(--pd-soft); padding: 24px; color: #647985; font-weight: 700; text-align: center; }

/* Shared profile shell. */
.pd-breadcrumbs { padding: 20px 0 36px; color: var(--pd-ink); font: 500 13px/1.35 "Montserrat", Arial, sans-serif; }
.pd-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; margin: 0; padding: 0; list-style: none; }
.pd-main .pd-breadcrumbs li { display: inline-flex; min-width: 0; gap: 7px; align-items: center; font: inherit; }
.pd-main .pd-breadcrumbs a { color: var(--pd-ink); text-decoration: none; transition: color .16s ease; }
.pd-main .pd-breadcrumbs a:hover { color: var(--pd-blue); text-decoration: underline; text-underline-offset: 3px; }
.pd-main .pd-breadcrumbs a:focus-visible { outline: 2px solid var(--pd-orange); outline-offset: 2px; }
.pd-breadcrumbs .pd-icon { display: block; width: 17px; height: 17px; align-self: center; color: #71858f; stroke-width: 2; transform: rotate(-90deg); }
.pd-main .pd-breadcrumbs [aria-current="page"] { color: var(--pd-ink); font-weight: 700; }
.pd-profile-hero { position: relative; isolation: isolate; overflow: hidden; border-bottom: 1px solid var(--pd-line); background: linear-gradient(125deg, #fafffd 0 57%, #e2f1e9 57% 100%); padding: 0 0 70px; }
.pd-profile-hero::after { position: absolute; z-index: -1; inset: 0 43% 0 0; background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(230,244,238,.76)); content: ""; clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%); }
.pd-profile-hero__topography { position: absolute; z-index: -1; right: -4%; bottom: -9%; width: min(760px, 68%); height: 92%; fill: none; stroke: rgba(16,65,97,.13); stroke-width: 1.7; vector-effect: non-scaling-stroke; pointer-events: none; }
.pd-profile-hero__topography path:nth-child(2) { stroke: rgba(16,65,97,.11); }
.pd-profile-hero__topography path:nth-child(3) { stroke: rgba(16,65,97,.095); }
.pd-profile-hero__topography path:nth-child(4) { stroke: rgba(196,81,13,.23); }
.pd-profile-hero__grid, .pd-reading-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(300px, 5fr); gap: clamp(34px, 6vw, 80px); align-items: start; }
.pd-profile-hero__copy, .pd-profile-hero__visual { position: relative; z-index: 1; }
.pd-profile-hero__copy { padding-top: 20px; }
.pd-profile-hero__copy h1 { margin: 14px 0 27px; font-size: clamp(2.35rem, 4.5vw, 4.15rem); }
.pd-profile-hero__copy .pd-lead { margin-bottom: 30px; font-size: clamp(17px, 1.7vw, 20px) !important; }
.pd-profile-hero__visual { display: grid; gap: 14px; }
.pd-profile-summary-card { overflow: hidden; border: 1px solid var(--pd-line); border-radius: 24px 10px 24px 10px; background: rgba(255,255,255,.95); box-shadow: 0 18px 44px rgba(16,65,97,.11); transform: none; }
.pd-profile-brand { display: grid; min-height: 112px; place-items: center; border-bottom: 1px solid var(--pd-line); background: #fff; padding: 18px 22px; }
.pd-profile-brand[data-provider-key="causeway-campers"],
.pd-profile-brand[data-provider-key="indie-campers"] { background: var(--pd-blue); }
.pd-profile-brand img { display: block; width: min(210px, 75%); max-height: 72px; object-fit: contain; }
.pd-profile-brand__fallback { display: grid; width: 64px; height: 64px; place-items: center; border: 1px solid #c5d9e1; border-radius: 50%; background: var(--pd-sky); color: var(--pd-blue); font: 700 28px/1 "Montserrat", Arial, sans-serif; }
.pd-hero-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.pd-snapshot { padding: 22px; }
.pd-snapshot dl { margin: 0; }
.pd-snapshot dl > div { display: grid; grid-template-columns: 1fr 1.3fr; gap: 16px; border-top: 1px solid var(--pd-line); padding: 11px 0; }
.pd-snapshot dt { color: #667984; font-size: 13px; font-weight: 700; }
.pd-snapshot dd { margin: 0; color: var(--pd-blue); font-weight: 800; }
.pd-profile-updated { display: flex; gap: 10px; align-items: center; margin: 2px 4px 0 14px; color: #5d717c; font-size: 13px !important; line-height: 1.4 !important; }
.pd-profile-updated__dot { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--pd-orange); box-shadow: 0 0 0 4px rgba(255,114,0,.12); }
.pd-profile-updated time { color: var(--pd-blue); font-weight: 700; }
.pd-anchor-nav { position: sticky; top: 0; z-index: 15; margin: 26px 0; }
.pd-anchor-nav .pd-shell { position: relative; overflow: hidden; border: 1px solid #c7d9e1; border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: 0 10px 28px rgba(16,65,97,.11); backdrop-filter: blur(12px); }
.pd-anchor-nav .pd-shell::after { position: absolute; z-index: 2; top: 0; right: 0; bottom: 0; width: 24px; background: linear-gradient(90deg, rgba(255,255,255,0), #fff); content: ""; pointer-events: none; }
.pd-anchor-nav__rail { display: flex; gap: 5px; overflow-x: auto; padding: 5px; scroll-padding-inline: 5px 26px; scrollbar-width: thin; scrollbar-color: #bdcfd8 transparent; }
.pd-anchor-nav a { position: relative; display: inline-flex; min-height: 48px; flex: 1 0 auto; gap: 9px; align-items: center; justify-content: center; border-radius: 12px; color: var(--pd-blue); font: 600 14px/1.3 "Montserrat", Arial, sans-serif; padding: 8px 12px; text-decoration: none; transition: background-color .16s ease, color .16s ease, box-shadow .16s ease; }
.pd-anchor-nav a:hover { background: var(--pd-sky); color: var(--pd-blue-deep); }
.pd-anchor-nav a[aria-current="location"] { background: var(--pd-blue); color: #fff; box-shadow: 0 3px 8px rgba(8,44,67,.2); }
.pd-anchor-nav a[aria-current="location"]:hover { background: var(--pd-blue-deep); color: #fff; }
.pd-anchor-nav a:focus-visible { outline-offset: -3px; }
.pd-anchor-nav .pd-icon { width: 30px; height: 30px; border-radius: 8px; background: var(--pd-sky); padding: 7px; }
.pd-anchor-nav a[aria-current="location"] .pd-icon { background: var(--pd-orange); color: var(--pd-blue-deep); }

/* Editorial review and evidence. */
.pd-review-intro { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(290px, .65fr); gap: 38px; align-items: start; margin-bottom: 34px; }
.pd-review-intro--single { grid-template-columns: minmax(0, 1fr); }
.pd-review-prose { max-width: none; color: #364f5e; font-size: 17px; line-height: 1.7; }
.pd-review-prose p { margin: 0 0 15px; }
.pd-review-prose p:last-child { margin-bottom: 0; }
.pd-take { position: relative; align-self: start; overflow: hidden; border: 1px solid #c7dce4; border-radius: 16px; background: linear-gradient(135deg, #fff, var(--pd-sky)); padding: 17px 22px 18px; box-shadow: 0 10px 26px rgba(16,65,97,.08); }
.pd-take::after { position: absolute; right: -34px; bottom: -36px; width: 92px; height: 70px; border: 2px dashed rgba(255,114,0,.2); border-radius: 50%; content: ""; transform: rotate(-18deg); }
.pd-take__label { display: inline-flex; gap: 8px; align-items: center; color: var(--pd-orange-text); font: 700 11px/1.2 "Montserrat", Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.pd-take__label .pd-icon { width: 19px; height: 19px; }
.pd-take > p:last-child { position: relative; z-index: 1; margin: 9px 0 0; color: var(--pd-blue-deep); font: 600 20px/1.35 "Montserrat", Arial, sans-serif; letter-spacing: -.02em; }
.pd-point-stack { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 0; align-items: stretch; border: 1px solid var(--pd-line); border-radius: 18px; background: #fff; box-shadow: 0 16px 38px rgba(16,65,97,.1); }
.pd-point-stack::before { position: absolute; z-index: -1; top: -11px; right: -11px; bottom: 11px; left: 11px; border-radius: 18px; background: var(--pd-sky); content: ""; }
.pd-point-card { border: 0; border-radius: 0 18px 18px 0; background: var(--pd-warm); padding: clamp(28px, 3vw, 38px); }
.pd-point-card--good { border-radius: 18px 0 0 18px; background: #fff; }
.pd-point-card__heading { display: flex; gap: 13px; align-items: center; margin-bottom: 18px; }
.pd-point-card__heading .pd-icon { width: 34px; height: 34px; color: var(--pd-orange); }
.pd-point-card--good .pd-point-card__heading .pd-icon { color: #187358; }
.pd-point-card h3 { margin: 0; font-size: 22px; }
.pd-point-card ul { display: grid; gap: 20px; margin: 0; padding: 0; list-style: none; }
.pd-point-card li { position: relative; display: grid; gap: 4px; padding-left: 20px; font-size: 16px; line-height: 1.55; }
.pd-point-card li::before { position: absolute; top: .65em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--pd-orange); content: ""; }
.pd-point-card--good li::before { background: #187358; }
.pd-point-card li strong { color: var(--pd-blue); font: 600 16px/1.4 "Montserrat", Arial, sans-serif; }
.pd-section#overview .pd-reading-grid { grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); gap: 0; align-items: stretch; overflow: hidden; border: 1px solid var(--pd-line); border-radius: 20px; background: #fff; box-shadow: 0 18px 48px rgba(8,44,67,.12); }
.pd-company-overview { max-width: none; padding: clamp(30px, 4vw, 44px); }
.pd-company-overview h2 { margin-bottom: 23px; }
.pd-company-overview .pd-prose { font-size: 17px; line-height: 1.65; }
.pd-company-overview .pd-prose p { margin: 0 0 15px; }
.pd-company-overview .pd-prose p:last-child { margin-bottom: 0; }
.pd-best-fit { position: relative; display: grid; min-height: 100%; grid-template-columns: minmax(0, 1fr) 92px; gap: 18px; align-items: center; overflow: hidden; border-radius: 0; background: var(--pd-blue); color: #fff; padding: clamp(30px, 4vw, 44px); box-shadow: none; }
.pd-best-fit::after { position: absolute; right: -58px; bottom: -104px; width: 220px; height: 220px; border: 38px solid rgba(255,255,255,.06); border-radius: 50%; content: ""; }
.pd-best-fit__icon { position: relative; z-index: 1; display: grid; grid-column: 2; grid-row: 1; width: 92px; height: 120px; place-items: center; color: rgba(255,255,255,.06); }
.pd-best-fit__icon .pd-icon { width: 106px; height: 106px; stroke-width: 1.2; }
.pd-best-fit > div { position: relative; z-index: 1; }
.pd-best-fit .pd-kicker { margin-bottom: 7px; color: #ffc28f; }
.pd-best-fit h3 { margin: 0 0 21px; color: #fff; font-size: clamp(30px, 3vw, 34px); line-height: 1.18; }
.pd-best-fit p { max-width: 68ch; margin: 0; color: #fff; font-size: 18px; line-height: 1.65; }
.pd-section--explore { background: linear-gradient(180deg, #fff, #f6fafb); }
.pd-tabs { display: grid; gap: 18px; }
.pd-tabs__nav { display: none; }
.pd-tabs--enhanced .pd-tabs__nav { display: flex; flex-wrap: wrap; gap: 9px; overflow: visible; padding: 5px 3px 9px; }
.pd-tabs__nav button { display: inline-flex; max-width: 100%; flex: 0 1 auto; min-height: 46px; gap: 9px; align-items: center; border: 1px solid #c7d7de; border-radius: 999px; background: #fff; color: #5c707b; font: 700 14px/1.25 "Montserrat", Arial, sans-serif; padding: 11px 18px; box-shadow: 0 4px 12px rgba(16,65,97,.05); cursor: pointer; white-space: normal; }
.pd-tabs__nav button:hover { border-color: #9fbecb; color: var(--pd-blue); }
.pd-tabs__nav button[aria-selected="true"] { border-color: var(--pd-blue); background: var(--pd-blue); box-shadow: 0 7px 18px rgba(16,65,97,.18); color: #fff; }
.pd-tabs__nav .pd-icon { width: 20px; height: 20px; }
.pd-tabs__panels { display: grid; width: min(920px, 100%); gap: 16px; margin-inline: auto; }
.pd-editorial-panel { width: min(920px, 100%); margin-inline: auto; border: 1px solid var(--pd-line); border-radius: var(--pd-radius); background: #fff; padding: clamp(24px, 4vw, 42px); box-shadow: 0 13px 34px rgba(16,65,97,.08); }
.pd-editorial-panel__heading { display: flex; gap: 12px; align-items: center; margin-bottom: 16px; }
.pd-editorial-panel__heading .pd-icon { width: 30px; height: 30px; color: var(--pd-orange-text); }
.pd-editorial-panel h3 { margin: 0; font-size: 22px; }
.pd-editorial-panel .pd-prose { max-width: none; }
.pd-editorial-panel ul, .pd-editorial-panel ol { display: grid; gap: 8px; margin: 0; padding-left: 22px; }
.pd-section--ratings { background: #fff; }
.pd-rating-module { display: grid; grid-template-columns: minmax(270px, 4fr) minmax(0, 8fr); overflow: hidden; border: 1px solid #c5d9e1; border-radius: 20px; background: #fff; box-shadow: 0 18px 44px rgba(16,65,97,.11); }
.pd-rating-overall { position: relative; display: flex; flex-direction: column; justify-content: center; overflow: hidden; background: linear-gradient(145deg, var(--pd-blue), #176386); color: #fff; padding: 36px; }
.pd-rating-overall::after { position: absolute; right: -38px; bottom: 21px; width: 145px; height: 74px; border-top: 2px dashed rgba(255,255,255,.22); border-radius: 50%; content: ""; transform: rotate(-12deg); }
.pd-rating-overall__mark { display: inline-flex; gap: 9px; align-items: center; color: #ffe0bd; font: 700 11px/1.2 "Montserrat", Arial, sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.pd-rating-overall__mark .pd-icon { width: 27px; height: 27px; color: #ffb657; }
.pd-rating-overall__score { display: flex; align-items: baseline; margin: 12px 0 0; }
.pd-rating-overall__score strong { font: 700 64px/.95 "Montserrat", Arial, sans-serif; letter-spacing: -.06em; }
.pd-rating-overall__score span { font: 700 22px/1 "Montserrat", Arial, sans-serif; opacity: .72; }
.pd-rating-overall h3 { margin: 13px 0 5px; color: #fff; font-size: 18px; }
.pd-rating-overall p:last-child { margin: 8px 0 0; font-size: 14px; }
.pd-rating-overall__camper { position: absolute; z-index: 1; right: 22px; bottom: 14px; width: 42px; height: 42px; color: rgba(255,255,255,.42); }
.pd-rating-dimensions { display: grid; align-content: center; padding: 24px 32px; }
.pd-rating-row { display: grid; grid-template-columns: 24px minmax(0, 1fr) 54px; gap: 13px; align-items: center; border-bottom: 1px solid var(--pd-line); padding: 13px 0; }
.pd-rating-row:last-child { border-bottom: 0; }
.pd-rating-row > .pd-icon { color: var(--pd-orange); }
.pd-rating-row p { display: flex; justify-content: space-between; gap: 12px; margin: 0 0 6px; font-size: 14px; line-height: 1.3; }
.pd-rating-row small { color: #607480; font-size: 11px; font-weight: 700; }
.pd-rating-row > span { color: var(--pd-blue); font: 700 14px/1 "Montserrat", Arial, sans-serif; text-align: right; }
.pd-rating-row meter { display: block; width: 100%; height: 8px; overflow: hidden; appearance: none; border: 0; border-radius: 999px; background: #e8eef1; box-shadow: none; vertical-align: top; }
.pd-rating-row meter::-webkit-meter-bar { height: 8px; border: 0; border-radius: 999px; background: #e8eef1; box-shadow: none; }
.pd-rating-row meter::-webkit-meter-optimum-value { height: 100%; border: 0; border-radius: 999px; background: var(--pd-orange); box-shadow: none; }
.pd-rating-row meter::-moz-meter-bar { height: 100%; border: 0; border-radius: 999px; background: var(--pd-orange); box-shadow: none; }
.pd-customer-rating { display: grid; grid-template-columns: 30px auto minmax(0, 1fr); gap: 14px; align-items: center; margin-top: 14px; border: 1px solid var(--pd-line); border-radius: 12px; background: var(--pd-sky); padding: 15px 20px; }
.pd-customer-rating > .pd-icon { width: 27px; height: 27px; color: var(--pd-blue); }
.pd-customer-rating p { margin: 0; font-size: 14px; }
.pd-customer-rating__score { display: grid; min-width: 132px; gap: 2px; color: var(--pd-blue); font-weight: 800; }
.pd-customer-rating__score strong { font: 700 28px/1 "Montserrat", Arial, sans-serif; }
.pd-customer-rating > div { display: grid; gap: 3px; color: #536976; text-align: right; }
.pd-customer-rating > div p:last-child { font-size: 12px; }
.pd-methodology { overflow: hidden; margin-top: 18px; border: 1px solid #c7dce4; border-radius: 15px; background: linear-gradient(135deg, #f7fbfc, #fff); color: #526875; box-shadow: 0 7px 20px rgba(16,65,97,.05); font-size: 14px; }
.pd-methodology summary { display: grid; min-height: 62px; grid-template-columns: 36px minmax(0, 1fr) 26px; gap: 13px; align-items: center; color: var(--pd-blue); padding: 11px 18px; font: 700 14px/1.35 "Montserrat", Arial, sans-serif; cursor: pointer; list-style: none; }
.pd-methodology summary::-webkit-details-marker { display: none; }
.pd-methodology__icon { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--pd-sky); color: var(--pd-orange-text); }
.pd-methodology__icon .pd-icon { width: 19px; height: 19px; }
.pd-methodology__chevron { width: 24px; height: 24px; stroke-width: 2.2; transition: transform .16s ease; }
.pd-methodology[open] .pd-methodology__chevron { transform: rotate(180deg); }
.pd-methodology__body { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--pd-line); }
.pd-methodology__section { position: relative; padding: 24px 28px 26px; }
.pd-methodology__section + .pd-methodology__section { border-left: 1px solid var(--pd-line); }
.pd-methodology__section::before { position: absolute; top: 0; right: 28px; left: 28px; height: 3px; border-radius: 0 0 3px 3px; background: var(--pd-orange); content: ""; }
.pd-methodology__section--customer { background: rgba(234,245,248,.58); }
.pd-methodology__section--customer::before { background: var(--pd-blue); }
.pd-methodology__section h3 { margin: 0 0 9px; font-size: 15px; line-height: 1.35; }
.pd-methodology__section p { width: 100%; max-width: none; margin: 0; font-size: 14px; }

/* The fleet is the main visual signature. */
.pd-section--fleet { border-block: 1px solid #cde2e9; background: var(--pd-sky); }
.pd-rail-controls { display: flex; justify-content: flex-end; gap: 9px; margin: -61px 0 20px; }
.pd-rail-controls button { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--pd-line); border-radius: 50%; background: #fff; color: var(--pd-blue); box-shadow: 0 5px 16px rgba(16,65,97,.1); cursor: pointer; transition: border-color .16s ease, background-color .16s ease, color .16s ease, box-shadow .16s ease; }
.pd-rail-controls button:not(:disabled):hover,
.pd-rail-controls button:not(:disabled):focus-visible { border-color: var(--pd-orange); background: var(--pd-warm); box-shadow: 0 8px 20px rgba(16,65,97,.14); color: var(--pd-orange-text); }
.pd-rail-controls button:first-child .pd-icon { transform: rotate(180deg); }
.pd-rail-controls button:disabled { cursor: default; opacity: .38; }
.pd-fleet-rail { display: grid; grid-auto-columns: minmax(300px, 31%); grid-auto-flow: column; gap: 20px; align-items: start; overflow-x: auto; overscroll-behavior-inline: contain; padding: 8px 2px 30px; scroll-snap-type: inline mandatory; scrollbar-color: var(--pd-orange) #d8e7ec; }
.pd-vehicle-card { overflow: hidden; scroll-snap-align: start; border: 1px solid #ccdae0; border-radius: var(--pd-radius); background: #fff; box-shadow: 0 12px 32px rgba(16,65,97,.1); color: var(--pd-ink); transition: box-shadow .18s ease, transform .18s ease; }
.pd-vehicle-card:hover { box-shadow: 0 18px 38px rgba(16,65,97,.16); transform: translateY(-3px); }
.pd-vehicle-card__image { overflow: hidden; aspect-ratio: 16/10; background: #e7eef1; }
/* The paired percentages preserve the 16:10 image area while adding white breathing room. */
.pd-vehicle-card__image:not(.pd-vehicle-card__image--placeholder) { box-sizing: border-box; background: #fff; padding: 2.5% 4%; }
.pd-vehicle-card img { display: block; width: 100%; height: 100%; object-fit: cover; }
.pd-vehicle-card img[src$="/causeway-campers/fleet/vehiculo-prueba-temporal.png"] { object-fit: contain; transform: scale(.82); }
.pd-vehicle-card__image:has(img[src$="/causeway-campers/fleet/vehiculo-prueba-temporal.png"]) { background: #fff; }
.pd-vehicle-card__image--placeholder { display: grid; place-items: center; background: linear-gradient(145deg, #edf5f7, #dcebef); }
.pd-vehicle-card__image--placeholder .pd-icon { width: 82px; height: 82px; color: rgba(16,65,97,.3); stroke-width: 1.45; }
.pd-vehicle-card__body { padding: 22px 22px 18px; }
.pd-vehicle-card__class { margin: 0; color: var(--pd-orange-text); font-size: 11px !important; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pd-main .pd-vehicle-card h3 { margin: 5px 0 2px; color: var(--pd-blue); font-size: 23px; }
.pd-vehicle-card__provider-name { margin: 2px 0 16px; color: #607480; font-size: 13px !important; }
.pd-specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 14px 0 0; border-block: 1px solid var(--pd-line); }
.pd-specs > div { min-width: 0; }
.pd-specs .pd-icon { width: 18px; height: 18px; color: var(--pd-orange); }
.pd-specs dt { color: #647782; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.pd-specs dd { margin: 0; color: var(--pd-blue); font-size: 13px; font-weight: 800; }
.pd-specs .pd-spec--transmission { grid-column: 1 / -1; }

/* Canonical fleet specification layout selected from the local comparison. */
.pd-specs--list { grid-template-columns: 1fr; }
.pd-specs--list > div { display: grid; grid-template-columns: 22px minmax(0, 1fr) auto; gap: 9px; align-items: center; border-bottom: 1px solid var(--pd-line); padding: 8px 2px; }
.pd-specs--list > div:last-child { border-bottom: 0; }
.pd-specs--list .pd-spec--transmission { grid-column: auto; }

.pd-fleet-legend { display: grid; width: min(900px, 100%); grid-template-columns: 34px minmax(0, 1fr); gap: 12px; align-items: start; margin: 4px auto 22px; padding: 2px 8px 0; color: #516873; }
.pd-fleet-legend__icon { display: grid; width: 32px; height: 32px; place-items: center; border: 0; background: transparent; color: #9b6500; }
.pd-fleet-legend__icon .pd-icon { width: 32px; height: 32px; }
.pd-fleet-legend p { margin: 2px 0 0; font-size: 13px; line-height: 1.55; }
.pd-fleet-narrative { width: min(900px, 100%); margin: 8px auto 0; border-top: 1px solid #c4dae3; padding-top: 28px; color: #415966; }
.pd-fleet-legend + .pd-fleet-narrative { margin-top: 0; }
.pd-fleet-narrative p { margin: 0 0 14px; }
.pd-fleet-narrative p:last-child { margin-bottom: 0; }
.pd-fleet-narrative--rich { width: min(980px, 100%); }
.pd-fleet-narrative__panel { border: 1px solid rgba(16,65,97,.12); border-radius: 18px; background: #fff; padding: 30px 34px; box-shadow: 0 14px 34px rgba(16,65,97,.09); }
.pd-fleet-narrative__panel h3 { margin: 24px 0 9px; color: var(--pd-blue); font-size: 18px; line-height: 1.35; }
.pd-fleet-narrative__panel h3:first-child { margin-top: 0; }
.pd-fleet-narrative__panel ul, .pd-fleet-narrative__panel ol { margin: 10px 0 18px; padding-left: 22px; }
.pd-fleet-narrative__panel li + li { margin-top: 7px; }

/* Practical facts, locations and supporting content. */
.pd-practical-table-shell { overflow: hidden; border: 1px solid #cbd8de; border-radius: 16px; background: #fff; box-shadow: 0 8px 24px rgba(16,65,97,.06); }
.pd-practical-table { width: 100%; border: 0; border-collapse: collapse; table-layout: fixed; color: var(--pd-ink); }
.pd-practical-table__topic { width: 26%; }
.pd-practical-table thead { background: var(--pd-blue); }
.pd-practical-table thead th { border: 0; color: #fff; font: 600 14px/1.4 "Montserrat", Arial, sans-serif; padding: 19px 26px; text-align: left; }
.pd-practical-table tbody tr { border-top: 1px solid var(--pd-line); background: #fff; }
.pd-practical-table tbody tr:nth-child(even) { background: #f6f9fa; }
.pd-practical-table tbody tr:hover { background: #f0f7f9; }
.pd-practical-table tbody th, .pd-practical-table tbody td { border: 0; padding: 22px 26px; text-align: left; vertical-align: top; }
.pd-practical-table tbody th { border-right: 1px solid var(--pd-line); background: rgba(234,245,248,.38); color: var(--pd-blue); font: 600 15px/1.5 "Montserrat", Arial, sans-serif; }
.pd-practical-table tbody td { color: var(--pd-ink); font: 400 16px/1.6 "Raleway", Arial, sans-serif; overflow-wrap: break-word; }
.pd-practical-table__label { display: inline-flex; gap: 9px; align-items: flex-start; }
.pd-practical-table__label .pd-icon { width: 18px; height: 18px; margin-top: 1px; color: var(--pd-orange-text); }
.pd-planning-note { display: flex; gap: 14px; margin: 0 0 24px; border-left: 4px solid #dfad27; background: #edf0f1; padding: 18px 20px; }
.pd-planning-note > .pd-icon { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 0; background: transparent; padding: 0; color: #9b6500; }
.pd-planning-note p { margin: 0; font-size: 14px; }
.pd-accordion-list { display: grid; gap: 12px; }
.pd-accordion-list details { overflow: hidden; border: 1px solid var(--pd-line); border-radius: 14px; background: #fff; }
.pd-accordion-list summary { display: flex; min-height: 56px; justify-content: space-between; gap: 20px; align-items: center; padding: 14px 18px; color: var(--pd-blue); font: 700 15px/1.35 "Montserrat", Arial, sans-serif; cursor: pointer; list-style: none; }
.pd-accordion-list summary::-webkit-details-marker { display: none; }
.pd-accordion-list summary span { display: inline-flex; gap: 8px; align-items: center; }
.pd-accordion-chevron { transition: transform .16s ease; }
.pd-accordion-list details[open] .pd-accordion-chevron { transform: rotate(180deg); }
.pd-location-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; align-items: start; }
.pd-location-list--large { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pd-location-list summary { position: relative; overflow: hidden; min-height: 50px; border-radius: 13px; padding: 8px 16px; transition: background-color .16s ease; }
.pd-location-list summary:hover { background: var(--pd-sky); }
.pd-location-list details[open] summary { border-radius: 13px; background: var(--pd-blue); color: #fff; }
.pd-location-list details[open] .pd-accordion-chevron { color: #fff; }
.pd-location-list summary.pd-location-summary--flag { padding-left: 62px; }
.pd-location-flag { position: absolute; top: 50%; left: 16px; width: 32px; height: 23px; border: 1px solid rgba(16,65,97,.14); border-radius: 4px; object-fit: cover; transform: translateY(-50%); }
.pd-location-flag--emoji { display: grid !important; place-items: center; background: #edf3f5; font-size: 20px; line-height: 1; }
.pd-location-country { margin-right: auto; }
.pd-location-list summary > span:last-child { font-size: 12px; }
.pd-location-list .pd-accordion-chevron { width: 24px; height: 24px; flex: 0 0 24px; stroke-width: 2.1; }
.pd-location-count::after { display: none; content: attr(data-location-suffix); }
.pd-location-items { display: grid; gap: 13px; margin: 0; border-top: 1px solid var(--pd-line); background: #fff; padding: 18px 20px 20px; list-style: none; }
.pd-location-items li { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 10px; align-items: start; }
.pd-location-items li > .pd-icon { width: 18px; height: 18px; margin-top: 3px; color: var(--pd-orange-text); }
.pd-location-items p { margin: 0; color: #31556b; font-size: 14px; line-height: 1.5; }
.pd-location-items strong { color: var(--pd-blue); font-family: "Montserrat", Arial, sans-serif; font-weight: 600; }
.pd-location-address { color: #6a7d87; font-weight: 400; }
.pd-location-stage { grid-column: 1 / -1; width: calc(50% - 7px); min-width: 0; justify-self: start; overflow: hidden; border: 1px solid #bdd2dc; border-radius: 14px; background: #fff; box-shadow: 0 12px 28px rgba(16,65,97,.1); }
.pd-location-list--large .pd-location-stage--compact { width: calc((100% - 28px) / 3); }
.pd-location-stage--middle { margin-left: calc((100% - 28px) / 3 + 14px); }
.pd-location-stage--right { justify-self: end; }
.pd-location-stage .pd-location-items { border-top: 0; padding: 18px 20px 20px; }
.pd-location-stage[hidden] { display: none; }
.pd-faq-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: start; }
.pd-faq-list .pd-accordion-chevron { width: 24px; height: 24px; stroke-width: 2.2; }
.pd-faq-list details > p { margin: 0; border-top: 1px solid var(--pd-line); padding: 16px 18px; font-size: 16px; line-height: 1.65; }
.pd-alternative-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.pd-alternative-card { display: grid; min-width: 0; min-height: 108px; grid-template-columns: 96px minmax(0, 1fr) 22px; gap: 20px; align-items: center; border: 1px solid var(--pd-line); border-radius: 14px; background: #fff; padding: 22px; box-shadow: 0 6px 18px rgba(16,65,97,.08); color: inherit; text-decoration: none; }
article.pd-alternative-card { grid-template-columns: 96px minmax(0, 1fr); }
a.pd-alternative-card:hover, a.pd-alternative-card:focus-visible { border-color: #a9c5d1; box-shadow: 0 12px 28px rgba(16,65,97,.13); }
.pd-alternative-card__logo { display: grid; width: 96px; height: 64px; place-items: center; overflow: hidden; }
.pd-alternative-card[data-provider-key="causeway-campers"] .pd-alternative-card__logo,
.pd-alternative-card[data-provider-key="indie-campers"] .pd-alternative-card__logo { border-radius: 8px; background: var(--pd-blue); padding: 7px; }
.pd-alternative-card__logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.pd-alternative-card__logo > span { color: var(--pd-blue); font: 700 24px/1 "Montserrat", Arial, sans-serif; }
.pd-alternative-card > span:nth-child(2) { display: grid; gap: 5px; min-width: 0; }
.pd-alternative-card strong { overflow: hidden; color: var(--pd-blue); font: 700 18px/1.25 "Montserrat", Arial, sans-serif; text-overflow: ellipsis; white-space: nowrap; }
.pd-alternative-card small { color: #627682; font-size: 14px; font-weight: 700; }
.pd-alternative-card > .pd-icon { color: var(--pd-blue); }
.pd-final-cta { border-top: 1px solid #bed7e0; background: linear-gradient(115deg, var(--pd-sky), #fff); padding: 62px 0; }
.pd-final-cta__inner { display: flex; justify-content: space-between; gap: 32px; align-items: center; }
.pd-final-cta__inner > div { max-width: 730px; }

@media (max-width: 1020px) {
  .pd-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pd-best-fit { grid-template-columns: minmax(0, 1fr); }
  .pd-best-fit__icon { position: absolute; right: -22px; bottom: -24px; width: 112px; height: 112px; }
  .pd-fleet-rail { grid-auto-columns: minmax(290px, 46%); }
  .pd-review-intro { grid-template-columns: minmax(0, 1fr) minmax(280px, .75fr); }
  .pd-location-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pd-location-list--large { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pd-location-list--large .pd-location-stage--compact { width: calc(50% - 7px); }
  .pd-location-stage--middle { margin-left: 0; }
}

@media (max-width: 900px) and (min-width: 781px) {
  .pd-location-stage--full { width: 100%; margin-left: 0; justify-self: stretch; }
}

@media (max-width: 780px) {
  .pd-shell { width: min(1160px, calc(100% - 48px)); }
  .pd-main h1 { font-size: clamp(2.1rem, 10vw, 3rem); overflow-wrap: anywhere; }
  .pd-main h2, .pd-main h3 { overflow-wrap: anywhere; }
  .pd-section { padding: 54px 0; }
  .pd-hero--hub { padding: 32px 0; }
  .pd-hub-hero-grid, .pd-profile-hero__grid, .pd-reading-grid, .pd-review-intro, .pd-point-stack, .pd-rating-module, .pd-location-list, .pd-faq-list, .pd-alternative-grid { grid-template-columns: 1fr; }
  .pd-hub-hero-grid { gap: 26px; }
  .pd-directory-grid { grid-template-columns: 1fr; }
  .pd-company-card { min-height: 86px; }
  .pd-directory-section { padding-top: 28px; }
  .pd-directory-grid { gap: 16px; }
  .pd-company-card { padding: 20px; }
  .pd-breadcrumbs { padding: 18px 0 30px; font-size: 13px; }
  .pd-breadcrumbs ol, .pd-main .pd-breadcrumbs li { gap: 6px; }
  .pd-section#overview .pd-reading-grid { grid-template-columns: 1fr; }
  .pd-company-overview { padding: 24px; }
  .pd-best-fit { grid-template-columns: minmax(0, 1fr); border-radius: 0 0 20px 20px; padding: 24px; }
  .pd-best-fit__icon { position: absolute; right: -22px; bottom: -24px; width: 112px; height: 112px; }
  .pd-best-fit__icon .pd-icon { width: 96px; height: 96px; }
  .pd-best-fit h3 { font-size: 25px; }
  .pd-best-fit p { padding-right: 38px; font-size: 17px; }
  .pd-point-card--good { border-radius: 18px 18px 0 0; }
  .pd-point-card--consider { border-radius: 0 0 18px 18px; }
  .pd-review-intro { gap: 20px; }
  .pd-take { padding: 18px 20px; }
  .pd-location-list summary { min-height: 52px; }
  .pd-location-list details[open] summary { border-radius: 13px 13px 0 0; background: var(--pd-sky); color: var(--pd-blue); }
  .pd-location-list details[open] .pd-accordion-chevron { color: currentColor; }
  .pd-location-list summary.pd-location-summary--flag { padding-left: 62px; }
  .pd-location-list .pd-location-count::after { display: inline; }
  .pd-location-stage { display: none !important; }
  .pd-location-items { padding-inline: 16px; }
  .pd-profile-hero { background: linear-gradient(160deg, #fafffd, #e2f1e9); padding: 0 0 50px; }
  .pd-profile-hero::after { inset: 0 0 45% 0; clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%); }
  .pd-profile-hero__topography { right: -32%; bottom: -4%; width: 125%; height: 64%; opacity: .58; }
  .pd-profile-hero__copy { padding-top: 8px; }
  .pd-profile-hero__copy h1 { font-size: clamp(2rem, 9vw, 2.75rem); }
  .pd-profile-hero__grid { gap: 28px; }
  .pd-profile-brand { min-height: 92px; }
  .pd-profile-brand img { width: min(170px, 70%); max-height: 54px; }
  .pd-snapshot { padding: 18px; }
  .pd-anchor-nav { top: 0; margin: 14px 0; }
  .pd-anchor-nav .pd-shell { width: calc(100% - 28px); }
  .pd-anchor-nav a { min-height: 44px; padding-inline: 12px; }
  .pd-rating-overall { padding: 28px; }
  .pd-rating-overall__score strong { font-size: 56px; }
  .pd-rating-dimensions { padding: 16px 20px; }
  .pd-rating-row { grid-template-columns: 22px minmax(0, 1fr) 48px; }
  .pd-rating-row p { display: grid; gap: 2px; }
  .pd-customer-rating { grid-template-columns: 26px 1fr; }
  .pd-customer-rating > div { text-align: left; }
  .pd-customer-rating > div { grid-column: 2; }
  .pd-methodology__body { grid-template-columns: 1fr; }
  .pd-methodology__section { padding: 22px 20px 24px; }
  .pd-methodology__section + .pd-methodology__section { border-top: 1px solid var(--pd-line); border-left: 0; }
  .pd-methodology__section::before { right: 20px; left: 20px; }
  .pd-rail-controls { margin: 0 0 14px; justify-content: flex-start; }
  .pd-fleet-rail { grid-auto-columns: minmax(270px, 88%); }
  .pd-fleet-legend { grid-template-columns: 32px minmax(0, 1fr); padding-inline: 0; }
  .pd-fleet-narrative__panel { border-radius: 16px; padding: 24px 22px; }
  .pd-practical-table__topic { width: 35%; }
  .pd-practical-table thead th, .pd-practical-table tbody th, .pd-practical-table tbody td { padding: 13px; }
  .pd-practical-table thead th, .pd-practical-table tbody th { font-size: 13px; }
  .pd-practical-table tbody td { font-size: 15px; line-height: 1.55; }
  .pd-practical-table__label { gap: 0; }
  .pd-practical-table__label .pd-icon { display: none; }
  .pd-final-cta__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .pd-shell { width: min(1160px, calc(100% - 40px)); }
  .pd-anchor-nav .pd-shell { width: calc(100% - 28px); }
  .pd-anchor-nav .pd-icon { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .pd-main *, .pd-main *::before, .pd-main *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .pd-vehicle-card:hover { transform: none; }
}
