/* LeadHub Pearl system. Public presentation only. */
.pearl-site.pearl-public,.pearl-site.lh-customer-ui{
 --lh-bg:#f8f7f4;--lh-surface:#fff;--lh-ink:#101d35;--lh-muted:#516078;--lh-accent:#3166e0;--lh-border:#dce1e9;--lh-soft:#edf2fd;--lh-radius:18px;--lh-shadow:0 12px 36px #10234509;
 --pearl-display:Inter,Arial,sans-serif;--pearl-blue:var(--lh-accent);--pearl-ink:var(--lh-ink);--blue:var(--lh-accent);--ink:var(--lh-ink);
 background:var(--lh-bg);color:var(--lh-ink);font-family:Inter,Arial,sans-serif;font-weight:400;
}
.pearl-public :is(h1,h2,h3,h4),.lh-customer-ui :is(h1,h2,h3,h4){font-family:Inter,Arial,sans-serif;letter-spacing:-.035em;font-weight:650;color:var(--lh-ink)}
.pearl-public :is(p,li,dd),.lh-customer-ui :is(p,li,dd){font-weight:400}
.pearl-public :is(input,select,textarea,button){font-family:Inter,Arial,sans-serif}
.pearl-public :is(a,button,input,select,textarea,summary):focus-visible{outline:3px solid var(--lh-accent);outline-offset:4px}
.pearl-public :is(.btn.primary,.lh-cta,.atlas-primary,.pearl-search button,.pearl-feature-action a){background:var(--lh-accent);border-color:var(--lh-accent)}
.pearl-public .pearl-description,.pearl-public .pearl-editorial-hero .lead{font-weight:400;color:var(--lh-muted)}
.pearl-public .pearl-editorial-hero{padding-top:56px;padding-bottom:44px}
.pearl-public .pearl-preview,.pearl-public .clarity-wrap,.pearl-public .pearl-map-heading{background:transparent}
.pearl-public .pearl-search-note{background:transparent;box-shadow:none;border:0}
.lh-section,.lh-discovery-cta{max-width:1328px;width:calc(100% - 80px);margin:0 auto;padding:72px 0}
.lh-section-heading{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:30px}
.pearl-public .lh-section-heading h2,.pearl-public .lh-discovery-cta h2{font-size:clamp(28px,3.3vw,44px);line-height:1.13;margin:0 0 14px}
.lh-section-heading p,.lh-discovery-cta p{color:var(--lh-muted);font-size:18px;line-height:1.65;margin:0;max-width:720px}
.lh-link{color:#2454bd;font-size:15px;font-weight:600;display:inline-flex;align-items:center;gap:12px;min-height:44px;text-decoration:none}
.lh-link:hover{text-decoration:underline;text-underline-offset:5px}
.lh-link i,.lh-button i{font-size:23px}
.lh-button{display:inline-flex;align-items:center;justify-content:center;gap:16px;padding:15px 24px;min-height:52px;border:1px solid var(--lh-accent);border-radius:12px;background:var(--lh-accent);color:#fff;text-decoration:none;font-weight:650}
.lh-button:hover{background:#244faf;color:#fff}
.lh-market-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.lh-market-card{background:var(--lh-surface);border:1px solid var(--lh-border);border-radius:var(--lh-radius);padding:26px;display:flex;flex-direction:column;box-shadow:var(--lh-shadow)}
.lh-market-card-top{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:24px}
.lh-market-card-top>i{font-size:28px;color:var(--lh-accent)}
.lh-status{font-size:12px;padding:7px 10px;border-radius:7px;background:#f4f0e6;color:#735620}
.pearl-public .lh-market-card h3{font-size:24px;line-height:1.25;margin:0 0 8px}
.lh-market-card p{font-size:15px;color:var(--lh-muted);line-height:1.6}
.lh-market-count{display:flex;align-items:baseline;gap:10px;margin:18px 0}
.lh-market-count strong{font-size:34px;letter-spacing:-.035em;font-weight:650}
.lh-market-count span{font-size:14px;color:var(--lh-muted)}
.lh-market-card .lh-link{margin-top:auto;border-top:1px solid #edf0f4;padding-top:15px}
.lh-flow-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:64px;align-items:center}
.lh-flow-art{height:460px;perspective:1400px;display:grid;place-items:center;overflow:hidden}
.lh-flow-rail{position:relative;width:100%;height:330px;transform-style:preserve-3d}
.lh-flow-sheet{position:absolute;left:calc(3% + var(--step)*17%);top:calc(70px - var(--step)*14px);width:25%;height:250px;transform:rotateY(-28deg) skewY(12deg);border:1px solid #cbd5e5;border-right:5px solid #ced3d9;border-bottom:4px solid #e0e3e7;border-radius:9px;background:linear-gradient(120deg,#ffffffee,#edf0f1dd);box-shadow:13px 24px 20px #24375416;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;transition:transform 260ms ease,background 260ms ease,border-color 260ms ease;z-index:calc(10 - var(--step))}
.lh-flow-sheet i{font-size:42px;color:var(--lh-ink)}
.lh-flow-sheet span{font-size:14px;text-align:center;width:85%;line-height:1.5}
.lh-flow-sheet b{position:absolute;width:7px;height:7px;right:8px;top:58%;background:var(--lh-accent);border-radius:50%;box-shadow:0 0 0 4px #3166e01a}
.lh-flow-sheet.is-active{background:linear-gradient(130deg,#fff,#dae7ff);border-color:#b6ccef;transform:rotateY(-28deg) skewY(12deg) translateY(-10px)}
.lh-flow-sheet.is-active i{color:var(--lh-accent)}
.lh-flow-controls{display:grid;gap:10px}
.lh-flow-controls[hidden]{display:none}
.lh-flow-controls button{display:flex;align-items:center;gap:16px;text-align:left;width:100%;background:#ffffffa8;border:1px solid var(--lh-border);border-radius:9px;padding:17px 20px;min-height:64px;color:var(--lh-ink);transition:background 180ms ease,border-color 180ms ease}
.lh-flow-controls button span{color:var(--lh-muted);border-right:1px solid var(--lh-border);padding-right:16px;font-variant-numeric:tabular-nums}
.lh-flow-controls button strong{font-size:17px;font-weight:600}
.lh-flow-controls button i{margin-left:auto;font-size:24px}
.lh-flow-controls button[aria-pressed=true]{background:#e4edff;border-color:#b7cdfa}
.lh-flow-controls button[aria-pressed=true] span,.lh-flow-controls button[aria-pressed=true] i{color:#2454bd}
.lh-flow-panel{margin:26px 0 12px;border-top:1px solid var(--lh-border);padding-top:20px}
.lh-flow-panel p{font-size:17px;color:var(--lh-muted);line-height:1.65}
.lh-access-flow.is-enhanced .lh-flow-panel h3{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.lh-flow-panel[hidden]{display:none}
.lh-home-faq{border-top:1px solid var(--lh-border)}
.lh-home-faq details{background:#ffffffba;border:1px solid var(--lh-border);border-radius:10px;margin:10px 0;overflow:hidden}
.lh-home-faq summary{display:flex;justify-content:space-between;align-items:center;gap:20px;list-style:none;padding:22px 26px;cursor:pointer;font-size:18px;font-weight:600}
.lh-home-faq summary::-webkit-details-marker{display:none}
.lh-home-faq summary i{font-size:24px;color:var(--lh-accent);flex-shrink:0}
.lh-home-faq details[open] summary{background:var(--lh-soft)}
.lh-home-faq details[open] summary i{transform:rotate(45deg)}
.lh-home-faq details>p{padding:22px 26px;margin:0;line-height:1.75;color:var(--lh-muted);max-width:1000px}
.lh-discovery-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;border-top:1px solid var(--lh-border);border-bottom:1px solid var(--lh-border)}
.lh-discovery-cta>div{max-width:850px}
.lh-discovery-cta .lh-button{flex-shrink:0}
.pearl-public .pearl-map-heading{padding-top:56px;padding-bottom:20px}
.pearl-public .pearl-view-bar{margin-top:0}
.pearl-public .atlas-note{padding-bottom:0}
.pearl-public .clarity-quality{margin-top:0}
.pearl-public .clarity-products{padding-top:55px}
.pearl-public .pearl-home-journey{padding-top:0}
.pearl-public .pearl-home-journey .clarity-products h2{font-size:30px}
.pearl-public .lh-foot,.pearl-public .lh-footer{background:#f1f2f3}
@media(max-width:1000px){.lh-flow-layout{gap:28px;grid-template-columns:1fr 1fr}.lh-flow-art{height:350px}.lh-flow-sheet{height:210px}.lh-market-list{gap:14px}.lh-market-card{padding:20px}}
@media(max-width:720px){.lh-section,.lh-discovery-cta{width:calc(100% - 36px);padding:44px 0}.lh-section-heading{display:block;margin-bottom:22px}.lh-section-heading p,.lh-discovery-cta p{font-size:16px}.lh-section-heading>.lh-link{margin-top:12px}.lh-market-list{grid-template-columns:1fr}.lh-market-card{padding:24px}.lh-flow-layout{grid-template-columns:1fr;gap:10px}.lh-flow-art{height:280px}.lh-flow-rail{height:250px}.lh-flow-sheet{height:170px;gap:14px}.lh-flow-sheet i{font-size:27px}.lh-flow-sheet span{font-size:10px}.lh-flow-controls button{padding:14px;min-height:56px}.lh-flow-controls button strong{font-size:15px}.lh-flow-panel{min-height:132px}.lh-home-faq summary{padding:19px;font-size:16px}.lh-home-faq details>p{padding:19px;font-size:15px}.lh-discovery-cta{display:block}.lh-discovery-cta .lh-button{margin-top:24px;width:100%}.pearl-public .pearl-editorial-hero{padding-top:32px;padding-bottom:28px}.pearl-public .pearl-map-heading{padding-top:36px}.pearl-public .pearl-description{font-size:17px}.lh-flow-content{min-width:0}}
@media(prefers-reduced-motion:reduce){.pearl-public *, .pearl-public *::before,.pearl-public *::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}.lh-flow-sheet{transition:none!important}html{scroll-behavior:auto!important}}

.pearl-public .lx{--lx-blue:var(--lh-accent);--lx-ink:var(--lh-ink);background:transparent}
.pearl-public .lx #lx-map{background:#f0f4f8!important}
.pearl-public .lx-primary,.pearl-public .lh-btn.primary{background:var(--lh-accent);border-color:var(--lh-accent)}
.lh-customer-ui .panel,.lh-customer-ui .cardx{border-color:var(--lh-border);border-radius:var(--lh-radius);box-shadow:var(--lh-shadow)}
.lh-customer-ui .btnx{background:var(--lh-accent);min-height:46px}
.lh-customer-ui .auth{max-width:600px}
.lh-customer-ui .auth h1{font-size:clamp(30px,4vw,42px);line-height:1.15}
.lh-customer-ui .field label{font-weight:600}
.lh-customer-ui .form-control{min-height:48px;font-family:Inter,Arial,sans-serif}
.lh-customer-ui .muted{color:var(--lh-muted)}
.lh-city-launch{display:flex;align-items:center;gap:9px;border:1px solid #cbd7ec;background:#ffffffc9;color:#2454bd;border-radius:9px;min-height:44px;padding:10px 14px;font-size:14px;font-weight:600;margin-top:12px}
.lh-city-launch[hidden]{display:none}
.lh-city-launch i{font-size:22px}
.lh-city-dialog{width:min(1280px,calc(100% - 40px));max-height:calc(100dvh - 40px);padding:28px;border:1px solid var(--lh-border);border-radius:24px;background:var(--lh-bg);color:var(--lh-ink);box-shadow:0 35px 120px #10233c30;overflow:auto}
.lh-city-dialog::backdrop{background:#10233c85;backdrop-filter:blur(6px)}
.lh-city-top{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:13px;color:var(--lh-muted)}
.lh-city-top button{display:flex;align-items:center;gap:8px;min-height:44px;border:1px solid var(--lh-border);border-radius:9px;padding:8px 12px;background:#fff;color:var(--lh-ink)}
.lh-city-top button i{font-size:25px}
.lh-city-layout{display:grid;grid-template-columns:.75fr 1.4fr;gap:20px;align-items:center}
.pearl-public .lh-city-copy h2{font-size:clamp(32px,4vw,52px);line-height:1.1}
.lh-city-copy>p{color:var(--lh-muted);font-size:18px;line-height:1.6}
.lh-city-controls{display:flex;gap:9px;margin:24px 0}
.lh-city-controls button{border:1px solid var(--lh-border);background:#fff;border-radius:9px;min-height:48px;min-width:48px;padding:10px;color:var(--lh-ink)}
.lh-city-controls i{font-size:24px}
.lh-city-copy .lh-button{font-size:14px;padding:14px 16px}
.lh-city-copy #lh-city-status{font-size:13px;margin-top:20px;min-height:44px}
.lh-city-stage{height:550px;min-width:0}
.lh-city-stage>img{width:100%;height:100%;object-fit:contain}
.lh-city-stage canvas{display:block;max-width:100%}
.lh-city-caption{font-size:13px;line-height:1.7;color:var(--lh-muted);border-top:1px solid var(--lh-border);padding-top:14px;margin:0}
@media(max-width:720px){.lh-city-dialog{width:calc(100% - 20px);max-height:calc(100dvh - 20px);padding:18px;border-radius:16px}.lh-city-top>span{display:none}.lh-city-top{justify-content:flex-end}.lh-city-layout{display:flex;flex-direction:column;gap:0}.lh-city-copy{width:100%}.lh-city-copy h2{margin-top:18px}.lh-city-copy>p{font-size:15px}.lh-city-controls{margin:16px 0}.lh-city-stage{height:260px;width:100%;order:-1}.lh-city-copy #lh-city-status{min-height:0}.lh-city-caption{font-size:12px}}

.lh-flow-sheet{background:linear-gradient(120deg,#fff,#edf0f1)}
.lh-flow-sheet span{white-space:normal;overflow-wrap:normal;width:80%;font-size:13px}
.lh-flow-sheet::after{content:"";position:absolute;height:1px;width:45%;background:#3166e065;right:-45%;top:59%;z-index:-1}
.lh-flow-sheet:last-child::after{display:none}
@media(max-width:720px){.lh-flow-sheet span{font-size:10px}}

.pearl-site.pearl-public .pearl-hero{background:var(--lh-bg)}
@media(max-width:820px){
 .pearl-site.pearl-public .pearl-intro h1{font-size:clamp(32px,5.7vw,48px);line-height:1.1;max-width:18ch}
 .pearl-intro h1 br{display:none}
 .pearl-site.pearl-public .pearl-description{font-size:16px;line-height:1.65;margin-bottom:12px}
 .pearl-public .pearl-intro{padding-top:26px;padding-bottom:10px}
 .pearl-public .pearl-search-wrap{order:2;margin:8px 0 0}
 .pearl-public .pearl-scene{order:3;height:190px;margin-top:14px}
 .pearl-public .pearl-search{padding:10px;gap:8px}
 .pearl-public .pearl-search label{min-height:62px}
 .pearl-public .pearl-search-note p{font-size:12px!important}
 .pearl-public .pearl-search-note{padding-bottom:8px}
 .pearl-public .lh-city-launch{margin-top:6px}
 .lh-flow-sheet span{display:none}
 .lh-flow-sheet i{font-size:32px}
 .lh-flow-sheet b{top:70%}
 .lh-flow-sheet::after{top:72%}
}

.pearl-site.pearl-public :is(.lh-section,.lh-discovery-cta,.pearl-map-heading.container,.pearl-preview,.pearl-view-bar,.clarity-wrap){max-width:1320px;width:calc(100% - 80px);margin-left:auto;margin-right:auto}
.pearl-site.pearl-public .pearl-map-heading{margin-top:0;margin-bottom:20px;padding:56px 0 0}
.pearl-site.pearl-public .pearl-view-bar{padding:0}
.pearl-site.pearl-public .pearl-preview{padding:44px 0}
.pearl-site.pearl-public .clarity-wrap{padding-left:0;padding-right:0}
@media(max-width:720px){
 .pearl-site.pearl-public :is(.lh-section,.lh-discovery-cta,.pearl-map-heading.container,.pearl-preview,.pearl-view-bar,.clarity-wrap){width:calc(100% - 36px)}
 .pearl-site.pearl-public .pearl-map-heading{padding-top:36px}
 .pearl-site.pearl-public .pearl-preview{padding:32px 0}
}

.lh-flow-sheet span{max-width:78px;font-size:12px;line-height:1.4}
.pearl-public .atlas-pin-inner,.pearl-public .atlas-pin-inner strong,.pearl-public .atlas-pin-inner span,.pearl-public .leaflet-popup-content{font-family:Inter,Arial,sans-serif}

/* Scope and discovery refinements, same Pearl component system. */
.lh-scope-layout{display:grid;grid-template-columns:.85fr 1.3fr;gap:0;background:#fff;border:1px solid var(--lh-border);border-radius:18px;overflow:hidden;box-shadow:var(--lh-shadow)}
.lh-scope-market{background:#f1f3f5;border-right:1px solid var(--lh-border)}
.lh-scope-market>img{display:block;width:100%;height:235px;object-fit:cover}
.lh-scope-market>div{padding:28px}
.pearl-public .lh-scope-market h3,.pearl-public .lh-scope-content h3{font-size:26px;line-height:1.2;margin:20px 0 12px}
.lh-scope-market p{color:var(--lh-muted);font-size:16px;line-height:1.6;margin-bottom:12px}
.lh-scope-market p strong{color:var(--lh-ink);font-size:26px;font-weight:650}
.lh-scope-market .lh-scope-small{font-size:13px;margin-bottom:0}
.lh-scope-content{padding:32px}
.pearl-public .lh-scope-content h3{margin-top:0}
.lh-scope-content>p{color:var(--lh-muted);font-size:15px;line-height:1.7}
.lh-scope-fields{margin:24px 0}
.lh-scope-fields>div{display:grid;grid-template-columns:1fr 1.3fr;gap:12px;padding:14px 0;border-bottom:1px solid var(--lh-border)}
.lh-scope-fields dt{display:flex;gap:10px;align-items:center;font-size:15px;font-weight:600}
.lh-scope-fields dt i{font-size:22px;color:var(--lh-accent)}
.lh-scope-fields dd{font-size:14px;color:var(--lh-muted);margin:0;line-height:1.5}
.lh-scope-access{display:flex;gap:12px;padding:16px;background:var(--lh-soft);border-radius:10px;margin-bottom:22px}
.lh-scope-access>i{font-size:26px;color:var(--lh-accent);flex:none}
.lh-scope-access p{font-size:14px;line-height:1.65;color:var(--lh-muted);margin:0}
.lh-scope-access strong{color:var(--lh-ink)}
.lh-scope-content>.lh-link{margin-left:18px}
.pearl-site .lh-head .lh-actions .lh-btn.primary{background:#3166e0;border-color:#3166e0}
.pearl-site .lh-mobile-discover{justify-content:space-between;align-items:center;background:#3166e0;color:#fff;min-height:48px;margin-bottom:8px}
.lh-source-note{border:1px solid #e3d6b9;border-left:3px solid #a17a33;border-radius:10px;background:#fbf7ee;font-size:14px;line-height:1.7;margin-top:24px;margin-bottom:12px;color:#5d4d30}
@media(max-width:1080px){.pearl-site .lh-nav,.pearl-site .lh-actions{display:none}.pearl-site .lh-mobile{display:block}.pearl-site .lh-head{position:sticky;top:0}.pearl-site .lh-bar{min-height:76px}}
@media(max-width:720px){.lh-scope-layout{grid-template-columns:1fr}.lh-scope-market{border-right:0;border-bottom:1px solid var(--lh-border)}.lh-scope-market>img{height:180px}.lh-scope-market>div,.lh-scope-content{padding:22px}.lh-scope-fields>div{grid-template-columns:1fr;gap:6px}.lh-scope-fields dd{padding-left:32px}.lh-scope-content>.lh-link{margin-left:0;margin-top:10px;display:flex}.lh-scope-content>.lh-button{width:100%}.lh-source-note{width:calc(100% - 36px);padding:16px!important}.lh-scope-market p{font-size:15px}}

.lh-status.is-ready{background:#e8f3ee;color:#246047;border:1px solid #d0e6da}

.pearl-public .clarity-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.pearl-public .clarity-product{min-width:0}
.pearl-public .clarity-product>div{min-width:0;flex:1}
@media(max-width:720px){
 .pearl-public .clarity-product-grid{grid-template-columns:minmax(0,1fr)}
 .pearl-public .clarity-product{padding:20px 16px;gap:12px}
 .pearl-public .clarity-product>i:first-child{flex:0 0 36px;width:36px;font-size:28px}
 .pearl-public .clarity-product>i:last-child{flex:0 0 20px;font-size:22px}
 .pearl-public .clarity-product h3{font-size:20px;overflow-wrap:break-word}
}

/* Shared support navigation and explicit form constraints. */
.lh-footer-legal{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.lh-footer-legal a{color:inherit;text-decoration:underline;text-underline-offset:4px;min-height:44px;display:inline-flex;align-items:center}
.lh-footer-legal a:focus-visible{outline:2px solid #3166e0;outline-offset:4px;border-radius:3px}
.pearl-site .lh-footer-bottom{align-items:center;flex-wrap:wrap}
.pearl-site .lh-footer-links a{min-height:36px;display:flex;align-items:center}
.pearl-site .lh-field-help{font-size:13px;line-height:1.6;color:var(--lh-muted,#526078);margin:8px 0 16px}
@media(max-width:800px){.pearl-site .lh-footer-bottom{align-items:flex-start}.pearl-site .lh-footer-links a{min-height:44px}}

.lh-consent-copy{display:block;flex:1;min-width:0}.pearl-site .lh-consent-copy a{display:inline;overflow-wrap:anywhere}.pearl-site :is(.check,.pearl-consent)>input[type=checkbox]{flex:0 0 18px}

/* Progressive market result navigation; full HTML remains usable without JS. */
.lx-results>.lx-row[hidden],.lx-more-panel[hidden],.lx-more-panel button[hidden]{display:none!important}
.lx-more-panel{padding:24px;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;border:1px solid var(--lh-border);border-radius:16px;background:var(--lh-soft);margin-top:16px}
.lx-more-count{font-size:14px;line-height:1.65;color:var(--lh-muted);margin:0;max-width:360px}
.lx-more-panel .lx-primary{min-height:48px}
@media(max-width:720px){.lx-more-panel{padding:22px 16px}.lx-more-panel .lx-primary{width:100%}}

@media(max-width:480px){
 .pearl-site .lx-filters{grid-template-columns:minmax(0,1fr);gap:14px}
 .pearl-site .lx-filters>div{min-width:0}
 .pearl-site .lx-filters select{min-height:48px}
 .pearl-site .lx-filters>button{width:100%}
 .pearl-site .lx-filters>a{grid-column:auto;text-align:center;justify-self:center;min-height:44px;display:inline-flex;align-items:center}
}

/* Bounded, explicit model controls: no wheel interception or continuous animation. */
.lh-city-top{position:sticky;top:0;z-index:3;background:var(--lh-bg);padding-bottom:8px}
.lh-city-controls{flex-wrap:wrap}
.lh-city-controls button:disabled{opacity:.4;cursor:not-allowed}
.lh-city-zoom{display:flex;flex-basis:100%;align-items:center;gap:9px}
.lh-city-zoom output{display:flex;align-items:center;justify-content:center;min-width:64px;min-height:48px;font-variant-numeric:tabular-nums;font-size:14px;font-weight:600}

.lh-city-controls{display:grid;grid-template-columns:48px 48px minmax(0,1fr);gap:8px;max-width:290px}
.lh-city-controls>[data-city-reset]{min-width:0;padding:8px;font-size:14px}
.lh-city-zoom{grid-column:1/-1}

/* Segment decision header: market identity first, source disclosure before access. */
.pearl-site .pearl-segment{background:var(--lh-bg)}
.lh-segment-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:center;gap:40px;margin:12px 0 30px}
.lh-segment-hero .lh-segment-intro{grid-area:auto;min-width:0}
.pearl-site .lh-segment-hero h1{font-size:clamp(32px,3.5vw,50px);line-height:1.14;margin:12px 0 18px}
.pearl-site .lh-segment-hero .lh-segment-location{font-size:18px;margin:0 0 20px}
.pearl-site .lh-segment-hero .lh-segment-count{margin:0 0 8px}
.pearl-site .lh-segment-hero .lh-segment-note{margin:0}
.pearl-site .lh-segment-hero .pearl-segment-visual{height:260px;margin:0}
.pearl-site .pearl-segment .lh-source-note{width:100%;max-width:none;margin:0 0 32px;padding:18px 22px}
.pearl-site .pearl-segment .lh-segment-grid{grid-template-areas:"details action";gap:32px}
.pearl-site .lh-segment-details .lh-section-heading:first-child{margin-top:0}
@media(max-width:800px){
 .lh-segment-hero{grid-template-columns:minmax(0,1fr);gap:22px;margin-bottom:24px}
 .pearl-site .lh-segment-hero .pearl-segment-visual{height:180px}
 .pearl-site .pearl-segment .lh-segment-grid{grid-template-areas:"action" "details";grid-template-columns:minmax(0,1fr);gap:28px}
 .pearl-site .lh-segment-hero h1{font-size:34px}
 .pearl-site .lh-segment-hero .lh-segment-location{font-size:16px}
}
