/* Homepage illustration and public grade selector; scoped to this layout. */
.home-image-layout{padding-top:0;background:#fff}
.home-image-layout .landing-top{position:relative;padding:0;background:#fff;border-radius:0;overflow:hidden}
.home-image-layout .landing-top>.user-brand{position:absolute;z-index:2;top:0;left:0;padding:20px 22px 16px;margin:0;min-height:0;font-size:23px;color:#fff;text-shadow:0 1px 4px #78360b80}
.home-image-layout .landing-top:after{content:'';display:block;position:absolute;z-index:1;top:auto;left:0;right:0;bottom:0;width:100%;height:14%;border-radius:0;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff);pointer-events:none}
.home-image-layout .home-hero-image{display:block;width:100%;height:auto;object-fit:contain}
.home-image-layout .landing-top{container-type:inline-size}
.home-image-layout .home-hero-message{position:absolute;z-index:2;top:76px;left:22px;width:56%;max-width:calc(100% - 44px);color:#653019;text-align:left;pointer-events:none}
.home-image-layout .home-hero-message p{margin:0;white-space:nowrap;font-weight:800;font-size:clamp(13px,3.8cqw,19px);line-height:1.5;letter-spacing:0}
.home-image-layout .home-hero-message p+p{margin-top:3px;font-size:clamp(12px,3.4cqw,17px);font-weight:700}
@media(max-width:350px){.home-image-layout .home-hero-message{top:69px}}
.home-image-layout>.home-feature-stage{padding:18px 20px 0;margin:0}
.home-image-layout .home-features{display:grid;grid-template-columns:repeat(2,max-content);justify-content:center;gap:6px clamp(16px,5vw,28px);padding:12px;background:#fff8ef;border:1px solid #f8e9dc;border-radius:18px;font-size:14px}
.home-image-layout .home-features li{min-height:38px;justify-content:flex-start;text-align:left;gap:8px;padding:2px 0;white-space:normal;line-height:1.5}
.home-image-layout .home-features .feature-icon{width:24px;height:24px;flex:0 0 24px;padding:3px}
.home-image-layout .landing-bottom{padding:24px 20px 32px}
.home-image-layout .home-grade{display:grid;grid-template-columns:max-content minmax(0,1fr);align-items:center;gap:10px;margin:0;text-align:left;font-size:18px}
.home-image-layout .home-grade>span{white-space:nowrap;font-weight:750;line-height:1.4}
.home-image-layout .home-grade-picker{min-width:0}
.home-image-layout .home-grade-trigger{padding:0 10px;font-size:14px;gap:4px;min-height:48px}
.home-image-layout #home-grade-value{white-space:nowrap}
.home-image-layout .home-grade-chevron{flex:none}
.home-image-layout .home-grade-options{max-height:230px}
@media(max-width:380px){
 .home-image-layout .home-grade{font-size:16px;gap:8px;grid-template-columns:max-content minmax(0,1fr)}
 .home-image-layout .home-grade-trigger{padding:0 7px;font-size:13px}
}
@media(max-width:350px){
 .home-image-layout>.home-feature-stage{padding:14px 12px 0}
 .home-image-layout .home-features{padding:10px;column-gap:14px;font-size:13px}
 .home-image-layout .home-features li{gap:6px}
 .home-image-layout .landing-bottom{padding:22px 12px 28px}
 .home-image-layout .home-grade{grid-template-columns:max-content minmax(0,1fr);gap:7px;font-size:15.5px}
 .home-image-layout .home-grade-trigger{padding:0 7px;font-size:13px}
}
