/* ===== BRACIA.EU – SHARED STYLES v3 ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Open Sans', sans-serif; color: #222; background: #fff; line-height: 1.65; font-size: 16px; overflow-x: hidden; }
h1,h2,h3,h4,h5 { font-family: 'Nunito', sans-serif; line-height: 1.2; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }

/* TOPBAR */
.topbar { background: #1a4c1a; color: #aed6ae; font-size: 13px; padding: 7px 0; }
.topbar-inner { max-width: 1160px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 6px; }
.topbar a { color: #cee8ce; display: inline-flex; align-items: center; gap: 5px; }
.topbar a:hover { color: #fff; }
.topbar-right { display: flex; gap: 22px; align-items: center; }

/* NAV */
.navbar { background: #fff; border-bottom: 2px solid #e8f0e8; position: sticky; top: 0; z-index: 200; }
.nav-inner { max-width: 1160px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: inline-flex; align-items: center; flex-shrink: 0; }
.logo img { width: auto; height: 40px; }
.nav-menu { display: flex; align-items: center; gap: 2px; list-style: none; }
.nav-menu a { font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 15px; color: #444; padding: 8px 14px; border-radius: 6px; transition: background .15s, color .15s; }
.nav-menu a:hover, .nav-menu a.active { background: #f0f8f0; color: #1a4c1a; }
.nav-menu .btn-nav { background: #e85c0d; color: #fff !important; padding: 10px 20px !important; border-radius: 8px; margin-left: 8px; display: inline-flex !important; align-items: center; gap: 6px; font-size: 15px; }
.nav-menu .btn-nav:hover { background: #c94d0a !important; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; border-radius: 8px; cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.nav-toggle span { width: 24px; height: 2px; background: #1a4c1a; border-radius: 2px; transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* LAYOUT */
.section { padding: 68px 20px; }
.section.bg-light { background: #f7fbf7; }
.container { max-width: 1160px; margin: 0 auto; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.two-col.reverse { direction: rtl; }
.two-col.reverse > * { direction: ltr; }
.kicker { font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: #2a7a2a; margin-bottom: 10px; display: flex; align-items: center; gap: 6px; }
.section-h2 { font-size: clamp(24px, 3vw, 36px); font-weight: 900; color: #1a1a1a; margin-bottom: 16px; }
.lead { font-size: 17px; color: #555; line-height: 1.75; max-width: 620px; }
.body-text { font-size: 15px; color: #444; line-height: 1.8; }
.body-text p { margin-bottom: 14px; }

/* PHOTO */
.photo-frame { border-radius: 12px; overflow: hidden; box-shadow: 0 6px 32px rgba(0,0,0,.14); position: relative; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.frame-badge { position: absolute; bottom: 14px; left: 14px; background: #1a4c1a; color: #fff; font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 12px; padding: 6px 12px; border-radius: 6px; }

/* CHECKLIST */
.checklist { list-style: none; margin: 18px 0; display: flex; flex-direction: column; gap: 9px; }
.checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: #333; line-height: 1.5; }
.chk { width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0; margin-top: 1px; background: #2a7a2a; display: flex; align-items: center; justify-content: center; box-shadow: 0 1px 4px rgba(42,122,42,.3); }

/* BUTTONS */
.btn-green { display: inline-flex; align-items: center; gap: 8px; background: #1a4c1a; color: #fff; font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 15px; padding: 13px 24px; border-radius: 9px; transition: background .2s, transform .15s; }
.btn-green:hover { background: #2a7a2a; transform: translateY(-2px); }
.btn-orange { background: #e85c0d; color: #fff; font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 16px; padding: 14px 28px; border-radius: 10px; display: inline-flex; align-items: center; gap: 8px; transition: background .2s, transform .15s; box-shadow: 0 3px 14px rgba(232,92,13,.35); }
.btn-orange:hover { background: #c94d0a; transform: translateY(-2px); }
.btn-ghost { color: #fff; border: 2px solid rgba(255,255,255,.4); font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 15px; padding: 12px 22px; border-radius: 10px; display: inline-flex; align-items: center; gap: 8px; transition: background .2s; }
.btn-ghost:hover { background: rgba(255,255,255,.1); }
.btn-white-out { background: transparent; border: 2px solid rgba(255,255,255,.45); color: #fff; font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 15px; padding: 13px 26px; border-radius: 9px; display: inline-flex; align-items: center; gap: 8px; transition: .2s; }
.btn-white-out:hover { background: rgba(255,255,255,.1); }

/* INLINE PHONE */
.inline-phone { display: flex; align-items: center; gap: 10px; margin-top: 18px; }
.inline-phone a { font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 22px; color: #1a4c1a; }
.inline-phone a:hover { color: #e85c0d; }
.inline-phone span { font-size: 13px; color: #888; }

/* TRUST ROW */
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 20px; }
.trust-item { display: flex; align-items: center; gap: 7px; font-size: 13px; color: #aed6ae; font-family: 'Nunito', sans-serif; font-weight: 700; }

/* STATS */
.stats-row { display: flex; gap: 0; border: 1.5px solid #dceadc; border-radius: 10px; overflow: hidden; margin-top: 24px; }
.stat-item { flex: 1; padding: 18px 10px; text-align: center; border-right: 1.5px solid #dceadc; }
.stat-item:last-child { border-right: none; }
.stat-n { font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 26px; color: #1a4c1a; }
.stat-l { font-size: 11px; color: #777; margin-top: 2px; }

/* CERTS */
.certs { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.cert { background: #f0faf0; border: 1px solid #b8d8b8; color: #1a4c1a; font-size: 12px; font-family: 'Nunito', sans-serif; font-weight: 700; padding: 5px 11px; border-radius: 100px; display: inline-flex; align-items: center; gap: 4px; }

/* CENNIK */
.pricing-box { background: #f7fbf7; border: 1.5px solid #c8e0c8; border-radius: 14px; padding: 28px 24px; }
.pricing-box h3 { font-size: 17px; font-weight: 800; margin-bottom: 18px; display: flex; align-items: center; gap: 8px; }
.pricing-row { display: flex; justify-content: space-between; align-items: center; padding: 11px 0; border-bottom: 1px solid #e0ece0; }
.pricing-row:last-of-type { border-bottom: none; }
.pricing-name { font-size: 14px; color: #333; font-weight: 600; display: flex; align-items: center; gap: 7px; }
.pricing-price { font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 17px; color: #1a4c1a; white-space: nowrap; }
.pricing-footer { margin-top: 16px; padding-top: 14px; border-top: 1px dashed #c8e0c8; font-size: 12px; color: #888; display: flex; align-items: flex-start; gap: 6px; }

/* HARMONOGRAM */
.harmonogram-box { background: #1a4c1a; color: #fff; border-radius: 14px; padding: 28px; }
.harmonogram-box h3 { font-size: 17px; font-weight: 800; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.harmonogram-box .sub { font-size: 14px; color: #9dd49d; line-height: 1.65; margin-bottom: 18px; }
.hlist { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 20px; }
.hlist li { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; color: #c8e6c8; line-height: 1.5; }
.hlist li svg { flex-shrink: 0; margin-top: 2px; }
.promo-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(245,185,66,.15); border: 1px solid rgba(245,185,66,.35); color: #f5b942; padding: 6px 12px; border-radius: 100px; font-size: 12px; font-family: 'Nunito', sans-serif; font-weight: 800; margin-bottom: 12px; }

/* FORMULARZ */
.contact-form { background: #fff; border: 1.5px solid #d0e8d0; border-radius: 14px; padding: 28px; }
.contact-form h3 { font-size: 17px; font-weight: 800; margin-bottom: 18px; display: flex; align-items: center; gap: 8px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-group { display: flex; flex-direction: column; gap: 5px; margin-bottom: 10px; }
.form-group label { font-size: 11px; font-weight: 700; color: #555; text-transform: uppercase; letter-spacing: .07em; font-family: 'Nunito', sans-serif; }
.form-group input,
.form-group select,
.form-group textarea { padding: 10px 13px; border: 1.5px solid #d0e8d0; border-radius: 8px; font-family: 'Open Sans', sans-serif; font-size: 14px; color: #222; background: #fafcfa; outline: none; transition: border-color .15s; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: #2a7a2a; background: #fff; }
.form-group textarea { resize: vertical; min-height: 72px; }
.form-submit { width: 100%; background: #e85c0d; color: #fff; border: none; padding: 13px; border-radius: 9px; font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 15px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; transition: background .2s; margin-top: 4px; }
.form-submit:hover { background: #c94d0a; }
.form-submit:disabled { cursor: wait; opacity: .78; }
.form-submit-label { display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.form-spinner { display: none; width: 18px; height: 18px; border: 2px solid rgba(255,255,255,.45); border-top-color: #fff; border-radius: 50%; animation: form-spin .7s linear infinite; }
.js-ajax-form.is-sending .form-spinner { display: inline-block; }
.js-ajax-form.is-sending .form-submit-label svg { display: none; }
.js-ajax-form.is-sending { opacity: .82; }
.js-ajax-form.is-sending input,
.js-ajax-form.is-sending select,
.js-ajax-form.is-sending textarea { cursor: wait; }
.form-status { display: none; margin-top: 12px; padding: 10px 12px; border-radius: 8px; font-size: 13px; font-weight: 600; line-height: 1.45; }
.form-status.is-success { display: block; color: #175c28; background: #e9f8ed; border: 1px solid #b7dfc1; }
.form-status.is-error { display: block; color: #9b2518; background: #fff0ee; border: 1px solid #efc0b9; }
.form-group input.is-invalid,
.form-group select.is-invalid,
.form-group textarea.is-invalid { border-color: #c93624; background: #fff8f7; }
.form-error { color: #b52b1c; font-size: 11px; line-height: 1.35; }
.form-hp { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
@keyframes form-spin { to { transform: rotate(360deg); } }
.form-note { font-size: 11px; color: #bbb; margin-top: 8px; text-align: center; }

/* REVIEWS */
.reviews-header { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 16px; margin-bottom: 28px; }
.rating-block { display: flex; align-items: center; gap: 12px; background: #f7fbf7; border: 1px solid #dceadc; border-radius: 10px; padding: 12px 18px; }
.rating-num { font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 44px; color: #1a4c1a; line-height: 1; }
.stars { color: #f5a623; font-size: 18px; letter-spacing: 1px; }
.stars-sub { font-size: 11px; color: #888; margin-top: 2px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.review { background: #fff; border: 1px solid #e5efe5; border-radius: 12px; padding: 20px; transition: box-shadow .2s; }
.review:hover { box-shadow: 0 4px 18px rgba(0,0,0,.07); }
.review-stars { color: #f5a623; font-size: 14px; margin-bottom: 10px; }
.review-text { font-size: 14px; color: #444; line-height: 1.65; font-style: italic; margin-bottom: 14px; }
.review-author { display: flex; align-items: center; gap: 10px; }
.author-av { width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0; background: #1a4c1a; color: #fff; font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 13px; display: flex; align-items: center; justify-content: center; }
.author-name { font-weight: 700; font-size: 13px; }
.author-meta { font-size: 11px; color: #aaa; }

/* FAQ */
.faq-list { margin-top: 28px; display: flex; flex-direction: column; gap: 10px; }
.faq-item { border: 1px solid #e0ece0; border-radius: 10px; overflow: hidden; }
.faq-q { width: 100%; border: 0; color: #222; text-align: left; padding: 15px 18px; font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 15px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; background: #fff; transition: background .15s; user-select: none; }
.faq-q:hover { background: #f7fbf7; }
.faq-toggle { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: #e8f5e8; display: flex; align-items: center; justify-content: center; transition: background .2s, transform .2s; }
.faq-item.open .faq-toggle { background: #1a4c1a; transform: rotate(45deg); }
.faq-a { font-size: 14px; color: #555; line-height: 1.75; padding: 0 18px 15px; display: none; }
.faq-item.open .faq-a { display: block; }

/* BREADCRUMB */
.breadcrumb { padding: 10px 20px; background: #f7fbf7; border-bottom: 1px solid #e8f0e8; }
.breadcrumb-inner { max-width: 1160px; margin: 0 auto; display: flex; gap: 6px; align-items: center; font-size: 13px; color: #888; flex-wrap: wrap; }
.breadcrumb a { color: #2a7a2a; }

/* PAGE HERO */
.page-hero { background: linear-gradient(135deg, #0f2e0f 0%, #1a4c1a 100%); color: #fff; padding: 52px 20px 56px; }
.page-hero-inner { max-width: 1160px; margin: 0 auto; }
.page-hero h1 { font-size: clamp(26px, 4vw, 44px); font-weight: 900; margin-bottom: 14px; }
.page-hero p { font-size: 17px; color: #9dd49d; max-width: 640px; line-height: 1.7; margin-bottom: 24px; }
.page-hero-btns { display: flex; flex-wrap: wrap; gap: 12px; }

/* STRIP */
.strip-alert { background: #e85c0d; color: #fff; padding: 11px 20px; font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 14px; text-align: center; display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }
.strip-alert a { color: #fff; text-decoration: underline; }

/* AREA */
.area-cloud { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.area-tag { background: #fff; border: 1.5px solid #cde8cd; color: #2a5a2a; font-size: 13px; font-family: 'Nunito', sans-serif; font-weight: 700; padding: 5px 13px; border-radius: 100px; transition: .15s; }
.area-tag:hover { background: #1a4c1a; color: #fff; border-color: #1a4c1a; }
.area-tag.star { background: #f0faf0; border-color: #2a7a2a; }

/* MAP */
.map-wrap { border-radius: 12px; overflow: hidden; border: 1.5px solid #d0e8d0; background: #e8f5e8; }
.map-wrap iframe { display: block; width: 100%; height: 320px; border: none; }

/* RELATED LINKS */
.related-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 24px; }
.related-link { background: #f7fbf7; border: 1.5px solid #d0e8d0; border-radius: 10px; padding: 14px 16px; transition: .2s; display: block; }
.related-link:hover { background: #1a4c1a; border-color: #1a4c1a; color: #fff; }
.related-link:hover .rl-sub { color: #9dd49d; }
.related-link-title { font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 14px; display: flex; justify-content: space-between; align-items: center; }
.rl-sub { font-size: 12px; color: #666; margin-top: 4px; }

/* CTA BIG */
.cta-big { background: #1a4c1a; color: #fff; padding: 68px 20px; text-align: center; }
.cta-big h2 { font-size: clamp(26px, 3.5vw, 40px); font-weight: 900; color: #fff; margin-bottom: 12px; }
.cta-big .cta-sub { font-size: 18px; color: #9dd49d; margin-bottom: 30px; }
.cta-big-btns { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.cta-phone-wrap { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 10px; padding: 18px 28px; margin: 24px auto 0; max-width: 520px; display: flex; justify-content: space-around; flex-wrap: wrap; gap: 14px; align-items: center; }
.cta-phone-item { text-align: center; }
.cta-phone-item small { display: block; font-size: 11px; color: #9dd49d; text-transform: uppercase; letter-spacing: .08em; font-family: 'Nunito',sans-serif; font-weight: 800; margin-bottom: 3px; }
.cta-phone-item a { font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 22px; color: #f5b942; }
.cta-phone-item a:hover { color: #fff; }
.cta-divider { width: 1px; background: rgba(255,255,255,.15); height: 36px; }

/* FOOTER */
footer { background: #111e11; color: #6a826a; padding: 52px 20px 24px; }
.footer-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 36px; }
.footer-logo img { width: auto; height: 34px; opacity: .95; margin-bottom: 14px; }
.footer-bio { font-size: 13px; line-height: 1.7; color: #4a6a4a; }
.footer-contact { margin-top: 14px; display: flex; flex-direction: column; gap: 6px; }
.footer-contact a { font-size: 14px; color: #7a9a7a; display: flex; align-items: center; gap: 6px; }
.footer-contact a:hover { color: #cde8cd; }
.footer-col h5 { font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: #8a9e8a; margin-bottom: 14px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.footer-col ul a, .footer-col ul span { font-size: 13px; color: #4a6a4a; }
.footer-col ul a:hover { color: #cde8cd; }
.footer-bottom { max-width: 1160px; margin: 0 auto; border-top: 1px solid #1e3a1e; padding-top: 18px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: 12px; color: #3a4a3a; }
.social-row { display: flex; gap: 8px; margin-top: 14px; }
.social-btn { background: #1e3a1e; color: #7a9a7a; font-size: 12px; font-family: 'Nunito', sans-serif; font-weight: 700; padding: 6px 14px; border-radius: 6px; transition: .2s; display: flex; align-items: center; gap: 5px; }
.social-btn:hover { background: #2a7a2a; color: #fff; }

/* FLOAT */
.float-call { position: fixed; bottom: 90px; right: 22px; z-index: 300; width: 54px; height: 54px; border-radius: 50%; background: #e85c0d; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 3px 18px rgba(232,92,13,.55); animation: fpulse 2.5s infinite; }
.float-call:hover { background: #c94d0a; transform: scale(1.08); }
@keyframes fpulse { 0%,100%{ box-shadow:0 3px 18px rgba(232,92,13,.55); } 50%{ box-shadow:0 3px 28px rgba(232,92,13,.8); } }
.cookie-hidden .float-call { bottom: 24px; }

/* COOKIE */
.cookie { position: fixed; bottom: 0; left: 0; right: 0; z-index: 400; background: #111; color: #aaa; font-size: 13px; padding: 11px 20px; display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.cookie a { color: #7a9a7a; text-decoration: underline; }
.cookie-ok { background: #2a7a2a; color: #fff; border: none; padding: 7px 18px; border-radius: 6px; font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 13px; cursor: pointer; }

/* CENNIK PAGE */
.cennik-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 32px; align-items: start; }
.two-col-halves { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.two-col-thirds { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
@media (max-width: 900px) {
  .cennik-grid { grid-template-columns: 1fr; }
  .two-col-halves { grid-template-columns: 1fr; }
  .two-col-thirds { grid-template-columns: 1fr; }
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .nav-inner { height: 64px; position: relative; }
  .logo img { height: 36px; }
  .nav-toggle { display: inline-flex; }
  .nav-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 10px 20px 18px; background: #fff; border-bottom: 2px solid #e8f0e8; box-shadow: 0 10px 24px rgba(0,0,0,.12); flex-direction: column; align-items: stretch; gap: 3px; }
  .nav-menu.open { display: flex; }
  .nav-menu li, .nav-menu a { width: 100%; }
  .nav-menu a { display: flex; justify-content: flex-start; padding: 11px 12px; }
  .nav-menu .btn-nav { justify-content: center; margin: 5px 0 0; }
}
@media (max-width: 900px) {
  .two-col { grid-template-columns: 1fr; }
  .two-col.reverse { direction: ltr; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .related-links { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  /* Fix 2-col inline grids used in cennik/harmonogram sections */
  [style*="grid-template-columns:1fr 1fr"],
  [style*="grid-template-columns: 1fr 1fr"],
  [style*="grid-template-columns:1.2fr 0.8fr"],
  [style*="grid-template-columns: 1.2fr"],
  [style*="grid-template-columns:1fr 400px"],
  [style*="grid-template-columns: 1fr 400px"] { grid-template-columns: 1fr !important; }
}
@media (max-width: 560px) {
  .topbar-right { display: none; }
  .reviews-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .related-links { grid-template-columns: 1fr; }
  .section { padding: 48px 20px; }
}


/* ACCESSIBILITY / MOTION */
section[id], div[id] { scroll-margin-top: 92px; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #f5b942; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
