:root { color-scheme: light; } * { box-sizing: border-box; } body { margin: 0; min-width: 320px; background: #f7faf8; color: #162b21; font-family: Inter, system-ui, sans-serif; } .search-shell { width: min(960px, calc(100% - 32px)); margin: 0 auto; padding: 30px 0 54px; } .search-nav { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 44px; } .brand { color: #246444; font-size: 1.1rem; font-weight: 800; text-decoration: none; } .back-link { color: #246444; font-weight: 700; text-decoration: none; } .search-hero { max-width: 720px; } .eyebrow { color: #8b5c21; font-size: .78rem; font-weight: 800; letter-spacing: .1em; margin: 0 0 9px; text-transform: uppercase; } h1 { color: #246444; font-size: clamp(2rem, 6vw, 3.4rem); letter-spacing: -.045em; margin: 0; } .lede { color: #496057; font-size: 1.08rem; line-height: 1.6; margin: 14px 0 25px; } .search-label { display: block; color: #264337; font-size: .9rem; font-weight: 800; margin-bottom: 8px; } .search-input { width: 100%; border: 2px solid #b8ddc8; border-radius: 14px; color: #162b21; font: inherit; font-size: 1.05rem; padding: 15px 16px; } .search-input:focus { border-color: #246444; box-shadow: 0 0 0 4px rgba(36,100,68,.13); outline: 0; } .search-status { color: #587068; font-size: .9rem; margin: 16px 0; } .results { display: grid; gap: 12px; margin-top: 18px; } .result-card { background: #fff; border: 1px solid #c6e1d0; border-radius: 14px; box-shadow: 0 5px 16px rgba(22,43,33,.05); color: inherit; display: block; padding: 18px 20px; text-decoration: none; } .result-card:hover, .result-card:focus-visible { border-color: #246444; box-shadow: 0 7px 20px rgba(22,43,33,.11); outline: 0; transform: translateY(-1px); } .result-meta { color: #8b5c21; font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; } .result-title { color: #246444; font-size: 1.16rem; font-weight: 800; margin: 6px 0; } .result-summary { color: #496057; line-height: 1.5; margin: 0; } .empty { background: #fffdf8; border: 1px solid #ead8bd; border-radius: 14px; color: #664d2d; padding: 18px 20px; } @media (max-width: 560px) { .search-shell { width: min(100% - 24px, 960px); padding-top: 20px; } .search-nav { margin-bottom: 30px; } }
