:root {
    --paper: #f4f5f8;
    --surface: #fff;
    --ink: #172034;
    --muted: #626c7d;
    --line: #dfe3eb;
    --accent: #2551f5;
    --accent-dark: #173aca;
    --tint: #edf1ff;
    --display: "Space Grotesk", "Trebuchet MS", sans-serif;
    --body: "Manrope", "Trebuchet MS", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 500 14px/1.5 var(--body); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
a:hover { color: var(--accent); }
button { cursor: pointer; }
::selection { background: #ced8ff; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.sg-shell { width: calc(100% - 32px); max-width: 1160px; margin-inline: auto; }
.sg-skip { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 12px; background: var(--ink); color: white; }
.sg-skip:focus { top: 8px; color: white; }
.sg-kicker { margin: 0 0 10px; color: var(--muted); font: 700 10px/1.4 var(--body); letter-spacing: .12em; text-transform: uppercase; }
.sg-muted { color: var(--muted); }
.sg-header { background: var(--surface); border-bottom: 1px solid var(--line); }
.sg-header__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0 12px; min-height: 66px; }
.sg-brand { display: inline-flex; align-items: center; gap: 8px; text-decoration: none !important; color: var(--ink) !important; }
.sg-brand__mark { font: 700 36px/.9 var(--display); letter-spacing: -.09em; }
.sg-brand__mark > span { color: var(--accent); }
.sg-brand__name { font: 800 10px/1.2 var(--body); letter-spacing: -.025em; }
.sg-nav { display: flex; align-items: center; gap: 2px; }
.sg-nav a { display: inline-flex; align-items: center; justify-content: center; position: relative; min-height: 44px; padding: 0 8px; color: var(--muted); font-size: 11px; font-weight: 800; text-decoration: none; }
.sg-nav a[aria-current="page"] { color: var(--accent); }
.sg-nav a[aria-current="page"]::after { content: ""; position: absolute; bottom: 1px; width: 16px; height: 3px; border-radius: 3px; background: var(--accent); }
.sg-header-search { flex: 0 0 100%; padding-bottom: 12px; }
.sg-main { padding: 22px 0 40px; min-height: calc(100svh - 180px); }
.sg-footer { border-top: 1px solid var(--line); padding: 24px 0; }
.sg-footer__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 24px; }
.sg-footer__wordmark { font: 700 14px var(--display); }
.sg-footer__wordmark span { color: var(--accent); }
.sg-footer p { flex-basis: 100%; margin: 0; color: var(--muted); font-size: 11px; }
.sg-footer a { display: inline-flex; align-items: center; min-height: 44px; color: var(--accent); font-size: 11px; font-weight: 800; text-decoration: none; }
.sg-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; padding: 0 16px; border: 0; border-radius: 8px; background: var(--accent); color: white !important; font-size: 12px; font-weight: 800; text-decoration: none !important; white-space: nowrap; }
.sg-button:hover { background: var(--accent-dark); }
.sg-button--outline { color: var(--accent) !important; background: var(--tint); }
.sg-search-control { display: flex; align-items: center; width: 100%; gap: 2px; padding: 5px; border: 1px solid #b9c5ec; border-radius: 12px; background: var(--surface); box-shadow: 0 3px 0 #17203408; }
.sg-search-control:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px #2551f51a; }
.sg-search-control input { flex: 1; min-width: 0; width: 0; height: 44px; padding: 0 9px; border: 0; border-radius: 6px; background: transparent; color: var(--ink); font-size: 16px; outline: none; }
.sg-search-control input::placeholder { color: #69758b; font-size: 13px; }
.sg-search-control button { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; gap: 6px; height: 44px; min-width: 44px; border: 0; border-radius: 8px; }
.sg-search-control svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sg-search-submit { background: transparent; color: var(--accent); }
.sg-search-submit:hover { background: var(--tint); }
.sg-search-control .sg-scan-trigger { padding: 0 10px; background: var(--accent); color: white; font-size: 11px; font-weight: 800; }
.sg-scan-trigger:hover { background: var(--accent-dark); }
.sg-scan-trigger span { display: none; }
.sg-search-hint { margin: 10px 0 0; color: var(--muted); font-size: 11px; }
.sg-home-hero { position: relative; padding: 8px 0 24px; border-bottom: 1px solid var(--line); }
.sg-home-hero__main { position: relative; z-index: 1; }
.sg-live-dot { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--accent); vertical-align: 1px; }
.sg-home-hero h1 { margin: 0 0 12px; font: 700 clamp(36px, 9.5vw, 48px)/1.06 var(--display); letter-spacing: -.06em; }
.sg-home-hero h1 span { color: var(--accent); }
.sg-home-hero__intro { max-width: 330px; margin: 0 0 19px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.sg-examples { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin-top: 10px; font-size: 10px; }
.sg-examples > span { margin-right: 3px; color: var(--muted); }
.sg-examples a { display: inline-flex; align-items: center; min-height: 36px; padding: 0 9px; border: 1px solid var(--line); border-radius: 6px; background: white; font-weight: 700; text-decoration: none; }
.sg-index-stamp { display: none; }
.sg-section { margin-top: 26px; }
.sg-section__head { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 12px; }
.sg-section h2, .sg-panel h2, .sg-results-head h2 { margin: 0; font: 700 19px/1.2 var(--display); letter-spacing: -.045em; }
.sg-heading-dot { color: var(--accent); }
.sg-section__head .sg-kicker { margin-bottom: 4px; }
.sg-section__intro { margin: 6px 0 0; color: var(--muted); font-size: 12px; }
.sg-text-link { display: inline-flex; align-items: center; flex-shrink: 0; gap: 6px; min-height: 44px; color: var(--accent); font-size: 11px; font-weight: 800; text-decoration: none !important; }
.sg-group-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.sg-group-tile { position: relative; display: flex; flex-direction: column; justify-content: space-between; gap: 14px; min-height: 105px; padding: 13px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); color: var(--ink); text-decoration: none !important; overflow: hidden; transition: border-color .15s, background .15s; }
.sg-group-tile::after { content: ""; position: absolute; width: 32px; height: 3px; bottom: 0; left: 13px; background: var(--tile-accent, #2551f5); }
.sg-group-tile:nth-child(4n+2) { --tile-accent: #119b78; }
.sg-group-tile:nth-child(4n+3) { --tile-accent: #f58c46; }
.sg-group-tile:nth-child(4n+4) { --tile-accent: #db6688; }
.sg-group-tile:hover { border-color: var(--accent); background: var(--tint); }
.sg-group-tile__top { display: flex; align-items: start; justify-content: space-between; gap: 5px; color: var(--muted); font: 600 9px/1.4 var(--body); letter-spacing: .02em; }
.sg-group-tile__top .sg-arrow { color: var(--accent); font-size: 17px; line-height: 1; }
.sg-group-tile__name { color: var(--ink); font: 700 16px/1.15 var(--display); letter-spacing: -.04em; overflow-wrap: anywhere; }
.sg-directory { border-top: 1px solid var(--line); }
.sg-directory-row { display: flex; align-items: center; gap: 12px; min-width: 0; min-height: 72px; padding: 13px 0; border-bottom: 1px solid var(--line); text-decoration: none !important; }
.sg-directory-row__index { display: grid; place-items: center; flex: 0 0 30px; height: 36px; border: 1px solid var(--line); border-radius: 5px; background: white; color: var(--muted); font: 500 11px var(--display); }
.sg-directory-row__copy { flex: 1; min-width: 0; }
.sg-directory-row__title { display: block; color: var(--ink); font-size: 13px; font-weight: 800; line-height: 1.4; overflow-wrap: anywhere; }
.sg-directory-row__meta { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; }
.sg-arrow { color: var(--accent); }
.sg-directory-row:hover .sg-directory-row__title, .sg-result-row:hover .sg-result-row__name { color: var(--accent); }
.sg-breadcrumb { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; color: var(--muted); font-size: 10px; }
.sg-breadcrumb a { color: var(--muted); text-decoration: none; }
.sg-breadcrumb a:hover { color: var(--accent); }
.sg-breadcrumb > span:last-child { overflow-wrap: anywhere; }
.sg-page-head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 12px; margin: 0 0 20px; }
.sg-page-head h1 { margin: 0; font: 700 32px/1.08 var(--display); letter-spacing: -.055em; overflow-wrap: anywhere; }
.sg-page-head__intro { max-width: 550px; margin: 9px 0 0; color: var(--muted); font-size: 12px; }
.sg-page-head__aside { color: var(--accent); font: 600 12px var(--display); }
.sg-panel { min-width: 0; padding: 18px 15px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.sg-panel + .sg-panel { margin-top: 12px; }
.sg-panel__head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 8px; margin-bottom: 16px; }
.sg-panel__sub { color: var(--muted); font-size: 10px; }
.sg-empty { grid-column: 1 / -1; padding: 25px 18px; border: 1px dashed #b8c4de; border-radius: 10px; background: var(--tint); color: var(--muted); font-size: 13px; }
.sg-empty strong { display: block; margin-bottom: 6px; color: var(--ink); font: 700 20px/1.2 var(--display); }
.sg-empty a { display: inline-flex; align-items: center; min-height: 44px; color: var(--accent); }
.sg-filter { display: flex; gap: 7px; margin: 0 0 14px; }
.sg-filter input { flex: 1; min-width: 0; min-height: 44px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); color: var(--ink); font-size: 16px; }
.sg-filter .sg-button { padding-inline: 12px; }
.sg-alpha { display: flex; gap: 4px; margin-bottom: 18px; padding-bottom: 6px; overflow-x: auto; scrollbar-width: thin; }
.sg-alpha a { display: grid; place-items: center; flex: 0 0 40px; height: 44px; border: 1px solid var(--line); border-radius: 6px; background: white; color: var(--muted); font-size: 11px; font-weight: 800; text-decoration: none; }
.sg-alpha a:hover, .sg-alpha a[aria-current="page"] { border-color: var(--accent); background: var(--accent); color: white; }
.sg-pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; margin-top: 18px; color: var(--muted); font-size: 12px; }
.sg-pagination__links { display: flex; gap: 20px; }
.sg-pagination a { display: inline-flex; align-items: center; min-height: 44px; color: var(--accent); font-weight: 800; }
.sg-results-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 7px; margin: 0 0 12px; }
.sg-results-head > span { color: var(--muted); font-size: 11px; overflow-wrap: anywhere; }
.sg-result-list { border-top: 1px solid var(--line); }
.sg-result-row { display: grid; grid-template-columns: minmax(0, 1fr) 90px; align-items: center; gap: 12px; min-height: 86px; padding: 15px 0; border-bottom: 1px solid var(--line); text-decoration: none !important; }
.sg-result-row__badge, .sg-result-row > .sg-arrow { display: none; }
.sg-result-row__text { min-width: 0; }
.sg-result-row__eyebrow { display: block; margin-bottom: 4px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.sg-result-row__name { display: block; color: var(--ink); font-size: 13px; font-weight: 800; line-height: 1.4; overflow-wrap: anywhere; }
.sg-result-row__price { text-align: right; }
.sg-result-row__price strong { display: block; color: var(--accent); font: 700 18px/1.2 var(--display); letter-spacing: -.04em; }
.sg-result-row__price small { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; line-height: 1.3; }
.sg-result-row__meta { color: var(--muted); font-size: 11px; }
.sg-product-head { display: grid; gap: 22px; padding: 0 0 22px; border-bottom: 1px solid var(--line); }
.sg-product-head h1 { max-width: 740px; margin: 0 0 16px; font: 700 32px/1.1 var(--display); letter-spacing: -.05em; overflow-wrap: anywhere; }
.sg-product-meta { display: flex; flex-wrap: wrap; gap: 6px; }
.sg-product-meta span, .sg-product-meta a { display: inline-flex; align-items: center; min-height: 28px; padding: 4px 8px; border: 1px solid var(--line); border-radius: 5px; color: var(--muted); background: white; font-size: 10px; text-decoration: none; overflow-wrap: anywhere; }
.sg-product-meta a { background: var(--tint); color: var(--accent); }
.sg-price-callout { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4px 16px; padding: 18px 20px; border-radius: 10px; background: var(--accent); color: white; }
.sg-price-callout__label { max-width: 160px; font-size: 10px; font-weight: 800; line-height: 1.5; text-transform: uppercase; letter-spacing: .06em; }
.sg-price-callout__value { grid-column: 2; grid-row: 1 / span 2; font: 700 42px/1 var(--display); letter-spacing: -.055em; }
.sg-price-callout__value--empty { max-width: 150px; font-size: 22px; }
.sg-price-callout__unit { color: #e4eaff; font-size: 11px; }
.sg-product-grid { display: grid; gap: 12px; align-items: start; margin-top: 20px; }
.sg-product-grid > .sg-panel { margin: 0; }
.sg-note { margin: 9px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.sg-price-table { width: 100%; border-collapse: collapse; }
.sg-price-table thead { display: none; }
.sg-price-table tbody tr { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 3px 10px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.sg-price-table tbody tr:first-child { padding-top: 0; }
.sg-price-table tbody tr:last-child { border-bottom: 0; }
.sg-price-table td { display: block; padding: 0; border: 0; font-size: 12px; }
.sg-price-table td:nth-child(2) { grid-column: 2; grid-row: 1; text-align: right; }
.sg-price-table td:nth-child(3) { grid-column: 2; grid-row: 2; text-align: right; }
.sg-price-table td:nth-child(4) { grid-column: 1; grid-row: 2; }
.sg-price-table__store { display: block; font-weight: 800; }
.sg-price-table__price { display: block; font: 700 20px/1.2 var(--display); white-space: nowrap; }
.sg-price-table__unit { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; }
.sg-price-table__offer { display: block; margin-top: 4px; color: var(--accent); font-size: 10px; }
.sg-price-table__status { color: #15735c; font-size: 9px; font-weight: 800; }
.sg-price-table__status--stale { color: #92602e; }
.sg-price-table tr.is-stale .sg-price-table__price { color: var(--muted); }
.sg-offer { margin-top: 8px; padding: 10px 12px; border-left: 3px solid #f58c46; background: #fff5e8; font-size: 12px; }
.sg-history-list { margin: 0; padding: 0; list-style: none; }
.sg-history-list li { position: relative; padding: 13px 0 13px 15px; border-bottom: 1px solid var(--line); }
.sg-history-list li::before { content: ""; position: absolute; left: 0; top: 19px; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.sg-history-list li:first-child { padding-top: 0; }
.sg-history-list li:first-child::before { top: 6px; }
.sg-history-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.sg-history-list__top { display: flex; justify-content: space-between; gap: 10px; font-size: 12px; }
.sg-history-list__top time { color: var(--muted); font-size: 10px; }
.sg-history-list__change { margin-top: 5px; color: var(--muted); font-size: 11px; }
.sg-history-list__change b { color: var(--ink); }
.sg-table-wrap, .sg-legacy { overflow-x: auto; }
.sg-admin { margin-top: 30px; }
.sg-admin .sg-panel { margin-top: 12px; }
.sg-admin .form-control { margin-bottom: 8px; }
.sg-legacy { padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.sg-legacy h1, .sg-legacy h2, .sg-legacy h3 { font-family: var(--display); }
.sg-legacy .table { width: 100%; }
.sg-legacy .table th { background: var(--tint); }
.sg-legacy .table td, .sg-legacy .table th { border-color: var(--line); }
.sg-scan-dialog { position: fixed; inset: auto 0 0; width: 100%; max-width: 480px; max-height: 92dvh; margin: auto auto 0; padding: 18px 20px max(24px, env(safe-area-inset-bottom)); border: 0; border-radius: 20px 20px 0 0; background: var(--surface); color: var(--ink); overflow-y: auto; box-shadow: 0 -8px 80px #17203433; }
.sg-scan-dialog::backdrop { background: #10182caa; backdrop-filter: blur(4px); }
.sg-scan-dialog__head { display: flex; align-items: center; justify-content: space-between; }
.sg-scan-dialog__head .sg-kicker { margin: 0; }
.sg-icon-button { width: 44px; height: 44px; border: 0; border-radius: 50%; color: var(--ink); background: var(--paper); font-size: 25px; }
.sg-scan-dialog h2 { margin: 10px 0; font: 700 30px/1.1 var(--display); letter-spacing: -.045em; }
#scanner-status { min-height: 36px; margin: 0 0 14px; color: var(--muted); font-size: 12px; }
.sg-scanner__viewport { position: relative; height: 190px; border-radius: 12px; overflow: hidden; background: #172034; }
.sg-scanner__viewport video, .sg-scanner__viewport canvas { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sg-scan-frame { position: absolute; z-index: 2; inset: 25% 12%; border: 2px solid #a7bdff; border-radius: 12px; pointer-events: none; }
.sg-scan-frame::after { content: ""; position: absolute; top: 50%; left: 8px; right: 8px; height: 1px; background: #a7bdff; }
.sg-camera-start { width: 100%; margin-top: 10px; }
.sg-camera-start:disabled { cursor: wait; opacity: .65; }
.sg-barcode-form { margin-top: 20px; }
.sg-barcode-form label { display: block; margin-bottom: 8px; color: var(--muted); font-size: 12px; }
.sg-barcode-form > div { display: flex; gap: 8px; }
.sg-barcode-form input { flex: 1; width: 0; min-width: 0; min-height: 46px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; font-size: 16px; }
body.sg-scanning { overflow: hidden; }
@media (min-width: 380px) {
    .sg-scan-trigger span { display: inline; }
    .sg-brand__name { font-size: 11px; }
    .sg-nav a { padding: 0 10px; font-size: 12px; }
}
@media (min-width: 700px) {
    .sg-shell { width: calc(100% - 64px); }
    .sg-header__inner { min-height: 78px; gap: 24px; }
    .sg-brand__mark { font-size: 42px; }
    .sg-brand__name { font-size: 12px; }
    .sg-nav { margin-left: auto; gap: 10px; }
    .sg-main { padding: 32px 0 60px; }
    .sg-home-hero { display: grid; grid-template-columns: 1fr 230px; align-items: center; gap: 50px; padding: 20px 0 36px; }
    .sg-home-hero h1 { font-size: clamp(48px, 5.5vw, 70px); }
    .sg-home-hero__intro { max-width: 420px; font-size: 14px; }
    .sg-index-stamp { display: flex; flex-direction: column; gap: 25px; padding: 24px; border: 1px solid #cdd6f5; border-radius: 12px; background: linear-gradient(135deg, #e5ebff, #f7f9ff); transform: rotate(3deg); }
    .sg-index-stamp > span { color: #51638d; font: 600 9px var(--display); letter-spacing: .12em; }
    .sg-index-stamp strong { font: 700 30px/1 var(--display); letter-spacing: -.05em; }
    .sg-barcode-art { height: 56px; background: repeating-linear-gradient(90deg, var(--accent) 0 2px, transparent 2px 5px, var(--accent) 5px 6px, transparent 6px 10px, var(--accent) 10px 15px, transparent 15px 18px, var(--accent) 18px 21px, transparent 21px 27px); }
    .sg-group-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
    .sg-group-tile { min-height: 125px; padding: 17px; }
    .sg-group-tile__name { font-size: 20px; }
    .sg-group-tile__top { font-size: 10px; }
    .sg-section { margin-top: 32px; }
    .sg-section h2, .sg-panel h2, .sg-results-head h2 { font-size: 23px; }
    .sg-page-head h1 { font-size: 46px; }
    .sg-page-head__intro { font-size: 14px; }
    .sg-panel { padding: 24px; }
    .sg-filter { max-width: 570px; }
    .sg-result-row { grid-template-columns: 38px minmax(0, 1fr) 140px 20px; gap: 16px; }
    .sg-result-row__badge { display: grid; place-items: center; width: 38px; height: 42px; border-radius: 7px; background: var(--tint); color: var(--accent); font: 600 18px var(--display); }
    .sg-result-row > .sg-arrow { display: block; text-align: right; }
    .sg-result-row__name { font-size: 15px; }
    .sg-result-row__price strong { font-size: 22px; }
    .sg-result-row__price small { font-size: 10px; }
    .sg-product-head { grid-template-columns: minmax(0, 1fr) 270px; gap: 30px; padding: 12px 0 28px; }
    .sg-product-head h1 { font-size: 42px; }
    .sg-price-callout { grid-template-columns: 1fr; gap: 10px; padding: 24px; }
    .sg-price-callout__label { max-width: none; }
    .sg-price-callout__value { grid-column: auto; grid-row: auto; font-size: 52px; }
    .sg-price-callout__value--empty { max-width: none; font-size: 28px; }
    .sg-footer p { flex-basis: auto; }
    .sg-scan-dialog { inset: 0; margin: auto; border-radius: 20px; }
}
@media (min-width: 1000px) {
    .sg-header-search { flex: 0 1 340px; padding: 0; }
    .sg-home-hero { grid-template-columns: minmax(0, 640px) 240px; justify-content: space-between; gap: 70px; padding: 28px 35px 40px 0; }
    .sg-home-sections { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 40px; }
    .sg-home-sections .sg-group-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sg-group-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .sg-product-grid { grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr); gap: 20px; }
    .sg-product-grid .sg-panel { padding: 22px; }
    .sg-price-table thead { display: table-header-group; }
    .sg-price-table tbody tr { display: table-row; }
    .sg-price-table td { display: table-cell; padding: 16px 10px 16px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
    .sg-price-table tr:last-child td { border-bottom: 0; }
    .sg-price-table th { padding: 0 10px 12px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
    .sg-price-table th:nth-child(2) { text-align: right; }
    .sg-price-table td:nth-child(3) { text-align: left; padding-left: 12px; }
    .sg-price-table th:nth-child(3) { padding-left: 12px; }
    .sg-price-table__price { font-size: 19px; }
    .sg-price-table__unit { white-space: nowrap; }
    .sg-directory { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 28px; }
    .sg-home-sections .sg-directory { display: block; }
    .sg-home-hero__main { animation: sg-reveal .45s ease-out both; }
    .sg-index-stamp { animation: sg-reveal .65s ease-out both; }
}
@keyframes sg-reveal { from { opacity: 0; translate: 0 8px; } to { opacity: 1; translate: 0 0; } }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition: none !important; }
}
