:root {
  color-scheme: dark;
  font-family: Arial, Helvetica, sans-serif;
  color: #e8eaed;
  background: #14171b;
  font-synthesis: none;
  --blue: #79b6ff;
  --line: #343a42;
  --muted: #b0b6bf;
  --surface: #1c2026;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--blue); }
a:focus-visible { outline: 2px solid var(--blue); outline-offset: 5px; }
p { color: var(--muted); line-height: 1.75; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.035em; line-height: 1.18; margin-bottom: 24px; font-weight: 600; }
h2 { font-size: 1.4rem; line-height: 1.35; font-weight: 600; }
h3 { font-size: 1.15rem; font-weight: 600; }
strong { color: #e8eaed; }
.wrap { max-width: 1120px; padding: 0 30px; margin: auto; }
header { border-bottom: 1px solid var(--line); }
.header { min-height: 92px; display: flex; align-items: center; gap: 30px; }
.brand { display: flex; align-items: center; font-size: 20px; font-weight: 600; margin-right: auto; }
.brand img { width: 60px; height: 60px; object-fit: contain; margin-right: 12px; }
nav { display: flex; align-items: center; gap: 23px; font-size: 14px; }
nav a[aria-current=page] { color: var(--blue); }
.services { padding-left: 20px; border-left: 1px solid var(--line); gap: 18px; }
.panel-link { border: 1px solid var(--line); padding: 9px 15px; border-radius: 4px; }
.hero { padding: 70px 0 56px; max-width: 690px; }
.hero-copy { font-size: 18px; margin-bottom: 20px; }
.location { font-size: 15px; margin-bottom: 28px; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 13px 20px; border: 1px solid #327dcc; border-radius: 4px; background: #2467b2; color: #fff; font-size: 14px; font-weight: 600; line-height: 1.25; }
.button:hover { background: #2d78c9; color: #fff; }
.secondary { background: transparent; color: #e8eaed; border-color: #515a66; }
.secondary:hover { background: #242b34; color: #fff; }
.section { padding: 32px 0 40px; border-top: 1px solid var(--line); }
.text-link { color: var(--blue); font-size: 14px; }
.category-grid, .product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.category { display: block; padding: 20px 0 10px; }
.category h3 { display: flex; justify-content: space-between; margin-bottom: 12px; gap: 15px; }
.category h3 span { color: var(--blue); font-weight: 400; }
.category p { font-size: 15px; min-height: 52px; margin-bottom: 18px; }
.approach { padding: 34px 0 64px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 2fr; gap: 50px; }
.approach h2 { max-width: 220px; }
.approach p { margin-bottom: 16px; }
footer { border-top: 1px solid var(--line); background: #111418; }
.footer { padding-top: 36px; padding-bottom: 36px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; font-size: 13px; }
.footer-brand { font-size: 19px; font-weight: 600; }
.dot { color: var(--blue); }
.footer p { margin: 12px 0 20px; }
.footer small { color: var(--muted); }
.footer strong { display: block; margin-bottom: 18px; }
.footer > div > a:not(.footer-brand) { display: block; margin-bottom: 12px; color: var(--muted); }
.footer a:hover { color: var(--blue) !important; }
.breadcrumbs { padding-top: 26px; font-size: 13px; color: var(--muted); gap: 12px; flex-wrap: wrap; }
.page-heading { padding: 42px 0 24px; max-width: 760px; }
.page-heading h1 { font-size: 36px; }
.page-heading p { font-size: 17px; }
.eyebrow { font-size: 14px; color: var(--muted); margin-bottom: 16px; }
.product-grid { margin-top: 24px; }
.product { border: 1px solid var(--line); border-radius: 4px; padding: 24px; background: var(--surface); }
.product p { font-size: 14px; }
.product .price { font-size: 26px; color: #e8eaed; font-weight: 600; }
.price small { font-size: 13px; font-weight: 400; color: var(--muted); }
dl { margin: 24px 0; }
dl div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
dt { color: var(--muted); }
dd { margin: 0; text-align: right; overflow-wrap: anywhere; }
.stock { color: #e8eaed; }
.empty { padding: 24px 0; margin-bottom: 24px; }
.empty h3 { margin-bottom: 12px; }
.back-link { margin: 24px 0 48px; font-size: 14px; color: var(--blue); }
.prose { max-width: 680px; padding-bottom: 60px; font-size: 17px; }
.prose .button { margin-top: 10px; }
.detail { display: grid; grid-template-columns: 2fr 1fr; gap: 50px; margin-bottom: 60px; }
.purchase { border: 1px solid var(--line); padding: 28px; border-radius: 4px; align-self: start; background: var(--surface); }
.skip { position: absolute; top: -100px; left: 16px; padding: 12px; background: var(--surface); z-index: 10; }
.skip:focus { top: 12px; }
@media (max-width: 1000px) {
  .header { gap: 20px; flex-wrap: wrap; padding-top: 14px; padding-bottom: 18px; }
  .services { padding-left: 0; border: 0; }
}
@media (max-width: 700px) {
  .wrap { padding-left: 22px; padding-right: 22px; }
  .brand { width: 100%; }
  .header nav { gap: 20px; flex-wrap: wrap; }
  .header .services { gap: 18px; margin-left: auto; }
  .hero { padding: 42px 0; }
  .hero-copy { font-size: 17px; }
  .category-grid, .product-grid, .approach, .detail { grid-template-columns: 1fr; }
  .category-grid { gap: 8px; }
  .category { padding: 18px 0; border-bottom: 1px solid var(--line); }
  .category:last-child { border: 0; }
  .category p { min-height: 0; margin-bottom: 12px; }
  .approach { gap: 4px; padding-bottom: 40px; }
  .approach h2 { max-width: none; }
  .footer { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer > div:first-child { grid-column: 1 / -1; }
  .page-heading h1 { font-size: 30px; }
  .detail { gap: 24px; }
  .category h3, .product h3 { overflow-wrap: anywhere; }
}
@media (max-width: 420px) { .header .services { margin-left: 0; } }

.copyright { display: block; margin-top: 20px; }
