.shm-affiliate-note {
    margin: 0 0 1rem;
    color: #526173;
    font-size: .875rem;
    line-height: 1.5;
}

.site-header .inside-header {
    display: block;
    padding: .25rem 1.5rem 0;
}

.site-header .site-branding-container,
.site-header .site-branding,
.site-header .site-logo {
    display: none;
}

.shm-header-layout,
.shm-header-layout *,
.shm-home,
.shm-home *,
.shm-footer,
.shm-footer * {
    box-sizing: border-box;
}

.site-header .main-navigation {
    display: none;
}

.shm-mobile-nav {
    display: none;
}

.shm-header-layout {
    width: 100%;
}

.shm-brand-search-row {
    display: flex;
    align-items: center;
    gap: clamp(1.25rem, 3vw, 3rem);
    padding: .9rem 0 1rem;
}

.shm-header-brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: .7rem;
    color: #fff;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 850;
    letter-spacing: -.04em;
    line-height: 1;
    text-decoration: none;
}

.shm-header-brand svg {
    display: block;
    flex: 0 0 auto;
    width: 2.65rem;
    height: 2.65rem;
}

.shm-header-brand span {
    display: block;
    line-height: .96;
    transform: translateY(-.02em);
}

.shm-header-brand:hover,
.shm-header-brand:focus-visible {
    color: #ffe600;
}

.shm-nav-row {
    position: relative;
    z-index: 40;
    isolation: isolate;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgb(255 255 255 / 12%);
    background: #0d172d;
}

.shm-nav-row::before,
.shm-nav-row::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    clip-path: inset(0 -100vmax);
}

.shm-nav-row::before {
    inset: 0;
    background: #0d172d;
    box-shadow: 0 0 0 100vmax #0d172d;
}

.shm-nav-row::after {
    top: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: #2b354a;
    box-shadow: 0 0 0 100vmax #2b354a;
}

.shm-primary-nav {
    width: 100%;
    min-width: 0;
}

.shm-primary-nav > .shm-primary-list {
    display: flex;
    align-items: center;
    gap: clamp(1.1rem, 2.4vw, 2rem);
    margin: 0;
    padding: 0;
    list-style: none;
}

.shm-primary-nav > .shm-primary-list > li > a,
.shm-departments-menu > summary {
    display: block;
    padding: .72rem 0;
    color: #fff;
    font-size: .94rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.shm-primary-nav > .shm-primary-list > li > a:hover,
.shm-primary-nav > .shm-primary-list > li > a:focus-visible,
.shm-departments-menu > summary:hover,
.shm-departments-menu > summary:focus-visible,
.shm-departments-menu[open] > summary {
    color: #ffe600;
}

.shm-departments-menu {
    position: relative;
}

.shm-departments-menu > summary {
    list-style: none;
}

.shm-departments-menu > summary::-webkit-details-marker {
    display: none;
}

.shm-departments-menu > summary::after {
    content: "⌄";
    margin-left: .45rem;
    color: #ffe600;
}

.shm-departments-menu > ul {
    position: absolute;
    z-index: 30;
    top: calc(100% + .15rem);
    left: -.8rem;
    min-width: 14rem;
    margin: 0;
    padding: .55rem;
    border: 1px solid #d8dde5;
    border-radius: .55rem;
    background: #fff;
    box-shadow: 0 14px 36px rgb(16 24 40 / 18%);
    list-style: none;
}

.shm-departments-menu > ul a {
    display: block;
    padding: .65rem .75rem;
    border-radius: .35rem;
    color: #111b32;
    font-size: .92rem;
    font-weight: 700;
    text-decoration: none;
}

.shm-departments-menu > ul a:hover,
.shm-departments-menu > ul a:focus-visible {
    background: #fff8c7;
    color: #111b32;
}

.shm-header-search {
    display: flex;
    flex: 1 1 48rem;
    min-width: 0;
    max-width: 100%;
    min-height: 3rem;
    overflow: hidden;
    border: 1px solid #d8dde5;
    border-radius: .45rem;
    background: #fff;
    box-shadow: 0 1px 2px rgb(16 24 40 / 8%);
}

.shm-header-search input[type="search"] {
    min-width: 0;
    flex: 1 1 auto;
    margin: 0;
    padding: .7rem 1rem;
    border: 0;
    background: transparent;
    color: #111b32;
    font-size: max(16px, 1rem);
    box-shadow: none;
}

.shm-header-search input[type="search"]:focus {
    outline: 2px solid #2563eb;
    outline-offset: -2px;
}

.site-header .shm-header-search button,
.shm-header-search button {
    min-width: 6rem;
    padding: .7rem 1.1rem;
    border: 0;
    background: #ffe600;
    color: #111b32;
    font-weight: 700;
    cursor: pointer;
}

.site-header .shm-header-search button:hover,
.site-header .shm-header-search button:focus-visible,
.shm-header-search button:hover,
.shm-header-search button:focus-visible {
    background: #f5db00;
}

.shm-product-hero {
    display: grid;
    grid-template-columns: minmax(16rem, 1fr) minmax(18rem, 1fr);
    gap: clamp(1.5rem, 4vw, 3.5rem);
    align-items: center;
    padding: clamp(1.25rem, 3vw, 2.5rem);
    border: 1px solid #dfe4ea;
    border-radius: 1rem;
    background: #fff;
}

.shm-service-page {
    padding-top: 2rem;
}

.shm-service-hero {
    position: relative;
    display: flex;
    min-height: clamp(26rem, 52vw, 37rem);
    align-items: flex-end;
    overflow: hidden;
    border-radius: 1.2rem;
    background: #111b32;
    color: #fff;
}

.shm-service-hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shm-service-hero::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgb(8 16 35 / 92%) 0%, rgb(8 16 35 / 65%) 50%, rgb(8 16 35 / 12%) 100%);
}

.shm-service-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 45rem;
    padding: clamp(1.5rem, 5vw, 4rem);
}

.shm-service-hero-copy h1 {
    max-width: 16ch;
    margin: .3rem 0 1rem;
    color: #fff;
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 1.02;
}

.shm-service-hero-copy > p:last-child {
    max-width: 59ch;
    margin: 0;
    font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.shm-service-kicker {
    margin: 0;
    color: #ffe600;
    font-size: .82rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.shm-service-content {
    max-width: 70rem;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4rem) 0;
}

.shm-service-lead {
    max-width: 70ch;
    margin: 0 0 2rem;
    color: #28364a;
    font-size: clamp(1.08rem, 1.8vw, 1.25rem);
    line-height: 1.75;
}

.shm-service-verdict {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 1rem;
    margin: 2rem 0 3rem;
}

.shm-service-verdict > div,
.shm-service-section,
.shm-plan-card,
.shm-service-balance > div,
.shm-referral-gate {
    border: 1px solid #dfe4ea;
    border-radius: .85rem;
    background: #fff;
}

.shm-service-verdict > div {
    padding: 1.35rem;
}

.shm-service-verdict strong {
    display: block;
    margin-bottom: .4rem;
    color: #111b32;
}

.shm-service-verdict p {
    margin: 0;
}

.shm-service-section {
    margin: 2rem 0;
    padding: clamp(1.25rem, 3vw, 2rem);
}

.shm-service-section > h2 {
    margin-top: 0;
    color: #111b32;
}

.shm-plan-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.shm-plan-card {
    padding: 1.25rem;
    border-top: .28rem solid #ffe600;
}

.shm-plan-card-link {
    position: relative;
    display: block;
    color: inherit;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.shm-plan-card-link:hover,
.shm-plan-card-link:focus-within {
    border-color: #ffe600;
    box-shadow: 0 .8rem 1.8rem rgb(17 27 50 / 12%);
    color: inherit;
    transform: translateY(-.15rem);
}

.shm-plan-card-link:focus-within {
    outline: .2rem solid #1179c4;
    outline-offset: .2rem;
}

.shm-plan-action-link {
    display: inline-block;
    text-decoration: none;
}

.shm-plan-action-link::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
}

.shm-plan-action-link:focus-visible {
    outline: none;
}

.shm-plan-action-link:hover .shm-plan-action,
.shm-plan-action-link:focus-visible .shm-plan-action {
    background: #ffe600;
}

.shm-plan-card h3 {
    margin: 0 0 .65rem;
    color: #111b32;
    font-size: 1.15rem;
}

.shm-plan-card p {
    margin: .45rem 0 0;
}

.shm-plan-profile {
    color: #111b32;
    font-weight: 700;
}

.shm-plan-action {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin-top: 1rem;
    padding: .55rem .75rem;
    border-radius: .5rem;
    background: #fff4a3;
    color: #111b32;
    font-weight: 800;
}

.shm-affiliate-button {
    display: inline-flex;
    min-height: 3.25rem;
    align-items: center;
    justify-content: center;
    padding: .8rem 1.2rem;
    border: 2px solid #ffe600;
    border-radius: .65rem;
    background: #ffe600;
    color: #111b32;
    font-weight: 850;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.shm-affiliate-button:hover,
.shm-affiliate-button:focus-visible {
    border-color: #f0d800;
    background: #f0d800;
    color: #111b32;
}

.shm-affiliate-button:focus-visible,
.shm-service-anchor:focus-visible {
    outline: .2rem solid #1179c4;
    outline-offset: .2rem;
}

.shm-service-cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .9rem 1.2rem;
    margin: -1rem 0 2.5rem;
}

.shm-service-anchor {
    color: #0e5f88;
    font-weight: 750;
    text-underline-offset: .2em;
}

.shm-inline-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin-top: 1.5rem;
    padding: 1.2rem;
    border-radius: .8rem;
    background: #111b32;
    color: #fff;
}

.shm-inline-cta-standalone {
    margin: 2rem 0;
}

.shm-inline-cta strong,
.shm-inline-cta span {
    display: block;
}

.shm-inline-cta strong {
    margin-bottom: .2rem;
    font-size: 1.06rem;
}

.shm-inline-cta span {
    color: #d9e2ef;
}

.shm-inline-cta .shm-affiliate-button {
    flex: 0 0 auto;
}

.shm-service-balance {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 2rem 0;
}

.shm-service-balance > div {
    padding: 1.5rem;
}

.shm-service-balance .shm-service-advantages {
    border-top: .3rem solid #16803b;
}

.shm-service-balance .shm-service-attention {
    border-top: .3rem solid #d97706;
}

.shm-service-balance h2 {
    margin-top: 0;
    font-size: 1.35rem;
}

.shm-service-balance li,
.shm-service-checklist li {
    margin-bottom: .7rem;
}

.shm-service-checklist {
    padding-left: 1.4rem;
}

.shm-service-faq details {
    border-top: 1px solid #dfe4ea;
}

.shm-service-faq summary {
    padding: 1rem 0;
    color: #111b32;
    font-weight: 750;
    cursor: pointer;
}

.shm-service-faq details p {
    margin-top: 0;
}

.shm-referral-gate {
    margin-top: 2rem;
    padding: 1.25rem 1.5rem;
    border-style: dashed;
    color: #526173;
}

.shm-referral-gate strong {
    display: block;
    color: #111b32;
}

.shm-product-image {
    margin: 0;
    text-align: center;
}

.shm-product-image img {
    width: min(100%, 32rem);
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
}

.shm-product-brand {
    margin: 0 0 .75rem;
    color: #526173;
    font-weight: 700;
}

.shm-cta {
    display: inline-flex;
    min-height: 3.5rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
    padding: .85rem 1.25rem;
    border-radius: .65rem;
    background: #ffe600;
    color: #111b32;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.shm-cta:hover,
.shm-cta:focus-visible {
    background: #f5db00;
    color: #111b32;
}

.shm-specs {
    margin-top: clamp(2rem, 5vw, 4rem);
}

.shm-olfactory,
.shm-community {
    margin-top: clamp(2rem, 5vw, 4rem);
}

.shm-accords {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin: 0 0 1.5rem;
    padding: 0;
    list-style: none;
}

.shm-accords li {
    padding: .55rem .85rem;
    border: 1px solid #dfe4ea;
    border-radius: 999px;
    background: #f8fafc;
    color: #344054;
    font-weight: 600;
}

.shm-note-pyramid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.shm-pyramid-title {
    margin: 1.75rem 0 .85rem;
    font-size: 1.25rem;
}

.shm-note-pyramid > div {
    padding: 1rem;
    border: 1px solid #dfe4ea;
    border-radius: .75rem;
}

.shm-note-pyramid h3 {
    margin-top: 0;
    font-size: 1rem;
}

.shm-community-note {
    color: #526173;
    font-size: .875rem;
}

.shm-reviews {
    margin-top: clamp(2rem, 5vw, 4rem);
    padding-top: 2rem;
    border-top: 1px solid #dfe4ea;
}

.shm-review-list {
    display: grid;
    gap: 1rem;
    padding: 0;
    list-style: none;
}

.shm-review-list li {
    padding: 1rem;
    border: 1px solid #dfe4ea;
    border-radius: .75rem;
    background: #fff;
}

.comment-form-rating select {
    display: block;
    width: min(100%, 20rem);
    margin-top: .4rem;
}

.shm-specs table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
}

.shm-specs th,
.shm-specs td {
    padding: .85rem 1rem;
    border-bottom: 1px solid #dfe4ea;
    text-align: left;
    vertical-align: top;
}

.shm-specs th {
    width: 40%;
    color: #344054;
}

.shm-product-footer {
    max-width: 28rem;
    margin: 2rem 0 0 auto;
}

.shm-product-footer p {
    margin: .7rem 0 0;
    color: #667085;
    font-size: .84rem;
    text-align: center;
}

.shm-product-inline-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(14rem, 20rem);
    gap: 1rem 1.5rem;
    align-items: center;
    margin-top: clamp(2rem, 5vw, 3.5rem);
    padding: clamp(1.15rem, 3vw, 1.6rem);
    border-radius: .9rem;
    background: #111b32;
    color: #fff;
}

.shm-product-inline-cta strong,
.shm-product-inline-cta > div > span {
    display: block;
}

.shm-product-inline-cta strong {
    font-size: clamp(1.08rem, 2.2vw, 1.3rem);
    line-height: 1.25;
}

.shm-product-inline-cta > div > span {
    margin-top: .35rem;
    color: #d9e2ef;
    font-size: .9rem;
    line-height: 1.5;
}

.shm-product-inline-cta .shm-cta {
    margin-top: 0;
}

.shm-review-lead {
    max-width: 48rem;
    margin: .5rem 0 1.5rem;
    color: #344054;
    font-size: clamp(1.08rem, 1.7vw, 1.25rem);
    line-height: 1.7;
}

.shm-review-verdict,
.shm-editorial-section,
.shm-balance,
.shm-faq,
.shm-methodology {
    margin-top: clamp(2rem, 5vw, 4rem);
}

.shm-review-verdict {
    padding: clamp(1.4rem, 4vw, 2.5rem);
    border: 1px solid #dfe4ea;
    border-left: .35rem solid #ffe600;
    border-radius: 1rem;
    background: #f8fafc;
}

.shm-review-verdict h2,
.shm-editorial-section h2,
.shm-balance h2,
.shm-faq h2 {
    margin: .35rem 0 1rem;
    color: #111b32;
    font-size: clamp(1.55rem, 3vw, 2.15rem);
    line-height: 1.2;
}

.shm-verdict-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.5rem 0 0;
}

.shm-verdict-points div {
    padding: 1rem;
    border-radius: .75rem;
    background: #fff;
}

.shm-verdict-points dt {
    color: #087f8c;
    font-size: .84rem;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.shm-verdict-points dd {
    margin: .45rem 0 0;
    color: #344054;
}

.shm-editorial-section {
    max-width: 52rem;
}

.shm-editorial-section p,
.shm-editorial-section li,
.shm-balance li,
.shm-faq p {
    color: #425268;
    line-height: 1.75;
}

.shm-balance-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.shm-balance-grid article {
    padding: 1.35rem;
    border: 1px solid #dfe4ea;
    border-radius: .9rem;
}

.shm-balance-grid h3 {
    margin: 0 0 .8rem;
    color: #111b32;
}

.shm-balance-grid ul,
.shm-checklist ul {
    margin-bottom: 0;
}

.shm-advantages {
    background: #f0fdf7;
}

.shm-attention {
    background: #fff9ec;
}

.shm-faq details {
    padding: 1rem 0;
    border-top: 1px solid #dfe4ea;
}

.shm-faq summary {
    color: #111b32;
    font-weight: 750;
    cursor: pointer;
}

.shm-methodology {
    padding: 1.15rem 1.3rem;
    border-radius: .75rem;
    background: #f5f7fa;
    color: #526173;
    font-size: .88rem;
}

.shm-methodology p {
    margin: .35rem 0;
}

.shm-community-context {
    color: #526173;
    font-size: .9rem;
}

.shm-selection {
    margin: clamp(2.5rem, 6vw, 5rem) 0;
}

.shm-selection > h2 {
    margin: .35rem 0 .75rem;
    color: #111b32;
    font-size: clamp(1.8rem, 3.5vw, 2.7rem);
}

.shm-selection-grid {
    display: grid;
    gap: 1.25rem;
    margin-top: 1.5rem;
}

.shm-selection-grid article {
    display: grid;
    grid-template-columns: minmax(12rem, .7fr) minmax(0, 1.3fr);
    gap: 1.5rem;
    padding: 1.25rem;
    border: 1px solid #dfe4ea;
    border-radius: 1rem;
    background: #fff;
}

.shm-selection-grid img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
}

.shm-selection-grid h3 {
    margin: 0 0 .6rem;
}

.shm-selection-grid h3 a {
    color: #111b32;
    text-decoration: none;
}

.shm-selection-grid h4 {
    margin: 1rem 0 .35rem;
    color: #111b32;
}

.shm-selection-profile {
    color: #087f8c;
    font-weight: 750;
}

.shm-catalog {
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 3.5rem) 0;
}

.shm-home,
.shm-search-page {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 3.5rem) 0;
}

.shm-category-description {
    max-width: 48rem;
    color: #425268;
    line-height: 1.7;
}

/* Home spans the theme container so the banner meets the navigation directly. */
body.home #page,
body.home #content,
body.home #primary,
body.home #main,
body.home .inside-article,
body.home .entry-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 !important;
}

body.home #page,
body.home .inside-article {
    background: #f5f7fa;
}

body.home .site-header .inside-header {
    padding: .25rem 1.5rem 0;
}

body.home .shm-home {
    width: 100%;
    max-width: none;
    padding: 0 0 3rem;
}

body.home .shm-home > :not(.shm-home-hero) {
    width: min(1180px, calc(100% - 3rem));
    margin-left: auto;
    margin-right: auto;
}

body.home .shm-home > .shm-home-banner-shell {
    width: 100%;
    max-width: none;
    margin: 0 0 2.5rem;
    background: #111b32;
}
.shm-home-banner-shell .shm-home-hero { margin-bottom: 0; }

.shm-category-description > :last-child {
    margin-bottom: 0;
}

.shm-home-hero {
    position: relative;
    display: flex;
    min-height: clamp(28rem, 33vw, 34rem);
    align-items: flex-start;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto 2.5rem;
    padding: 2.5rem clamp(2rem, calc((100vw - 1180px) / 2), 210px);
    border-radius: 0;
    background: #111b32;
    overflow: hidden;
}

.shm-hero-image,
.shm-hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.shm-hero-image {
    object-fit: contain;
    object-position: right center;
}

.shm-hero-shade {
    background: linear-gradient(90deg, #111b32 0%, rgb(17 27 50 / 90%) 34%, transparent 65%, transparent 88%, #111b32 100%);
}

.shm-hero-content {
    position: relative;
    z-index: 1;
    max-width: 38rem;
}

.shm-home-hero h1 {
    max-width: 18ch;
    margin: .45rem 0 1rem;
    color: #fff;
    font-size: clamp(2.5rem, 4vw, 3.75rem);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.shm-home-hero .shm-catalog-kicker { color: #83e4ea; }
.shm-home-hero p:not(.shm-catalog-kicker) { max-width: 37rem; color: #edf4f8; font-size: clamp(1.05rem, 1.5vw, 1.22rem); }
.shm-hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.shm-home-action { display: inline-flex; min-height: 3.2rem; align-items: center; margin: 0; padding: .85rem 1.25rem; border-radius: .65rem; background: #ffe600; color: #111b32; font-weight: 800; text-decoration: none; }
.shm-home-action:hover,.shm-home-action:focus-visible { background: #f5db00; color: #111b32; }
.shm-home-action-secondary { border: 1px solid rgb(255 255 255 / 62%); background: rgb(17 27 50 / 45%); color: #fff; }
.shm-home-action-secondary:hover,.shm-home-action-secondary:focus-visible { background: #fff; color: #111b32; }

/* Editorial entry points, not an autoplay carousel or a list of offers. */
body.home .shm-home > .shm-home-spotlights {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: -4.5rem;
    margin-bottom: 0;
}
.shm-home-hero { padding-bottom: 5rem; }
.shm-spotlight {
    position: relative;
    display: grid;
    grid-template-columns: 1.35fr .8fr;
    min-height: 16rem;
    overflow: hidden;
    border: 1px solid #dce2ea;
    border-radius: 1.1rem;
    background: #fff7e8;
    color: #111b32;
    text-decoration: none;
    box-shadow: 0 .65rem 1.8rem rgb(17 27 50 / 9%);
    transition: transform .2s ease, box-shadow .2s ease;
}
.shm-spotlight-copy { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; padding: 1.6rem 0 1.6rem 1.6rem; }
.shm-spotlight-kicker { margin-bottom: .7rem; font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: #72521c; }
.shm-spotlight-copy > strong { font-size: clamp(1.25rem, 1.9vw, 1.65rem); line-height: 1.15; letter-spacing: -.025em; }
.shm-spotlight-description { margin: .75rem 0 1.2rem; font-size: .9rem; line-height: 1.5; color: #475366; }
.shm-spotlight-action { display: inline-flex; align-items: center; gap: .6rem; margin-top: auto; font-size: .88rem; font-weight: 800; color: #111b32; }
.shm-spotlight-action > span { display: grid; place-items: center; width: 1.8rem; height: 1.8rem; border-radius: 50%; background: #ffe600; color: #111b32; }
.shm-spotlight img { align-self: center; width: 100%; height: 14rem; padding: .8rem; object-fit: contain; mix-blend-mode: multiply; }
.shm-spotlight-tech { background: #173149; color: #fff; border-color: #294a66; }
.shm-spotlight-tech .shm-spotlight-copy > strong { color: #fff; }
.shm-spotlight-tech:hover,
.shm-spotlight-tech:focus-visible,
.shm-spotlight-tech:hover .shm-spotlight-copy > strong,
.shm-spotlight-tech:focus-visible .shm-spotlight-copy > strong,
.shm-spotlight-tech:hover .shm-spotlight-action,
.shm-spotlight-tech:focus-visible .shm-spotlight-action { color: #ffe600; }
.shm-spotlight-tech .shm-spotlight-kicker { color: #8ae5ef; }
.shm-spotlight-tech .shm-spotlight-description { color: #d5e3ed; }
.shm-spotlight-tech .shm-spotlight-action { color: #fff; }
.shm-spotlight-tech img { align-self: stretch; height: 100%; padding: 0; object-fit: cover; object-position: 65% center; mix-blend-mode: normal; mask-image: linear-gradient(90deg, transparent, #000 35%); }
.shm-spotlight:hover { transform: translateY(-3px); box-shadow: 0 1rem 2rem rgb(17 27 50 / 15%); }
.shm-spotlight:focus-visible { outline: 3px solid #087f8c; outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { .shm-spotlight { transition: none; } .shm-spotlight:hover { transform: none; } }

.shm-paths,.shm-guides,.shm-home-guide { margin: clamp(3rem, 7vw, 6rem) 0; }
.shm-paths h2,.shm-guides h2,.shm-home-guide h2,.shm-related h2 { margin: .35rem 0 1.5rem; color: #111b32; font-size: clamp(1.75rem, 3vw, 2.5rem); line-height: 1.15; }
.shm-path-grid,.shm-guide-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.shm-path-card { position: relative; display: flex; min-height: 19rem; align-items: flex-end; padding: 1.5rem; border-radius: 1rem; background: linear-gradient(135deg,#087f8c,#111b32); color: #fff; text-decoration: none; overflow: hidden; isolation: isolate; }
.shm-path-card:first-child { grid-column: span 2; }
.shm-path-card img,.shm-path-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.shm-path-card img { z-index: -2; object-fit: cover; transition: transform .35s ease; }
.shm-path-shade { z-index: -1; background: linear-gradient(0deg,rgb(8 16 35 / 88%) 0%,rgb(8 16 35 / 12%) 75%); }
.shm-path-card:hover img,.shm-path-card:focus-visible img { transform: scale(1.045); }
.shm-path-copy { display: flex; flex-direction: column; }
.shm-path-copy strong { color: #fff; font-size: clamp(1.35rem,2.2vw,2rem); line-height: 1.1; }
.shm-path-copy small { margin-top: .4rem; color: #e4edf3; }
.shm-path-copy em { margin-top: .9rem; color: #ffe600; font-style: normal; font-weight: 800; }
.shm-guide-grid a { display: flex; min-height: 15rem; flex-direction: column; padding: 1.5rem; border: 1px solid #dfe4ea; border-radius: 1rem; background: #fff; color: #111b32; text-decoration: none; transition: transform .16s ease,box-shadow .16s ease; }
.shm-guide-grid img { width: calc(100% + 3rem); max-width: none; height: 13rem; margin: -1.5rem -1.5rem 1.35rem; object-fit: contain; background: #fff; border-bottom: 1px solid #e7eaf0; }
.shm-guide-grid a:hover,.shm-guide-grid a:focus-visible { transform: translateY(-3px); box-shadow: 0 .9rem 2rem rgb(16 24 40 / 10%); }
.shm-guide-grid a > span { color: #087f8c; font-size: .85rem; font-weight: 800; }
.shm-guide-grid h3 { margin: 1.5rem 0 .5rem; color: #111b32; font-size: 1.2rem; }
.shm-guide-grid p { margin-bottom: 1rem; color: #526173; }
.shm-guide-grid a > strong { margin-top: auto; color: #174ea6; }
.shm-home-guide { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem,5vw,5rem); padding: clamp(2rem,5vw,4rem); border-radius: 1.2rem; background: #111b32; color: #e9eef5; }
.shm-home-guide h2 { color: #fff; }
.shm-home-guide .shm-catalog-kicker { color: #7de3e8; }
.shm-home-guide a { display: inline-flex; margin-top: 1rem; color: #ffe600; font-weight: 800; text-decoration: none; }
.shm-home-guide ul { margin: 0; padding: 0; list-style: none; }
.shm-home-guide li { display: flex; flex-direction: column; gap: .25rem; padding: .85rem 0; border-bottom: 1px solid rgb(255 255 255 / 15%); }
.shm-home-guide li span { color: #bdcad8; }

.shm-search-heading { margin: 2rem 0; }
.shm-search-heading h1 { margin: .3rem 0 .7rem; font-size: clamp(2rem,4vw,3.4rem); color: #111b32; }
.shm-empty-search { min-height: 22rem; padding: 3rem; border-radius: 1rem; background: #f8fafc; }

.shm-gallery { margin-top: clamp(2rem,5vw,4rem); }
.shm-gallery > div { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.shm-gallery img { width: 100%; height: auto; aspect-ratio: 1; padding: .75rem; object-fit: contain; border: 1px solid #dfe4ea; border-radius: .85rem; background: #fff; }
.shm-related { margin-top: clamp(3rem,7vw,6rem); padding-top: 2.5rem; border-top: 1px solid #dfe4ea; }

.shm-footer { padding: clamp(2.5rem,6vw,5rem) max(1rem,calc((100% - 1180px)/2)); background: #111b32; color: #dbe4ee; }
.shm-footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3,1fr); gap: clamp(1.5rem,4vw,4rem); }
.shm-footer-brand { color: #fff; font-size: 1.6rem; font-weight: 800; text-decoration: none; }
.shm-footer h2 { margin: 0 0 1rem; color: #fff; font-size: 1rem; }
.shm-footer p,.shm-footer a { color: #dbe4ee; font-size: .9rem; }
.shm-footer ul { margin: 0; padding: 0; list-style: none; }
.shm-footer li { margin: .55rem 0; }
.shm-footer a:hover,.shm-footer a:focus-visible { color: #fff; }
.shm-footer-bottom { margin: 2.5rem 0 0; padding-top: 1.2rem; border-top: 1px solid rgb(255 255 255 / 15%); }
.site-info { display: none; }

.shm-catalog-heading {
    max-width: 46rem;
    margin-bottom: 2rem;
}

.shm-catalog-kicker {
    margin: 0 0 .45rem;
    color: #526173;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.shm-catalog-heading h1 {
    margin: 0 0 .7rem;
    color: #111b32;
    font-size: clamp(2rem, 5vw, 3.25rem);
    line-height: 1.08;
}

.shm-catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.shm-catalog-card {
    min-width: 0;
    border: 1px solid #dfe4ea;
    border-radius: .8rem;
    background: #fff;
    overflow: hidden;
    transition: transform .16s ease, box-shadow .16s ease;
}

.shm-catalog-card:hover,
.shm-catalog-card:focus-within {
    transform: translateY(-2px);
    box-shadow: 0 .75rem 1.8rem rgb(16 24 40 / 10%);
}

.shm-catalog-card > a {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: #111b32;
    text-decoration: none;
}

.shm-catalog-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    padding: 1rem;
    object-fit: contain;
    background: #fff;
}

.shm-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: .45rem;
    padding: 1rem;
}

.shm-card-brand,
.shm-card-meta {
    color: #526173;
    font-size: .875rem;
}

.shm-card-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
}

.shm-card-action {
    margin-top: auto;
    padding-top: .5rem;
    color: #174ea6;
    font-weight: 700;
}

.shm-catalog-empty {
    padding: 1rem;
    border: 1px solid #dfe4ea;
    border-radius: .75rem;
    background: #f8fafc;
}

.shm-editor-warning {
    padding: 1rem;
    border-left: .25rem solid #b42318;
    background: #fef3f2;
}

@media (max-width: 720px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    body .site-header .main-navigation,
    body .site-header .mobile-menu-control-wrapper,
    body .site-header #site-navigation {
        display: none !important;
    }

    .site-header .inside-header {
        padding: 0 1rem !important;
    }

    .shm-brand-search-row {
        flex-wrap: wrap;
        gap: .75rem;
        padding: .85rem 0;
    }

    .shm-header-brand {
        min-height: 2.5rem;
        gap: .65rem;
    }

    .shm-header-brand svg {
        width: 2.5rem;
        height: 2.5rem;
    }

    .shm-nav-row {
        display: none;
    }

    .shm-mobile-nav {
        display: block;
        border-top: 1px solid rgb(255 255 255 / 14%);
    }

    .shm-mobile-nav > summary {
        position: relative;
        padding: .85rem 1.8rem .85rem 0;
        color: #fff;
        font-weight: 800;
        list-style: none;
        cursor: pointer;
    }

    .shm-mobile-nav > summary::-webkit-details-marker {
        display: none;
    }

    .shm-mobile-nav > summary::after {
        position: absolute;
        top: 50%;
        right: .15rem;
        content: "+";
        color: #ffe600;
        font-size: 1.35rem;
        transform: translateY(-50%);
    }

    .shm-mobile-nav[open] > summary::after {
        content: "−";
    }

    .shm-mobile-nav ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .35rem;
        margin: 0;
        padding: 0 0 1rem;
        list-style: none;
    }

    .shm-mobile-nav a {
        display: block;
        padding: .7rem .75rem;
        border-radius: .45rem;
        background: rgb(255 255 255 / 6%);
        color: #fff;
        font-weight: 700;
        text-decoration: none;
    }

    .shm-mobile-nav a:hover,
    .shm-mobile-nav a:focus-visible {
        background: #ffe600;
        color: #111b32;
    }

    .shm-header-search {
        flex-basis: 100%;
        width: 100%;
        max-width: none;
    }

    .shm-header-search input[type="search"] {
        width: 0;
        min-width: 0;
        font-size: 1rem;
    }

    .shm-header-search button {
        flex: 0 0 auto;
        min-width: 5rem;
        padding-inline: .85rem;
    }

    body.home .site-content,
    body.home .inside-article {
        width: 100%;
        margin: 0;
        padding: 0 !important;
    }

    body.home .content-area,
    body.home .site-main,
    body.home .entry-content {
        width: 100%;
        margin: 0;
    }

    .shm-home {
        width: 100%;
        padding: 0 1rem 2.5rem;
    }

    .shm-product-hero {
        grid-template-columns: 1fr;
    }

    .shm-service-page {
        padding-top: 1rem;
    }

    .shm-service-hero {
        min-height: 32rem;
    }

    .shm-service-hero::after {
        background: linear-gradient(0deg, rgb(8 16 35 / 94%) 0%, rgb(8 16 35 / 66%) 58%, rgb(8 16 35 / 10%) 100%);
    }

    .shm-service-hero > img {
        object-position: 66% center;
    }

    .shm-service-verdict,
    .shm-plan-grid,
    .shm-service-balance {
        grid-template-columns: 1fr;
    }

    .shm-inline-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .shm-inline-cta .shm-affiliate-button,
    .shm-service-cta-row .shm-affiliate-button {
        width: 100%;
    }

    .shm-specs th {
        width: 45%;
    }

    .shm-note-pyramid {
        grid-template-columns: 1fr;
    }

    .shm-verdict-points,
    .shm-balance-grid {
        grid-template-columns: 1fr;
    }

    .shm-product-inline-cta {
        grid-template-columns: 1fr;
    }

    .shm-selection-grid article {
        grid-template-columns: 1fr;
    }

    .shm-home-guide { grid-template-columns: 1fr; }
    .shm-home-hero {
        display: block;
        width: 100%;
        min-height: 0;
        margin: 0 auto 2rem;
        padding: 0;
        border-radius: 0;
    }
    .shm-home-hero h1 { max-width: 17ch; font-size: clamp(2rem, 8.5vw, 2.75rem); }
    body.home .shm-home > :not(.shm-home-hero) { width: calc(100% - 2rem); }
    body.home .shm-home > .shm-home-banner-shell { width: 100%; margin-bottom: 2rem; }
    body.home .site-header .inside-header { padding: .75rem 1rem 0; }
    .shm-home-hero p:not(.shm-catalog-kicker) { font-size: 1rem; }
    .shm-hero-image {
        position: relative;
        display: block;
        height: clamp(14rem, 64vw, 25rem);
        object-fit: cover;
        object-position: right center;
    }
    .shm-hero-shade {
        height: clamp(14rem, 64vw, 25rem);
        background: linear-gradient(0deg, #111b32 0%, rgb(17 27 50 / 0%) 24%);
    }
    .shm-hero-content { max-width: none; padding: 1rem 1rem 1.5rem; }
    body.home .shm-home > .shm-home-spotlights { grid-template-columns: 1fr; gap: .85rem; margin-top: -1rem; }
    .shm-spotlight { min-height: 13rem; grid-template-columns: 1.5fr .7fr; }
    .shm-spotlight-copy { padding: 1.2rem 0 1.2rem 1.2rem; }
    .shm-spotlight-kicker { font-size: .65rem; }
    .shm-spotlight-description { font-size: .85rem; }
    .shm-spotlight img { height: 11rem; padding: .5rem; }
    .shm-spotlight-tech img { height: 100%; padding: 0; }
    .shm-hero-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
    .shm-hero-actions .shm-home-action { justify-content: center; padding: .85rem .65rem; font-size: .875rem; text-align: center; }
    .shm-path-grid,.shm-guide-grid,.shm-gallery > div { grid-template-columns: 1fr; }
    .shm-path-card:first-child { grid-column: auto; }
    .shm-path-card { min-height: 16rem; }
    .shm-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
    .shm-mobile-nav ul { grid-template-columns: 1fr; }
    .shm-header-search input[type="search"] { padding-inline: .75rem; font-size: 1rem; }
    .shm-footer-grid { grid-template-columns: 1fr; }
}

/* Navegação de categorias e caminho da página — 0.9.20 */
.shm-breadcrumbs { margin: 0 0 1.5rem; font-size: .875rem; line-height: 1.6; }
.shm-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .3rem .55rem; list-style: none; margin: 0; padding: 0; }
.shm-breadcrumbs li { min-width: 0; overflow-wrap: anywhere; }
.shm-breadcrumbs li + li::before { content: '›'; margin-right: .55rem; color: #756c83; }
.shm-breadcrumbs a { text-decoration: underline; text-underline-offset: .18em; }
.shm-breadcrumbs a:focus-visible { outline: 2px solid #7246b8; outline-offset: 3px; }
.shm-breadcrumbs [aria-current] { color: #62586f; }
.shm-departments-menu > ul { max-height: min(70vh, 38rem); overflow-y: auto; width: min(24rem, 85vw); }
.shm-departments-menu .shm-subcategories, .shm-mobile-nav .shm-subcategories { display: block; list-style: none; margin: .15rem 0 .4rem .8rem; padding: 0 0 0 .6rem; border-left: 1px solid rgba(190,168,218,.3); }
.shm-departments-menu .shm-subcategories a { padding-top: .4rem; padding-bottom: .4rem; font-size: .9rem; }
