.hsp-hinge-torque-calculator-page {
    --hsptc-navy: #082b50;
    --hsptc-blue: var(--hsp-blue, #1b78b2);
    --hsptc-blue-dark: #125f92;
    --hsptc-red: #d92d32;
    --hsptc-red-dark: #b91f25;
    --hsptc-soft: #f3f5f7;
    --hsptc-border: #d6dbe1;
    --hsptc-text: #111820;
    --hsptc-muted: #5f6872;
    --hsptc-white: #fff;
    color: var(--hsptc-text);
}

.hsp-hinge-torque-calculator-page .htan-main > .wp-block-post-content,
.hsp-hinge-torque-calculator-page .hsp-torque-calculator {
    width: 100%;
    max-width: none;
    margin-inline: 0;
}

.hsp-hinge-torque-calculator-page .hsp-torque-calculator {
    overflow-x: clip;
}

.hsp-hinge-torque-calculator-page .hsptc-container,
.hsp-hinge-torque-calculator-page .hsptc-breadcrumb {
    width: min(1180px, calc(100% - 64px));
    margin-inline: auto;
}

.hsp-hinge-torque-calculator-page .hsptc-reading {
    max-width: 860px;
}

.hsp-hinge-torque-calculator-page :where(a, button, input, select, summary):focus-visible {
    outline: 3px solid var(--hsp-orange, #e87822);
    outline-offset: 3px;
}

.hsp-hinge-torque-calculator-page .hsptc-intro {
    padding: clamp(46px, 5vw, 68px) 0 clamp(34px, 4vw, 50px);
    color: #fff;
    background: var(--hsptc-navy);
}

.hsp-hinge-torque-calculator-page .hsptc-intro__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .58fr);
    align-items: end;
    column-gap: clamp(42px, 6vw, 84px);
    row-gap: 12px;
}

.hsp-hinge-torque-calculator-page .hsptc-eyebrow {
    margin: 0 0 12px;
    color: #a8cae0;
    font-size: 13px;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hsp-hinge-torque-calculator-page .hsptc-intro h1 {
    grid-column: 1;
    max-width: 790px;
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 4vw, 58px);
    font-weight: 760;
    line-height: 1.06;
    letter-spacing: -.025em;
}

.hsp-hinge-torque-calculator-page .hsptc-intro__lead {
    grid-column: 1;
    max-width: 760px;
    margin: 8px 0 0;
    color: #edf3f7;
    font-size: 18px;
    line-height: 1.65;
}

.hsp-hinge-torque-calculator-page .hsptc-scope {
    grid-column: 2;
    grid-row: 1 / span 3;
    margin: 0;
    padding: 20px 0 20px 28px;
    border-left: 2px solid #84b9d7;
    color: #edf3f7;
    font-size: 15px;
    line-height: 1.62;
}

.hsp-hinge-torque-calculator-page .hsptc-scope strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
}

.hsp-hinge-torque-calculator-page .hsptc-intro__tags {
    display: flex;
    grid-column: 1 / -1;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.hsp-hinge-torque-calculator-page .hsptc-intro__tags span {
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .28);
    color: #edf3f7;
    font-size: 13px;
    font-weight: 680;
    line-height: 1.3;
}

.hsp-hinge-torque-calculator-page .hsptc-tool {
    padding: clamp(52px, 6vw, 78px) 0 clamp(66px, 7vw, 92px);
    background: var(--hsptc-soft);
}

.hsp-hinge-torque-calculator-page .hsptc-tool__heading {
    max-width: 760px;
    margin-bottom: 30px;
}

.hsp-hinge-torque-calculator-page .hsptc-tool__heading h2,
.hsp-hinge-torque-calculator-page .hsptc-section h2,
.hsp-hinge-torque-calculator-page .hsptc-validation h2 {
    margin: 0;
    color: var(--hsptc-navy);
    font-size: clamp(30px, 3vw, 38px);
    line-height: 1.16;
    letter-spacing: -.015em;
}

.hsp-hinge-torque-calculator-page .hsptc-tool__heading p,
.hsp-hinge-torque-calculator-page .hsptc-section__lead {
    margin: 12px 0 0;
    color: var(--hsptc-muted);
    font-size: 17px;
    line-height: 1.65;
}

.hsp-hinge-torque-calculator-page .hsptc-workspace {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
    align-items: start;
    gap: 28px;
}

.hsp-hinge-torque-calculator-page .hsptc-form,
.hsp-hinge-torque-calculator-page .hsptc-diagram,
.hsp-hinge-torque-calculator-page .hsptc-results {
    min-width: 0;
    border: 1px solid var(--hsptc-border);
    background: #fff;
}

.hsp-hinge-torque-calculator-page .hsptc-form {
    padding: clamp(22px, 2.4vw, 30px);
}

.hsp-hinge-torque-calculator-page .hsptc-unit-switch,
.hsp-hinge-torque-calculator-page .hsptc-distribution {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
}

.hsp-hinge-torque-calculator-page .hsptc-unit-switch legend,
.hsp-hinge-torque-calculator-page .hsptc-distribution legend {
    grid-column: 1 / -1;
    width: 100%;
    margin: 0 0 9px;
    color: var(--hsptc-navy);
    font-size: 15px;
    font-weight: 730;
}

.hsp-hinge-torque-calculator-page .hsptc-unit-switch label,
.hsp-hinge-torque-calculator-page .hsptc-distribution label {
    display: flex;
    min-height: 46px;
    align-items: center;
    gap: 9px;
    padding: 10px 12px;
    border: 1px solid var(--hsptc-border);
    color: var(--hsptc-text);
    background: #fff;
    cursor: pointer;
}

.hsp-hinge-torque-calculator-page .hsptc-unit-switch label:has(input:checked),
.hsp-hinge-torque-calculator-page .hsptc-distribution label:has(input:checked) {
    border-color: var(--hsptc-blue);
    color: var(--hsptc-navy);
    background: #eaf4fa;
}

.hsp-hinge-torque-calculator-page .hsptc-unit-switch input,
.hsp-hinge-torque-calculator-page .hsptc-distribution input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--hsptc-blue);
}

.hsp-hinge-torque-calculator-page .hsptc-field {
    margin-bottom: 24px;
}

.hsp-hinge-torque-calculator-page .hsptc-fields-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 18px 20px;
    margin-bottom: 18px;
}

.hsp-hinge-torque-calculator-page .hsptc-fields-grid .hsptc-field {
    min-width: 0;
    margin-bottom: 0;
}

.hsp-hinge-torque-calculator-page .hsptc-field > label,
.hsp-hinge-torque-calculator-page .hsptc-custom-margin label {
    display: block;
    margin-bottom: 8px;
    color: var(--hsptc-navy);
    font-size: 15px;
    font-weight: 730;
    line-height: 1.35;
}

.hsp-hinge-torque-calculator-page .hsptc-field input,
.hsp-hinge-torque-calculator-page .hsptc-field select {
    width: 100%;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid #aeb9c4;
    border-radius: 0;
    color: var(--hsptc-text);
    background: #fff;
    font: inherit;
}

.hsp-hinge-torque-calculator-page .hsptc-field input[aria-invalid="true"],
.hsp-hinge-torque-calculator-page .hsptc-field select[aria-invalid="true"] {
    border-color: var(--hsptc-red);
}

.hsp-hinge-torque-calculator-page .hsptc-input-unit {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
}

.hsp-hinge-torque-calculator-page .hsptc-input-unit input {
    grid-column: 1 / -1;
    grid-row: 1;
    padding-right: 58px;
}

.hsp-hinge-torque-calculator-page .hsptc-input-unit > span {
    z-index: 1;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    padding: 0 13px;
    border-left: 1px solid var(--hsptc-border);
    color: var(--hsptc-muted);
    font-size: 14px;
    font-weight: 700;
    pointer-events: none;
}

.hsp-hinge-torque-calculator-page .hsptc-help,
.hsp-hinge-torque-calculator-page .hsptc-privacy {
    margin: 8px 0 0;
    color: var(--hsptc-muted);
    font-size: 13px;
    line-height: 1.55;
}

.hsp-hinge-torque-calculator-page .hsptc-error {
    margin: 6px 0 0;
    color: #a32027;
    font-size: 13px;
    font-weight: 680;
    line-height: 1.45;
}

.hsp-hinge-torque-calculator-page .hsptc-error:empty {
    display: none;
}

.hsp-hinge-torque-calculator-page .hsptc-custom-margin {
    margin-top: 12px;
}

.hsp-hinge-torque-calculator-page .hsptc-advanced {
    margin: 0 0 16px;
    border-top: 1px solid var(--hsptc-border);
    border-bottom: 1px solid var(--hsptc-border);
}

.hsp-hinge-torque-calculator-page .hsptc-advanced > summary {
    padding: 12px 0;
    color: var(--hsptc-navy);
    font-size: 15px;
    font-weight: 730;
    line-height: 1.35;
    cursor: pointer;
}

.hsp-hinge-torque-calculator-page .hsptc-advanced > summary:focus-visible {
    outline: 2px solid var(--hsptc-blue);
    outline-offset: 3px;
}

.hsp-hinge-torque-calculator-page .hsptc-advanced__content {
    padding: 2px 0 14px;
}

.hsp-hinge-torque-calculator-page .hsptc-advanced__content .hsptc-field {
    margin-bottom: 0;
}

.hsp-hinge-torque-calculator-page .hsptc-form__error {
    margin: 0 0 18px;
    padding: 12px 14px;
    border-left: 3px solid var(--hsptc-red);
    color: #78181c;
    background: #fff1f1;
    font-size: 14px;
    font-weight: 680;
}

.hsp-hinge-torque-calculator-page .hsptc-form__actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.hsp-hinge-torque-calculator-page .hsptc-privacy {
    margin-top: 6px;
    line-height: 1.45;
}

.hsp-hinge-torque-calculator-page .hsptc-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
    border: 1px solid transparent;
    border-radius: 2px;
    font: inherit;
    font-weight: 730;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: color .16s ease, background-color .16s ease, border-color .16s ease;
}

.hsp-hinge-torque-calculator-page .hsptc-button--calculate,
.hsp-hinge-torque-calculator-page .hsptc-button--technical {
    border-color: var(--hsptc-blue);
    color: #fff;
    background: var(--hsptc-blue);
}

.hsp-hinge-torque-calculator-page .hsptc-button--calculate:hover,
.hsp-hinge-torque-calculator-page .hsptc-button--technical:hover {
    border-color: var(--hsptc-blue-dark);
    color: #fff;
    background: var(--hsptc-blue-dark);
}

.hsp-hinge-torque-calculator-page .hsptc-button--commercial {
    border-color: var(--hsptc-red);
    color: #fff;
    background: var(--hsptc-red);
}

.hsp-hinge-torque-calculator-page .hsptc-button--commercial:hover {
    border-color: var(--hsptc-red-dark);
    color: #fff;
    background: var(--hsptc-red-dark);
}

.hsp-hinge-torque-calculator-page .hsptc-reset {
    min-height: 44px;
    padding: 8px 2px;
    border: 0;
    color: var(--hsptc-navy);
    background: transparent;
    font: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.hsp-hinge-torque-calculator-page .hsptc-output {
    display: grid;
    gap: 16px;
}

.hsp-hinge-torque-calculator-page .hsptc-diagram {
    margin: 0;
    padding: 12px 16px;
}

.hsp-hinge-torque-calculator-page .hsptc-diagram svg {
    display: block;
    width: 100%;
    height: 210px;
    color: var(--hsptc-blue);
}

.hsp-hinge-torque-calculator-page .hsptc-diagram text {
    fill: var(--hsptc-navy);
    font-size: 17px;
    font-weight: 680;
}

.hsp-hinge-torque-calculator-page .hsptc-diagram__base {
    fill: none;
    stroke: #aeb9c4;
    stroke-width: 3;
}

.hsp-hinge-torque-calculator-page .hsptc-diagram__axis {
    fill: #fff;
    stroke: var(--hsptc-navy);
    stroke-width: 6;
}

.hsp-hinge-torque-calculator-page .hsptc-diagram__lid {
    stroke: var(--hsptc-navy);
    stroke-linecap: square;
    stroke-width: 15;
}

.hsp-hinge-torque-calculator-page .hsptc-diagram__cg {
    fill: var(--hsptc-red);
    stroke: #fff;
    stroke-width: 3;
}

.hsp-hinge-torque-calculator-page .hsptc-diagram__distance,
.hsp-hinge-torque-calculator-page .hsptc-diagram__weight,
.hsp-hinge-torque-calculator-page .hsptc-diagram__angle {
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
}

.hsp-hinge-torque-calculator-page .hsptc-results {
    min-height: 348px;
    padding: clamp(22px, 2.4vw, 30px);
    border-top: 4px solid var(--hsptc-blue);
}

.hsp-hinge-torque-calculator-page .hsptc-results__status {
    margin: 0 0 12px;
    color: var(--hsptc-muted);
    font-size: 14px;
    line-height: 1.5;
}

.hsp-hinge-torque-calculator-page .hsptc-results.is-calculated .hsptc-results__status {
    color: var(--hsptc-blue-dark);
    font-weight: 700;
}

.hsp-hinge-torque-calculator-page .hsptc-result-main {
    padding: 0 0 18px;
    border-bottom: 2px solid var(--hsptc-navy);
}

.hsp-hinge-torque-calculator-page .hsptc-result-main h2 {
    margin: 0;
    color: var(--hsptc-navy);
    font-size: clamp(22px, 2.3vw, 28px);
    line-height: 1.25;
}

.hsp-hinge-torque-calculator-page .hsptc-result-main__value {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 12px 0 4px;
    color: var(--hsptc-navy);
}

.hsp-hinge-torque-calculator-page .hsptc-result-main__value strong {
    font-size: clamp(42px, 5vw, 62px);
    font-variant-numeric: tabular-nums;
    line-height: 1;
    letter-spacing: -.035em;
}

.hsp-hinge-torque-calculator-page .hsptc-result-main__value span {
    font-size: 20px;
    font-weight: 730;
}

.hsp-hinge-torque-calculator-page .hsptc-result-main__equivalents {
    margin: 6px 0 0;
    color: var(--hsptc-muted);
    font-size: 15px;
    font-variant-numeric: tabular-nums;
    line-height: 1.5;
}

.hsp-hinge-torque-calculator-page .hsptc-result-main__margin {
    margin: 6px 0 0;
    color: var(--hsptc-muted);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.45;
}

.hsp-hinge-torque-calculator-page .hsptc-result-main__explanation {
    max-width: 580px;
    margin: 11px 0 0;
    color: var(--hsptc-muted);
    font-size: 13px;
    line-height: 1.55;
}

.hsp-hinge-torque-calculator-page .hsptc-result-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
}

.hsp-hinge-torque-calculator-page .hsptc-result-grid > div {
    min-width: 0;
    padding: 16px 16px 0 0;
}

.hsp-hinge-torque-calculator-page .hsptc-result-grid > div + div {
    padding-left: 16px;
    border-left: 1px solid var(--hsptc-border);
}

.hsp-hinge-torque-calculator-page .hsptc-result-grid dt {
    min-height: 58px;
    color: var(--hsptc-muted);
    font-size: 13px;
    line-height: 1.45;
}

.hsp-hinge-torque-calculator-page .hsptc-result-grid dd {
    margin: 8px 0 0;
    color: var(--hsptc-navy);
    font-size: 20px;
    font-weight: 720;
    font-variant-numeric: tabular-nums;
}

.hsp-hinge-torque-calculator-page .hsptc-warning {
    margin: 20px 0 0;
    padding: 13px 14px;
    border-left: 3px solid var(--hsptc-blue);
    color: #2e485e;
    background: #eef5f9;
    font-size: 14px;
    line-height: 1.55;
}

.hsp-hinge-torque-calculator-page .hsptc-breakdown {
    margin-top: 20px;
    padding-top: 17px;
    border-top: 1px solid var(--hsptc-border);
}

.hsp-hinge-torque-calculator-page .hsptc-breakdown summary {
    color: var(--hsptc-navy);
    font-weight: 730;
    cursor: pointer;
}

.hsp-hinge-torque-calculator-page .hsptc-breakdown div {
    margin-top: 14px;
    padding: 14px 16px;
    color: #2d4053;
    background: var(--hsptc-soft);
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 14px;
    line-height: 1.7;
}

.hsp-hinge-torque-calculator-page .hsptc-breakdown p {
    margin: 0;
}

.hsp-hinge-torque-calculator-page .hsptc-result-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--hsptc-border);
}

.hsp-hinge-torque-calculator-page .hsptc-result-actions a {
    color: var(--hsptc-navy);
    font-size: 13px;
    font-weight: 720;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.hsp-hinge-torque-calculator-page .hsptc-section {
    padding: clamp(66px, 7vw, 94px) 0;
}

.hsp-hinge-torque-calculator-page .hsptc-section--soft {
    background: var(--hsptc-soft);
}

.hsp-hinge-torque-calculator-page .hsptc-section p:not(.hsptc-formula) {
    color: var(--hsptc-muted);
    line-height: 1.7;
}

.hsp-hinge-torque-calculator-page .hsptc-section a:not(.hsptc-button) {
    color: var(--hsptc-blue-dark);
    text-underline-offset: 3px;
}

.hsp-hinge-torque-calculator-page .hsptc-formula {
    margin: 26px 0;
    padding: 21px 24px;
    border-left: 3px solid var(--hsptc-blue);
    color: var(--hsptc-navy);
    background: var(--hsptc-soft);
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 750;
}

.hsp-hinge-torque-calculator-page .hsptc-table-wrap {
    overflow-x: auto;
}

.hsp-hinge-torque-calculator-page .hsptc-table-wrap table {
    width: 100%;
    border-collapse: collapse;
}

.hsp-hinge-torque-calculator-page .hsptc-table-wrap th,
.hsp-hinge-torque-calculator-page .hsptc-table-wrap td {
    padding: 13px 15px;
    border: 1px solid var(--hsptc-border);
    text-align: left;
}

.hsp-hinge-torque-calculator-page .hsptc-table-wrap th {
    color: var(--hsptc-navy);
    background: var(--hsptc-soft);
}

.hsp-hinge-torque-calculator-page .hsptc-factor-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}

.hsp-hinge-torque-calculator-page .hsptc-factor-grid article {
    padding: 22px;
    border: 1px solid var(--hsptc-border);
    background: #fff;
}

.hsp-hinge-torque-calculator-page .hsptc-factor-grid h3 {
    margin: 0 0 9px;
    color: var(--hsptc-navy);
    font-size: 18px;
    line-height: 1.35;
}

.hsp-hinge-torque-calculator-page .hsptc-factor-grid p {
    margin: 0;
    font-size: 14px;
}

.hsp-hinge-torque-calculator-page .hsptc-limits {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(0, 1fr);
    align-items: start;
    gap: clamp(44px, 7vw, 90px);
}

.hsp-hinge-torque-calculator-page .hsptc-limits ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hsp-hinge-torque-calculator-page .hsptc-limits li {
    padding: 13px 0;
    border-bottom: 1px solid var(--hsptc-border);
    color: var(--hsptc-text);
    font-size: 15px;
    font-weight: 650;
    line-height: 1.45;
}

.hsp-hinge-torque-calculator-page .hsptc-validation {
    padding: clamp(56px, 6vw, 78px) 0;
    color: #fff;
    background: var(--hsptc-navy);
}

.hsp-hinge-torque-calculator-page .hsptc-validation__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
    align-items: center;
    gap: clamp(40px, 7vw, 90px);
}

.hsp-hinge-torque-calculator-page .hsptc-validation h2 {
    color: #fff;
}

.hsp-hinge-torque-calculator-page .hsptc-validation p:not(.hsptc-eyebrow) {
    max-width: 700px;
    margin: 14px 0 0;
    color: #e7eef4;
    line-height: 1.65;
}

.hsp-hinge-torque-calculator-page .hsptc-next-steps {
    display: grid;
    gap: 12px;
}

.hsp-hinge-torque-calculator-page .hsptc-text-link {
    justify-self: start;
    color: #fff;
    font-weight: 700;
    text-underline-offset: 4px;
}

.hsp-hinge-torque-calculator-page .hsptc-engineering-figure {
    min-width: 0;
    margin: 0;
    border: 1px solid var(--hsptc-border);
    background: #fff;
}

.hsp-hinge-torque-calculator-page .hsptc-engineering-figure img {
    display: block;
    width: 100%;
    height: auto;
}

.hsp-hinge-torque-calculator-page .hsptc-example-intro,
.hsp-hinge-torque-calculator-page .hsptc-limits-intro {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(420px, 1fr);
    align-items: center;
    gap: clamp(36px, 5vw, 64px);
}

.hsp-hinge-torque-calculator-page .hsptc-example-intro p,
.hsp-hinge-torque-calculator-page .hsptc-limits-intro p,
.hsp-hinge-torque-calculator-page .hsptc-after__heading p {
    margin: 14px 0 0;
    color: var(--hsptc-muted);
    font-size: 16px;
    line-height: 1.7;
}

.hsp-hinge-torque-calculator-page .hsptc-example-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.hsp-hinge-torque-calculator-page .hsptc-example-card {
    min-width: 0;
    padding: 22px;
    border: 1px solid var(--hsptc-border);
    background: #fff;
}

.hsp-hinge-torque-calculator-page .hsptc-example-card--standard {
    border-top: 3px solid var(--hsptc-blue);
}

.hsp-hinge-torque-calculator-page .hsptc-example-card h3,
.hsp-hinge-torque-calculator-page .hsptc-meaning-grid h3,
.hsp-hinge-torque-calculator-page .hsptc-scope-columns h3 {
    margin: 0;
    color: var(--hsptc-navy);
    font-size: 18px;
    line-height: 1.35;
}

.hsp-hinge-torque-calculator-page .hsptc-example-data,
.hsp-hinge-torque-calculator-page .hsptc-example-results {
    margin: 18px 0 0;
}

.hsp-hinge-torque-calculator-page .hsptc-example-data > div,
.hsp-hinge-torque-calculator-page .hsptc-example-results > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid var(--hsptc-border);
}

.hsp-hinge-torque-calculator-page .hsptc-example-data dt,
.hsp-hinge-torque-calculator-page .hsptc-example-results dt {
    color: var(--hsptc-muted);
    font-size: 13px;
    line-height: 1.4;
}

.hsp-hinge-torque-calculator-page .hsptc-example-data dd,
.hsp-hinge-torque-calculator-page .hsptc-example-results dd {
    margin: 0;
    color: var(--hsptc-text);
    font-size: 14px;
    font-weight: 720;
    text-align: right;
}

.hsp-hinge-torque-calculator-page .hsptc-example-results {
    padding: 10px 12px;
    background: var(--hsptc-soft);
}

.hsp-hinge-torque-calculator-page .hsptc-example-results > div:last-child {
    border-bottom: 0;
}

.hsp-hinge-torque-calculator-page .hsptc-example-results > div:last-child dd {
    color: var(--hsptc-red);
    font-size: 16px;
}

.hsp-hinge-torque-calculator-page .hsptc-meaning-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}

.hsp-hinge-torque-calculator-page .hsptc-meaning-grid article {
    padding: 22px;
    border: 1px solid var(--hsptc-border);
    background: #fff;
}

.hsp-hinge-torque-calculator-page .hsptc-meaning-grid p {
    margin: 10px 0 0;
    font-size: 14px;
}

.hsp-hinge-torque-calculator-page .hsptc-visual-grid {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(460px, 1fr);
    align-items: center;
    gap: clamp(40px, 6vw, 76px);
}

.hsp-hinge-torque-calculator-page .hsptc-visual-grid--reverse .hsptc-visual-copy {
    order: 2;
}

.hsp-hinge-torque-calculator-page .hsptc-visual-grid--reverse .hsptc-engineering-figure {
    order: 1;
}

.hsp-hinge-torque-calculator-page .hsptc-visual-copy p {
    margin: 14px 0 0;
}

.hsp-hinge-torque-calculator-page .hsptc-angle-values {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 22px 0;
    border: 1px solid var(--hsptc-border);
    background: #fff;
}

.hsp-hinge-torque-calculator-page .hsptc-angle-values span {
    display: grid;
    gap: 3px;
    padding: 10px 8px;
    color: var(--hsptc-muted);
    font-size: 12px;
    text-align: center;
}

.hsp-hinge-torque-calculator-page .hsptc-angle-values span + span {
    border-left: 1px solid var(--hsptc-border);
}

.hsp-hinge-torque-calculator-page .hsptc-angle-values strong {
    color: var(--hsptc-navy);
    font-size: 14px;
}

.hsp-hinge-torque-calculator-page .hsptc-formula-layout {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(420px, 1fr);
    align-items: center;
    gap: clamp(40px, 6vw, 76px);
}

.hsp-hinge-torque-calculator-page .hsptc-formula-layout p:not(.hsptc-formula) {
    margin: 14px 0 0;
}

.hsp-hinge-torque-calculator-page .hsptc-formula-layout .hsptc-formula {
    margin: 22px 0 0;
}

.hsp-hinge-torque-calculator-page .hsptc-scope-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 30px;
}

.hsp-hinge-torque-calculator-page .hsptc-scope-columns > div {
    padding: 22px 24px;
    border: 1px solid var(--hsptc-border);
    background: #fff;
}

.hsp-hinge-torque-calculator-page .hsptc-scope-columns ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 20px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.hsp-hinge-torque-calculator-page .hsptc-scope-columns li {
    padding: 9px 0;
    border-bottom: 1px solid var(--hsptc-border);
    color: var(--hsptc-text);
    font-size: 14px;
    line-height: 1.45;
}

.hsp-hinge-torque-calculator-page .hsptc-after__heading {
    max-width: 790px;
}

.hsp-hinge-torque-calculator-page .hsptc-after__figure {
    margin-top: 28px;
}

.hsp-hinge-torque-calculator-page .hsptc-process-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: hsptc-step;
}

.hsp-hinge-torque-calculator-page .hsptc-process-list li {
    min-width: 0;
    padding: 17px 16px;
    border-top: 3px solid var(--hsptc-blue);
    background: var(--hsptc-soft);
    counter-increment: hsptc-step;
}

.hsp-hinge-torque-calculator-page .hsptc-process-list strong {
    display: block;
    color: var(--hsptc-navy);
    font-size: 15px;
    line-height: 1.4;
}

.hsp-hinge-torque-calculator-page .hsptc-process-list strong::before {
    content: counter(hsptc-step) ". ";
    color: var(--hsptc-blue);
}

.hsp-hinge-torque-calculator-page .hsptc-process-list span {
    display: block;
    margin-top: 7px;
    color: var(--hsptc-muted);
    font-size: 13px;
    line-height: 1.45;
}

.hsp-hinge-torque-calculator-page .hsptc-after__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hsp-hinge-torque-calculator-page .hsptc-button--technical-outline {
    border-color: var(--hsptc-navy);
    color: var(--hsptc-navy);
    background: #fff;
}

.hsp-hinge-torque-calculator-page .hsptc-button--technical-outline:hover {
    border-color: var(--hsptc-blue);
    color: var(--hsptc-blue-dark);
    background: #eef5f9;
}

.hsp-hinge-torque-calculator-page [hidden] {
    display: none;
}

@media (max-width: 1023px) {
    .hsp-hinge-torque-calculator-page .hsptc-intro__inner {
        grid-template-columns: minmax(0, 1fr) minmax(280px, .58fr);
        column-gap: 38px;
    }

    .hsp-hinge-torque-calculator-page .hsptc-workspace {
        grid-template-columns: minmax(0, .92fr) minmax(0, 1fr);
        gap: 22px;
    }

    .hsp-hinge-torque-calculator-page .hsptc-form {
        padding: 24px;
    }

    .hsp-hinge-torque-calculator-page .hsptc-result-grid {
        grid-template-columns: 1fr;
    }

    .hsp-hinge-torque-calculator-page .hsptc-result-grid > div {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: end;
        gap: 16px;
        padding: 16px 0;
        border-bottom: 1px solid var(--hsptc-border);
    }

    .hsp-hinge-torque-calculator-page .hsptc-result-grid > div + div {
        padding-left: 0;
        border-left: 0;
    }

    .hsp-hinge-torque-calculator-page .hsptc-result-grid dt {
        min-height: 0;
    }

    .hsp-hinge-torque-calculator-page .hsptc-result-grid dd {
        margin: 0;
    }

    .hsp-hinge-torque-calculator-page .hsptc-factor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hsp-hinge-torque-calculator-page .hsptc-example-intro,
    .hsp-hinge-torque-calculator-page .hsptc-limits-intro,
    .hsp-hinge-torque-calculator-page .hsptc-visual-grid,
    .hsp-hinge-torque-calculator-page .hsptc-formula-layout {
        grid-template-columns: 1fr;
    }

    .hsp-hinge-torque-calculator-page .hsptc-example-grid {
        grid-template-columns: 1fr;
    }

    .hsp-hinge-torque-calculator-page .hsptc-meaning-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hsp-hinge-torque-calculator-page .hsptc-visual-grid--reverse .hsptc-visual-copy {
        order: 1;
    }

    .hsp-hinge-torque-calculator-page .hsptc-visual-grid--reverse .hsptc-engineering-figure {
        order: 2;
    }

    .hsp-hinge-torque-calculator-page .hsptc-process-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .hsp-hinge-torque-calculator-page .hsptc-container,
    .hsp-hinge-torque-calculator-page .hsptc-breadcrumb {
        width: min(100% - 40px, 1180px);
    }

    .hsp-hinge-torque-calculator-page .hsptc-intro__inner,
    .hsp-hinge-torque-calculator-page .hsptc-workspace,
    .hsp-hinge-torque-calculator-page .hsptc-limits,
    .hsp-hinge-torque-calculator-page .hsptc-validation__inner {
        grid-template-columns: 1fr;
    }

    .hsp-hinge-torque-calculator-page .hsptc-intro h1,
    .hsp-hinge-torque-calculator-page .hsptc-intro__lead,
    .hsp-hinge-torque-calculator-page .hsptc-scope {
        grid-column: 1;
        grid-row: auto;
        margin-top: 0;
    }

    .hsp-hinge-torque-calculator-page .hsptc-intro__lead {
        margin-bottom: 0;
    }

    .hsp-hinge-torque-calculator-page .hsptc-scope {
        padding: 16px 0 0 18px;
    }

    .hsp-hinge-torque-calculator-page .hsptc-workspace {
        gap: 22px;
    }

    .hsp-hinge-torque-calculator-page .hsptc-output {
        gap: 18px;
    }

    .hsp-hinge-torque-calculator-page .hsptc-fields-grid {
        grid-template-columns: 1fr;
    }

    .hsp-hinge-torque-calculator-page .hsptc-diagram svg {
        height: auto;
    }

    .hsp-hinge-torque-calculator-page .hsptc-factor-grid {
        grid-template-columns: 1fr;
    }

    .hsp-hinge-torque-calculator-page .hsptc-limits ul {
        grid-template-columns: 1fr;
    }

    .hsp-hinge-torque-calculator-page .hsptc-meaning-grid,
    .hsp-hinge-torque-calculator-page .hsptc-scope-columns,
    .hsp-hinge-torque-calculator-page .hsptc-process-list {
        grid-template-columns: 1fr;
    }

    .hsp-hinge-torque-calculator-page .hsptc-scope-columns ul {
        grid-template-columns: 1fr;
    }

    .hsp-hinge-torque-calculator-page .hsptc-after__actions,
    .hsp-hinge-torque-calculator-page .hsptc-result-actions {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 599px) {
    .hsp-hinge-torque-calculator-page .hsptc-container,
    .hsp-hinge-torque-calculator-page .hsptc-breadcrumb {
        width: min(100% - 32px, 1180px);
    }

    .hsp-hinge-torque-calculator-page .hsptc-intro h1 {
        font-size: clamp(34px, 10vw, 42px);
    }

    .hsp-hinge-torque-calculator-page .hsptc-unit-switch,
    .hsp-hinge-torque-calculator-page .hsptc-distribution {
        grid-template-columns: 1fr;
    }

    .hsp-hinge-torque-calculator-page .hsptc-form__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hsp-hinge-torque-calculator-page .hsptc-button--calculate,
    .hsp-hinge-torque-calculator-page .hsptc-button--technical,
    .hsp-hinge-torque-calculator-page .hsptc-button--commercial,
    .hsp-hinge-torque-calculator-page .hsptc-button--technical-outline {
        width: 100%;
    }

    .hsp-hinge-torque-calculator-page .hsptc-reset {
        align-self: flex-start;
    }

    .hsp-hinge-torque-calculator-page .hsptc-diagram {
        padding: 8px;
    }

    .hsp-hinge-torque-calculator-page .hsptc-results {
        min-height: 0;
        padding: 22px 20px;
    }

    .hsp-hinge-torque-calculator-page .hsptc-result-main__value strong {
        font-size: 44px;
    }

    .hsp-hinge-torque-calculator-page .hsptc-result-main__equivalents span[aria-hidden] {
        display: none;
    }

    .hsp-hinge-torque-calculator-page .hsptc-result-main__equivalents {
        display: grid;
        gap: 3px;
    }

    .hsp-hinge-torque-calculator-page .hsptc-result-grid > div {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .hsp-hinge-torque-calculator-page .hsptc-validation__inner {
        gap: 30px;
    }

    .hsp-hinge-torque-calculator-page .hsptc-intro__tags {
        align-items: stretch;
        flex-direction: column;
    }

    .hsp-hinge-torque-calculator-page .hsptc-intro__tags span {
        width: 100%;
    }

    .hsp-hinge-torque-calculator-page .hsptc-example-card,
    .hsp-hinge-torque-calculator-page .hsptc-meaning-grid article,
    .hsp-hinge-torque-calculator-page .hsptc-scope-columns > div {
        padding: 18px;
    }

    .hsp-hinge-torque-calculator-page .hsptc-angle-values {
        gap: 6px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hsp-hinge-torque-calculator-page *,
    .hsp-hinge-torque-calculator-page *::before,
    .hsp-hinge-torque-calculator-page *::after {
        scroll-behavior: auto;
        transition-duration: .01ms;
    }
}
