/* BeeFixPro homepage v22
   Brand concierge, rotating technician command board and FAQ answer console. */

/* ---------------------------------------------------------
   BRAND CONCIERGE
   --------------------------------------------------------- */
.brand-finder {
    position: relative;
    z-index: 4;
    display: grid;
    align-items: stretch;
    gap: 18px;
    margin: 0 0 26px;
    padding: 17px;
    border: 1px solid #d9dbd8;
    border-radius: 27px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(246, 247, 245, .96));
    box-shadow: 0 20px 48px rgba(34, 34, 31, .075), inset 0 1px 0 #fff;
    grid-template-columns: minmax(0, 1.03fr) minmax(390px, .97fr);
}

.brand-finder::before {
    position: absolute;
    top: 0;
    left: 44px;
    width: 112px;
    height: 3px;
    border-radius: 0 0 5px 5px;
    background: linear-gradient(90deg, #a96800, #ffca55, transparent);
    content: "";
}

.brand-finder__search {
    padding: 15px 17px 11px;
}

.brand-finder__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 9px;
    color: #9a6200;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.brand-finder__search > label {
    display: block;
    margin-bottom: 12px;
    color: #292722;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: clamp(21px, 2vw, 28px);
    font-weight: 900;
    letter-spacing: -.025em;
    line-height: 1.05;
}

.brand-finder__input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-finder__input-wrap > i {
    position: absolute;
    z-index: 2;
    left: 17px;
    color: #a66a00;
    font-size: 15px;
    pointer-events: none;
}

.brand-finder__input-wrap input {
    width: 100%;
    height: 58px;
    padding: 0 53px 0 47px;
    border: 1px solid #d1d4d1;
    border-radius: 16px;
    outline: 0;
    color: #2a2824;
    background: #fff;
    box-shadow: inset 0 1px 3px rgba(35, 35, 31, .045), 0 10px 23px rgba(35, 35, 31, .04);
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 14px;
    font-weight: 650;
    transition: border-color .22s ease, box-shadow .22s ease;
}

.brand-finder__input-wrap input:focus {
    border-color: #d49b26;
    box-shadow: 0 0 0 4px rgba(226, 168, 50, .12), 0 13px 26px rgba(35, 35, 31, .055);
}

.brand-finder__input-wrap input::-webkit-search-cancel-button {
    display: none;
}

.brand-finder__clear {
    position: absolute;
    z-index: 3;
    right: 10px;
    display: grid;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 11px;
    place-items: center;
    color: #6e6960;
    background: #f0f1ef;
    transition: color .2s ease, background .2s ease;
}

.brand-finder__clear:hover,
.brand-finder__clear:focus-visible {
    color: #7e4f00;
    background: #ffe9b6;
}

.brand-finder__search > p {
    margin: 9px 0 0;
    color: #817b73;
    font-size: 10px;
    line-height: 1.4;
}

.brand-finder__suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 11px;
}

.brand-finder__suggestions button {
    min-height: 29px;
    padding: 5px 10px;
    border: 1px solid #dedfdb;
    border-radius: 999px;
    color: #5f5b54;
    background: rgba(255, 255, 255, .75);
    font-size: 9px;
    font-weight: 800;
    transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

.brand-finder__suggestions button:hover,
.brand-finder__suggestions button:focus-visible {
    border-color: #d6a13b;
    color: #8a5700;
    transform: translateY(-1px);
}

.brand-finder__result {
    position: relative;
    display: grid;
    min-height: 178px;
    align-items: center;
    gap: 15px;
    overflow: hidden;
    padding: 24px;
    border: 1px solid #e0e0dc;
    border-radius: 21px;
    background:
        radial-gradient(circle at 96% 8%, rgba(229, 173, 58, .14), transparent 31%),
        #f8f8f6;
    grid-template-columns: 54px minmax(0, 1fr) minmax(78px, 122px);
    transition: border-color .25s ease, background .25s ease;
}

.brand-finder__result::after {
    position: absolute;
    right: -55px;
    bottom: -78px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(167, 105, 0, .12);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.brand-finder__result-icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid #eed59f;
    border-radius: 16px;
    color: #9a6200;
    background: #fff2cf;
    box-shadow: inset 0 1px 0 #fff;
    font-size: 17px;
}

.brand-finder__result-copy {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.brand-finder__result-copy > span {
    display: block;
    margin-bottom: 5px;
    color: #9a6200;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.brand-finder__result-copy strong {
    display: block;
    color: #2a2824;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 19px;
    font-weight: 900;
    line-height: 1.08;
}

.brand-finder__result-copy p {
    margin: 7px 0 0;
    color: #777169;
    font-size: 11px;
    line-height: 1.45;
}

.brand-finder__result-logo {
    position: relative;
    z-index: 2;
    display: flex;
    min-width: 78px;
    min-height: 76px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #dcddd9;
    border-radius: 17px;
    background: rgba(255, 255, 255, .9);
}

.brand-finder__result-logo span {
    color: #a96a00;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
}

.brand-finder__result-logo small {
    color: #7b756c;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.brand-finder__result-logo img {
    display: block;
    width: 100%;
    max-width: 105px;
    max-height: 56px;
    object-fit: contain;
    filter: grayscale(1) contrast(1.05);
}

.brand-finder__result.is-found {
    border-color: rgba(178, 126, 24, .38);
    background:
        radial-gradient(circle at 94% 5%, rgba(255, 198, 72, .22), transparent 34%),
        linear-gradient(135deg, #fffdf8, #fff6de);
}

.brand-finder__result.is-found .brand-finder__result-icon {
    color: #6e5100;
    background: linear-gradient(145deg, #ffe8a8, #ffc54f);
}

.brand-finder__result.is-missing {
    border-color: #d8d9d6;
    background: linear-gradient(135deg, #f8f8f6, #efefec);
}

.brand-finder__result.is-missing .brand-finder__result-icon {
    color: #65615a;
    border-color: #d6d7d4;
    background: #e9eae7;
}

.brands-premium.is-searching .brand-track {
    animation-play-state: paused !important;
}

.brand-card.is-search-match {
    z-index: 3;
    border-color: #d49a20 !important;
    background: #fff9ea !important;
    box-shadow: 0 0 0 4px rgba(226, 166, 39, .14), 0 15px 30px rgba(93, 67, 18, .17) !important;
    transform: translateY(-4px) scale(1.025);
}

.brand-tier.is-search-tier {
    border-color: rgba(202, 143, 26, .44);
    box-shadow: 0 22px 48px rgba(94, 68, 18, .12), inset 0 1px 0 #fff;
}

/* ---------------------------------------------------------
   ROTATING TECHNICIAN COMMAND BOARD
   --------------------------------------------------------- */
.team-command {
    position: relative;
    overflow: hidden;
    padding: 86px 0 84px;
    background:
        radial-gradient(circle at 8% 5%, rgba(219, 166, 60, .08), transparent 24%),
        radial-gradient(circle at 96% 92%, rgba(183, 184, 181, .15), transparent 26%),
        #f4f5f4;
}

.team-command::before,
.team-command::after {
    position: absolute;
    border: 1px solid rgba(172, 111, 9, .10);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.team-command::before {
    top: -230px;
    right: -160px;
    width: 500px;
    height: 500px;
}

.team-command::after {
    bottom: -180px;
    left: -160px;
    width: 360px;
    height: 360px;
}

.team-command .container {
    position: relative;
    z-index: 2;
}

.team-command__header {
    display: grid;
    align-items: end;
    gap: 40px;
    margin-bottom: 30px;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
}

.team-command__eyebrow,
.faq-concierge__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #976000;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.team-command__eyebrow::before,
.faq-concierge__eyebrow::before {
    width: 30px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #aa6c00, #ffc84d);
    content: "";
}

.team-command__header h2,
.faq-concierge__header h2 {
    max-width: 850px;
    margin: 13px 0 0;
    color: #25231f;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: clamp(42px, 4.6vw, 65px);
    font-weight: 900;
    letter-spacing: -.048em;
    line-height: .97;
}

.team-command__header > p,
.faq-concierge__header > p {
    margin: 0 0 4px;
    color: #706b63;
    font-size: 14px;
    line-height: 1.7;
}

.team-command__console {
    display: grid;
    min-height: 620px;
    overflow: hidden;
    border: 1px solid #d6d8d5;
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 30px 70px rgba(34, 34, 31, .10), inset 0 1px 0 #fff;
    grid-template-columns: minmax(480px, .95fr) minmax(0, 1.05fr);
}

.team-command__deck {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    border-right: 1px solid #dedfdd;
    background:
        linear-gradient(rgba(45, 43, 38, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(45, 43, 38, .035) 1px, transparent 1px),
        radial-gradient(circle at 50% 45%, rgba(234, 183, 76, .18), transparent 42%),
        #eceeec;
    background-size: 46px 46px, 46px 46px, auto, auto;
}

.team-command__portrait {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: min(58%, 350px);
    aspect-ratio: .72;
    overflow: hidden;
    padding: 0;
    border: 8px solid rgba(255, 255, 255, .94);
    border-radius: 26px;
    outline: 0;
    background: #dfe2e1;
    box-shadow: 0 23px 50px rgba(31, 31, 28, .23);
    transform-origin: 50% 90%;
    transition: transform .72s cubic-bezier(.22, .9, .24, 1), filter .55s ease, box-shadow .55s ease, opacity .55s ease;
}

.team-command__portrait.is-primary {
    z-index: 4;
    filter: saturate(1);
    box-shadow: 0 28px 60px rgba(31, 31, 28, .29), 0 0 0 1px rgba(196, 132, 10, .35);
    transform: translate(-78%, -52%) rotate(-2deg) scale(1);
}

.team-command__portrait.is-secondary {
    z-index: 2;
    opacity: .88;
    filter: saturate(.72) contrast(.96);
    transform: translate(-20%, -46%) rotate(3deg) scale(.86);
}

.team-command__portrait:hover,
.team-command__portrait:focus-visible {
    box-shadow: 0 31px 64px rgba(31, 31, 28, .32), 0 0 0 3px rgba(239, 177, 49, .32);
}

.team-command__portrait img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform .7s ease;
}

.team-command__portrait:hover img {
    transform: scale(1.025);
}

.team-command__portrait-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 48%, rgba(22, 21, 18, .88) 100%);
    pointer-events: none;
}

.team-command__portrait-index {
    position: absolute;
    top: 17px;
    right: 17px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 13px;
    color: #2d2922;
    background: rgba(255, 245, 214, .88);
    backdrop-filter: blur(8px);
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 12px;
    font-weight: 900;
}

.team-command__portrait-copy {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    color: #fff;
    text-align: left;
}

.team-command__portrait-copy b,
.team-command__portrait-copy small {
    display: block;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
}

.team-command__portrait-copy b {
    font-size: 27px;
    font-weight: 900;
    letter-spacing: -.03em;
    line-height: 1;
}

.team-command__portrait-copy small {
    margin-top: 5px;
    color: #f4d890;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.team-command__deck-note {
    position: absolute;
    z-index: 7;
    right: 22px;
    bottom: 19px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 999px;
    color: #5f5950;
    background: rgba(255, 255, 255, .78);
    backdrop-filter: blur(10px);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.team-command__deck-note i {
    color: #a66a00;
}

.team-command__dossier {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: clamp(31px, 4vw, 55px);
    background:
        radial-gradient(circle at 98% 4%, rgba(255, 202, 83, .16), transparent 28%),
        linear-gradient(145deg, #fff, #faf9f5);
}

.team-command__dossier-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dedfdb;
    color: #68635a;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.team-command__dossier-top span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.team-command__dossier-top span i {
    color: #58a36d;
    font-size: 7px;
}

.team-command__dossier-top small {
    color: #9a6200;
    font-weight: 900;
}

.team-command__switcher {
    display: inline-grid;
    align-self: flex-start;
    gap: 4px;
    margin-top: 24px;
    padding: 4px;
    border: 1px solid #dedfdb;
    border-radius: 15px;
    background: #f1f2ef;
    grid-template-columns: 1fr 1fr;
}

.team-command__switcher button {
    display: inline-flex;
    min-width: 126px;
    min-height: 41px;
    align-items: center;
    gap: 9px;
    padding: 8px 13px;
    border: 0;
    border-radius: 11px;
    color: #6d675e;
    background: transparent;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 11px;
    font-weight: 850;
    transition: color .25s ease, background .25s ease, box-shadow .25s ease;
}

.team-command__switcher button span {
    color: #a16908;
    font-size: 8px;
}

.team-command__switcher button.is-active {
    color: #2c2923;
    background: #fff;
    box-shadow: 0 8px 18px rgba(34, 34, 30, .08);
}

.team-command__identity {
    margin-top: 25px;
}

.team-command__identity > span {
    display: block;
    color: #9a6200;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.team-command__identity h3 {
    margin: 6px 0 10px;
    color: #25231f;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: clamp(42px, 4.6vw, 62px);
    font-weight: 900;
    letter-spacing: -.05em;
    line-height: .95;
}

.team-command__identity p {
    max-width: 630px;
    margin: 0;
    color: #706a62;
    font-size: 14px;
    line-height: 1.65;
}

.team-command__credentials {
    display: grid;
    gap: 9px;
    margin-top: 25px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.team-command__credentials > div {
    display: grid;
    min-width: 0;
    align-items: center;
    gap: 9px;
    padding: 12px;
    border: 1px solid #dedfdb;
    border-radius: 15px;
    background: rgba(255, 255, 255, .82);
    grid-template-columns: 34px minmax(0, 1fr);
}

.team-command__credentials > div > i {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 11px;
    color: #9a6200;
    background: #fff0c9;
    font-size: 11px;
}

.team-command__credentials span,
.team-command__credentials b,
.team-command__credentials small {
    display: block;
    min-width: 0;
}

.team-command__credentials b {
    overflow: hidden;
    color: #37332d;
    font-size: 10px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.team-command__credentials small {
    overflow: hidden;
    margin-top: 3px;
    color: #837c72;
    font-size: 7px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.team-command__dossier-bottom {
    display: flex;
    align-items: center;
    gap: 12px 18px;
    margin-top: auto;
    padding-top: 27px;
    border-top: 1px solid #dedfdb;
    color: #656057;
    font-size: 9px;
    font-weight: 800;
}

.team-command__dossier-bottom > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.team-command__dossier-bottom > span i {
    color: #a66a00;
}

.team-command__dossier-bottom > a {
    display: inline-flex;
    min-height: 45px;
    align-items: center;
    gap: 16px;
    margin-left: auto;
    padding: 10px 16px;
    border: 1px solid #db9d1a;
    border-radius: 13px;
    color: #29251f;
    background: linear-gradient(135deg, #ffd166, #f5a800);
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 10px;
    font-weight: 900;
    transition: transform .22s ease, box-shadow .22s ease;
}

.team-command__dossier-bottom > a:hover,
.team-command__dossier-bottom > a:focus-visible {
    color: #29251f;
    box-shadow: 0 13px 26px rgba(177, 111, 0, .18);
    transform: translateY(-2px);
}

.team-command__timer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #e8e8e5;
}

.team-command__timer span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #a86800, #ffc851);
}

.team-command__timer span.is-running {
    animation: team-command-timer 8s linear forwards;
}

.team-command__standard {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: center;
    gap: 15px 31px;
    margin: 18px auto 0;
    padding: 15px 24px;
    border: 1px solid #d8dad7;
    border-radius: 20px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 16px 34px rgba(34, 34, 31, .065);
    color: #666158;
    font-size: 10px;
    font-weight: 800;
}

.team-command__standard strong {
    color: #9a6200;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.team-command__standard span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.team-command__standard i {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 50%;
    color: #976000;
    background: #ffedbf;
    font-size: 8px;
}

@keyframes team-command-timer {
    to { width: 100%; }
}

/* ---------------------------------------------------------
   FAQ ANSWER CONSOLE
   --------------------------------------------------------- */
.faq-concierge {
    position: relative;
    overflow: hidden;
    padding: 82px 0 88px;
    background:
        radial-gradient(circle at 2% 6%, rgba(230, 178, 69, .07), transparent 23%),
        #fff;
}

.faq-concierge::after {
    position: absolute;
    top: -210px;
    right: -180px;
    width: 470px;
    height: 470px;
    border: 1px solid rgba(170, 108, 0, .09);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.faq-concierge .container {
    position: relative;
    z-index: 2;
}

.faq-concierge__header {
    display: grid;
    align-items: end;
    gap: 40px;
    margin-bottom: 30px;
    grid-template-columns: minmax(0, 1.16fr) minmax(320px, .84fr);
}

.faq-concierge__console {
    display: grid;
    overflow: hidden;
    border: 1px solid #d5d7d4;
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 30px 75px rgba(31, 31, 28, .11), inset 0 1px 0 #fff;
    grid-template-columns: 350px minmax(0, 1fr);
}

.faq-concierge__rail {
    padding: 25px 18px;
    color: #fff;
    background:
        radial-gradient(circle at 20% 0, rgba(255, 198, 70, .13), transparent 30%),
        linear-gradient(155deg, #34322e, #22211e);
}

.faq-concierge__rail-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 8px 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .11);
    color: #d5d0c5;
    font-size: 7px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.faq-concierge__rail-top span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.faq-concierge__rail-top i {
    color: #60b679;
    font-size: 6px;
}

.faq-concierge__rail-top small {
    color: #dcae51;
    font-weight: 900;
}

.faq-concierge__rail > button {
    display: grid;
    width: 100%;
    min-height: 76px;
    align-items: center;
    gap: 12px;
    padding: 11px 12px;
    border: 1px solid transparent;
    border-radius: 16px;
    color: #d6d1c8;
    background: transparent;
    text-align: left;
    grid-template-columns: 40px minmax(0, 1fr) 12px;
    transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}

.faq-concierge__rail > button + button {
    margin-top: 5px;
}

.faq-concierge__rail > button:hover,
.faq-concierge__rail > button:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, .065);
    transform: translateX(3px);
}

.faq-concierge__rail > button.is-active {
    border-color: rgba(255, 218, 133, .35);
    color: #29251e;
    background: linear-gradient(135deg, #ffe39c, #f5ad1c);
    box-shadow: 0 15px 27px rgba(0, 0, 0, .18);
}

.faq-concierge__tab-icon {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 12px;
    color: #efbd58;
    background: rgba(255, 255, 255, .08);
    font-size: 13px;
}

.faq-concierge__rail > button.is-active .faq-concierge__tab-icon {
    color: #8a5700;
    background: rgba(255, 255, 255, .62);
}

.faq-concierge__rail > button span:nth-child(2),
.faq-concierge__rail > button small,
.faq-concierge__rail > button b {
    display: block;
    min-width: 0;
}

.faq-concierge__rail > button small {
    margin-bottom: 4px;
    color: #b7b1a7;
    font-size: 7px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.faq-concierge__rail > button.is-active small {
    color: #75501a;
}

.faq-concierge__rail > button b {
    overflow: hidden;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 12px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.faq-concierge__rail > button > i {
    font-size: 8px;
}

.faq-concierge__display {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 510px;
    flex-direction: column;
    padding: clamp(30px, 4vw, 55px);
    background:
        radial-gradient(circle at 92% 5%, rgba(237, 183, 70, .15), transparent 28%),
        linear-gradient(145deg, #fff, #faf9f5);
}

.faq-concierge__display::before {
    position: absolute;
    top: 70px;
    right: 42px;
    width: 145px;
    height: 145px;
    border: 1px solid rgba(165, 105, 6, .10);
    border-radius: 50%;
    box-shadow: 0 0 0 24px rgba(190, 136, 31, .025);
    content: "";
    pointer-events: none;
}

.faq-concierge__display-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 17px;
    border-bottom: 1px solid #dedfdb;
    color: #817a70;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.faq-concierge__display-top div {
    display: flex;
    align-items: baseline;
    color: #9a6200;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
}

.faq-concierge__display-top b {
    font-size: 25px;
    font-weight: 900;
    line-height: 1;
}

.faq-concierge__display-top small {
    margin-left: 4px;
    color: #979188;
    font-size: 9px;
    font-weight: 800;
}

.faq-concierge__panels {
    position: relative;
    z-index: 2;
    flex: 1;
    padding: 27px 0 24px;
}

.faq-concierge__panels [hidden] {
    display: none !important;
}

.faq-concierge__panels article {
    animation: faq-panel-in .42s ease both;
}

.faq-concierge__answer-icon {
    display: grid;
    width: 55px;
    height: 55px;
    place-items: center;
    margin-bottom: 21px;
    border: 1px solid #e5c77f;
    border-radius: 17px;
    color: #986000;
    background: linear-gradient(145deg, #fff7e0, #ffe4a2);
    box-shadow: 0 12px 25px rgba(119, 80, 9, .10), inset 0 1px 0 #fff;
    font-size: 16px;
}

.faq-concierge__panels article > small {
    display: block;
    color: #9a6200;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.faq-concierge__panels h3 {
    max-width: 750px;
    margin: 9px 0 14px;
    color: #27241f;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: clamp(31px, 3.2vw, 46px);
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: 1.02;
}

.faq-concierge__panels article > p {
    max-width: 790px;
    margin: 0;
    color: #6f6961;
    font-size: 14px;
    line-height: 1.7;
}

.faq-concierge__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.faq-concierge__facts span,
.faq-concierge__facts a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border: 1px solid #dedfdb;
    border-radius: 999px;
    color: #5f5a52;
    background: rgba(255, 255, 255, .78);
    font-size: 9px;
    font-weight: 800;
}

.faq-concierge__facts i {
    color: #a66a00;
}

.faq-concierge__display-bottom {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 20px;
    border-top: 1px solid #dedfdb;
}

.faq-concierge__display-bottom > a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #312e28;
}

.faq-concierge__display-bottom > a > i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    color: #986000;
    background: #ffebba;
}

.faq-concierge__display-bottom > a span,
.faq-concierge__display-bottom > a small,
.faq-concierge__display-bottom > a b {
    display: block;
}

.faq-concierge__display-bottom > a small {
    color: #857e74;
    font-size: 7px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.faq-concierge__display-bottom > a b {
    margin-top: 3px;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 17px;
    font-weight: 900;
}

.faq-concierge__controls {
    display: flex;
    gap: 7px;
}

.faq-concierge__controls button {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #d7d8d5;
    border-radius: 13px;
    place-items: center;
    color: #5a554d;
    background: #fff;
    transition: border-color .22s ease, color .22s ease, transform .22s ease;
}

.faq-concierge__controls button:hover,
.faq-concierge__controls button:focus-visible {
    border-color: #d49a20;
    color: #986000;
    transform: translateY(-2px);
}

.faq-concierge__progress {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #e5e6e3;
}

.faq-concierge__progress span {
    display: block;
    width: 20%;
    height: 100%;
    background: linear-gradient(90deg, #a76800, #ffc74d);
    transition: width .42s ease;
}

@keyframes faq-panel-in {
    from { opacity: 0; transform: translateY(9px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */
@media (max-width: 1199px) {
    .brand-finder {
        grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
    }

    .team-command__console {
        grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr);
    }

    .team-command__credentials {
        grid-template-columns: 1fr;
    }

    .team-command__dossier-bottom {
        flex-wrap: wrap;
    }

    .team-command__dossier-bottom > a {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .brand-finder,
    .team-command__header,
    .faq-concierge__header {
        grid-template-columns: 1fr;
    }

    .brand-finder__result {
        min-height: 150px;
    }

    .team-command__console {
        grid-template-columns: 1fr;
    }

    .team-command__deck {
        min-height: 610px;
        border-right: 0;
        border-bottom: 1px solid #dedfdd;
    }

    .team-command__portrait {
        width: min(50%, 345px);
    }

    .team-command__portrait.is-primary {
        transform: translate(-83%, -52%) rotate(-2deg);
    }

    .team-command__portrait.is-secondary {
        transform: translate(-17%, -47%) rotate(3deg) scale(.88);
    }

    .team-command__dossier {
        min-height: 520px;
    }

    .team-command__credentials {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .faq-concierge__console {
        grid-template-columns: 1fr;
    }

    .faq-concierge__rail {
        display: flex;
        overflow-x: auto;
        gap: 7px;
        padding: 17px;
        scrollbar-width: thin;
    }

    .faq-concierge__rail-top {
        min-width: 150px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        margin: 0 5px 0 0;
        padding: 0 15px 0 0;
        border-right: 1px solid rgba(255, 255, 255, .11);
        border-bottom: 0;
    }

    .faq-concierge__rail > button {
        width: 230px;
        min-width: 230px;
    }

    .faq-concierge__rail > button + button {
        margin-top: 0;
    }

    .faq-concierge__display {
        min-height: 540px;
    }
}

@media (max-width: 767px) {
    .brand-finder {
        gap: 9px;
        margin-bottom: 19px;
        padding: 9px;
        border-radius: 22px;
    }

    .brand-finder__search {
        padding: 16px 10px 9px;
    }

    .brand-finder__input-wrap input {
        height: 54px;
        font-size: 13px;
    }

    .brand-finder__result {
        min-height: 0;
        gap: 11px;
        padding: 17px 15px;
        border-radius: 17px;
        grid-template-columns: 44px minmax(0, 1fr) 68px;
    }

    .brand-finder__result-icon {
        width: 44px;
        height: 44px;
        border-radius: 13px;
    }

    .brand-finder__result-copy strong {
        font-size: 16px;
    }

    .brand-finder__result-copy p {
        font-size: 9px;
    }

    .brand-finder__result-logo {
        min-width: 64px;
        min-height: 62px;
        padding: 7px;
        border-radius: 13px;
    }

    .brand-finder__result-logo span {
        font-size: 24px;
    }

    .team-command,
    .faq-concierge {
        padding: 55px 0 59px;
    }

    .team-command__header,
    .faq-concierge__header {
        gap: 15px;
        margin-bottom: 22px;
        text-align: left;
    }

    .team-command__header h2,
    .faq-concierge__header h2 {
        font-size: clamp(38px, 10vw, 48px);
    }

    .team-command__header > p,
    .faq-concierge__header > p {
        font-size: 13px;
        line-height: 1.6;
    }

    .team-command__console,
    .faq-concierge__console {
        border-radius: 24px;
    }

    .team-command__deck {
        min-height: 470px;
    }

    .team-command__portrait {
        width: min(62%, 280px);
        border-width: 6px;
        border-radius: 22px;
    }

    .team-command__portrait.is-primary {
        transform: translate(-81%, -52%) rotate(-2deg);
    }

    .team-command__portrait.is-secondary {
        transform: translate(-18%, -46%) rotate(3deg) scale(.84);
    }

    .team-command__portrait-copy {
        right: 13px;
        bottom: 14px;
        left: 13px;
    }

    .team-command__portrait-copy b {
        font-size: 22px;
    }

    .team-command__portrait-index {
        top: 12px;
        right: 12px;
        width: 36px;
        height: 36px;
    }

    .team-command__deck-note {
        right: 12px;
        bottom: 11px;
        padding: 7px 9px;
        font-size: 6px;
    }

    .team-command__dossier {
        min-height: 0;
        padding: 24px 18px 28px;
    }

    .team-command__dossier-top {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .team-command__switcher {
        width: 100%;
    }

    .team-command__switcher button {
        min-width: 0;
        justify-content: center;
    }

    .team-command__identity h3 {
        font-size: 47px;
    }

    .team-command__identity p {
        font-size: 13px;
        line-height: 1.6;
    }

    .team-command__credentials {
        grid-template-columns: 1fr;
    }

    .team-command__dossier-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .team-command__dossier-bottom > a {
        width: 100%;
        justify-content: center;
    }

    .team-command__standard {
        align-items: flex-start;
        flex-direction: column;
        gap: 11px;
        padding: 18px;
    }

    .faq-concierge__rail {
        padding: 13px;
    }

    .faq-concierge__rail-top {
        display: none;
    }

    .faq-concierge__rail > button {
        width: 210px;
        min-width: 210px;
        min-height: 68px;
    }

    .faq-concierge__display {
        min-height: 590px;
        padding: 24px 18px 28px;
    }

    .faq-concierge__display::before {
        top: 55px;
        right: -45px;
    }

    .faq-concierge__panels h3 {
        font-size: clamp(29px, 8.5vw, 39px);
    }

    .faq-concierge__panels article > p {
        font-size: 13px;
        line-height: 1.62;
    }

    .faq-concierge__display-bottom {
        align-items: flex-start;
    }

    .faq-concierge__display-bottom > a b {
        font-size: 15px;
    }
}

@media (max-width: 430px) {
    .brand-finder__result {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .brand-finder__result-logo {
        display: none;
    }

    .team-command__deck {
        min-height: 420px;
    }

    .team-command__portrait {
        width: 66%;
    }

    .team-command__portrait.is-primary {
        transform: translate(-80%, -53%) rotate(-2deg);
    }

    .team-command__portrait.is-secondary {
        transform: translate(-19%, -45%) rotate(3deg) scale(.82);
    }

    .team-command__deck-note {
        display: none;
    }

    .faq-concierge__display {
        min-height: 630px;
    }

    .faq-concierge__display-bottom > a > i {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .team-command__portrait,
    .team-command__portrait img,
    .team-command__timer span,
    .faq-concierge__panels article,
    .faq-concierge__progress span,
    .brand-card.is-search-match {
        animation: none !important;
        transition: none !important;
    }
}
