.hsp-selection-guides-page .entry-header {
    display: none;
}

.hsp-selection-guides-page .entry-content {
    max-width: none;
    margin: 0;
    padding: 0;
}

.hsp-selection-guides {
    --hsp-sg-blue: #082b50;
    --hsp-sg-blue-2: #163a5f;
    --hsp-sg-orange: #e87822;
    --hsp-sg-text: #263b4d;
    --hsp-sg-muted: #617180;
    --hsp-sg-line: #d9e1e8;
    --hsp-sg-tint: #f5f7f9;
    color: var(--hsp-sg-text);
    width: 100vw;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    background: #fff;
    overflow: clip;
}

.hsp-selection-guides *,
.hsp-selection-guides *::before,
.hsp-selection-guides *::after {
    box-sizing: border-box;
}

.hsp-sg-container {
    width: min(100% - 48px, 1320px);
    margin-inline: auto;
}

.hsp-selection-guides h1,
.hsp-selection-guides h2,
.hsp-selection-guides h3,
.hsp-selection-guides p,
.hsp-selection-guides figure {
    margin-top: 0;
}

.hsp-selection-guides h1,
.hsp-selection-guides h2,
.hsp-selection-guides h3 {
    color: var(--hsp-sg-blue);
    letter-spacing: -0.025em;
}

.hsp-selection-guides h1 {
    max-width: 980px;
    margin-bottom: 30px;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.04;
}

.hsp-selection-guides h2 {
    max-width: 920px;
    margin-bottom: 38px;
    font-size: clamp(30px, 3.4vw, 46px);
    line-height: 1.12;
}

.hsp-selection-guides h3 {
    margin-bottom: 18px;
    font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1.2;
}

.hsp-selection-guides p {
    color: var(--hsp-sg-text);
    font-size: 17px;
    line-height: 1.7;
}

.hsp-selection-guides a {
    color: var(--hsp-sg-blue-2);
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.hsp-selection-guides a:hover {
    color: #1e78ac;
}

.hsp-selection-guides a:focus-visible {
    outline: 3px solid var(--hsp-sg-orange);
    outline-offset: 4px;
}

.hsp-sg-hero {
    padding: 88px 0 72px;
    background: #fff;
}

.hsp-sg-hero__content > p:not(.hsp-sg-hero__criteria) {
    max-width: 900px;
    margin-bottom: 12px;
    color: #405668;
    font-size: clamp(18px, 1.7vw, 22px);
    line-height: 1.65;
}

.hsp-sg-hero__criteria {
    margin: 38px 0 0;
    padding-top: 24px;
    border-top: 1px solid var(--hsp-sg-line);
    color: var(--hsp-sg-blue) !important;
    font-size: 15px !important;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hsp-sg-hero__criteria span {
    margin-inline: 13px;
    color: var(--hsp-sg-orange);
}

.hsp-sg-section {
    padding: 88px 0;
}

.hsp-sg-section--tint {
    background: var(--hsp-sg-tint);
}

.hsp-sg-known {
    padding-top: 70px;
    border-top: 1px solid var(--hsp-sg-line);
}

.hsp-sg-known__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hsp-sg-known__grid a {
    display: block;
    min-width: 0;
    padding: 3px 28px 5px;
    border-left: 1px solid var(--hsp-sg-line);
    text-decoration: none;
}

.hsp-sg-known__grid a:first-child {
    padding-left: 0;
    border-left: 0;
}

.hsp-sg-known__grid a:last-child {
    padding-right: 0;
}

.hsp-sg-known__grid strong,
.hsp-sg-known__grid span {
    display: block;
}

.hsp-sg-known__grid strong {
    margin-bottom: 13px;
    color: var(--hsp-sg-blue);
    font-size: 18px;
    line-height: 1.35;
}

.hsp-sg-known__grid span {
    color: var(--hsp-sg-muted);
    font-size: 15px;
    line-height: 1.6;
}

.hsp-sg-matrix {
    overflow-x: auto;
    border-top: 2px solid var(--hsp-sg-blue);
    scrollbar-width: thin;
}

.hsp-sg-matrix table {
    width: 100%;
    min-width: 820px;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    background: #fff;
}

.hsp-sg-matrix th,
.hsp-sg-matrix td {
    padding: 21px 22px;
    border: 0;
    border-bottom: 1px solid var(--hsp-sg-line);
    text-align: left;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.5;
}

.hsp-sg-matrix th {
    color: var(--hsp-sg-blue);
    background: #eef2f5;
    font-weight: 700;
}

.hsp-sg-matrix th:nth-child(1) { width: 37%; }
.hsp-sg-matrix th:nth-child(2) { width: 36%; }
.hsp-sg-matrix th:nth-child(3) { width: 27%; }
.hsp-sg-matrix td a { font-weight: 700; }

.hsp-sg-editorial {
    border-top: 1px solid var(--hsp-sg-line);
}

.hsp-sg-editorial__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
    gap: clamp(44px, 7vw, 104px);
    align-items: center;
    padding: 62px 0;
    border-bottom: 1px solid var(--hsp-sg-line);
}

.hsp-sg-editorial__row--reverse .hsp-sg-editorial__copy {
    order: 2;
}

.hsp-sg-editorial__row--reverse figure {
    order: 1;
}

.hsp-sg-editorial__copy p {
    max-width: 650px;
    margin-bottom: 24px;
}

.hsp-sg-text-link {
    font-weight: 750;
}

.hsp-sg-editorial figure {
    margin-bottom: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f0f3f5;
}

.hsp-sg-editorial__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hsp-sg-intro {
    max-width: 900px;
    margin-bottom: 38px;
    font-size: 18px !important;
}

.hsp-sg-link-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--hsp-sg-line);
    border-bottom: 1px solid var(--hsp-sg-line);
}

.hsp-sg-link-columns a {
    padding: 26px 28px;
    border-left: 1px solid var(--hsp-sg-line);
    color: var(--hsp-sg-blue);
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
}

.hsp-sg-link-columns a:first-child {
    padding-left: 0;
    border-left: 0;
}

.hsp-sg-equipment {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--hsp-sg-line);
    border-bottom: 1px solid var(--hsp-sg-line);
}

.hsp-sg-equipment article {
    padding: 34px 34px 34px 0;
}

.hsp-sg-equipment article + article {
    padding-left: 34px;
    border-left: 1px solid var(--hsp-sg-line);
}

.hsp-sg-equipment h3 {
    font-size: 23px;
}

.hsp-sg-equipment p {
    color: var(--hsp-sg-muted);
    font-size: 15px;
}

.hsp-sg-equipment a {
    font-weight: 700;
}

.hsp-sg-all-link {
    margin: 28px 0 0;
}

.hsp-sg-section--dark {
    color: #fff;
    background: var(--hsp-sg-blue);
}

.hsp-sg-section--dark h2,
.hsp-sg-section--dark h3,
.hsp-sg-section--dark p,
.hsp-sg-section--dark a {
    color: #fff;
}

.hsp-sg-resources {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.hsp-sg-resources article {
    padding: 36px 44px 36px 0;
}

.hsp-sg-resources article + article {
    padding-left: 44px;
    border-left: 1px solid rgba(255, 255, 255, .3);
}

.hsp-sg-resources p {
    max-width: 580px;
    color: #dfe8ef;
}

.hsp-sg-resources a {
    font-weight: 750;
    text-decoration-color: var(--hsp-sg-orange);
}

.hsp-sg-guides {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.hsp-sg-guide {
    display: block;
    color: var(--hsp-sg-text);
    border-bottom: 2px solid var(--hsp-sg-line);
    text-decoration: none;
}

.hsp-sg-guide__media {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--hsp-sg-tint);
}

.hsp-sg-guide__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hsp-sg-guide__body {
    display: block;
    padding: 22px 0 24px;
}

.hsp-sg-guide__body strong,
.hsp-sg-guide__body span {
    display: block;
}

.hsp-sg-guide__body strong {
    margin-bottom: 10px;
    color: var(--hsp-sg-blue);
    font-size: 20px;
    line-height: 1.35;
}

.hsp-sg-guide__body span {
    color: var(--hsp-sg-muted);
    font-size: 15px;
    line-height: 1.55;
}

.hsp-sg-review {
    padding: 38px 0;
    border-top: 1px solid var(--hsp-sg-line);
    border-bottom: 1px solid var(--hsp-sg-line);
    background: #fff;
}

.hsp-sg-review h2 {
    margin-bottom: 8px;
    font-size: 20px;
    letter-spacing: 0;
}

.hsp-sg-review p {
    max-width: 960px;
    margin-bottom: 0;
    color: var(--hsp-sg-muted);
    font-size: 15px;
}

.hsp-sg-inquiry {
    background: var(--hsp-sg-tint);
}

.hsp-sg-inquiry__inner {
    display: grid;
    grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr);
    gap: clamp(44px, 7vw, 96px);
    align-items: start;
}

.hsp-sg-inquiry__heading h2 {
    margin-bottom: 20px;
}

.hsp-sg-inquiry .htan-form-wrap {
    margin: 0;
    padding: 0;
}

.hsp-sg-inquiry .htan-rfq-form {
    margin: 0;
}

.hsp-sg-inquiry .hspc-form-grid,
.hsp-sg-inquiry .hspf-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.hsp-sg-inquiry .htan-form-field {
    min-width: 0;
}

.hsp-sg-inquiry .htan-form-field-wide {
    grid-column: 1 / -1;
}

.hsp-sg-inquiry label,
.hsp-sg-inquiry .htan-form-label {
    display: block;
    margin-bottom: 8px;
    color: var(--hsp-sg-blue);
    font-size: 14px;
    font-weight: 700;
}

.hsp-sg-inquiry input[type="text"],
.hsp-sg-inquiry input[type="email"],
.hsp-sg-inquiry input[type="tel"],
.hsp-sg-inquiry textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #bac6d0;
    border-radius: 0;
    color: var(--hsp-sg-text);
    background: #fff;
    box-shadow: none;
}

.hsp-sg-inquiry textarea {
    min-height: 144px;
    resize: vertical;
}

.hsp-sg-form__upload input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.hsp-sg-file-picker {
    display: flex !important;
    gap: 14px;
    align-items: center;
    min-height: 50px;
    margin: 0 !important;
    padding: 8px 12px;
    border: 1px solid #bac6d0;
    background: #fff;
    cursor: pointer;
}

.hsp-sg-file-picker strong {
    flex: 0 0 auto;
    padding: 7px 10px;
    color: var(--hsp-sg-blue);
    background: #eef2f5;
}

.hsp-sg-file-picker span {
    min-width: 0;
    overflow: hidden;
    color: var(--hsp-sg-muted);
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hsp-sg-form__upload small {
    display: block;
    margin-top: 7px;
    color: var(--hsp-sg-muted);
    font-size: 12px;
}

.hsp-sg-inquiry .htan-consent label {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    margin: 0;
    color: var(--hsp-sg-text);
    font-weight: 500;
}

.hsp-sg-inquiry .htan-consent input {
    margin-top: 4px;
}

.hsp-sg-inquiry button[type="submit"] {
    min-height: 48px;
    padding: 12px 24px;
    border: 1px solid var(--hsp-sg-orange);
    border-radius: 0;
    color: var(--hsp-sg-blue);
    background: var(--hsp-sg-orange);
    font-weight: 800;
    cursor: pointer;
}

.hsp-sg-inquiry button[type="submit"]:hover {
    border-color: #cf6417;
    background: #cf6417;
}

.hsp-sg-inquiry input:focus-visible,
.hsp-sg-inquiry textarea:focus-visible,
.hsp-sg-inquiry button:focus-visible,
.hsp-sg-form__upload input:focus-visible + .hsp-sg-file-picker {
    outline: 3px solid var(--hsp-sg-orange);
    outline-offset: 3px;
}

@media (max-width: 1024px) {
    .hsp-sg-section { padding-block: 72px; }
    .hsp-sg-known__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 34px; }
    .hsp-sg-known__grid a:nth-child(3) { padding-left: 0; border-left: 0; }
    .hsp-sg-editorial__row { grid-template-columns: minmax(0, 1fr) minmax(300px, .85fr); gap: 44px; }
    .hsp-sg-inquiry__inner { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    .hsp-sg-container { width: min(100% - 32px, 1320px); }
    .hsp-sg-hero { padding: 56px 0 48px; }
    .hsp-selection-guides h1 { margin-bottom: 24px; font-size: clamp(38px, 11vw, 50px); }
    .hsp-selection-guides h2 { margin-bottom: 28px; font-size: clamp(28px, 8.5vw, 38px); }
    .hsp-sg-section { padding-block: 52px; }
    .hsp-sg-known { padding-top: 48px; }
    .hsp-sg-known__grid { grid-template-columns: 1fr; row-gap: 0; }
    .hsp-sg-known__grid a,
    .hsp-sg-known__grid a:first-child,
    .hsp-sg-known__grid a:last-child,
    .hsp-sg-known__grid a:nth-child(3) { padding: 22px 0; border: 0; border-top: 1px solid var(--hsp-sg-line); }
    .hsp-sg-known__grid a:last-child { border-bottom: 1px solid var(--hsp-sg-line); }
    .hsp-sg-editorial__row { grid-template-columns: 1fr; gap: 26px; padding: 44px 0; }
    .hsp-sg-editorial__row--reverse .hsp-sg-editorial__copy,
    .hsp-sg-editorial__row--reverse figure { order: initial; }
    .hsp-sg-editorial figure { order: -1 !important; }
    .hsp-sg-link-columns,
    .hsp-sg-equipment,
    .hsp-sg-resources,
    .hsp-sg-guides { grid-template-columns: 1fr; }
    .hsp-sg-link-columns a,
    .hsp-sg-link-columns a:first-child { padding: 22px 0; border: 0; border-top: 1px solid var(--hsp-sg-line); }
    .hsp-sg-link-columns a:first-child { border-top: 0; }
    .hsp-sg-equipment article,
    .hsp-sg-equipment article + article { padding: 28px 0; border: 0; border-top: 1px solid var(--hsp-sg-line); }
    .hsp-sg-equipment article:first-child { border-top: 0; }
    .hsp-sg-resources article,
    .hsp-sg-resources article + article { padding: 30px 0; border: 0; border-top: 1px solid rgba(255, 255, 255, .3); }
    .hsp-sg-resources article:first-child { border-top: 0; }
    .hsp-sg-inquiry .hspc-form-grid,
    .hsp-sg-inquiry .hspf-form-grid { grid-template-columns: 1fr; }
    .hsp-sg-hero__criteria { letter-spacing: .03em; line-height: 2; }
    .hsp-sg-hero__criteria span { margin-inline: 6px; }
}

@media (max-width: 380px) {
    .hsp-sg-container { width: min(100% - 24px, 1320px); }
    .hsp-sg-matrix th,
    .hsp-sg-matrix td { padding: 17px 16px; }
}

@media (prefers-reduced-motion: reduce) {
    .hsp-selection-guides *,
    .hsp-selection-guides *::before,
    .hsp-selection-guides *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
