/* The Beacon — shared masthead search styling. Referenced by beacon.html, pillar pages, archive.html. */
.beacon-search{position:relative;max-width:560px;margin-top:26px;}
.beacon-search-input{width:100%;padding:13px 16px 13px 42px;font-size:15px;font-family:"DM Sans",sans-serif;color:#1A2E44;border:1px solid #D5D0C8;border-radius:6px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238A9BAC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:15px center;transition:border-color 0.15s,box-shadow 0.15s;}
.beacon-search-input::placeholder{color:#9AAAB8;}
.beacon-search-input:focus{outline:none;border-color:#2471A3;box-shadow:0 0 0 3px rgba(36,113,163,0.1);}
.beacon-search-results{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid #E2DED6;border-radius:6px;box-shadow:0 10px 34px rgba(10,25,47,0.14);max-height:440px;overflow-y:auto;z-index:200;display:none;}
.beacon-search-results.active{display:block;}
.bsr-head{padding:9px 16px;font-size:10px;letter-spacing:1.5px;text-transform:uppercase;color:#A8B8C4;border-bottom:1px solid #F0EDE8;background:#FBFAF8;position:sticky;top:0;}
.bsr-item{display:block;padding:13px 16px;border-bottom:1px solid #F0EDE8;transition:background 0.12s;}
.bsr-item:last-child{border-bottom:none;}
.bsr-item:hover{background:#F5F2EE;}
.bsr-pillar{font-size:9px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:#2471A3;}
.bsr-title{font-family:"Playfair Display",serif;font-size:15px;font-weight:600;color:#1A2E44;line-height:1.3;margin:3px 0;}
.bsr-snippet{font-size:12px;color:#6A7D8E;line-height:1.45;}
.bsr-meta{font-size:10px;color:#A8B8C4;margin-top:3px;font-family:"DM Mono",monospace;}
.bsr-empty{padding:22px 16px;text-align:center;font-size:13px;color:#8A9BAC;line-height:1.5;}
.bsr-empty a{color:#2471A3;}
.bsr-mark{background:#FFF1C2;color:#1A2E44;border-radius:2px;padding:0 1px;}
@media(max-width:640px){.beacon-search{max-width:none;}}
