.hg-page { --hg-muted: #b9b9bf; }
html[data-theme="light"] .hg-page { --hg-muted: #55565c; }
.hg-page main { overflow: clip; }
.hg-page h1, .hg-page h2, .hg-page h3 { font-family: "Barlow Condensed", sans-serif; line-height: 1.05; }
.hg-page h1 { font-size: clamp(3.7rem, 6.7vw, 6rem); font-weight: 800; letter-spacing: -.025em; }
.hg-page main h2 { font-size: clamp(2.3rem, 4vw, 3.5rem); margin-bottom: 24px; }
.hg-page main h1 span, .hg-page main h2 span { color: var(--red); }
.hg-page main h3 { font-size: 1.65rem; margin-bottom: 12px; }
.hg-page p { line-height: 1.75; }
.hg-page main a:not(.btn-primary):not(.btn-outline) { color: inherit; }
.hg-page main a:hover { text-decoration: underline; text-underline-offset: 4px; }
.hg-page :focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
.hg-skip { position: fixed; left: 12px; top: -100px; padding: 12px; z-index: 3000; background: var(--surface); color: var(--text); }
.hg-skip:focus { top: 12px; }
.hg-hero { padding: calc(var(--nav-height) + 54px) 0 0; background: radial-gradient(ellipse at 95% 20%, rgba(200,16,46,.14), transparent 55%); }
.hg-breadcrumb { display: flex; flex-wrap: wrap; gap: 12px; font-size: .85rem; color: var(--hg-muted); margin-bottom: 48px; }
.hg-hero-grid { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(0,1fr); align-items: center; gap: 80px; }
.hg-lead { font-size: 1.14rem; color: var(--hg-muted); max-width: 640px; margin: 26px 0; }
.hg-small { font-size: .87rem; color: var(--hg-muted); margin-top: 18px; }
.hg-actions { display: flex; flex-wrap: wrap; gap: 15px; align-items: center; }
.hg-actions .btn-primary, .hg-actions .btn-outline { text-align: center; font-size: 1rem; }
.hg-hero-panel { border: 1px solid var(--border); border-top: 4px solid var(--red); background: var(--surface); padding: 36px; }
.hg-number { font-family: "Barlow Condensed", sans-serif; font-weight: 800; color: var(--red); font-size: 6rem; line-height: 1; }
.hg-panel-label { font-weight: 600; margin-top: 8px; }
.hg-panel-rule { height: 1px; background: var(--border); margin: 26px 0; }
.hg-page .hg-hero-panel h2 { font-size: 2rem; margin-bottom: 14px; }
.hg-hero-panel p:not(.hg-panel-label) { color: var(--hg-muted); }
.hg-hero-panel a { display: inline-block; margin-top: 22px; font-weight: 600; }
.hg-jump-links { display: flex; flex-wrap: wrap; gap: 14px 30px; border-top: 1px solid var(--border); padding: 24px 0; margin-top: 60px; font-weight: 600; font-size: .93rem; }
.hg-section { padding: 76px 0; scroll-margin-top: calc(var(--nav-height) + 40px); }
.hg-tinted { background: var(--surface); }
.hg-split { display: grid; grid-template-columns: 1fr 1.3fr; gap: 72px; }
.hg-copy p + p { margin-top: 18px; }
.hg-copy, .hg-intro { color: var(--hg-muted); }
.hg-intro { max-width: 790px; margin-bottom: 32px; }
.hg-copy .badge-row { margin-top: 24px; }
.hg-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.hg-symptoms { grid-template-columns: repeat(4,minmax(0,1fr)); }
.hg-card { min-width: 0; background: var(--black); border: 1px solid var(--border); padding: 26px; border-radius: 4px; }
.hg-card p { color: var(--hg-muted); }
.hg-card-index { display: block; color: var(--red); font: 700 1.2rem "Barlow Condensed",sans-serif; margin-bottom: 24px; }
.hg-notice { border-left: 3px solid var(--red); padding: 16px 22px; margin-top: 28px; background: var(--black); }
.hg-source { font-size: .82rem; margin-top: 22px; color: var(--hg-muted); }
.hg-models { display: grid; grid-template-columns: 1fr 1fr; gap: 0 44px; }
.hg-models article { border-top: 1px solid var(--border); padding: 26px 0; }
.hg-models p { color: var(--hg-muted); }
.hg-models a { font-size: .85rem; }
.hg-process { list-style: none; counter-reset: stage; display: grid; grid-template-columns: 1fr 1fr; gap: 30px 48px; }
.hg-process li { counter-increment: stage; padding-left: 56px; position: relative; }
.hg-process li::before { content: "0" counter(stage); position: absolute; left: 0; color: var(--red); font: 800 2rem "Barlow Condensed",sans-serif; }
.hg-process p { color: var(--hg-muted); }
.hg-job-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.hg-job-image { display: block; width: 100%; height: 230px; object-fit: cover; }
.hg-job-placeholder { height: 150px; padding: 24px; display: flex; align-items: end; background: repeating-linear-gradient(-45deg,transparent,transparent 24px,rgba(200,16,46,.10) 24px,rgba(200,16,46,.10) 25px); color: var(--hg-muted); font: 700 1.3rem "Barlow Condensed",sans-serif; }
.hg-job-body { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.hg-job-body .hg-card-actions { margin-top: auto; padding-top: 18px; }
.hg-tag { color: var(--red); font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; display: block; }
.hg-card-actions { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 22px; }
.hg-text-button { font: 600 .95rem "Barlow",sans-serif; border: 0; background: none; color: var(--text); cursor: pointer; text-align: left; text-decoration: underline; text-underline-offset: 4px; padding: 8px 0; }
.hg-text-button:hover { color: var(--red); }
.hg-review-card { display: flex; flex-direction: column; background: var(--surface); }
.hg-review-card blockquote { line-height: 1.75; color: var(--hg-muted); margin: 18px 0; }
.hg-review-card .hg-card-actions { margin-top: auto; }
.hg-stars { color: var(--red); letter-spacing: 2px; }
.hg-review-person { font-weight: 600; margin-top: 12px; }
.hg-faq { max-width: 850px; }
.hg-faq details { border-bottom: 1px solid var(--border); }
.hg-faq summary { font-weight: 600; padding: 22px 0; cursor: pointer; }
.hg-faq p { padding-bottom: 24px; color: var(--hg-muted); }
.hg-contact p { max-width: 520px; }
.hg-contact-panel { border-left: 3px solid var(--red); padding: 28px; background: var(--surface); align-self: center; }
.hg-contact-panel .hg-actions { margin-top: 24px; }
.hg-text-link { font-weight: 600; }
.hg-dialog { width: min(760px,calc(100% - 32px)); max-height: 85dvh; margin: auto; padding: 28px; color: var(--text); background: var(--surface); border: 1px solid var(--border); border-top: 4px solid var(--red); border-radius: 5px; overflow-y: auto; overscroll-behavior: contain; }
.hg-dialog::backdrop { background: rgba(0,0,0,.78); }
.hg-dialog-header { display: flex; align-items: start; gap: 22px; margin-bottom: 22px; }
.hg-dialog-header h2 { flex: 1; font-size: 2rem; }
.hg-dialog-header button { flex: 0 0 40px; height: 40px; background: var(--surface2); border: 1px solid var(--border); color: var(--text); font-size: 1.8rem; cursor: pointer; border-radius: 4px; }
.hg-dialog p, .hg-dialog blockquote { white-space: pre-wrap; line-height: 1.8; margin: 16px 0; overflow-wrap: anywhere; }
.hg-dialog-gallery { display: grid; gap: 14px; margin-top: 24px; }
.hg-dialog-gallery img { width: 100%; height: auto; border-radius: 3px; }
body.hg-dialog-open { overflow: hidden; }
@media (max-width: 1000px) { .hg-hero-grid { gap: 35px; } .hg-symptoms { grid-template-columns: 1fr 1fr; } .hg-grid:not(.hg-symptoms) { grid-template-columns: 1fr 1fr; } .hg-split { gap: 35px; } }
@media (max-width: 700px) { .hg-hero { padding-top: calc(var(--nav-height) + 48px); } .hg-breadcrumb { margin-bottom: 28px; } .hg-hero-grid,.hg-split,.hg-models,.hg-process,.hg-grid,.hg-grid:not(.hg-symptoms) { grid-template-columns: 1fr; } .hg-hero-panel { padding: 28px; } .hg-section { padding: 52px 0; } .hg-jump-links { margin-top: 36px; gap: 18px 24px; } .hg-split { gap: 12px; } .hg-page h1 { font-size: clamp(3.1rem,12vw,4.4rem); } .hg-dialog { padding: 20px; } .hg-actions .btn-primary { padding-inline: 22px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
.hg-page main .btn-primary, .hg-page main .btn-outline { display: inline-block; padding: 13px 25px; border: 2px solid var(--red); border-radius: 3px; font-family: "Barlow Condensed",sans-serif; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; }
.hg-page main .btn-primary { background: var(--red); color: #fff; }
.hg-page main .btn-primary:hover { background: var(--red-dark); color: #fff; }
.hg-page main .btn-outline { border-color: var(--border); color: var(--text); }
.hg-page main .btn-outline:hover { border-color: var(--red); }
.hg-page .badge-row { display: flex; gap: 10px; flex-wrap: wrap; }
.hg-page .badge { display: inline-block; padding: 8px 12px; border: 1px solid var(--red); color: var(--text); font: 700 .83rem "Barlow Condensed",sans-serif; text-transform: uppercase; letter-spacing: .06em; }
