/* Homepage discovery system. No carousel, nested scrolling or fixed content heights. */
.discovery-hero {
    --discovery-blue: #123fc5;
    --discovery-ink: #102a62;
    --discovery-accent: #d9f584;
    --discovery-soft: #e5edff;
    margin-top: 24px;
}
.discovery-stage { display:grid; grid-template-columns:.95fr 1.05fr; gap:40px; align-items:center; padding:32px 40px; border-radius:28px; background:var(--discovery-blue); color:#fff; }
.discovery-stage > *, .discovery-mosaic > * { min-width:0; }
.discovery-eyebrow { display:flex; gap:10px; align-items:center; margin:0 0 24px; color:var(--discovery-soft); font-size:11px; font-weight:700; letter-spacing:.16em; }
.discovery-eyebrow > span { color:var(--discovery-accent); font-size:22px; }
.discovery-intro h1 { margin:0; font-size:clamp(38px,4.2vw,56px); font-weight:800; line-height:1.18; letter-spacing:-.055em; word-break:keep-all; overflow-wrap:anywhere; }
.discovery-intro h1 em { color:var(--discovery-accent); font-style:normal; }
.discovery-description { margin:22px 0 28px; color:var(--discovery-soft); font-size:16px; line-height:1.75; word-break:keep-all; }
.discovery-actions { display:flex; align-items:center; flex-wrap:wrap; gap:10px 18px; }
.discovery-primary { display:inline-flex; align-items:center; gap:24px; min-height:50px; padding:13px 18px; border-radius:10px; color:var(--discovery-ink); background:#fff; font-weight:800; font-size:14px; }
.discovery-primary > span { font-size:20px; line-height:1; }
.discovery-primary:hover { background:var(--discovery-accent); color:var(--discovery-ink); }
.discovery-secondary { display:inline-flex; gap:8px; align-items:center; min-height:44px; color:#fff; font-weight:600; font-size:13px; text-decoration:underline; text-underline-offset:5px; }
.discovery-secondary:hover { color:var(--discovery-accent); }
.discovery-signoff { margin-top:36px; }
.discovery-signoff > span { font-size:16px; font-weight:700; letter-spacing:-.03em; }
.discovery-signoff > span > span { padding:0 10px; color:#9cb6ff; font-weight:400; }
.discovery-signoff p { color:var(--discovery-soft); margin:5px 0 0; font-size:12px; }
.discovery-showcase-heading { display:flex; flex-wrap:wrap; gap:6px 12px; justify-content:space-between; align-items:center; margin-bottom:12px; color:var(--discovery-soft); font-size:11px; }
.discovery-showcase-heading > span:first-child { color:var(--discovery-accent); font-weight:700; letter-spacing:.12em; }
.discovery-mosaic { display:grid; grid-template-columns:1.12fr .88fr; gap:12px; }
.discovery-product { display:flex; flex-direction:column; background:#fff; border-radius:16px; padding:8px; color:var(--discovery-ink); }
.discovery-product:first-child { grid-row:span 2; }
.discovery-product-photo { position:relative; display:block; background:#f5f7fa; border-radius:10px; }
.discovery-product-photo img { width:100%; height:90px; object-fit:contain; border-radius:10px; background:#fff; }
.discovery-product:first-child .discovery-product-photo { flex:1; display:flex; align-items:center; }
.discovery-product:first-child .discovery-product-photo img { height:230px; }
.discovery-market { position:absolute; top:7px; left:7px; border:1px solid #e5e9ef; border-radius:5px; background:#fff; color:#3d4650; padding:3px 6px; font-size:9px; font-weight:600; }
.discovery-photo-arrow { position:absolute; right:7px; bottom:7px; display:grid; place-items:center; width:26px; height:26px; border-radius:50%; background:#edf2fc; color:var(--discovery-ink); font-size:16px; }
.discovery-product-info { padding:4px 7px 6px; }
.discovery-product-keyword { display:flex; align-items:center; gap:4px; min-height:36px; color:var(--discovery-blue); font-size:15px; font-weight:800; overflow-wrap:anywhere; }
.discovery-product-keyword > span { color:#637ba1; font-size:12px; font-weight:500; }
.discovery-product-name { display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; color:#4b5668; font-size:11px; line-height:1.5; overflow-wrap:anywhere; }
.discovery-product-name:hover { color:var(--discovery-blue); text-decoration:underline; }
.discovery-product-name:focus-visible { display:block; overflow:visible; }
.discovery-product:not(:first-child) .discovery-product-name { display:none; }
.discovery-product-price { margin:8px 0 0; color:#172b4d; font-size:16px; font-weight:800; line-height:1.3; }
.discovery-product-price > span { font-size:10px; font-weight:500; color:#57677c; margin-right:3px; }
.discovery-product-price small { font-size:11px; font-weight:500; }
.discovery-product:first-child .discovery-product-info { padding:10px 10px 12px; }
.discovery-product:first-child .discovery-product-keyword { font-size:19px; min-height:42px; }
.discovery-product:first-child .discovery-product-name { font-size:12px; }
.discovery-product:first-child .discovery-product-price { font-size:22px; margin-top:12px; }
.discovery-price-note { margin:10px 0 0; color:var(--discovery-soft); font-size:10px; text-align:right; line-height:1.6; }
.discovery-mosaic--1, .discovery-mosaic--2 { grid-template-columns:repeat(2,minmax(0,1fr)); align-items:start; }
.discovery-mosaic--1 .discovery-product:first-child, .discovery-mosaic--2 .discovery-product:first-child { grid-row:auto; }
.discovery-mosaic--1 { grid-template-columns:minmax(0,320px); justify-content:center; }
.discovery-empty { padding:30px; border:1px solid #6d8fec; border-radius:20px; }
.discovery-empty > span { color:var(--discovery-accent); font-size:48px; }
.discovery-empty h2 { font-size:34px; line-height:1.3; letter-spacing:-.04em; }
.discovery-empty p { color:var(--discovery-soft); line-height:1.8; }
.discovery-empty a { display:inline-flex; align-items:center; min-height:44px; color:#fff; text-decoration:underline; }
.discovery-hero a:focus-visible { outline:3px solid var(--discovery-accent); outline-offset:3px; }
.discovery-product a:focus-visible { outline-color:var(--discovery-blue); }
.home-section-eyebrow { margin:0 0 6px; color:#526d91; font-size:10px; letter-spacing:.13em; font-weight:700; }
.home-catalog h2 { margin:0; color:var(--ink); font-size:22px; font-weight:800; letter-spacing:-.035em; }
.home-catalog { scroll-margin-top:80px; }
.home-catalog .section-head .home-section-eyebrow { color:#526d91; font-size:10px; margin:0 0 6px; }
.home-catalog .product-card { border-radius:14px; }
@media (max-width:1000px) {
    .discovery-stage { gap:26px; padding:28px; }
    .discovery-intro h1 { font-size:42px; }
    .discovery-mosaic { gap:8px; }
    .discovery-product:first-child .discovery-product-info { padding:8px 5px; }
    .discovery-product:first-child .discovery-product-keyword { font-size:16px; }
}
@media (max-width:760px) {
    .discovery-hero { margin-top:16px; }
    .discovery-stage { grid-template-columns:minmax(0,1fr); gap:26px; padding:26px; border-radius:22px; }
    .discovery-eyebrow { margin-bottom:16px; }
    .discovery-intro h1 { font-size:40px; }
    .discovery-description { margin:16px 0 20px; font-size:14px; line-height:1.65; }
    .discovery-signoff { display:none; }
    .discovery-mosaic, .discovery-mosaic--1, .discovery-mosaic--2 { grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px; align-items:stretch; }
    .discovery-product { padding:5px; border-radius:11px; }
    .discovery-product:first-child { grid-row:auto; }
    .discovery-product-photo img, .discovery-product:first-child .discovery-product-photo img { height:auto; aspect-ratio:1; }
    .discovery-product:first-child .discovery-product-photo { flex:none; display:block; }
    .discovery-product-info, .discovery-product:first-child .discovery-product-info { padding:4px 3px 6px; }
    .discovery-product-keyword, .discovery-product:first-child .discovery-product-keyword { font-size:13px; min-height:44px; line-height:1.35; }
    .discovery-product-keyword > span { display:none; }
    .discovery-product-name { display:none; }
    .discovery-product-price, .discovery-product:first-child .discovery-product-price { margin-top:2px; font-size:14px; }
    .discovery-product-price > span { display:block; font-size:9px; margin-bottom:2px; }
    .discovery-market { top:3px; left:3px; font-size:10px; padding:2px 3px; }
    .discovery-photo-arrow { display:none; }
    .discovery-showcase-heading { font-size:10px; gap:4px; }
    .discovery-price-note { font-size:10px; text-align:left; }
    .discovery-mosaic--1, .discovery-mosaic--2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .discovery-mosaic--1 { grid-template-columns:minmax(0,180px); justify-content:center; }
    .home-catalog h2 { font-size:20px; }
}
@media (max-width:380px) {
    .discovery-stage { padding:22px 16px; }
    .discovery-intro h1 { font-size:36px; }
    .discovery-actions { gap:4px 12px; }
    .discovery-primary { padding:12px; gap:12px; font-size:13px; }
    .discovery-secondary { font-size:12px; }
    .discovery-product-price, .discovery-product:first-child .discovery-product-price { font-size:12px; }
}
