/* Shared chrome and homepage composition. Planner calculations and workspace stay unchanged. */
.hpt-canonical-page .hpt-global-footer { justify-content: space-between; }
.hpt-canonical-page .hpt-global-footer p { margin-top: 12px; }
.hpt-global-footer nav { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.hpt-canonical-page .hpt-top-nav { gap: 22px; }
.hpt-homepage .hpt-platform-hero {
  background-color: #102d45;
  background-image: linear-gradient(90deg, rgba(6,24,38,.94) 0%, rgba(8,29,45,.8) 43%, rgba(8,29,45,.48) 69%, rgba(8,29,45,.24) 100%), url('planhousin-home-hero.webp');
  background-position: center 55%;
  background-size: cover;
  border-bottom: 4px solid #c65300;
}
.hpt-homepage .hpt-hero-inner { grid-template-columns: minmax(0,1.2fr) minmax(390px,.86fr); gap: 72px; min-height: 520px; padding-block: 44px; }
.hpt-homepage .hpt-hero h1 { max-width: 690px; font-size: clamp(36px,3.4vw,49px); }
.hpt-homepage .hpt-hero-copy > p { max-width: 610px; }
.hpt-homepage .hpt-hero-copy { text-shadow: 0 2px 18px rgba(0,0,0,.36); }
.hpt-homepage .hpt-home-section { padding-block: 40px; }
.hpt-homepage h2 { font-size: 28px; line-height: 1.2; letter-spacing: -.6px; }
.hpt-homepage h3 { margin: 0; font-size: 21px; line-height: 1.25; letter-spacing: -.3px; }
.hpt-homepage .hpt-eyebrow { margin-bottom: 8px; }
.hpt-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.hpt-section-heading > p { max-width: 360px; color: var(--hpt-muted); font-size: 14px; }
.hpt-featured-project { display: grid; grid-template-columns: .85fr 1.4fr; background: #fff; border: 1px solid var(--hpt-line); border-radius: var(--hpt-radius); overflow: hidden; }
.hpt-featured-visual { display: flex; flex-direction: column; justify-content: space-between; min-height: 280px; padding: 28px; color: #fff; background: #185584; }
.hpt-featured-visual span { font-size: 11px; letter-spacing: 1px; font-weight: 700; }
.hpt-featured-visual p { font-size: 30px; line-height: 1.15; font-weight: 650; }
.hpt-featured-copy { padding: 28px 32px; }
.hpt-featured-copy h3 { font-size: 29px; margin-bottom: 12px; }
.hpt-featured-copy > p:not(.hpt-eyebrow) { color: var(--hpt-muted); max-width: 590px; }
.hpt-feature-list { display: flex; flex-wrap: wrap; gap: 8px 20px; padding: 0; margin: 20px 0; list-style: none; font-size: 13px; color: var(--hpt-blue); font-weight: 600; }
.hpt-feature-list li::before { content: '✓'; margin-right: 6px; }
.hpt-canonical-page .hpt-blue-button { display: inline-flex; justify-content: center; align-items: center; gap: 20px; padding: 12px 20px; min-height: 48px; border-radius: 6px; background: var(--hpt-blue); color: #fff; font-weight: 600; }
.hpt-blue-button:hover { background: #103e62; }
.hpt-calculator-band { background: #edf4f8; border-block: 1px solid #dce6ed; }
.hpt-tool-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,320px),1fr)); gap: 16px; }
.hpt-tool-card { display: flex; align-items: center; gap: 20px; max-width: 405px; padding: 20px; background: #fff; border: 1px solid var(--hpt-line); border-radius: 6px; }
.hpt-tool-card:hover { border-color: var(--hpt-blue); }
.hpt-tool-card svg { width: 48px; height: 48px; flex-shrink: 0; }
.hpt-tool-card strong { display: block; font-size: 17px; color: var(--hpt-blue); }
.hpt-tool-card small { display: block; font-size: 12px; margin-top: 4px; color: var(--hpt-muted); }
.hpt-how-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 28px; list-style: none; margin: 0; padding: 0; }
.hpt-how-grid li { border-top: 2px solid #d5e0e8; padding-top: 20px; }
.hpt-how-grid span { display: inline-flex; font-size: 15px; font-weight: 700; color: #185584; margin-bottom: 12px; }
.hpt-how-grid h3 { font-size: 18px; margin-bottom: 10px; }
.hpt-how-grid p { font-size: 14px; color: var(--hpt-muted); }
.hpt-sheet-band { background: #102d45; color: #fff; }
.hpt-homepage .hpt-sheet-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 88px; padding-block: 44px; }
.hpt-homepage .hpt-sheet-copy h2 { color: #fff; font-size: 40px; line-height: 1.12; margin-bottom: 20px; }
.hpt-sheet-copy > p { max-width: 460px; color: #d7e4ed; }
.hpt-sheet-copy .hpt-eyebrow { color: #b9d6e9; font-size: 12px; }
.hpt-sheet-copy ul { padding-left: 20px; margin: 20px 0 0; line-height: 2; }
.hpt-homepage .hpt-sheet-copy .hpt-orange-button { margin-top: 20px; }
.hpt-home-sheet { background: #fff; color: var(--hpt-ink); border-radius: 6px; border-top: 5px solid #3280af; padding: 24px 28px; }
.hpt-example-label { font-size: 10px; font-weight: 700; color: #536777; margin-bottom: 10px !important; letter-spacing: .5px; }
.hpt-sheet-readiness { font-size: 12px; margin-top: 8px !important; color: #805014; }
.hpt-home-sheet dl { margin: 14px 0; font-size: 13px; }
.hpt-home-sheet dl > div { display: grid; grid-template-columns: 1fr 1.3fr; gap: 20px; padding: 9px 0; border-bottom: 1px solid #e1e8ed; }
.hpt-home-sheet dt { color: #536777; }
.hpt-home-sheet dd { margin: 0; }
.hpt-home-sheet dd strong { font-size: 26px; color: #185584; }
.hpt-home-sheet dd small { display: block; color: #536777; }
.hpt-sheet-question { background: #f3f7fa; padding: 12px; font-size: 12px; }
.hpt-sheet-note { color: #536777; font-size: 11px; margin-top: 12px !important; }
.hpt-guide-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.hpt-home-guide { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--hpt-line); border-radius: 6px; overflow: hidden; }
.hpt-guide-art { height: 145px; display: flex; align-items: end; padding: 20px; color: #fff; background: #185584; }
.hpt-guide-art span { font-size: 22px; font-weight: 600; }
.hpt-guide-art--measure { background: #185584; }
.hpt-guide-art--plan { background: #dbe9f2; color: #185584; }
.hpt-guide-art--supplier { background: #102d45; }
.hpt-home-guide > div:last-child { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.hpt-home-guide .hpt-eyebrow { font-size: 10px; }
.hpt-home-guide h3 { margin-bottom: 12px; }
.hpt-home-guide p:not(.hpt-eyebrow) { color: var(--hpt-muted); font-size: 14px; }
.hpt-home-guide a { display: inline-flex; gap: 8px; min-height: 44px; align-items: center; margin-top: auto; padding-top: 16px; color: var(--hpt-blue); font-size: 13px; font-weight: 600; }
.hpt-home-guide a:hover { text-decoration: underline; }
.hpt-search-page #hpt-main { min-height: 65vh; padding-block: 48px; }
.hpt-search-page h1 { font-size: 32px; overflow-wrap: anywhere; }
.hpt-search-results { margin-block: 24px; }
.hpt-search-results article { padding: 24px 0; border-bottom: 1px solid var(--hpt-line); }
.hpt-search-results h2 { font-size: 22px; margin-bottom: 10px; color: var(--hpt-blue); }
.hpt-search-results a { text-decoration: underline; }
.hpt-search-empty { margin-block: 24px !important; }
@media (max-width:1000px) {
  .hpt-homepage .hpt-hero-inner { grid-template-columns: 1.2fr 1fr; gap: 32px; }
  .hpt-homepage .hpt-sheet-layout { gap: 32px; }
  .hpt-how-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hpt-guide-grid { gap: 16px; }
  .hpt-home-guide > div:last-child { padding: 18px; }
  .hpt-featured-project { grid-template-columns: .8fr 1.2fr; }
}
@media (max-width:700px) {
  .hpt-homepage .hpt-hero-inner { grid-template-columns: 1fr; gap: 24px; padding-block: 28px; }
  .hpt-homepage .hpt-hero h1 { font-size: 36px; }
  .hpt-homepage .hpt-hero-copy > p { font-size: 15px; }
  .hpt-homepage .hpt-home-section { padding-block: 32px; }
  .hpt-section-heading { display: block; margin-bottom: 20px; }
  .hpt-section-heading > p { margin-top: 12px; }
  .hpt-homepage h2 { font-size: 26px; }
  .hpt-featured-project, .hpt-guide-grid, .hpt-homepage .hpt-sheet-layout { grid-template-columns: 1fr; }
  .hpt-featured-visual { min-height: 180px; padding: 24px; }
  .hpt-featured-copy { padding: 24px; }
  .hpt-featured-copy h3 { font-size: 26px; }
  .hpt-how-grid { gap: 24px 20px; }
  .hpt-how-grid h3 { font-size: 17px; }
  .hpt-homepage .hpt-sheet-copy h2 { font-size: 32px; }
  .hpt-home-sheet { padding: 20px; }
  .hpt-home-sheet dl > div { gap: 12px; }
  .hpt-guide-art { height: 155px; }
  .hpt-canonical-page .hpt-global-footer nav { margin-top: 20px; gap: 8px 24px; }
}
@media print {
  .hpt-global-footer { display: none !important; }
}

.hpt-homepage h2, .hpt-homepage h3 { font-weight: 700; }

/* Landscape cluster: shared workspace, distinct editorial introductions. */
.hpt-homepage .hpt-tool-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.hpt-homepage .hpt-tool-card { max-width: none; }
.hpt-cluster-link { padding-block: 18px; }
.hpt-landscape-page .hpt-landscape-hero { background: #143a56; }
.hpt-landscape-mulch .hpt-landscape-hero { border-bottom: 5px solid #b94b00; }
.hpt-landscape-topsoil .hpt-landscape-hero { background: #102d45; border-bottom: 5px solid #708794; }
.hpt-landscape-page .hpt-hero-inner { min-height: 350px; }
.hpt-landscape-page .hpt-demo-sheet > p:last-child { color: #526675; font-size: 13px; line-height: 1.5; }
.hpt-cluster-hero { background: #143a56; color: #fff; padding-block: 56px; }
.hpt-cluster-hero h1 { color: #fff; font-size: clamp(32px,4vw,48px); max-width: 800px; margin-bottom: 20px; }
.hpt-cluster-hero .hpt-eyebrow { color: #bfd8e8; }
.hpt-cluster-hero p { max-width: 660px; }
.hpt-cluster-tools { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; padding-block: 40px; }
.hpt-cluster-tools article { display: flex; flex-direction: column; align-items: start; padding: 28px; border: 1px solid #d8e3eb; border-radius: 6px; background: #fff; }
.hpt-cluster-tools h2 { font-size: 25px; margin-bottom: 12px; }
.hpt-cluster-tools p { margin-bottom: 20px; }
.hpt-cluster-tools .hpt-blue-button { margin-top: auto; }
.hpt-landscape-guide { padding-block: 36px; border-top: 1px solid #d8e3eb; }
.hpt-landscape-guide h2 { font-size: 29px; margin-bottom: 16px; }
.hpt-landscape-guide h3 { margin-block: 28px 10px; font-size: 21px; }
.hpt-landscape-guide p, .hpt-landscape-guide ul { max-width: 820px; margin-bottom: 16px; line-height: 1.75; color: #405463; }
.hpt-landscape-guide li { margin-bottom: 8px; }
.hpt-formula { padding: 20px; background: #edf4f8; border-left: 3px solid #185584; }
.hpt-related-tools { padding-block: 28px; border-top: 1px solid #d8e3eb; }
.hpt-related-tools h2 { font-size: 24px; margin-bottom: 12px; }
.hpt-related-tools ul { display: flex; flex-wrap: wrap; gap: 16px 28px; list-style: none; padding: 0; margin-top: 20px; }
.hpt-related-tools a, .hpt-cluster-link a { color: #185584; text-decoration: underline; }
@media(max-width:700px) {
 .hpt-homepage .hpt-tool-grid, .hpt-cluster-tools { grid-template-columns: 1fr; }
 .hpt-cluster-hero { padding-block: 32px; }
 .hpt-cluster-tools article { padding: 22px; }
 .hpt-landscape-guide h2 { font-size: 25px; }
}
@media print { .hpt-related-tools, .hpt-landscape-guide { display: none !important; } }

.hpt-landscape-page h1, .hpt-landscape-page h2, .hpt-landscape-page h3 { font-weight: 700; }

/* Trust content: a reading column in the existing product shell. */
.hpt-trust-main { padding-block: 28px 64px; min-height: 60vh; }
.hpt-trust-article { max-width: 740px; margin: 30px auto 0; color: #31495c; line-height: 1.75; }
.hpt-trust-article h1 { font-size: clamp(30px,4vw,44px); line-height: 1.15; margin: 12px 0 24px; }
.hpt-trust-article h1, .hpt-trust-article h2, .hpt-trust-article h3 { color: #102d45; font-weight: 700; }
.hpt-trust-article h2 { font-size: 25px; line-height: 1.3; margin: 36px 0 14px; scroll-margin-top: 30px; }
.hpt-trust-article h3 { font-size: 19px; margin: 26px 0 10px; }
.hpt-trust-article p { margin-bottom: 18px; }
.hpt-trust-article .hpt-trust-lead { font-size: 20px; line-height: 1.55; color: #163d5b; }
.hpt-trust-article a:not(.hpt-blue-button) { color: #185584; text-decoration: underline; text-underline-offset: 3px; }
.hpt-trust-note { padding: 18px 22px; border-left: 3px solid #bd550b; background: #fff7ed; margin: 24px 0; color: #4b3929; }
.hpt-canonical-page .hpt-global-footer nav { max-width: 640px; flex-wrap: wrap; }
.hpt-trust-page a:focus-visible, .hpt-site-footer a:focus-visible { outline: 3px solid #b94b00; outline-offset: 4px; }
@media(max-width:700px) { .hpt-trust-main { padding-block: 20px 40px; } .hpt-trust-article { margin-top: 22px; } .hpt-trust-article h2 { font-size: 23px; } }

/* PlanHousin V1: product-led identity and a clearly separated example. */
.hpt-canonical-page .hpt-brand { flex-basis: 242px; }
.hpt-canonical-page .hpt-brand strong { font-size: 25px; letter-spacing: -.8px; }
.hpt-canonical-page .hpt-brand small { font-size: 8px; letter-spacing: .6px; }
.hpt-canonical-page .hpt-brand-mark { width: 40px; height: 40px; }
.hpt-homepage .hpt-hero h1 { font-size: clamp(36px,3.5vw,50px); letter-spacing: -1.3px; }
.hpt-hero-steps { display: flex; flex-wrap: wrap; gap: 12px; list-style: none; padding: 0; margin: 24px 0 0; color: #fff; font-size: 14px; font-weight: 650; }
.hpt-hero-steps li:not(:last-child)::after { content: '→'; color: #f4a467; margin-left: 12px; }
.hpt-hero-preview { align-self: center; border: 1px solid rgba(210,226,236,.9); border-top: 4px solid #3181ad; border-radius: 7px; overflow: hidden; background: #fff; color: #102d45; box-shadow: 0 22px 52px rgba(2,15,25,.38); text-shadow: none; }
.hpt-preview-heading { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; padding: 12px 24px; background: #e6eff5; color: #254b65; font-size: 10px; font-weight: 700; letter-spacing: 1px; }
.hpt-preview-body { padding: 22px 24px 16px; }
.hpt-homepage .hpt-preview-body .hpt-eyebrow { color: #536777; font-size: 10px; }
.hpt-homepage .hpt-preview-body h2 { color: #102d45; font-size: 23px; }
.hpt-preview-measure { display: flex; gap: 16px; align-items: center; margin-block: 16px; }
.hpt-preview-measure svg { flex: 0 0 110px; width: 110px; }
.hpt-preview-measure strong { font-size: 15px; }
.hpt-preview-measure small { display: block; font-size: 12px; color: #536777; }
.hpt-preview-result { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid #dce6ed; padding-top: 12px; }
.hpt-preview-result span { font-size: 12px; }
.hpt-preview-result strong { display: block; font-size: 42px; line-height: 1.15; font-variant-numeric: tabular-nums; color: #185584; }
.hpt-preview-result strong small { font-size: 23px; font-weight: 500; }
.hpt-preview-result .hpt-preview-state { color: #28613c; background: #edf6ef; padding: 5px 8px; font-size: 10px; font-weight: 700; border: 1px solid #c6dfcc; border-radius: 3px; }
.hpt-preview-equivalents { color: #536777; font-size: 12px; margin-top: 5px !important; }
.hpt-preview-pending { margin: 14px 0; font-size: 12px; }
.hpt-preview-pending > div { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-top: 1px solid #e1e8ed; }
.hpt-preview-pending dd { color: #805014; margin: 0; text-align: right; }
.hpt-preview-note { font-size: 11px; line-height: 1.5; color: #536777; }
.hpt-project-route { display: grid; gap: 8px; margin-top: 20px; }
.hpt-project-route span { border-top: 1px solid #6491b0; padding-top: 8px; letter-spacing: 0; font-size: 13px; }
.hpt-homepage .hpt-tool-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.hpt-homepage .hpt-tool-card { flex-wrap: wrap; align-content: start; gap: 14px; padding: 24px; border-top: 3px solid #61879e; }
.hpt-homepage .hpt-tool-card > span:nth-child(2) { width: 100%; }
.hpt-homepage .hpt-tool-card > span:last-child { color: #185584; }
.hpt-homepage .hpt-tool-card small { font-size: 13px; line-height: 1.55; margin-top: 8px; }
.hpt-material-icon { color: #365e77; background: #edf3f7; border-radius: 5px; padding: 6px; }
.hpt-material-icon--mulch { color: #8e552d; background: #faf0e6; }
.hpt-material-icon--topsoil { color: #42694a; background: #edf4ec; }
.hpt-material-icon--cubic-yard { color: #1b6297; background: #eaf3fa; }
.hpt-homepage .hpt-how-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; }
.hpt-homepage .hpt-how-grid li:last-child { background: #edf4f8; padding: 20px; grid-column: span 2; border-color: #185584; }
.hpt-trust-strip { border-top: 1px solid #d5e0e8; background: #eaf1f5; padding-block: 36px; }
.hpt-trust-strip > div { display: flex; gap: 48px; justify-content: space-between; align-items: center; }
.hpt-trust-strip p { max-width: 760px; margin-top: 12px; color: #405463; }
.hpt-trust-strip nav { display: grid; gap: 8px; flex-shrink: 0; }
.hpt-trust-strip a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; color: #185584; font-weight: 600; }
.hpt-homepage a:focus-visible, .hpt-site-header a:focus-visible { outline: 3px solid #c65300; outline-offset: 4px; }
@media(max-width:1000px) {
 .hpt-homepage .hpt-platform-hero { background-position: 62% 55%; }
 .hpt-homepage .hpt-hero-inner { grid-template-columns: minmax(0,1.12fr) minmax(330px,.88fr); gap: 30px; min-height: 500px; }
 .hpt-homepage .hpt-tool-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
 .hpt-preview-body { padding: 20px; }
 .hpt-preview-measure { flex-wrap: wrap; gap: 4px; }
 .hpt-homepage .hpt-how-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
 .hpt-trust-strip > div { gap: 24px; }
}
@media(max-width:700px) {
 .hpt-canonical-page .hpt-brand { flex-basis: auto; }
 .hpt-homepage .hpt-platform-hero { background-image: linear-gradient(180deg, rgba(6,24,38,.93) 0%, rgba(8,29,45,.78) 48%, rgba(8,29,45,.58) 100%), url('planhousin-home-hero.webp'); background-position: 68% center; }
 .hpt-preview-measure { flex-wrap: nowrap; gap: 12px; }
 .hpt-preview-measure svg { flex-basis: 86px; width: 86px; }
 .hpt-homepage .hpt-hero-inner { grid-template-columns: minmax(0,1fr); min-height: 0; padding-block: 34px; }
 .hpt-hero-preview { box-shadow: 0 14px 34px rgba(2,15,25,.32); }
 .hpt-homepage .hpt-tool-grid { grid-template-columns: minmax(0,1fr); }
 .hpt-homepage .hpt-tool-card { display: grid; grid-template-columns: 48px minmax(0,1fr) 15px; gap: 16px; padding: 20px; }
 .hpt-homepage .hpt-tool-card strong { font-size: 17px; }
 .hpt-homepage .hpt-how-grid { grid-template-columns: minmax(0,1fr); gap: 20px; }
 .hpt-homepage .hpt-how-grid li:last-child { grid-column: auto; }
 .hpt-trust-strip > div { display: block; }
 .hpt-trust-strip nav { margin-top: 20px; }
}

/* Published platform hubs and restrained contextual discovery. */
.hpt-hub-breadcrumb { padding-block: 22px; }
.hpt-hub-intro { background: #eaf1f5; border-block: 1px solid #d5e0e8; padding-block: 40px; }
.hpt-hub-intro h1 { max-width: 850px; color: #102d45; font-size: clamp(30px,3.4vw,46px); line-height: 1.14; margin: 8px 0 18px; }
.hpt-hub-intro p:last-child { max-width: 800px; color: #405463; font-size: 17px; line-height: 1.65; }
.hpt-hub-content { padding-block: 32px 48px; }
.hpt-hub-note { max-width: 850px; color: #405463; line-height: 1.65; margin: 0 0 28px; }
.hpt-hub-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.hpt-hub-card { display: flex; flex-direction: column; border: 1px solid #d5e0e8; border-top: 3px solid #638398; padding: 28px; border-radius: 6px; background: #fff; }
.hpt-hub-card--mulch { border-top-color: #96643c; }
.hpt-hub-card--topsoil { border-top-color: #526f46; }
.hpt-hub-card--cubic-yard { border-top-color: #236aa0; }
.hpt-hub-card h2,.hpt-hub-card h3 { font-size: 24px; line-height: 1.25; margin: 10px 0 14px; }
.hpt-hub-card h3 { font-size: 21px; }
.hpt-hub-card h2 a,.hpt-hub-card h3 a { color: #124d79; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.hpt-hub-card > p:not(.hpt-eyebrow) { color: #405463; line-height: 1.65; margin: 0 0 22px; }
.hpt-card-direction { color: #185584; font-size: 14px; font-weight: 700; margin-top: auto; }
.hpt-hub-flagship { grid-column: 1/-1; background: #f2f7fa; border-top-color: #d85d00; }
.hpt-hub-flagship > p { max-width: 810px; }
.hpt-hub-workflow { display: flex; flex-wrap: wrap; gap: 12px 28px; padding: 0; list-style-position: inside; color: #185584; font-size: 14px; margin: 0 0 24px; }
.hpt-guide-group { margin-bottom: 32px; }
.hpt-guide-group > h2 { font-size: 25px; margin: 0 0 18px; color: #102d45; }
.hpt-hub-cluster { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 28px; background: #eaf1f5; border: 1px solid #d5e0e8; border-radius: 6px; margin-top: 28px; }
.hpt-hub-cluster h2 { font-size: 25px; margin: 8px 0; }
.hpt-hub-cluster p:last-child { max-width: 650px; color: #405463; line-height: 1.6; }
.hpt-hub-cluster a,.hpt-hub-entry a,.hpt-discovery-links a { color: #185584; font-weight: 600; text-underline-offset: 4px; display: inline-flex; align-items: center; min-height: 44px; }
.hpt-hub-cluster a { flex-shrink: 0; }
.hpt-discovery-links { display: flex; gap: 8px 28px; flex-wrap: wrap; margin: 28px 0 0; padding-top: 16px; border-top: 1px solid #d5e0e8; }
.hpt-hub-entry { margin: 12px 0 18px; }
.hpt-hub-page a:focus-visible { outline: 3px solid #c65300; outline-offset: 4px; }
.hpt-top-nav a[aria-current="page"] { color: #124d79; text-decoration: underline; text-underline-offset: 5px; }
@media(max-width:700px) {
 .hpt-hub-intro { padding-block: 28px; }
 .hpt-hub-grid { grid-template-columns: minmax(0,1fr); gap: 16px; }
 .hpt-hub-card { padding: 22px; }
 .hpt-hub-cluster { display: block; padding: 22px; }
 .hpt-hub-cluster a { margin-top: 12px; }
 .hpt-hub-workflow { display: grid; gap: 8px; }
}

.hpt-hub-card { position: relative; }
.hpt-hub-card h2 a::after,.hpt-hub-card h3 a::after { content: ""; position: absolute; inset: 0; }
.hpt-hub-card:focus-within { outline: 2px solid #c65300; outline-offset: 3px; }

.hpt-hub-page .hpt-hub-note { margin: 0 0 28px; }
.hpt-hub-page h1,.hpt-hub-page h2,.hpt-hub-page h3 { font-weight: 700; }

.hpt-canonical-page .hpt-breadcrumb { color: #405463; }
.hpt-canonical-page .hpt-breadcrumb a { color: #185584; }
/* Landscape cluster final polish: distinct material cues without changing calculation behavior. */
.hpt-landscape-page {
  --hpt-material-accent: #6aa2c5;
  --hpt-material-soft: #eaf3f8;
}
.hpt-landscape-cubic-yard { --hpt-material-accent: #65a7d2; --hpt-material-soft: #e8f3fa; }
.hpt-landscape-mulch { --hpt-material-accent: #d98a46; --hpt-material-soft: #f8eee4; }
.hpt-landscape-topsoil { --hpt-material-accent: #8aa46f; --hpt-material-soft: #edf2e8; }
.hpt-landscape-page .hpt-landscape-hero {
  border-bottom: 5px solid var(--hpt-material-accent);
}
.hpt-landscape-cubic-yard .hpt-landscape-hero {
  background-color: #123b59;
  background-image:
    linear-gradient(90deg, rgba(8,29,45,.96), rgba(17,65,94,.82)),
    linear-gradient(rgba(151,199,228,.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(151,199,228,.11) 1px, transparent 1px);
  background-size: auto, 32px 32px, 32px 32px;
}
.hpt-landscape-mulch .hpt-landscape-hero {
  background-color: #49301f;
  background-image:
    linear-gradient(90deg, rgba(34,24,18,.96), rgba(80,48,27,.78)),
    radial-gradient(ellipse at 75% 40%, rgba(218,150,87,.22) 0 3px, transparent 4px);
  background-size: auto, 24px 17px;
}
.hpt-landscape-topsoil .hpt-landscape-hero {
  background-color: #26392d;
  background-image:
    linear-gradient(90deg, rgba(13,36,30,.97), rgba(50,69,42,.79)),
    repeating-linear-gradient(172deg, transparent 0 18px, rgba(191,166,117,.12) 19px 21px);
}
.hpt-landscape-page .hpt-product-demo {
  border-top: 3px solid var(--hpt-material-accent);
  box-shadow: 0 16px 38px rgba(3,17,28,.2);
}
.hpt-material-cue {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 16px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}
.hpt-landscape-mulch .hpt-material-cue { border-radius: 45% 55% 48% 52%; color: #ffd3a9; }
.hpt-landscape-topsoil .hpt-material-cue { border-radius: 6px; color: #cfdfb9; }
.hpt-landscape-cubic-yard .hpt-material-cue { border-radius: 6px; transform: rotate(45deg); }
.hpt-landscape-cubic-yard .hpt-material-cue span { transform: rotate(-45deg); }
.hpt-cluster-hero {
  background: linear-gradient(110deg, #102d45 0%, #174d6c 62%, #315d49 100%);
}
.hpt-cluster-paths {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 760px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}
.hpt-cluster-paths li {
  display: grid;
  gap: 2px;
  min-width: 250px;
  padding: 13px 18px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 5px;
  background: rgba(4,25,39,.26);
}
.hpt-cluster-paths strong { font-size: 14px; color: #fff; }
.hpt-cluster-paths span { font-size: 13px; color: #d9e7ef; }
.hpt-cluster-card {
  position: relative;
  overflow: hidden;
  border-top: 4px solid #5d839b !important;
}
.hpt-cluster-card--gravel { border-top-color: #6f8590 !important; }
.hpt-cluster-card--cubic-yard { border-top-color: #3282b5 !important; }
.hpt-cluster-card--mulch { border-top-color: #b96f35 !important; }
.hpt-cluster-card--topsoil { border-top-color: #70875b !important; }
.hpt-tool-cue {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 5px;
  background: #edf3f7;
  color: #365e77;
  font-size: 22px;
  font-weight: 700;
}
.hpt-cluster-card--gravel .hpt-tool-cue { background: #edf0f1; color: #50646e; }
.hpt-cluster-card--cubic-yard .hpt-tool-cue { background: #e8f3fa; color: #1b6297; transform: rotate(45deg); }
.hpt-cluster-card--cubic-yard .hpt-tool-cue + .hpt-eyebrow { margin-top: 2px; }
.hpt-cluster-card--mulch .hpt-tool-cue { background: #f8eee4; color: #99562b; border-radius: 45% 55% 48% 52%; }
.hpt-cluster-card--topsoil .hpt-tool-cue { background: #edf2e8; color: #526f46; }
@media (max-width:700px) {
  .hpt-material-cue { width: 42px; height: 42px; margin-bottom: 12px; }
  .hpt-cluster-paths { display: grid; }
  .hpt-cluster-paths li { min-width: 0; }
}
/* Reference-aligned homepage: compact editorial sequence, isolated from planners. */
.hpt-reference-home .hpt-shell-width { width:calc(100% - 96px); max-width:1320px; }
.hpt-reference-home .hpt-header-inner { min-height:58px; gap:32px; }
.hpt-reference-home .hpt-header-search { max-width:520px; flex:1; }
.hpt-reference-home .hpt-hero-inner { min-height:356px; grid-template-columns:minmax(0,1fr) 350px; gap:64px; padding-top:22px; padding-bottom:22px; }
.hpt-reference-home .hpt-hero h1 { font-size:48px; line-height:1.08; max-width:690px; margin:10px 0 14px; }
.hpt-reference-home .hpt-hero-copy > p:not(.hpt-eyebrow) { max-width:650px; font-size:16px; line-height:1.5; }
.hpt-reference-home .hpt-hero-steps { margin:16px 0; }
.hpt-reference-home .hpt-hero-reassurance { margin:16px 0 0; font-size:12px!important; }
.hpt-reference-home .hpt-hero-preview { border-radius:5px; box-shadow:0 8px 24px #06182655; }
.hpt-reference-home .hpt-preview-heading { padding:10px 16px; font-size:10px; }
.hpt-reference-home .hpt-preview-body { padding:14px 18px; }
.hpt-reference-home .hpt-preview-body h2 { font-size:21px; margin:4px 0 8px; }
.hpt-reference-home .hpt-preview-measure { margin:8px 0; gap:8px; }
.hpt-reference-home .hpt-preview-measure svg { width:82px; height:46px; }
.hpt-reference-home .hpt-preview-measure strong { font-size:15px; }
.hpt-reference-home .hpt-preview-result { padding-top:10px; }
.hpt-reference-home .hpt-preview-result strong { font-size:32px; }
.hpt-reference-home .hpt-preview-pending { margin:8px 0; font-size:11px; }
.hpt-reference-home .hpt-preview-note { margin-top:8px; font-size:10px; }
.hpt-reference-home .hpt-home-section { padding-top:14px; padding-bottom:14px; }
.hpt-compact-heading { display:flex; justify-content:space-between; align-items:center; gap:16px; margin-bottom:14px; }
.hpt-reference-home .hpt-compact-heading h2 { margin:0; font-size:22px; }
.hpt-compact-heading > a { font-size:13px; text-decoration:none; }
.hpt-reference-home .hpt-tool-grid { gap:14px; }
.hpt-reference-home .hpt-tool-card { display:flex; align-items:center; gap:16px; padding:14px 20px; border-radius:5px; min-height:86px; box-shadow:none; }
.hpt-reference-home .hpt-tool-card strong { font-size:15px; }
.hpt-reference-home .hpt-tool-card small { font-size:12px; margin-top:4px; }
.hpt-reference-home .hpt-material-icon { width:42px; height:42px; flex-shrink:0; margin:0; }
.hpt-reference-home .hpt-tool-card > span:last-child { margin-left:auto; }
.hpt-reference-home #guides { padding-top:6px; padding-bottom:20px; }
.hpt-reference-guides { display:grid; grid-template-columns:1.2fr 1fr 1fr 1.05fr; gap:16px; }
.hpt-reference-guides .hpt-home-guide { border-radius:5px; overflow:hidden; background:#fff; border:1px solid #dfe7ed; }
.hpt-reference-guides .hpt-home-guide > div:last-child { padding:14px; }
.hpt-reference-guides .hpt-home-guide h3 { font-size:18px; line-height:1.2; margin:0 0 8px; }
.hpt-reference-guides .hpt-home-guide p { font-size:13px; line-height:1.45; margin:0 0 10px; }
.hpt-reference-guides .hpt-home-guide .hpt-eyebrow { display:none; }
.hpt-reference-guides .hpt-home-guide a { font-size:12px; }
.hpt-reference-guides .hpt-guide-art { height:110px; min-height:0; padding:15px; }
.hpt-reference-guides .hpt-guide-art--measure { background:linear-gradient(0deg,#102d4555,#102d4510),url('planhousin-home-hero.webp') center 68%/cover; }
.hpt-reference-guides .hpt-guide-art--measure span { background:#102d45d9; padding:6px 12px; font-size:17px; }
.hpt-reference-guides .hpt-guide-art--plan { background:repeating-linear-gradient(0deg,#c8ae87 0 20px,#e9d9bb 20px 37px,#668875 37px 44px); }
.hpt-reference-guides .hpt-guide-art--plan span { padding:8px; background:#fff; color:#15364d; font-size:14px; }
.hpt-reference-guides .hpt-guide-art--supplier { background:#e4edf3; color:#1b5278; }
.hpt-reference-guides .hpt-guide-art--supplier span { border:1px solid #96b1c4; padding:16px; background:#fff; font-size:16px; transform:rotate(-3deg); }
.hpt-supplier-panel { padding:18px; border-radius:5px; background:#102f48; color:#fff; }
.hpt-supplier-panel h3 { color:#fff; font-size:20px; line-height:1.25; margin:8px 0 12px; }
.hpt-supplier-panel p { font-size:13px; line-height:1.5; margin:0 0 18px; }
.hpt-supplier-panel .hpt-orange-button { font-size:12px; padding:11px 12px; }
.hpt-supplier-panel small { display:block; font-size:11px; line-height:1.5; margin-top:16px; color:#d6e5ef; }
.hpt-sheet-symbol { font-size:29px; color:#a5c9e2; }
.hpt-reference-demo { display:grid; grid-template-columns:165px minmax(0,1fr) minmax(0,1fr); gap:18px; padding:18px 0 24px; border-top:1px solid #e5ebf0; }
.hpt-demo-rail { background:#f3f7fa; border:1px solid #e2ebf1; border-radius:5px; padding:14px 8px; }
.hpt-demo-rail h2 { font-size:14px; margin:0 8px 12px; }
.hpt-demo-rail a { display:block; padding:10px 8px; font-size:12px; text-decoration:none; border-radius:3px; }
.hpt-demo-selected { background:#d6e8f5; color:#104a79; font-weight:700; }
.hpt-demo-rail .hpt-demo-hub { margin-top:22px; border-top:1px solid #dce6ed; border-radius:0; }
.hpt-demo-workspace > .hpt-eyebrow { font-size:9px; letter-spacing:.08em; margin:0 0 7px; }
.hpt-demo-workspace > h2 { font-size:25px; line-height:1.15; margin:0 0 8px; }
.hpt-demo-workspace > p { font-size:13px; color:#506171; margin:0 0 14px; }
.hpt-demo-steps { display:flex; margin-bottom:9px; font-size:11px; background:#f1f6fa; border:1px solid #d6e2eb; border-radius:4px; }
.hpt-demo-steps span { flex:1; padding:8px; text-align:center; }
.hpt-demo-steps span:first-child { background:#1968a8; color:#fff; border-radius:3px; }
.hpt-demo-form { padding:14px; border:1px solid #dfe7ed; border-radius:5px; }
.hpt-demo-form h3 { font-size:13px; margin:0 0 9px; }
.hpt-demo-dimensions { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin:0 0 19px; }
.hpt-demo-dimensions dt,.hpt-demo-choices dt { font-size:11px; color:#536477; margin-bottom:5px; }
.hpt-demo-dimensions dd { margin:0; padding:8px 10px; border:1px solid #dce5ec; border-radius:3px; font-size:14px; background:#fafcfd; }
.hpt-demo-dimensions small { font-size:11px; color:#536477; }
.hpt-demo-choices { display:grid; grid-template-columns:1fr 1.5fr; gap:12px; margin:0 0 19px; }
.hpt-demo-choices dd { font-size:13px; margin:0; }
.hpt-demo-dependency { font-size:12px; line-height:1.5; margin:0 0 17px; color:#536477; }
.hpt-demo-form .hpt-blue-button { display:flex; justify-content:center; font-size:13px; padding:12px; }
.hpt-demo-results { border:1px solid #d7e7e5; border-radius:5px; background:linear-gradient(140deg,#f0f8f5,#fff 75%); padding:17px; }
.hpt-demo-results > h2 { display:flex; justify-content:space-between; align-items:center; color:#23714c; margin:0; font-size:19px; padding-bottom:12px; border-bottom:1px solid #d7e7e5; }
.hpt-demo-results > h2 small { font-size:9px; color:#596d65; }
.hpt-result-title { display:flex; align-items:center; justify-content:space-between; gap:8px; }
.hpt-result-title h3 { font-size:13px; margin:0; }
.hpt-demo-state { font-size:9px; font-weight:700; color:#226443; white-space:nowrap; }
.hpt-demo-state--pending { color:#92510c; }
.hpt-demo-measured,.hpt-demo-planning,.hpt-demo-purchase { padding:13px 0; }
.hpt-demo-measured > strong { display:block; font-size:30px; color:#23714c; margin-top:7px; }
.hpt-demo-results p { font-size:12px; line-height:1.45; margin:5px 0; }
.hpt-demo-results small { font-size:11px; line-height:1.45; color:#536477; }
.hpt-demo-planning { border-top:1px solid #d7e7e5; border-bottom:1px solid #d7e7e5; }
.hpt-demo-planning > strong { display:block; font-size:18px; margin-top:7px; }
.hpt-demo-purchase > p { font-weight:600; }
.hpt-demo-sheet-link { display:block; text-align:center; border:1px solid #2b6fa4; padding:10px 8px; border-radius:4px; font-size:12px; text-decoration:none; font-weight:700; }
.hpt-demo-results .hpt-demo-disclaimer { font-size:10px; color:#536477; margin:8px 0 0; }
.hpt-reference-home #how-it-works { border-top:1px solid #dfe7ed; padding-top:28px; padding-bottom:30px; }
.hpt-reference-home #how-it-works h2 { font-size:25px; }
.hpt-reference-home .hpt-how-grid { gap:12px; }
.hpt-reference-home .hpt-how-grid li { padding:16px; }
.hpt-reference-home .hpt-how-grid h3 { font-size:15px; }
.hpt-reference-home .hpt-how-grid p { font-size:13px; }
@media(max-width:1000px) {
 .hpt-reference-home .hpt-shell-width { width:calc(100% - 40px); }
 .hpt-reference-home .hpt-header-inner { gap:18px; }
 .hpt-reference-home .hpt-hero-inner { grid-template-columns:minmax(0,1fr) 310px; gap:26px; }
 .hpt-reference-home .hpt-hero h1 { font-size:37px; }
 .hpt-reference-home .hpt-tool-card { padding:12px; gap:9px; }
 .hpt-reference-home .hpt-tool-card strong { font-size:13px; }
 .hpt-reference-home .hpt-tool-card > span:last-child { display:none; }
 .hpt-reference-guides { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .hpt-reference-demo { grid-template-columns:minmax(0,1fr) minmax(0,1fr); }
 .hpt-demo-rail { grid-column:1/-1; display:flex; flex-wrap:wrap; align-items:center; gap:4px; }
 .hpt-demo-rail h2 { margin:0 10px 0 0; }
 .hpt-demo-rail .hpt-demo-hub { margin:0; border:0; }
}
@media(max-width:600px) {
 .hpt-reference-home .hpt-shell-width { width:calc(100% - 32px); }
 .hpt-reference-home .hpt-hero-inner { grid-template-columns:1fr; padding:24px 0; gap:24px; }
 .hpt-reference-home .hpt-hero h1 { font-size:36px; }
 .hpt-reference-home .hpt-hero-copy > p:not(.hpt-eyebrow) { font-size:15px; }
 .hpt-reference-home .hpt-tool-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
 .hpt-reference-home .hpt-tool-card { flex-direction:column; align-items:flex-start; gap:6px; }
 .hpt-compact-heading { align-items:flex-start; }
 .hpt-reference-home .hpt-compact-heading h2 { font-size:20px; }
 .hpt-compact-heading > a { font-size:11px; max-width:120px; text-align:right; }
 .hpt-reference-guides,.hpt-reference-demo { grid-template-columns:1fr; }
 .hpt-reference-guides .hpt-guide-art { height:140px; }
 .hpt-demo-rail { grid-column:auto; }
 .hpt-demo-rail h2 { width:100%; margin-bottom:4px; }
 .hpt-demo-workspace > h2 { font-size:24px; }
 .hpt-demo-results { padding:16px; }
 .hpt-reference-home .hpt-how-grid { grid-template-columns:1fr; }
 .hpt-reference-home .hpt-how-grid li:last-child { grid-column:auto; }
}
.hpt-reference-home .hpt-tool-card { flex-wrap:nowrap; }
.hpt-reference-home .hpt-tool-card > span:nth-child(2) { width:auto; }
.hpt-reference-home .hpt-hero-copy .hpt-orange-button,.hpt-reference-home .hpt-supplier-panel .hpt-orange-button { margin-top:0; }
.hpt-reference-home .hpt-preview-body p { margin-bottom:8px; }
.hpt-reference-home .hpt-preview-measure svg { flex-basis:82px; }
.hpt-reference-home .hpt-preview-pending > div { padding:6px 0; }
.hpt-reference-home .hpt-preview-note { margin-bottom:0!important; }
.hpt-reference-home .hpt-reference-guides .hpt-home-guide a { padding-top:8px; }

/* Final HOME-only density and photographic treatment. */
.hpt-reference-home .hpt-header-inner { padding-block:6px; }
.hpt-reference-home .hpt-brand-mark { width:36px; height:36px; }
.hpt-reference-home .hpt-brand strong { font-size:24px; }
.hpt-reference-home .hpt-header-search input { min-height:36px; }
.hpt-reference-home .hpt-hero h1 { font-size:46px; }
.hpt-reference-home .hpt-hero-copy > .hpt-eyebrow { font-size:10px; margin:0 0 8px; }
.hpt-reference-home .hpt-hero-copy > p:not(.hpt-eyebrow) { margin-bottom:12px; }
.hpt-reference-home .hpt-hero-steps { margin:12px 0; font-size:12px; }
.hpt-hero-search { display:flex; align-items:center; max-width:640px; height:48px; padding:3px; border:1px solid #dce5eb; border-radius:5px; background:#fff; box-shadow:0 2px 6px #0002; }
.hpt-hero-search > svg { width:21px; height:21px; flex-shrink:0; margin:0 12px; fill:none; stroke:#375a74; stroke-width:1.6; }
.hpt-hero-search input { min-width:0; flex:1; width:100%; border:0; background:transparent; color:#102f48; padding:10px 0; font:inherit; font-size:14px; }
.hpt-hero-search button { min-height:40px; padding:8px 27px; border:0; border-radius:4px; background:#c25400; color:white; font:inherit; font-size:13px; font-weight:700; cursor:pointer; }
.hpt-hero-search button:hover { background:#a94400; }
.hpt-hero-search :focus-visible { outline:3px solid #6aaed9; outline-offset:2px; }
.hpt-hero-benefits { display:flex; flex-wrap:wrap; gap:12px 24px; list-style:none; padding:0; margin:18px 0 0; color:#fff; font-size:12px; }
.hpt-hero-benefits li { display:flex; align-items:center; gap:7px; }
.hpt-hero-benefits span { font-size:17px; }
.hpt-reference-home .hpt-hero-preview { background:rgba(12,39,59,.94); color:#fff; border:1px solid #9fb3bf; border-top:1px solid #9fb3bf; box-shadow:0 6px 18px #0003; }
.hpt-reference-home .hpt-preview-heading { background:transparent; color:#c8dce9; border-bottom:1px solid #ffffff26; padding:10px 18px; font-size:9px; letter-spacing:.6px; }
.hpt-reference-home .hpt-preview-body { padding:13px 22px; }
.hpt-reference-home .hpt-preview-body h2 { font-size:25px; line-height:1.1; margin:0 0 9px; color:white; }
.hpt-reference-home .hpt-preview-dimensions { font-size:12px; color:#e1ebf1; margin:0 0 9px; }
.hpt-reference-home .hpt-preview-result { padding-top:8px; border-color:#ffffff26; }
.hpt-reference-home .hpt-preview-result strong { color:white; font-size:30px; }
.hpt-reference-home .hpt-preview-result .hpt-preview-state { font-size:8px; padding:4px 6px; }
.hpt-reference-home .hpt-preview-equivalents { color:#d4e1ea; font-size:11px; margin-bottom:6px; }
.hpt-reference-home .hpt-preview-pending { margin:4px 0 10px; font-size:10px; }
.hpt-reference-home .hpt-preview-pending > div { border-color:#ffffff26; padding:4px 0; }
.hpt-reference-home .hpt-preview-pending dd { color:#ffd7a8; }
.hpt-reference-home .hpt-hero-preview .hpt-orange-button { margin:0; min-height:38px; padding:9px 14px; font-size:12px; }
.hpt-reference-home .hpt-preview-note { color:#c8dce9; font-size:9px; margin:8px 0 0; }
.hpt-reference-home .hpt-tool-card { flex-direction:column; justify-content:center; align-items:center; gap:5px; min-height:96px; padding:10px; border-top:1px solid #dfe7ed; text-align:center; }
.hpt-reference-home .hpt-tool-card > span:last-child { display:none; }
.hpt-reference-home .hpt-tool-card strong { font-size:13px; }
.hpt-reference-home .hpt-tool-card small { display:none; }
.hpt-reference-home .hpt-tool-card .hpt-material-icon { width:38px; height:38px; padding:0; border-radius:0; background:transparent; }
.hpt-reference-home #guides .hpt-compact-heading { margin-bottom:10px; }
.hpt-reference-home #guides .hpt-compact-heading h2 { font-size:17px; }
.hpt-reference-guides .hpt-home-guide--feature { position:relative; justify-content:flex-end; background:linear-gradient(0deg,#081c2bf2 0%,#081c2b77 52%,#081c2b08 100%),url('planhousin-home-hero.webp') 57% center/cover; }
.hpt-reference-guides .hpt-home-guide--feature > .hpt-guide-art { display:none; }
.hpt-reference-guides .hpt-home-guide--feature > div:last-child { flex:0; padding:16px; }
.hpt-reference-home .hpt-reference-guides .hpt-home-guide--feature h3 { font-size:23px; color:white; }
.hpt-reference-guides .hpt-home-guide--feature p:not(.hpt-eyebrow),.hpt-reference-guides .hpt-home-guide--feature a { color:white; }
.hpt-reference-guides .hpt-guide-art--plan { background:url('gravel-guidance.webp') 4% 78%/205% auto; }
.hpt-reference-guides .hpt-guide-art--supplier { background:url('gravel-guidance.webp') 100% 34%/140% auto; }
.hpt-reference-guides .hpt-home-guide > div:last-child { padding:12px 14px; }
.hpt-reference-guides .hpt-home-guide h3 { font-size:17px; }
.hpt-reference-guides .hpt-home-guide p:not(.hpt-eyebrow) { font-size:12px; margin-bottom:6px; }
.hpt-reference-home .hpt-reference-guides .hpt-home-guide a { font-size:11px; padding-top:4px; min-height:32px; }
.hpt-supplier-panel h3 { font-size:19px; margin:4px 0 10px; }
.hpt-supplier-panel p { margin-bottom:12px; }
.hpt-supplier-panel small { margin-top:12px; }
.hpt-reference-home .hpt-demo-results { background:#f5faf7; border-top:3px solid #23714c; padding:14px 16px; }
.hpt-reference-home .hpt-demo-results > h2 { font-size:21px; }
.hpt-reference-home .hpt-demo-measured > strong { font-size:34px; }
.hpt-reference-home .hpt-demo-planning { background:#fff; border:1px solid #d7e7e5; border-radius:4px; padding:10px; }
.hpt-reference-home .hpt-demo-rail { padding:12px 6px; }
.hpt-reference-home .hpt-demo-rail a { padding:9px 7px; }
/* Dormant commerce components produce no markup until verified records exist. */
.hpt-home-buying { margin-top:14px; padding-top:14px; border-top:1px solid #d7e7e5; }
.hpt-home-buying h3 { font-size:15px; margin:0 0 10px; }
.hpt-home-buying-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.hpt-home-product { border:1px solid #dce5ec; border-radius:4px; padding:10px; background:#fff; }
.hpt-home-product img { width:100%; height:100px; object-fit:contain; }
.hpt-home-product h4 { font-size:13px; margin:8px 0; }
.hpt-home-product p,.hpt-home-product small { font-size:11px; line-height:1.45; }
.hpt-home-product a,.hpt-home-quote a { display:inline-block; padding:10px 0; font-size:12px; }
.hpt-home-disclosure { font-size:11px; color:#536477; }
.hpt-home-quote { margin-top:14px; padding:12px; border:1px solid #dce5ec; border-radius:4px; }
@media(max-width:1000px) {
 .hpt-reference-home .hpt-hero-inner { grid-template-columns:minmax(0,1fr) 310px; gap:24px; }
 .hpt-reference-home .hpt-hero h1 { font-size:36px; }
 .hpt-hero-search button { padding-inline:15px; }
 .hpt-hero-benefits { gap:9px 16px; font-size:11px; }
 .hpt-reference-home .hpt-tool-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
 .hpt-reference-guides .hpt-home-guide--feature { min-height:245px; }
}
@media(max-width:600px) {
 .hpt-reference-home .hpt-hero-inner { grid-template-columns:1fr; gap:20px; padding-block:24px; }
 .hpt-reference-home .hpt-hero h1 { font-size:34px; }
 .hpt-hero-search > svg { margin-inline:8px; width:18px; }
 .hpt-hero-search input { font-size:12px; }
 .hpt-hero-search button { padding-inline:13px; }
 .hpt-hero-benefits { display:grid; grid-template-columns:1fr 1fr; }
 .hpt-reference-home .hpt-tool-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .hpt-reference-home .hpt-tool-card { align-items:center; }
 .hpt-home-buying-grid { grid-template-columns:1fr; }
}
