/* Component photography and dimensional comparison, using the shared tokens. */
.sg-protections { color: var(--ink); background: var(--paper); }
.sg-protections section { scroll-margin-top: 24px; }
.sg-protections h1 { font-size: clamp(2.25rem, 4.1vw, 3.8rem); line-height: 1.06; max-width: 17ch; }
.sg-protections h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.1; max-width: 24ch; }
.sg-protections h3 { font-size: 1.2rem; line-height: 1.25; }
.sg-protections p { line-height: 1.65; }
.sg-protections a:focus-visible, .sg-protection-table-scroll:focus-visible { outline: 3px solid #d27831; outline-offset: 5px; }
.sg-protection-hero { padding: 52px 0 58px; background: linear-gradient(120deg, var(--night), var(--night-2)); color: var(--night-ink); }
.sg-protection-hero-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.2fr); gap: clamp(28px, 4vw, 64px); align-items: center; }
.sg-protection-breadcrumb { margin-bottom: 30px; font-size: .8rem; color: var(--night-muted); }
.sg-protection-breadcrumb a { color: var(--night-muted); text-underline-offset: 3px; }
.sg-protection-hero .eyebrow, .sg-protection-request .eyebrow { color: var(--night-muted); margin-bottom: 14px; }
.sg-protection-hero .lede { color: var(--night-ink); opacity: .9; max-width: 49ch; margin: 22px 0 0; }
.sg-protection-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.sg-protection-actions .btn { min-height: 46px; text-align: center; display: inline-flex; align-items: center; justify-content: center; }
.sg-protection-hero .btn.ghost, .sg-protection-request .btn.ghost { color: #fff; border-color: #ffffff88; background: transparent; }
.sg-protection-hero .btn.ghost:hover, .sg-protection-request .btn.ghost:hover { background: #ffffff15; }
.sg-protection-photo { margin: 0; min-width: 0; }
.sg-protection-photo a { display: block; overflow: hidden; background: #fff; }
.sg-protection-photo img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; }
.sg-protection-photo figcaption { padding: 12px 0 0; font-size: .85rem; color: var(--muted); line-height: 1.5; }
.sg-protection-hero-media { min-width: 0; }
.sg-protection-hero-media .sg-protection-photo a { border: 1px solid #ffffff66; }
.sg-protection-hero-media .sg-protection-photo img { aspect-ratio: 16 / 9; padding: 10px; }
.sg-protection-hero-media .sg-protection-photo figcaption { color: var(--night-muted); }
.sg-protection-jump { border-bottom: 1px solid var(--rule); background: var(--panel); }
.sg-protection-jump .wrap { display: flex; gap: 6px 26px; flex-wrap: wrap; padding-block: 14px; }
.sg-protection-jump a { font-size: .87rem; font-weight: 700; padding: 7px 0; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.sg-protection-section { padding-block: 66px; }
.sg-protection-install { border-bottom: 1px solid var(--rule); background: #f6f9fa; }
.sg-protection-install-grid { display: grid; grid-template-columns: minmax(240px, .65fr) minmax(0, 1.5fr); align-items: center; gap: clamp(28px, 4vw, 56px); }
.sg-protection-install-copy .eyebrow { margin-bottom: 13px; }
.sg-protection-install-copy h2 { max-width: 16ch; }
.sg-protection-install-copy > p:not(.eyebrow) { margin: 20px 0; max-width: 44ch; color: var(--muted); }
.sg-protection-install-image { min-width: 0; }
.sg-protection-install-image .sg-protection-photo a { border: 1px solid var(--rule); }
.sg-protection-install-image .sg-protection-photo img { aspect-ratio: 16 / 9; }
.sg-protection-install-image .sg-protection-photo figcaption { text-align: right; }
.sg-protection-soft { background: #f3f7f9; border-block: 1px solid var(--rule); }
.sg-protection-heading { max-width: 770px; margin-bottom: 30px; }
.sg-protection-heading .eyebrow { margin-bottom: 12px; }
.sg-protection-heading > p:last-child { margin-top: 18px; color: var(--muted); max-width: 74ch; }
.sg-protection-component-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--rule); }
.sg-protection-component-grid article { padding: 28px; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.sg-protection-component-grid article + article { border-left: 1px solid var(--rule); }
.sg-protection-index { font: 500 .76rem/1.4 'IBM Plex Mono', monospace; letter-spacing: .1em; color: var(--accent-ink); }
.sg-protection-component-grid p { color: var(--muted); font-size: .96rem; }
.sg-protection-component-grid a { margin-top: auto; padding-top: 6px; font-size: .88rem; font-weight: 700; text-underline-offset: 4px; }
.sg-protection-finish-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.sg-protection-finish { background: var(--panel); border: 1px solid var(--rule); }
.sg-protection-finish .sg-protection-photo img { aspect-ratio: 16 / 9; padding: 8px; }
.sg-protection-finish > div { padding: 23px; border-top: 1px solid var(--rule); }
.sg-protection-finish h3 { margin: 8px 0 12px; }
.sg-protection-finish > div > p:last-child { font-size: .92rem; color: var(--muted); }
.sg-protection-finish-text { display: flex; align-items: center; background: #e8f0f4; }
.sg-protection-finish-text > div { border-top: 0; padding: clamp(24px, 4vw, 48px); }
.sg-protection-finish-text a { display: inline-block; margin-top: 20px; font-size: .9rem; font-weight: 700; text-underline-offset: 4px; }
.sg-protection-configure { background: #f4f8fa; border-bottom: 1px solid var(--rule); }
.sg-protection-configure .sg-wide24 { margin-top: 0; }
.sg-protection-configure .sg-wide24-footer .sg-fixing-link { color: #fff; }
.sg-protection-caption { margin-top: 17px; color: var(--muted); font-size: .84rem; max-width: 100ch; }
.sg-protection-detail-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 44px; align-items: center; }
.sg-protection-detail-images { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; }
.sg-protection-detail-images .sg-protection-photo a { border: 1px solid var(--rule); }
.sg-protection-detail-images img { aspect-ratio: 16 / 9; padding: 9px; }
.sg-protection-detail-copy .eyebrow { margin-bottom: 12px; }
.sg-protection-detail-copy > p:not(.eyebrow) { margin-top: 20px; color: var(--muted); }
.sg-protection-checks { margin: 22px 0; }
.sg-protection-checks > div { padding: 13px 0; border-top: 1px solid var(--rule); }
.sg-protection-checks dt { font-weight: 700; margin-bottom: 3px; }
.sg-protection-checks dd { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.55; }
.sg-protection-text-link { font-weight: 700; text-underline-offset: 4px; }
.sg-protection-fixing-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-bottom: 30px; }
.sg-protection-fixing-options article { border-top: 2px solid var(--accent); padding-top: 18px; }
.sg-protection-fixing-options p { margin-top: 12px; color: var(--muted); font-size: .95rem; }
.sg-protection-hooks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.sg-protection-hooks .sg-protection-photo a { border: 1px solid var(--rule); }
.sg-protection-hooks img { aspect-ratio: 4 / 3; padding: 9px; }
.sg-protection-inline-action { display: flex; justify-content: space-between; gap: 16px 36px; flex-wrap: wrap; align-items: center; margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--rule); }
.sg-protection-inline-action p { color: var(--muted); font-size: .92rem; max-width: 64ch; }
.sg-protection-inline-action a { font-size: .92rem; font-weight: 700; text-underline-offset: 4px; }
.sg-protection-table-help { color: var(--muted); font-size: .85rem; margin-bottom: 12px; }
.sg-protection-table-scroll { overflow-x: auto; border: 1px solid var(--rule); }
.sg-protection-table { width: 100%; min-width: 950px; border-collapse: collapse; font-size: .86rem; }
.sg-protection-table caption { text-align: left; padding: 14px 18px; font-weight: 700; color: var(--ink); background: #f3f7f9; border-bottom: 1px solid var(--rule); }
.sg-protection-table th, .sg-protection-table td { text-align: left; vertical-align: top; padding: 16px; border-bottom: 1px solid var(--rule); line-height: 1.5; }
.sg-protection-table thead { background: #edf3f6; }
.sg-protection-table thead th { font-size: .8rem; }
.sg-protection-table thead small { color: var(--muted); font-weight: 400; }
.sg-protection-table tbody tr:last-child > * { border-bottom: 0; }
.sg-protection-table tbody th { width: 200px; }
.sg-protection-table tbody th > small { display: block; font: 400 .73rem/1.5 'IBM Plex Mono', monospace; color: var(--muted); margin-top: 5px; }
.sg-protection-table td:nth-child(2) { width: 250px; }
.sg-protection-table td:nth-child(n+3) { min-width: 125px; }
.sg-protection-pending { color: var(--muted); font-style: italic; }
.sg-protection-measure-note { display: block; max-width: 31ch; font-size: .77rem; line-height: 1.5; margin-top: 8px; color: var(--muted); }
.sg-protection-measure-flag { display: block; color: var(--warn); font-size: .76rem; font-weight: 700; margin-top: 5px; }
.sg-protection-request { background: var(--night); color: var(--night-ink); padding-block: 52px; }
.sg-protection-request-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 32px; align-items: center; }
.sg-protection-request p:not(.eyebrow) { color: var(--night-muted); margin-top: 16px; max-width: 65ch; }
.sg-protection-request .sg-protection-actions { margin: 0; justify-content: flex-end; }
@media (max-width: 980px) {
  .sg-protection-hero-grid { gap: 28px; grid-template-columns: 1fr 1fr; }
  .sg-protection-install-grid { grid-template-columns: 1fr; gap: 28px; }
  .sg-protection-install-copy { max-width: 770px; }
  .sg-protection-install-copy h2 { max-width: 26ch; }
  .sg-protection-install-copy > p:not(.eyebrow) { max-width: 74ch; }
  .sg-protection-component-grid article { padding: 22px; }
  .sg-protection-detail-grid { grid-template-columns: 1fr; gap: 30px; }
  .sg-protection-detail-images { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sg-protection-detail-copy { max-width: 770px; }
  .sg-protection-request-grid { grid-template-columns: 1fr; }
  .sg-protection-request .sg-protection-actions { justify-content: flex-start; }
}
@media (max-width: 720px) {
  .sg-protection-hero { padding-block: 30px 40px; }
  .sg-protection-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .sg-protection-breadcrumb { margin-bottom: 22px; }
  .sg-protections h1 { max-width: 20ch; }
  .sg-protection-section { padding-block: 44px; }
  .sg-protection-jump .wrap { gap: 4px 22px; }
  .sg-protection-component-grid, .sg-protection-finish-grid, .sg-protection-fixing-options { grid-template-columns: 1fr; }
  .sg-protection-component-grid article + article { border-left: 0; border-top: 1px solid var(--rule); }
  .sg-protection-finish > div { padding: 20px; }
  .sg-protection-hooks { grid-template-columns: 1fr; gap: 24px; }
  .sg-protection-hooks img { max-height: 330px; }
  .sg-protection-detail-images { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 420px) {
  .sg-protection-actions { flex-direction: column; align-items: stretch; }
}
@media print {
  .sg-protection-jump, .sg-protection-actions { display: none; }
  .sg-protection-hero, .sg-protection-request { background: white; color: #102033; }
  .sg-protection-hero .lede, .sg-protection-request p:not(.eyebrow) { color: #102033; }
  .sg-protection-table-scroll { overflow: visible; }
  .sg-protection-table { min-width: 0; font-size: 8pt; }
  .sg-protection-table th, .sg-protection-table td { padding: 6px; }
  .sg-protection-table td:nth-child(n+3) { min-width: 0; }
  .sg-protection-photo, .sg-protection-table tr { break-inside: avoid; }
}
