:root {
    --finder-ink: #2a2230;
    --finder-muted: #6f6872;
    --finder-plum: #5c3a68;
    --finder-plum-dark: #3c2646;
    --finder-lilac: #eee6f0;
    --finder-cream: #f7f1e8;
    --finder-sage: #dfe7df;
    --finder-line: rgba(62, 46, 66, 0.13);
    --finder-white: #fff;
    --finder-shadow: 0 24px 70px rgba(50, 35, 55, 0.13);
}

.sitewrap {
    font-family: 'Roboto Slab', sans-serif;
    background:
        radial-gradient(circle at 12% 10%, rgba(255,255,255,.95) 0 11%, transparent 35%),
        radial-gradient(circle at 88% 88%, rgba(230,218,233,.78) 0 12%, transparent 38%),
        linear-gradient(145deg, #f7f2eb 0%, #efe8ed 52%, #f2eee8 100%);
}

.scent-finder-page,
.scent-finder-page *,
.scent-finder-page *::before,
.scent-finder-page *::after {
    box-sizing: border-box;
}

.scent-finder-page {
    padding: 42px 18px 70px;
    min-height: 720px;
    color: var(--finder-ink);
}

.scent-finder-shell {
    width: min(1040px, 100%);
    margin: 0 auto;
    position: relative;
}

.finder-brandmark {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 auto -27px;
    position: relative;
    z-index: 3;
    background: var(--finder-plum-dark);
    color: #fff;
    border: 5px solid #f4eee9;
    font-size: 22px;
}

.finder-brandmark i {
    display: block;
    line-height: 1;
}

.finder-panel {
    background: rgba(255,255,255,.93);
    border: 1px solid rgba(255,255,255,.86);
    border-radius: 28px;
    box-shadow: var(--finder-shadow);
    overflow: hidden;
    animation: finderFade .32s ease both;
}

.finder-panel--start {
    padding: clamp(70px, 9vw, 110px) clamp(24px, 8vw, 92px) clamp(46px, 7vw, 76px);
    text-align: center;
}

.finder-panel--question {
    padding: 28px clamp(20px, 5vw, 58px) 48px;
}

.finder-panel--result {
    background: #fff;
}

.is-hidden { display: none !important; }

.finder-eyebrow {
    margin: 0 0 14px;
    color: var(--finder-plum);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.finder-panel--start h1,
.result-hero h1 {
    max-width: 760px;
    margin: 0 auto;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    font-size: clamp(40px, 6vw, 74px);
    line-height: 1.02;
    letter-spacing: -.035em;
    color: var(--finder-ink);
}

.finder-panel--start h1 em {
    color: var(--finder-plum);
    font-weight: 400;
}

.finder-intro {
    max-width: 680px;
    margin: 24px auto 28px;
    color: var(--finder-muted);
    line-height: 1.75;
    font-size: 16px;
    font-weight: 200;
}

.finder-start-benefits {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 34px;
    font-weight: 350;
}

.finder-start-benefits span,
.result-family-chips span {
    padding: 8px 13px;
    border-radius: 999px;
    background: var(--finder-lilac);
    color: var(--finder-plum-dark);
    font-size: 12px;
}

/* The result hero is darker than the start panel, so keep its chips crisp. */
.finder-panel--result .finder-start-benefits span,
.finder-panel--result .result-family-chips span {
    background: #fff;
}

.finder-primary-button,
.finder-secondary-button,
.finder-back-button,
.finder-option {
    font: inherit;
}

.finder-primary-button,
.finder-secondary-button {
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.finder-primary-button {
    min-width: 240px;
    padding: 16px 25px;
    font-weight:300;
    background: var(--finder-plum-dark);
    color: #fff;
    box-shadow: 0 12px 28px rgba(60, 38, 70, .22);
}

.finder-primary-button:hover,
.finder-secondary-button:hover {
    transform: translateY(-2px);
}

.finder-time-note {
    margin: 13px 0 0;
    color: #0e0d0e;
    font-weight: 100;
    font-size: 12px;
}

.finder-progress-row {
    display: grid;
    grid-template-columns: 38px 1fr auto;
    gap: 13px;
    align-items: center;
    margin-bottom: 52px;
}

.finder-back-button {
    width: 38px;
    height: 38px;
    border: 1px solid var(--finder-line);
    background: #fff;
    border-radius: 50%;
    color: var(--finder-plum-dark);
    cursor: pointer;
    font-size: 18px;
}

.finder-progress-track {
    height: 5px;
    background: #eee9ee;
    border-radius: 10px;
    overflow: hidden;
}

#finder-progress-bar {
    width: 0;
    height: 100%;
    background: var(--finder-plum);
    border-radius: inherit;
    transition: width .35s ease;
}

#finder-progress-label {
    min-width: 38px;
    text-align: right;
    color: #8b838c;
    font-size: 12px;
}

.finder-question-copy {
    text-align: center;
    max-width: 690px;
    margin: 0 auto 34px;
}

.finder-question-copy h2 {
    margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(31px, 4.6vw, 52px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -.025em;
}

.finder-question-copy > p:last-child {
    margin: 14px auto 0;
    max-width: 620px;
    color: var(--finder-muted);
    line-height: 1.65;
    font-size: 14px;
    font-weight:300
}

.finder-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: 820px;
    margin: 0 auto;
}

.finder-option {
    position: relative;
    min-height: 114px;
    padding: 20px 20px 20px 66px;
    border: 1px solid var(--finder-line);
    border-radius: 18px;
    background: #fff;
    color: var(--finder-ink);
    text-align: left;
    cursor: pointer;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.finder-option:hover {
    transform: translateY(-2px);
    border-color: rgba(92,58,104,.35);
    box-shadow: 0 12px 25px rgba(62,46,66,.08);
}

.finder-option.is-selected {
    border-color: var(--finder-plum);
    background: #faf7fb;
    box-shadow: inset 0 0 0 1px var(--finder-plum);
}

.finder-option-icon {
    position: absolute;
    left: 19px;
    top: 20px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--finder-cream);
    color: var(--finder-plum-dark);
    font-size: 21px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.finder-option-icon .ph {
    display: block;
    line-height: 1;
}

.finder-option-icon--strength-2 { font-size: 18px; opacity: .78; }
.finder-option-icon--strength-3 { font-size: 21px; opacity: .9; }
.finder-option-icon--strength-5 { font-size: 24px; opacity: 1; }

.finder-option-title {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
}

.finder-option-copy {
    display: block;
    color: var(--finder-muted);
    font-size: 12px;
    line-height: 1.5;
    font-weight: 200;
}

.finder-option-check {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border: 1px solid #d9d0db;
    background: #fff;
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

/* Single-choice questions deliberately look like radio buttons. */
.finder-option-check--single {
    border-radius: 50%;
}

.finder-option--single.is-selected .finder-option-check--single {
    background: var(--finder-plum);
    border-color: var(--finder-plum);
    box-shadow: inset 0 0 0 5px #fff;
}

/* Multi-choice questions use a checkbox/tick so the interaction is obvious. */
.finder-option-check--multi {
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
}

.finder-option-check--multi .ph {
    opacity: 0;
    transform: scale(.7);
    transition: opacity .15s ease, transform .15s ease;
}

.finder-option--multi.is-selected .finder-option-check--multi {
    background: var(--finder-plum);
    border-color: var(--finder-plum);
    box-shadow: 0 3px 9px rgba(92,58,104,.18);
}

.finder-option--multi.is-selected .finder-option-check--multi .ph {
    opacity: 1;
    transform: scale(1);
}

.finder-question-actions {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.finder-secondary-button {
    padding: 13px 24px;
    background: var(--finder-plum-dark);
    color: #fff;
    font-weight:200
}

.result-hero {
    padding: 82px clamp(24px, 7vw, 78px) 64px;
    text-align: center;
    background:
        radial-gradient(circle at 50% 0%, rgba(255,255,255,.7), transparent 45%),
        linear-gradient(145deg, #f3ede5, #eadfea);
}

.result-profile-summary {
    max-width: 700px;
    margin: 22px auto 20px;
    color: #625866;
    font-weight:300;
    line-height: 1.75;
}

.result-family-chips {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.result-section {
    padding: 58px clamp(22px, 6vw, 68px);
    border-top: 1px solid #eee9ed;
}

.result-section-heading {
    max-width: 700px;
    margin-bottom: 28px;
}

.result-section-heading h2,
.result-section--next h2 {
    margin: 0 0 8px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 400;
}

.result-section-heading > p:last-child,
.result-section--next p {
    color: var(--finder-muted);
    line-height: 1.65;
    font-weight: 300;
}

.result-reasons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.result-reason {
    padding: 18px;
    border-radius: 16px;
    background: #faf8fa;
    border: 1px solid #eee9ef;
}

.result-reason strong {
    display: block;
    margin-bottom: 5px;
    color: var(--finder-plum-dark);
    font-size: 13px;
    font-weight: 400;
}

.result-reason span {
        color: #565059;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 300;
}

.result-section--combinations {
    background: linear-gradient(180deg, #fff, #fbf8f3);
}

.result-combinations {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.combination-match-card {
    display: flex;
    flex-direction: column;
    min-height: 250px;
    padding: 24px;
    border-radius: 20px;
    background: var(--finder-plum-dark);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(62,46,66,.10);
    transition: transform .2s ease, box-shadow .2s ease;
}

.combination-match-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(62,46,66,.16);
}

.combination-match-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: rgba(255,255,255,.68);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.combination-match-card h3 {
    margin: 38px 0 10px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(25px, 3vw, 32px);
    font-weight: 400;
}

.combination-match-card p {
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: 13px;
    line-height: 1.65;
    font-weight:300
}

.combination-match-link {
    margin-top: auto;
    padding-top: 24px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

.result-matches {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.scent-match-card {
    display: flex;
    flex-direction: column;
    min-height: 265px;
    padding: 20px;
    border-radius: 18px;
    border: 1px solid var(--finder-line);
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.scent-match-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(62,46,66,.1);
    border-color: rgba(92,58,104,.34);
}

.scent-match-rank {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 34px;
    color: #8c838e;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.scent-match-score {
    color: var(--finder-plum);
    font-weight: 700;
}

.scent-match-card h3 {
    margin: 0 0 8px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 25px;
    font-weight: 400;
    text-transform: capitalize;
}

.scent-match-card p {
    margin: 0;
    color: var(--finder-muted);
    font-size: 12px;
    font-weight:200;
    line-height: 1.6;
}

.scent-match-link {
    margin-top: auto;
    padding-top: 22px;
    color: var(--finder-plum-dark);
    font-size: 12px;
    font-weight: 450;
}

.result-section--spectrum {
    background: #faf8f5;
}

.result-spectrum {
    display: grid;
    gap: 15px;
    max-width: 760px;
}

.spectrum-row {
    display: grid;
    grid-template-columns: 105px 1fr 40px;
    gap: 14px;
    align-items: center;
}

.spectrum-label,
.spectrum-value {
    font-size: 12px;
    color: var(--finder-muted);
}

.spectrum-value { text-align: right; }

.spectrum-track {
    height: 8px;
    border-radius: 20px;
    background: #e8e1e7;
    overflow: hidden;
}

.spectrum-fill {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--finder-plum), #a884ad);
}

.result-section--next {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    background: var(--finder-plum-dark);
    color: #fff;
}

.result-section--next .finder-eyebrow,
.result-section--next p {
    color: rgba(255,255,255,.72);
}

.result-section--next .finder-secondary-button {
    flex: 0 0 auto;
    background: #fff;
    color: var(--finder-plum-dark);
}

/* Final result reveal ----------------------------------------------------- */
.finder-panel--result.is-revealing .result-hero .finder-eyebrow,
.finder-panel--result.is-revealing .result-hero h1,
.finder-panel--result.is-revealing .result-profile-summary,
.finder-panel--result.is-revealing .result-family-chips {
    opacity: 0;
    animation: resultReveal .62s cubic-bezier(.2,.72,.2,1) forwards;
}

.finder-panel--result.is-revealing .result-hero .finder-eyebrow { animation-delay: .04s; }
.finder-panel--result.is-revealing .result-hero h1 {
    animation-name: resultTitleReveal;
    animation-duration: .78s;
    animation-delay: .10s;
}
.finder-panel--result.is-revealing .result-profile-summary { animation-delay: .25s; }
.finder-panel--result.is-revealing .result-family-chips { animation-delay: .36s; }

@keyframes resultReveal {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes resultTitleReveal {
    from { opacity: 0; transform: translateY(16px) scale(.975); filter: blur(2px); }
    to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

@keyframes finderFade {
    from { opacity: 0; transform: translateY(7px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 780px) {
    .scent-finder-page { padding-left: 12px; padding-right: 12px; }
    .finder-panel { border-radius: 20px; }
    .finder-panel--start { padding-left: 20px; padding-right: 20px; }
    .finder-options { grid-template-columns: 1fr; }
    .result-reasons { grid-template-columns: 1fr; }
    .result-combinations { grid-template-columns: 1fr; }
    .result-matches { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .result-section--next { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 500px) {
    .scent-finder-page { padding-top: 28px; }
    .finder-panel--question { padding-left: 14px; padding-right: 14px; }
    .finder-progress-row { margin-bottom: 38px; }
    .finder-option { min-height: 104px; padding-right: 42px; }
    .result-matches { grid-template-columns: 1fr; }
    .scent-match-card { min-height: 220px; }
    .spectrum-row { grid-template-columns: 82px 1fr 34px; gap: 9px; }
}

/* Live product results ---------------------------------------------------- */
.combination-match-card {
    width: 100%;
    border: 0;
    text-align: left;
    font: inherit;
    cursor: pointer;
}

.combination-match-card.is-active {
    background: linear-gradient(145deg, #ffffff, #f4edf6);
    color: var(--finder-ink);
    border: 2px solid var(--finder-plum);
    box-shadow: 0 0 0 4px rgba(92,58,104,.08), 0 18px 34px rgba(62,46,66,.14);
    transform: translateY(-3px);
}

.combination-selected-badge {
    display: none;
    align-self: flex-start;
    align-items: center;
    gap: 5px;
    margin-bottom: 16px;
    padding: 5px 9px;
    border-radius: 999px;
    background: var(--finder-plum);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.combination-match-card.is-active .combination-selected-badge {
    display: inline-flex;
}

.combination-match-card.is-active .combination-match-top {
    color: #756b78;
}

.combination-match-card.is-active h3 {
    margin-top: 24px;
    color: var(--finder-plum-dark);
}

.combination-match-card.is-active p {
    color: #6f6872;
}

.combination-match-card.is-active .combination-match-link {
    color: var(--finder-plum);
}

.result-products-panel {
    margin-top: 28px;
    padding-top: 30px;
    border-top: 1px solid var(--finder-line);
}

.result-products-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px;
}

.result-products-heading h2 {
    margin: 0 0 7px;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    font-size: clamp(27px, 3.6vw, 40px);
    color: var(--finder-ink);
}

.result-products-heading > div > p:last-child {
    max-width: 700px;
    margin: 0;
    color: var(--finder-muted);
    line-height: 1.65;
    font-weight:300
}

.result-products-count {
    flex: 0 0 auto;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--finder-line);
    color: var(--finder-muted);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.result-product-status {
    padding: 18px 20px;
    border-radius: 14px;
    background: rgba(255,255,255,.72);
    border: 1px solid var(--finder-line);
    color: var(--finder-muted);
    font-size: 13px;
}

.result-product-status.is-error {
    background: #fff8f6;
}

.result-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.finder-product-card {
    min-width: 0;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--finder-line);
    transition: transform .2s ease, box-shadow .2s ease;
}

.finder-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 13px 30px rgba(62,46,66,.09);
}

.finder-product-image {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f7f4f2;
}

.finder-product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.finder-product-card:hover .finder-product-image img {
    transform: scale(1.025);
}

.finder-product-sale {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 9px;
    border-radius: 999px;
    background: #b56c6c;
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.finder-product-body {
    padding: 17px;
}

.finder-product-rating {
    min-height: 18px;
    margin-bottom: 8px;
    color: var(--finder-plum);
    font-size: 11px;
}

.finder-product-rating span:last-child {
    color: var(--finder-muted);
}

.finder-product-body h3 {
    margin: 0 0 14px;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
}

.finder-product-body h3 a {
    color: var(--finder-ink);
    text-decoration: none;
    font-weight: 350;
}

.finder-product-price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 15px;
}

.finder-product-price {
    color: var(--finder-plum-dark);
    font-size: 15px;
    font-weight: 400;
}

.finder-product-old-price {
    color: #9a929b;
    font-size: 12px;
    text-decoration: line-through;
}

.finder-product-link {
    color: var(--finder-plum-dark);
    font-size: 11px;
    font-weight: 450;
    text-decoration: none;
}


.result-products-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.finder-button-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.finder-secondary-button:disabled {
    cursor: default;
    transform: none !important;
    box-shadow: none;
}

#result-products-all.is-complete {
    background: #f3eef4;
    color: var(--finder-plum-dark);
    opacity: .82;
}

.finder-all-products-page {
    max-width: 1280px;
    margin: 0 auto;
    padding: 46px 24px 70px;
}

.finder-all-products-head {
    max-width: 820px;
    margin: 0 auto 32px;
    text-align: center;
}

.finder-all-products-head h1 {
    margin: 6px 0 12px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 400;
    color: var(--finder-ink);
}

.finder-all-products-head p {
    color: var(--finder-muted);
    line-height: 1.7;
}

.finder-all-products-back {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--finder-plum);
    text-decoration: none;
    font-size: 13px;
}

@media (max-width: 900px) {
    .result-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
    .result-products-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
    .result-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    /* Square catalogue photography sits above the details; two-up cards give
       normal phones more choice on screen without squashing the imagery. */
    .finder-product-card { display: block; }
    .finder-product-image {
        width: 100%;
        aspect-ratio: 1 / 1;
        min-height: 0;
    }
    .finder-product-body { padding: 13px 12px 15px; }
    .finder-product-match {
        margin-bottom: 7px;
        padding: 4px 6px;
        font-size: 8px;
        line-height: 1.25;
    }
    .finder-product-rating { margin-bottom: 6px; }
    .finder-product-body h3 {
        margin-bottom: 10px;
        font-size: 12.5px;
        line-height: 1.38;
    }
    .finder-product-price { font-size: 14px; }
    .finder-product-price-row { margin-bottom: 11px; }
    .finder-product-link {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        min-height: 38px;
        padding: 0 9px;
        border-radius: 999px;
        background: #f2eef3;
        font-size: 10px;
        text-align: center;
    }
}

@media (max-width: 360px) {
    .result-products-grid { grid-template-columns: 1fr; }
    .finder-product-body { padding: 17px 17px 19px; }
    .finder-product-body h3 { font-size: 14px; }
    .finder-product-link { min-height: 42px; font-size: 11px; }
}

/* Why a product appears in a fragrance-profile result. */
.finder-product-match {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    margin-bottom: 9px;
    padding: 5px 8px;
    border-radius: 999px;
    background: rgb(92 83 103 / 8%);
    color: var(--finder-plum-dark);
    font-size: 10px;
    line-height: 1.25;
    font-weight: 350;
    letter-spacing: .02em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}


@media (prefers-reduced-motion: reduce) {
    .finder-panel,
    .finder-panel--result.is-revealing .result-hero .finder-eyebrow,
    .finder-panel--result.is-revealing .result-hero h1,
    .finder-panel--result.is-revealing .result-profile-summary,
    .finder-panel--result.is-revealing .result-family-chips {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }
}
