/* CBD v3.2.18 — sitewide header consistency, homepage spacing, search repair */

/* Sitewide header now matches the homepage treatment. */
.cbd-site-header{
    background:#ffefdd!important;
    box-shadow:0 1px 0 rgba(116,72,42,.055)!important;
}
.cbd-header-row{background:transparent!important}
.cbd-native-menu>li>a{
    position:relative;
    margin:0 -7px;
    padding:0 7px;
    border-radius:10px;
    transition:color .2s ease,background-color .2s ease,box-shadow .2s ease,transform .2s ease!important;
}
.cbd-native-menu>li>a:hover,
.cbd-native-menu>li:focus-within>a{
    background:rgba(255,255,255,.44)!important;
    box-shadow:0 8px 24px rgba(255,255,255,.42),inset 0 1px 0 rgba(255,255,255,.66)!important;
    transform:translateY(-1px);
}
.cbd-icon-button{
    background:rgba(255,255,255,.72)!important;
    border-color:rgba(221,199,178,.82)!important;
    box-shadow:0 3px 12px rgba(89,53,27,.035)!important;
    transition:transform .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease!important;
}
.cbd-icon-button:hover,.cbd-icon-button:focus-visible{
    transform:translateY(-2px);
    background:#fff!important;
    border-color:rgba(255,255,255,.96)!important;
    box-shadow:0 10px 26px rgba(255,255,255,.76),0 7px 18px rgba(83,48,24,.08)!important;
}
.cbd-quote-button{
    font-weight:600!important;
    letter-spacing:.005em!important;
    box-shadow:0 3px 10px rgba(232,91,56,.12);
    transition:transform .2s ease,box-shadow .2s ease,filter .2s ease!important;
}
.cbd-quote-button:hover,.cbd-quote-button:focus-visible{
    transform:translateY(-2px);
    box-shadow:0 10px 26px rgba(255,255,255,.56),0 8px 20px rgba(232,91,56,.20)!important;
}

/* Homepage CTA needs a visible white breathing row before the FAQ block. */
.home .cta-box{margin-bottom:46px!important}

/* Search page: explicit normal document flow prevents legacy selector collisions. */
body.search-results{
    position:static!important;
    inset:auto!important;
    top:auto!important;
    left:auto!important;
    width:auto!important;
    max-height:none!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    box-shadow:none!important;
}
body.search-results .cbd-site-header{margin-top:0!important}
body.search-results .cbd-search-page{position:relative!important;margin:0!important;padding:0!important}
body.search-results .cbd-search-hero{margin:0!important}
body.search-results .cbd-search-content{margin:0!important}
body.search-results .cbd-search-hero h1{font-weight:650!important;letter-spacing:-.035em}
body.search-results .cbd-search-group>h2{font-weight:650!important;letter-spacing:-.025em}
body.search-results .cbd-search-products article,
body.search-results .cbd-search-guides article,
body.search-results .cbd-search-categories>a{
    transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
body.search-results .cbd-search-products article:hover,
body.search-results .cbd-search-guides article:hover,
body.search-results .cbd-search-categories>a:hover{
    transform:translateY(-3px);
    border-color:#dac7b5;
    box-shadow:0 18px 38px rgba(7,47,73,.10);
}

@media(max-width:960px){
    .cbd-site-header{background:#ffefdd!important}
    .home .cta-box{margin-bottom:28px!important}
}
