/* Wartości produkcyjne: reference/production.json w raporcie etapu 2. */
:root {
 --ao-brand: var(--wp--preset--color--brand, #a4393a);
 --ao-brand-hover: #852e2f;
 --ao-heading: var(--wp--preset--color--heading, #1e3d4a);
 --ao-ink: var(--wp--preset--color--ink, #373547);
 --ao-text: var(--wp--preset--color--text, #4a4a4a);
 --ao-purchase: var(--wp--preset--color--purchase, #ff6b35);
 --ao-surface: var(--wp--preset--color--surface, #f7f7f7);
 --ao-border: var(--wp--preset--color--border, #d1d3d4);
 --ao-white: #fff;
 --ao-font: "Be Vietnam Pro", system-ui, sans-serif;
 --ao-content: 1320px;
 --ao-gutter: clamp(16px, 4.167vw, 60px);
 --ao-radius: 6px;
 --ao-shadow: 0 4px 20px rgb(30 61 74 / 8%);
 --ao-space-1: .25rem; --ao-space-2: .5rem; --ao-space-3: .75rem;
 --ao-space-4: 1rem; --ao-space-6: 1.5rem; --ao-space-8: 2rem;
 --ao-space-12: 3rem; --ao-space-16: 4rem;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 1rem; }
body { margin: 0; background: var(--ao-surface); color: var(--ao-text); font: 400 1rem/1.6 var(--ao-font); overflow-wrap: break-word; -webkit-font-smoothing: antialiased; }
img, svg, video { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: var(--ao-brand); text-underline-offset: .18em; }
a:hover { text-decoration-thickness: 2px; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 1rem; color: var(--ao-heading); font-family: var(--ao-font); font-weight: 600; line-height: 1.25; text-wrap: balance; }
h1 { font-size: clamp(1.875rem, 3vw, 2.5rem); }
h2 { font-size: clamp(1.5rem, 2.5vw, 2rem); }
h3 { font-size: 1.5rem; }
p { margin: 0 0 1rem; }
:focus-visible { outline: 3px solid var(--ao-heading); outline-offset: 4px; }
[hidden] { display: none !important; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.ao-skip-link { position: fixed; z-index: 100000; left: 1rem; top: 1rem; transform: translateY(-200%); padding: .75rem 1rem; background: var(--ao-white); color: var(--ao-heading); border: 2px solid currentColor; }
.ao-skip-link:focus { transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; animation-iteration-count: 1 !important; } }
