/* BowPro+ Bootstrap site — custom layer */
:root {
  --bp-bg: #0f1012;
  --bp-bg-alt: #121416;
  --bp-surface: #181a1d;
  --bp-surface-raised: #24272b;
  --bp-text: #f4f4f2;
  --bp-muted: #a6a8ab;
  --bp-line: rgba(255, 255, 255, .12);
  --bp-orange: #f26a00;
  --bp-orange-dark: #b94700;
  --bp-orange-hover: #ff8a2a;
  --bp-plus: #d4d6d5;
  --bp-display: "Archivo Black", Impact, sans-serif;
  --bp-body: "Arimo", Arial, sans-serif;
  --bp-max: 1240px;
  color-scheme: dark;
}

html { scroll-behavior: smooth; scroll-padding-top: 4.5rem; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--bp-bg);
  color: var(--bp-text);
  font-family: var(--bp-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.offcanvas-open { overflow: hidden; }
::selection { background: var(--bp-orange); color: #fff; }
a { color: inherit; }
a:hover { color: inherit; }
img { max-width: 100%; }

h1, h2, h3, h4, h5, h6,
.display-font, .brand-name, .menu-label, .card-title-display {
  font-family: var(--bp-display);
  font-weight: 400;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1040;
  height: 74px;
  pointer-events: none;
}
.site-header__inner {
  width: min(calc(100% - 2rem), var(--bp-max));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header__brand,
.menu-trigger { pointer-events: auto; }
.site-header__brand {
  color: #fff;
  text-decoration: none;
  filter: drop-shadow(0 2px 10px rgba(0,0,0,.35));
}
.site-header__brand .maker { display: none; }

.brand-mark { display: inline-flex; flex-direction: column; align-items: center; line-height: .92; }
.brand-name {
  font-size: clamp(3.6rem, 10vw, 8.9rem);
  letter-spacing: -.075em;
  white-space: nowrap;
  text-shadow: 0 .08em .5em rgba(0,0,0,.42);
}
.brand-plus { color: var(--bp-plus); }
.brand-maker {
  margin-top: .5rem;
  font-size: clamp(.85rem, 1.8vw, 1.35rem);
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0,0,0,.65);
}
.brand-maker strong { color: var(--bp-orange); }
.brand-mark--compact { flex-direction: row; gap: .7rem; align-items: baseline; }
.brand-mark--compact .brand-name { font-size: 1.25rem; letter-spacing: -.045em; text-shadow: none; }
.brand-mark--compact .brand-maker { margin: 0; font-size: .62rem; text-shadow: none; }

.menu-trigger {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  display: grid;
  place-content: center;
  gap: 5px;
  background: rgba(15,16,18,.72);
  color: #fff;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 12px 36px rgba(0,0,0,.28);
}
.menu-trigger span { display: block; width: 22px; height: 2px; background: currentColor; }
.menu-trigger:hover { border-color: var(--bp-orange); color: var(--bp-orange-hover); }

.bp-offcanvas {
  --bs-offcanvas-width: 100vw;
  background:
    radial-gradient(circle at 75% 15%, rgba(242,106,0,.14), transparent 32rem),
    linear-gradient(145deg, #15171a, #0f1012 70%);
  color: #fff;
  border: 0 !important;
}
.bp-offcanvas .offcanvas-header { min-height: 80px; padding: 1rem max(1rem, calc((100vw - var(--bp-max)) / 2)); }
.bp-offcanvas .btn-close { filter: invert(1); opacity: 1; }
.bp-offcanvas .offcanvas-body {
  width: min(calc(100% - 2rem), var(--bp-max));
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 0 3rem;
}
.menu-list { list-style: none; margin: 0; padding: 0; }
.menu-list a {
  display: grid;
  grid-template-columns: clamp(3.2rem, 8vw, 7.4rem) 1fr;
  align-items: baseline;
  gap: clamp(1rem, 3vw, 2rem);
  padding: .18rem 0;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: color .18s ease, transform .18s ease;
}
.menu-list a:hover { color: var(--bp-orange-hover); transform: translateX(.35rem); }
.menu-number {
  color: var(--bp-orange);
  font-family: var(--bp-display);
  font-size: clamp(2rem, 5.6vw, 5.4rem);
  line-height: 1;
}
.menu-label {
  font-size: clamp(2.15rem, 6.2vw, 5.25rem);
  letter-spacing: -.05em;
  line-height: 1.05;
  text-transform: lowercase;
}
.menu-tagline { margin: 2rem 0 0; color: var(--bp-muted); letter-spacing: .08em; text-transform: uppercase; font-size: .75rem; }
.menu-tagline .the { text-decoration: underline; text-decoration-thickness: .11em; text-underline-offset: .17em; }

.section-full { min-height: 100svh; position: relative; }
.hero { background: #08090a; }
.hero .carousel,
.hero .carousel-inner,
.hero .carousel-item { height: 100svh; }
.hero .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at center, rgba(0,0,0,.14), rgba(0,0,0,.58) 72%),
    linear-gradient(180deg, rgba(0,0,0,.28), rgba(0,0,0,.12) 45%, rgba(0,0,0,.56));
  pointer-events: none;
}
.hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-content: center;
  justify-items: center;
  padding: 5rem 1.25rem 4rem;
  text-align: center;
}
.hero-subtitle {
  margin: 1.9rem 0 2rem;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0,0,0,.75);
}
.hero-subtitle .the { text-decoration: underline; text-decoration-thickness: .11em; text-underline-offset: .17em; }
.app-store-badge {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  min-height: 58px;
  padding: .55rem 1.1rem;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: .75rem;
  background: rgba(0,0,0,.72);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 14px 36px rgba(0,0,0,.34);
}
.app-store-badge:hover { border-color: var(--bp-orange); transform: translateY(-1px); }
.app-store-badge svg { width: 25px; fill: currentColor; }
.app-store-badge small, .app-store-badge strong { display: block; line-height: 1.05; text-align: left; }
.app-store-badge small { font-size: .68rem; }
.app-store-badge strong { font-size: 1.28rem; }
.hero .carousel-indicators { z-index: 3; margin-bottom: 1.4rem; }
.hero .carousel-indicators [data-bs-target] { width: 42px; height: 3px; border: 0; opacity: .45; }
.hero .carousel-indicators .active { background-color: var(--bp-orange); opacity: 1; }
.hero-scroll {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 1.2rem;
  width: 34px;
  height: 50px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 20px;
  transform: translateX(-50%);
}
.hero-scroll::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  width: 4px;
  height: 9px;
  border-radius: 2px;
  background: var(--bp-orange);
  transform: translateX(-50%);
  animation: bp-scroll 1.8s infinite;
}
@keyframes bp-scroll { 0%{opacity:0;transform:translate(-50%,0)} 35%{opacity:1} 100%{opacity:0;transform:translate(-50%,18px)} }

.content-section { padding: clamp(6rem, 10vw, 9rem) 0; }
.content-section--alt { background: var(--bp-bg-alt); }
.bp-container { width: min(calc(100% - 2rem), var(--bp-max)); margin-inline: auto; }
.eyebrow { margin: 0 0 .9rem; color: var(--bp-orange); font-size: .75rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.section-title { max-width: 15ch; margin: 0; font-size: clamp(2.7rem, 6vw, 6.1rem); line-height: .95; letter-spacing: -.06em; }
.section-lead { max-width: 740px; margin: 1.5rem 0 0; color: var(--bp-muted); font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.65; }
.section-heading { margin-bottom: clamp(3rem, 6vw, 5.5rem); }

.feature-card {
  position: relative;
  min-height: 350px;
  padding: clamp(1.7rem, 4vw, 3rem);
  overflow: hidden;
  border: 1px solid var(--bp-line);
  background: linear-gradient(145deg, var(--bp-surface-raised), var(--bp-surface));
  box-shadow: 0 26px 55px rgba(0,0,0,.22);
  transition: transform .22s ease, border-color .22s ease;
}
.feature-card:hover { transform: translateY(-7px); border-color: rgba(242,106,0,.8); }
.feature-number { position: absolute; top: 1.5rem; right: 1.6rem; color: var(--bp-orange); font-family: var(--bp-display); font-size: 1.15rem; }
.feature-icon {
  width: 76px;
  height: 76px;
  margin-bottom: 3.8rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(242,106,0,.55);
  border-radius: 50%;
  color: var(--bp-orange-hover);
}
.feature-icon svg { width: 42px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { max-width: 12ch; margin: 0 0 1rem; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1; letter-spacing: -.045em; }
.feature-card p { margin: 0; color: var(--bp-muted); line-height: 1.6; }

.tech-carousel-wrap { position: relative; }
.tech-track {
  display: flex;
  gap: 1.35rem;
  overflow-x: auto;
  padding: 1rem 0 2rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.tech-track::-webkit-scrollbar { display: none; }
.tech-card {
  flex: 0 0 min(390px, 82vw);
  min-height: 510px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--bp-line);
  border-radius: 0;
  background: var(--bp-surface);
  color: var(--bp-text);
  text-align: left;
  scroll-snap-align: start;
  transition: transform .22s ease, border-color .22s ease;
}
.tech-card:hover { transform: translateY(-7px); border-color: var(--bp-orange); }
.tech-card img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; background: var(--bp-surface-raised); flex: 0 0 auto; }
.tech-card-body { min-height: 275px; display: flex; flex-direction: column; padding: 1.8rem; }
.tech-card h3 { margin: .7rem 0 .8rem; font-size: 2rem; letter-spacing: -.04em; }
.tech-card p { color: var(--bp-muted); line-height: 1.55; }
.tech-card .open-topic { margin-top: auto; color: var(--bp-orange-hover); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.track-button {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  padding: 0;
  border: 2px solid var(--bp-orange);
  border-radius: 50%;
  background: rgba(15,16,18,.96);
  color: var(--bp-orange-hover);
  box-shadow: 0 10px 30px rgba(0,0,0,.42), 0 0 0 5px rgba(242,106,0,.08);
  transform: translateY(-50%);
  transition: color .18s ease, border-color .18s ease, background .18s ease, opacity .18s ease, transform .18s ease;
}
.track-button span {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: .7;
  transform: translateY(-.08em);
}
.track-button:hover,
.track-button:focus-visible {
  border-color: var(--bp-orange-hover);
  background: #1b1d20;
  color: #fff;
  transform: translateY(-50%) scale(1.07);
  outline: none;
}
.track-button:focus-visible { box-shadow: 0 0 0 4px rgba(255,138,42,.32), 0 12px 34px rgba(0,0,0,.48); }
.track-button:disabled {
  border-color: rgba(166,168,171,.42);
  color: rgba(166,168,171,.55);
  background: rgba(15,16,18,.78);
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
  opacity: .58;
  cursor: default;
  transform: translateY(-50%);
}
.track-button--prev { left: -2.05rem; }
.track-button--next { right: -2.05rem; }

.bp-modal .modal-content { overflow: hidden; border: 0; border-radius: 0; background: #f1f2f3; color: #17191c; box-shadow: 0 35px 100px rgba(0,0,0,.55); }
.bp-modal .modal-dialog { max-width: 1120px; }
.bp-modal-image { min-height: 100%; background: #23262a; }
.bp-modal-image img { width: 100%; height: 100%; object-fit: cover; }

.bp-modal-content { padding: clamp(2.4rem, 6vw, 5.2rem); }
.bp-modal h2 { margin: 0 0 1.2rem; font-size: clamp(3rem, 6vw, 5.4rem); line-height: .95; letter-spacing: -.055em; }
.bp-modal-summary { color: #4a4e53; font-size: 1.2rem; font-weight: 700; }
.bp-modal p:not(.eyebrow):not(.bp-modal-summary) { color: #5c6065; line-height: 1.72; }
.bp-modal .btn-close { position: absolute; z-index: 3; top: 1rem; right: 1rem; border-radius: 50%; background-color: rgba(255,255,255,.8); padding: .85rem; }

.support-card {
  position: relative;
  min-height: 520px;
  display: block;
  overflow: hidden;
  background: var(--bp-surface);
  color: #fff;
  text-decoration: none;
}
.support-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.support-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,8,10,.06), rgba(7,8,10,.92)); }
.support-card-content { position: absolute; z-index: 2; inset: auto 0 0; min-height: 270px; padding: 2rem; display: flex; flex-direction: column; }
.support-card h3 { margin: .6rem 0 .8rem; font-size: clamp(2rem, 3vw, 3.2rem); letter-spacing: -.045em; }
.support-card p { color: #d9dade; line-height: 1.55; }
.support-card .open-topic { margin-top: auto; color: var(--bp-orange-hover); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.support-card:hover img { transform: scale(1.055); }

.contact-note { margin-top: 2rem; padding: .4rem 0 .4rem 1.2rem; border-left: 2px solid var(--bp-orange); color: var(--bp-muted); }
.contact-note strong { display: block; color: #fff; }
.contact-note > span { display: block; }
.contact-note--opinion { margin-top: 1.35rem; }
.hogmoose-opinion-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.15rem;
  min-height: 44px;
  padding: .7rem 1.05rem;
  border: 1px solid var(--bp-orange);
  background: transparent;
  color: var(--bp-orange-hover);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}
.hogmoose-opinion-trigger:hover,
.hogmoose-opinion-trigger:focus-visible {
  background: var(--bp-orange);
  color: #111315;
  transform: translateY(-1px);
}

.hogmoose-opinion-modal .modal-dialog { max-width: 780px; }
.hogmoose-opinion-modal .modal-content {
  overflow: hidden;
  border: 1px solid #393c40;
  border-radius: 0;
  background: #17191c;
  color: #fff;
  box-shadow: 0 35px 100px rgba(0,0,0,.65);
}
.hogmoose-opinion-modal .btn-close {
  position: absolute;
  z-index: 3;
  top: 1rem;
  right: 1rem;
  border-radius: 50%;
  background-color: rgba(255,255,255,.88);
  padding: .85rem;
}
.hogmoose-opinion-layout {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(300px, 1.1fr);
  min-height: 470px;
}
.hogmoose-opinion-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.2rem 1.3rem;
  background: #fff;
}
.hogmoose-opinion-image img {
  display: block;
  width: min(100%, 390px);
  height: auto;
  max-height: 480px;
  object-fit: contain;
}
.hogmoose-opinion-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.4rem, 6vw, 4.4rem);
}
.hogmoose-opinion-copy h2 {
  margin: .6rem 0 1rem;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: .98;
  letter-spacing: -.05em;
}
.hogmoose-opinion-copy > p:not(.eyebrow):not(.hogmoose-opinion-status) {
  margin-bottom: 1.5rem;
  color: var(--bp-muted);
  font-size: 1.08rem;
}
.hogmoose-opinion-copy audio {
  width: 100%;
  accent-color: var(--bp-orange);
}
.hogmoose-opinion-status {
  min-height: 1.4em;
  margin: .85rem 0 0;
  color: var(--bp-orange-hover);
  font-size: .82rem;
}
.contact-form .form-label { color: #ced0d3; font-size: .74rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.contact-form .form-control,
.contact-form .form-select {
  min-height: 52px;
  border: 1px solid var(--bp-line);
  border-radius: 0;
  background-color: #1a1c1f;
  color: #fff;
}
.contact-form textarea.form-control { min-height: 180px; }
.contact-form .form-control:focus,
.contact-form .form-select:focus { border-color: var(--bp-orange); background-color: #212429; box-shadow: 0 0 0 .2rem rgba(242,106,0,.13); }
.contact-form .form-select { --bs-form-select-bg-img: none; }
.contact-form .form-control::placeholder { color: #777b80; }
.contact-form .honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.bp-button {
  min-height: 52px;
  padding: .7rem 1.5rem;
  border: 0;
  border-radius: 0;
  background: var(--bp-orange);
  color: #fff;
  font-weight: 800;
  letter-spacing: .03em;
}
.bp-button:hover { background: var(--bp-orange-hover); color: #111; }
.form-status { min-height: 1.5rem; margin: 0; color: var(--bp-muted); }
.form-status.is-success { color: #ff9b54; }
.form-status.is-error { color: #ff8f7d; }

.contact-challenge {
  padding: 1rem;
  border: 1px solid rgba(242,106,0,.42);
  background: #151719;
}
.contact-challenge__label {
  margin: 0 0 .8rem;
  color: #d5d7da;
  font-size: .86rem;
}
#contactTurnstileWidget { min-height: 65px; }


.site-footer { padding: 2.1rem 0; border-top: 1px solid var(--bp-line); color: #85898e; font-size: .82rem; }
.site-footer a { color: #d9dade; text-decoration: none; }
.site-footer a:hover { color: var(--bp-orange-hover); }

/* Standalone support pages */
.subpage { min-height: 100svh; background: #f0f1f2; color: #17191c; }
.subpage .site-header__brand { color: #fff; }
.subpage-hero { position: relative; min-height: 68svh; display: flex; align-items: flex-end; overflow: hidden; background: #1d2024; }
.subpage-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.subpage-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,7,9,.18), rgba(6,7,9,.86)); }
.subpage-hero-content { position: relative; z-index: 1; width: min(calc(100% - 2rem), var(--bp-max)); margin: 0 auto; padding: 7rem 0 clamp(3.5rem,8vw,6.5rem); color: #fff; }
.subpage-hero h1 { margin: .5rem 0 1rem; font-size: clamp(3.5rem, 8vw, 7.5rem); line-height: .92; letter-spacing: -.06em; }
.subpage-hero .lead { max-width: 680px; color: #d6d8db; }
.subpage-content { width: min(calc(100% - 2rem), 920px); margin: 0 auto; padding: clamp(4rem,8vw,7rem) 0; }
.back-to-support { color: #555a60; font-weight: 700; text-decoration: none; }
.back-to-support:hover { color: var(--bp-orange-dark); }
.subpage-lead { margin: 3rem 0 0; color: #474b50; font-size: clamp(1.3rem,2.4vw,2rem); line-height: 1.5; }
.placeholder-panel { margin-top: 4rem; padding: clamp(2rem,6vw,4.5rem); background: #fff; box-shadow: 0 25px 60px rgba(20,22,26,.1); }
.placeholder-panel h2 { margin: 1rem 0; font-size: clamp(2rem,4vw,3.6rem); line-height: 1; letter-spacing: -.05em; }
.placeholder-panel p { color: #62666b; line-height: 1.7; }
.subpage .site-footer { background: #17191c; color: #a6a8ab; }

@media (max-width: 991.98px) {
  .track-button {
    width: 58px;
    height: 58px;
  }
  .track-button span { font-size: 2.85rem; }
  .track-button--prev { left: -.85rem; }
  .track-button--next { right: -.85rem; }
  .bp-modal-image { height: 280px; }
  .support-card { min-height: 430px; }
  .section-title { max-width: 18ch; }
}
@media (max-width: 767.98px) {
  .hogmoose-opinion-modal .modal-dialog { margin: .75rem; }
  .hogmoose-opinion-layout { grid-template-columns: 1fr; min-height: 0; }
  .hogmoose-opinion-image { min-height: 260px; padding: 1.5rem 1rem; }
  .hogmoose-opinion-image img { max-height: 310px; width: min(78%, 330px); }
  .hogmoose-opinion-copy { padding: 2rem 1.5rem 1.6rem; }
}

@media (max-width: 575.98px) {
  .tech-carousel-wrap { margin-inline: -.35rem; }
  .tech-track {
    padding-inline: .35rem;
    scroll-padding-inline: .35rem;
  }
  .track-button {
    top: 49%;
    width: 54px;
    height: 54px;
    border-width: 2px;
    background: rgba(15,16,18,.94);
    box-shadow: 0 8px 24px rgba(0,0,0,.48), 0 0 0 4px rgba(242,106,0,.1);
  }
  .track-button span { font-size: 2.7rem; }
  .track-button--prev { left: .15rem; }
  .track-button--next { right: .15rem; }

  .site-header { height: 68px; }
  .site-header__brand { opacity: 0; }
  .menu-trigger { width: 48px; height: 48px; }
  .brand-name { font-size: clamp(3.1rem, 17vw, 5.5rem); }
  .brand-maker { font-size: .72rem; }
  .hero-subtitle { max-width: 300px; line-height: 1.55; }
  .hero-scroll { display: none; }
  .hero .carousel-indicators { margin-bottom: .7rem; }
  .content-section { padding: 5rem 0; }
  .feature-card { min-height: 320px; }
  .menu-list a { grid-template-columns: 3.1rem 1fr; }
  .menu-number { font-size: 2.25rem; }
  .menu-label { font-size: 2.45rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* How-to PDF guide library */
.subpage-content--wide { width: min(calc(100% - 2rem), 1160px); }
.howto-library__intro {
  margin: 3rem 0 clamp(4rem, 8vw, 6.5rem);
  max-width: 860px;
}
.howto-library__intro .subpage-lead { margin-top: 0; }
.howto-library__note {
  margin: 1.15rem 0 0;
  color: #70757a;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.guide-section + .guide-section { margin-top: clamp(5rem, 10vw, 8rem); }
.guide-section__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 430px);
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.7rem;
}
.guide-section__heading .eyebrow { margin-bottom: .55rem; }
.guide-section__heading h2 {
  margin: 0;
  font-family: var(--bp-display);
  font-size: clamp(2.4rem, 5.5vw, 4.8rem);
  line-height: .95;
  letter-spacing: -.055em;
}
.guide-section__heading > p {
  margin: 0 0 .3rem;
  color: #6a6e73;
  line-height: 1.6;
}
.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.guide-card {
  position: relative;
  min-height: 258px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 92px;
  gap: 1.25rem;
  align-items: start;
  padding: clamp(1.4rem, 3vw, 2rem);
  overflow: hidden;
  border: 1px solid #e1e3e5;
  background: #fff;
  color: #17191c;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(20, 22, 26, .07);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.guide-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--bp-orange);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .2s ease;
}
.guide-card:hover,
.guide-card:focus-visible {
  border-color: rgba(242, 106, 0, .55);
  color: #17191c;
  box-shadow: 0 24px 58px rgba(20, 22, 26, .12);
  transform: translateY(-3px);
}
.guide-card:hover::before,
.guide-card:focus-visible::before { transform: scaleY(1); }
.guide-card:focus-visible { outline: 3px solid rgba(242, 106, 0, .26); outline-offset: 3px; }
.guide-card--featured {
  min-height: 300px;
  grid-template-columns: 80px minmax(0, 1fr) 128px;
  padding: clamp(1.7rem, 4vw, 2.7rem);
  background:
    radial-gradient(circle at 91% 15%, rgba(242, 106, 0, .11), transparent 18rem),
    #fff;
}
.guide-card--wide { grid-column: 1 / -1; }
.guide-card__index {
  color: var(--bp-orange);
  font-family: var(--bp-display);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
  letter-spacing: -.06em;
}
.guide-card--featured .guide-card__index { font-size: clamp(2.6rem, 5vw, 4.4rem); }
.guide-card__body { min-width: 0; }
.guide-card__type {
  display: block;
  margin-bottom: .75rem;
  color: #777c81;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.guide-card h3 {
  margin: 0 0 .8rem;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.02;
  letter-spacing: -.035em;
}
.guide-card--featured h3 { font-size: clamp(2.1rem, 4vw, 3.6rem); }
.guide-card__title-note { font-size: .72em; font-weight: 700; }
.guide-card p {
  margin: 0;
  color: #61666b;
  line-height: 1.6;
}
.guide-card__meta {
  display: block;
  margin-top: 1rem;
  color: #777c81;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.guide-card__pdf {
  align-self: center;
  justify-self: end;
  display: grid;
  justify-items: center;
  gap: .6rem;
  color: #24272b;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.guide-card__pdf svg {
  width: 52px;
  height: 62px;
  overflow: visible;
}
.guide-card--featured .guide-card__pdf svg { width: 66px; height: 78px; }
.guide-card__pdf path {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linejoin: round;
}
.guide-card__pdf text {
  fill: var(--bp-orange-dark);
  font-family: var(--bp-display);
  font-size: 15px;
  letter-spacing: -.02em;
}
.guide-card:hover .guide-card__pdf,
.guide-card:focus-visible .guide-card__pdf { color: var(--bp-orange-dark); }

@media (max-width: 899.98px) {
  .guide-grid { grid-template-columns: 1fr; }
  .guide-card--wide { grid-column: auto; }
}
@media (max-width: 767.98px) {
  .guide-section__heading { grid-template-columns: 1fr; gap: .8rem; }
  .guide-section__heading > p { max-width: 620px; }
  .guide-card,
  .guide-card--featured {
    min-height: 0;
    grid-template-columns: 48px minmax(0, 1fr) 70px;
  }
  .guide-card--featured .guide-card__index { font-size: 2.2rem; }
  .guide-card--featured h3 { font-size: clamp(1.7rem, 7vw, 2.5rem); }
  .guide-card--featured .guide-card__pdf svg { width: 54px; height: 64px; }
}
@media (max-width: 519.98px) {
  .guide-card,
  .guide-card--featured {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: .8rem 1rem;
  }
  .guide-card__pdf {
    grid-column: 2;
    justify-self: start;
    grid-template-columns: 34px auto;
    align-items: center;
    justify-items: start;
    margin-top: .35rem;
  }
  .guide-card__pdf svg,
  .guide-card--featured .guide-card__pdf svg { width: 30px; height: 36px; }
  .guide-card__pdf text { font-size: 15px; }
}

/* FAQ index, search and accordion */
.faq-page { max-width: 1160px; }
.faq-intro {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: clamp(2rem,5vw,5rem);
  align-items: end;
  margin: 3rem 0 3.5rem;
}
.faq-intro .subpage-lead { margin-top: 0; }
.faq-intro__copy { max-width: 760px; margin: 1.1rem 0 0; color: #63676c; font-size: 1.02rem; line-height: 1.7; }
.faq-intro__count {
  min-width: 150px;
  padding: 1.35rem 1.5rem;
  border-left: 5px solid var(--bp-orange);
  background: #fff;
  box-shadow: 0 18px 45px rgba(20,22,26,.08);
}
.faq-intro__count strong { display: block; color: #17191c; font-family: var(--bp-display); font-size: 3.5rem; line-height: .9; letter-spacing: -.06em; }
.faq-intro__count span { display: block; margin-top: .65rem; color: #71757a; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.faq-tools {
  position: relative;
  z-index: 2;
  margin-bottom: 2rem;
  padding: clamp(1.35rem,3vw,2rem);
  background: #fff;
  box-shadow: 0 24px 60px rgba(20,22,26,.1);
}
.faq-search { display: block; }
.faq-search__label { display: block; margin-bottom: .65rem; color: #5e6267; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.faq-search__field { position: relative; display: block; }
.faq-search__field svg { position: absolute; top: 50%; left: 1rem; width: 21px; fill: none; stroke: #5e6267; stroke-width: 2; stroke-linecap: round; transform: translateY(-50%); pointer-events: none; }
.faq-search input {
  width: 100%;
  min-height: 58px;
  padding: .8rem 3.25rem .8rem 3.25rem;
  border: 1px solid #d5d7da;
  border-radius: 0;
  background: #f7f7f8;
  color: #17191c;
  font: inherit;
  font-size: 1.05rem;
  outline: 0;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.faq-search input:focus { border-color: var(--bp-orange); background: #fff; box-shadow: 0 0 0 4px rgba(242,106,0,.13); }
.faq-search__clear { position: absolute; top: 50%; right: .8rem; width: 36px; height: 36px; display: none; place-items: center; border: 0; border-radius: 50%; background: #e8e9eb; color: #2a2d31; font-size: 1.4rem; line-height: 1; transform: translateY(-50%); }
.faq-search__clear.is-visible { display: grid; }
.faq-search__clear:hover { background: var(--bp-orange); color: #fff; }
.faq-filters { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.1rem; }
.faq-filter {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .62rem .82rem;
  border: 1px solid #d7d9dc;
  background: #fff;
  color: #34373b;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}
.faq-filter span { display: grid; place-items: center; min-width: 1.55rem; height: 1.55rem; padding: 0 .35rem; border-radius: 1rem; background: #eceeef; color: #666a6f; font-size: .68rem; }
.faq-filter:hover, .faq-filter.is-active { border-color: #1b1d20; background: #1b1d20; color: #fff; }
.faq-filter.is-active span { background: var(--bp-orange); color: #fff; }
.faq-tools__footer { display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid #e5e6e8; }
.faq-result-count { margin: 0; color: #6b6f74; font-size: .88rem; }
.faq-bulk-actions { display: flex; gap: .65rem; }
.faq-bulk-actions button { padding: 0; border: 0; background: transparent; color: #4b4f54; font-size: .82rem; font-weight: 700; text-decoration: underline; text-decoration-color: #c5c7ca; text-underline-offset: .2em; }
.faq-bulk-actions button:hover { color: var(--bp-orange-dark); text-decoration-color: var(--bp-orange); }

.faq-groups { display: grid; gap: 1.5rem; }
.faq-group { overflow: hidden; background: #fff; box-shadow: 0 22px 55px rgba(20,22,26,.09); }
.faq-group[hidden], .faq-item[hidden] { display: none !important; }
.faq-group__header {
  display: grid;
  grid-template-columns: 80px minmax(0,1fr);
  gap: clamp(1rem,3vw,2rem);
  padding: clamp(1.7rem,4vw,2.5rem);
  border-bottom: 1px solid #e4e5e7;
  background: linear-gradient(135deg, #fff 0%, #f4f5f6 100%);
}
.faq-group__number { color: var(--bp-orange); font-family: var(--bp-display); font-size: clamp(2rem,4vw,3.6rem); line-height: 1; letter-spacing: -.06em; }
.faq-group__meta { margin: 0 0 .4rem; color: #787c81; font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.faq-group__header h2 { margin: 0; font-size: clamp(1.65rem,3.5vw,2.8rem); line-height: 1; letter-spacing: -.045em; }
.faq-group__header p:last-child { max-width: 760px; margin: .8rem 0 0; color: #65696e; line-height: 1.55; }

.faq-accordion .accordion-item { border: 0; border-bottom: 1px solid #e3e4e6; border-radius: 0; background: #fff; }
.faq-accordion .accordion-item:last-child { border-bottom: 0; }
.faq-question-row { position: relative; }
.faq-question.accordion-button {
  display: grid;
  grid-template-columns: 54px minmax(0,1fr);
  gap: 1rem;
  align-items: center;
  min-height: 84px;
  padding: 1.35rem calc(clamp(1.3rem,3vw,2rem) + 70px) 1.35rem clamp(1.3rem,3vw,2rem);
  background: #fff;
  color: #1a1c20;
  box-shadow: none;
}
.faq-question.accordion-button::after { position: absolute; top: 50%; right: clamp(1.3rem,3vw,2rem); width: 1rem; height: 1rem; margin: 0; background-size: 1rem; filter: none; transform: translateY(-50%); }
.faq-question.accordion-button:not(.collapsed)::after { transform: translateY(-50%) rotate(-180deg); }
.faq-question.accordion-button:not(.collapsed) { background: #f8f8f9; color: #17191c; box-shadow: inset 5px 0 0 var(--bp-orange); }
.faq-question.accordion-button:focus { z-index: 2; border-color: transparent; box-shadow: inset 0 0 0 3px rgba(242,106,0,.26); }
.faq-question__number { color: var(--bp-orange-dark); font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.faq-question__title { font-family: var(--bp-display); font-size: clamp(1.08rem,2vw,1.38rem); line-height: 1.2; letter-spacing: -.025em; text-align: left; }
.faq-question__anchor { position: absolute; z-index: 3; top: 50%; right: calc(clamp(1.3rem,3vw,2rem) + 30px); display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #8a8e93; font-family: var(--bp-body); font-size: .78rem; font-weight: 800; text-decoration: none; transform: translateY(-50%); transition: background-color .18s ease, color .18s ease; }
.faq-question__anchor:hover, .faq-question__anchor:focus { background: var(--bp-orange); color: #fff; outline: 0; }
.faq-answer { padding: .25rem clamp(1.3rem,3vw,2rem) 1.8rem calc(clamp(1.3rem,3vw,2rem) + 70px); color: #565b60; font-size: 1.02rem; line-height: 1.72; }
.faq-answer p { margin: 0 0 1rem; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer ul { margin: .2rem 0 1.2rem; padding-left: 1.3rem; }
.faq-answer li { margin: .4rem 0; }
.faq-answer strong { color: #24272b; }
.faq-answer a { color: var(--bp-orange-dark); font-weight: 700; text-decoration-thickness: .08em; text-underline-offset: .18em; }
.faq-note { padding: 1rem 1.1rem; border-left: 4px solid var(--bp-orange); background: #f2f3f4; color: #45494e; }
.faq-item.is-match .faq-question__title { text-decoration: underline; text-decoration-color: rgba(242,106,0,.45); text-decoration-thickness: .12em; text-underline-offset: .18em; }

.faq-empty { margin: 2rem 0; padding: clamp(2rem,5vw,4rem); text-align: center; background: #fff; box-shadow: 0 22px 55px rgba(20,22,26,.09); }
.faq-empty__mark { display: grid; place-items: center; width: 70px; height: 70px; margin: 0 auto 1rem; border: 2px solid var(--bp-orange); border-radius: 50%; color: var(--bp-orange); font-family: var(--bp-display); font-size: 2rem; }
.faq-empty h2 { margin: 0; font-size: clamp(1.8rem,4vw,3rem); letter-spacing: -.04em; }
.faq-empty p { color: #666a6f; }
.faq-empty button { padding: .75rem 1rem; border: 0; background: var(--bp-orange); color: #fff; font-weight: 800; }
.faq-empty button:hover { background: var(--bp-orange-dark); }

@media (max-width: 767.98px) {
  .faq-intro { grid-template-columns: 1fr; }
  .faq-intro__count { width: 150px; }
  .faq-tools__footer { align-items: flex-start; flex-direction: column; }
  .faq-filter { font-size: .76rem; }
  .faq-group__header { grid-template-columns: 52px minmax(0,1fr); }
  .faq-question.accordion-button { grid-template-columns: 42px minmax(0,1fr); gap: .7rem; }
  .faq-answer { padding-left: calc(1.3rem + 50px); }
}
@media (max-width: 479.98px) {
  .faq-intro__count { display: none; }
  .faq-search input { font-size: .95rem; }
  .faq-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: .35rem; scrollbar-width: thin; }
  .faq-filter { flex: 0 0 auto; }
  .faq-group__header { grid-template-columns: 1fr; }
  .faq-group__number { font-size: 1.4rem; }
  .faq-question.accordion-button { grid-template-columns: 36px minmax(0,1fr); padding: 1.15rem 3.4rem 1.15rem 1.15rem; }
  .faq-question__anchor { display: none; }
  .faq-answer { padding: .2rem 1.15rem 1.5rem calc(1.15rem + 44px); font-size: .98rem; }
}

/* Public feature-development voting board */
.feature-board-page { max-width: 1160px; }
.feature-board-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: end;
  margin: 3rem 0 3.5rem;
}
.feature-board-intro h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.35rem, 5.4vw, 5rem);
  line-height: .98;
  letter-spacing: -.055em;
}
.feature-board-intro .subpage-lead { margin-top: 1.35rem; font-size: clamp(1.1rem, 2vw, 1.45rem); }
.feature-board-intro__note { margin: 1.15rem 0 0; color: #707479; font-size: .9rem; font-weight: 700; }
.feature-board-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #17191c;
  color: #fff;
  box-shadow: 0 24px 60px rgba(20, 22, 26, .18);
}
.feature-board-stats div { min-width: 0; padding: 1.7rem 1.45rem; }
.feature-board-stats div + div { border-left: 1px solid rgba(255, 255, 255, .12); }
.feature-board-stats strong { display: block; color: var(--bp-orange); font-family: var(--bp-display); font-size: clamp(2.5rem, 5vw, 4rem); line-height: .9; letter-spacing: -.06em; }
.feature-board-stats span { display: block; margin-top: .7rem; color: #b8bbc0; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.feature-board-tools {
  margin-bottom: 2rem;
  padding: clamp(1.35rem, 3vw, 2rem);
  background: #fff;
  box-shadow: 0 24px 60px rgba(20, 22, 26, .1);
}
.feature-board-tools__top { display: grid; grid-template-columns: minmax(0, 1fr) minmax(180px, 240px); gap: 1rem; align-items: end; }
.feature-board-search, .feature-board-sort { display: block; }
.feature-board-search__label, .feature-board-sort > span { display: block; margin-bottom: .65rem; color: #5e6267; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.feature-board-search__field { position: relative; display: block; }
.feature-board-search__field svg { position: absolute; top: 50%; left: 1rem; width: 21px; fill: none; stroke: #5e6267; stroke-width: 2; stroke-linecap: round; transform: translateY(-50%); pointer-events: none; }
.feature-board-search input, .feature-board-sort select {
  width: 100%;
  min-height: 58px;
  border: 1px solid #d5d7da;
  border-radius: 0;
  background: #f7f7f8;
  color: #17191c;
  font: inherit;
  outline: 0;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.feature-board-search input { padding: .8rem 3.25rem; font-size: 1.05rem; }
.feature-board-sort select { padding: .8rem 2.5rem .8rem 1rem; font-weight: 700; }
.feature-board-search input:focus, .feature-board-sort select:focus { border-color: var(--bp-orange); background: #fff; box-shadow: 0 0 0 4px rgba(242, 106, 0, .13); }
.feature-board-search__clear { position: absolute; top: 50%; right: .8rem; width: 36px; height: 36px; display: none; place-items: center; border: 0; border-radius: 50%; background: #e8e9eb; color: #2a2d31; font-size: 1.4rem; line-height: 1; transform: translateY(-50%); }
.feature-board-search__clear.is-visible { display: grid; }
.feature-board-search__clear:hover { background: var(--bp-orange); color: #fff; }
.feature-board-filters { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.15rem; }
.feature-board-filter {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .62rem .82rem;
  border: 1px solid #d7d9dc;
  background: #fff;
  color: #34373b;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}
.feature-board-filter span { display: grid; place-items: center; min-width: 1.55rem; height: 1.55rem; padding: 0 .35rem; border-radius: 1rem; background: #eceeef; color: #666a6f; font-size: .68rem; }
.feature-board-filter:hover, .feature-board-filter.is-active { border-color: #1b1d20; background: #1b1d20; color: #fff; }
.feature-board-filter.is-active span { background: var(--bp-orange); color: #fff; }
.feature-board-tools__footer { display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid #e5e6e8; }
.feature-board-result-count, .feature-board-data-status { margin: 0; color: #6b6f74; font-size: .82rem; }
.feature-board-data-status { font-weight: 700; text-align: right; }
.feature-board-data-status::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: .45rem; border-radius: 50%; background: #a3a6aa; }
.feature-board-data-status.is-live::before { background: #3b9b57; box-shadow: 0 0 0 4px rgba(59, 155, 87, .12); }

.feature-board-alert { margin: 0 0 1.25rem; padding: 1rem 1.15rem; border-left: 4px solid #b94700; background: #fff; color: #42464b; box-shadow: 0 14px 35px rgba(20, 22, 26, .07); }
.feature-board-alert.is-success { border-left-color: #3b9b57; }
.feature-board-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.35rem; }
.feature-vote-card {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(1.45rem, 3vw, 2rem);
  border-top: 5px solid var(--bp-orange);
  background: #fff;
  box-shadow: 0 22px 55px rgba(20, 22, 26, .09);
  transition: transform .2s ease, box-shadow .2s ease;
}
.feature-vote-card:hover { transform: translateY(-4px); box-shadow: 0 30px 68px rgba(20, 22, 26, .14); }
.feature-vote-card.is-voted { border-top-color: #8c9095; }
.feature-vote-card__topline { display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.feature-vote-card__classification { display: inline-flex; align-items: center; min-height: 28px; padding: .4rem .65rem; border-radius: 2rem; font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.feature-vote-card__classification.is-archery { background: rgba(242, 106, 0, .13); color: #a54000; }
.feature-vote-card__classification.is-equipment { background: #e3e5e7; color: #34373b; }
.feature-vote-card__classification.is-bowproplus { background: #1b1d20; color: #fff; }
.feature-vote-card__position { color: #b1b4b8; font-family: var(--bp-display); font-size: 1rem; }
.feature-vote-card__copy { flex: 1; padding: 1.55rem 0 2rem; }
.feature-vote-card__copy h3 { margin: 0; font-size: clamp(1.55rem, 3vw, 2.25rem); line-height: 1.02; letter-spacing: -.045em; }
.feature-vote-card__copy p { margin: 1rem 0 0; color: #60656a; font-size: 1rem; line-height: 1.62; }
.feature-vote-card__footer { display: flex; justify-content: space-between; gap: 1.2rem; align-items: flex-end; padding-top: 1.35rem; border-top: 1px solid #e4e5e7; }
.feature-vote-card__score strong { display: block; color: #1a1c20; font-family: var(--bp-display); font-size: clamp(2.2rem, 5vw, 3.4rem); line-height: .8; letter-spacing: -.06em; }
.feature-vote-card__score span { display: block; margin-top: .7rem; color: #787c81; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.feature-vote-button { min-width: 132px; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; border: 1px solid var(--bp-orange); background: var(--bp-orange); color: #fff; font-weight: 800; transition: background-color .18s ease, border-color .18s ease, transform .18s ease; }
.feature-vote-button:hover:not(:disabled) { border-color: var(--bp-orange-hover); background: var(--bp-orange-hover); transform: translateY(-2px); }
.feature-vote-button:focus-visible { outline: 3px solid rgba(242, 106, 0, .3); outline-offset: 3px; }
.feature-vote-button__icon { font-size: 1.35rem; line-height: 1; }
.feature-vote-button.is-voted { border-color: #25282c; background: #25282c; color: #fff; cursor: default; }
.feature-vote-button.is-working { opacity: .7; cursor: wait; }

.feature-board-empty { padding: clamp(3rem, 8vw, 6rem); background: #fff; text-align: center; box-shadow: 0 22px 55px rgba(20, 22, 26, .09); }
.feature-board-empty__mark { display: grid; place-items: center; width: 74px; height: 74px; margin: 0 auto 1.5rem; border-radius: 50%; background: #1b1d20; color: var(--bp-orange); font-family: var(--bp-display); font-size: 2rem; }
.feature-board-empty h2 { margin: 0; font-size: clamp(1.8rem, 4vw, 3rem); }
.feature-board-empty p { color: #696d72; }
.feature-board-empty button { padding: .75rem 1rem; border: 1px solid #1b1d20; background: #fff; color: #1b1d20; font-weight: 800; }
.feature-board-empty button:hover { background: #1b1d20; color: #fff; }

.feature-board-explainer { margin-top: clamp(4rem, 8vw, 7rem); padding: clamp(2rem, 5vw, 4rem); background: #17191c; color: #fff; }
.feature-board-explainer > div:first-child { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.2fr); gap: 2rem; align-items: end; }
.feature-board-explainer h2 { max-width: 760px; margin: 0; font-size: clamp(2rem, 4.5vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.feature-board-explainer__items { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 2.5rem; background: rgba(255, 255, 255, .12); }
.feature-board-explainer__items article { padding: 1.6rem; background: #1e2125; }
.feature-board-explainer__items span { color: var(--bp-orange); font-family: var(--bp-display); }
.feature-board-explainer__items h3 { margin: 1.2rem 0 .7rem; font-size: 1.35rem; }
.feature-board-explainer__items p { margin: 0; color: #b9bcc0; line-height: 1.55; }

@media (max-width: 899.98px) {
  .feature-board-intro { grid-template-columns: 1fr; }
  .feature-board-stats { max-width: 440px; }
  .feature-board-explainer > div:first-child { grid-template-columns: 1fr; }
}

@media (max-width: 767.98px) {
  .feature-board-tools__top { grid-template-columns: 1fr; }
  .feature-board-tools__footer { align-items: flex-start; flex-direction: column; }
  .feature-board-data-status { text-align: left; }
  .feature-board-grid { grid-template-columns: 1fr; }
  .feature-vote-card { min-height: 0; }
  .feature-board-explainer__items { grid-template-columns: 1fr; }
}

@media (max-width: 479.98px) {
  .feature-board-stats { grid-template-columns: 1fr; }
  .feature-board-stats div + div { border-top: 1px solid rgba(255, 255, 255, .12); border-left: 0; }
  .feature-board-filters { flex-wrap: nowrap; margin-inline: -1.35rem; padding: 0 1.35rem .3rem; overflow-x: auto; scrollbar-width: thin; }
  .feature-board-filter { flex: 0 0 auto; }
  .feature-vote-card__footer { align-items: stretch; flex-direction: column; }
  .feature-vote-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .feature-vote-card, .feature-vote-button { transition: none; }
}

/* How-to page hero */
.howto-page .site-header {
  background: rgba(15, 16, 18, .9);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .08), 0 12px 34px rgba(0, 0, 0, .18);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.howto-page-hero {
  padding-top: 74px;
  background: #17191c;
}
.howto-page-hero__copy {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 20%, rgba(242, 106, 0, .17), transparent 28rem),
    linear-gradient(145deg, #1d2024 0%, #111315 72%);
  color: #fff;
}
.howto-page-hero__copy::after {
  content: "PDF";
  position: absolute;
  right: clamp(-1.5rem, 1vw, 1rem);
  bottom: clamp(-2.2rem, -2vw, -1rem);
  color: rgba(255, 255, 255, .035);
  font-family: var(--bp-display);
  font-size: clamp(8rem, 24vw, 22rem);
  line-height: .72;
  letter-spacing: -.08em;
  pointer-events: none;
}
.howto-page-hero__copy-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 2rem), var(--bp-max));
  margin: 0 auto;
  padding: clamp(4.5rem, 10vw, 8rem) 0 clamp(4.5rem, 10vw, 8rem);
}
.howto-page-hero h1 {
  margin: .5rem 0 1rem;
  font-size: clamp(3.5rem, 8vw, 7.5rem);
  line-height: .92;
  letter-spacing: -.06em;
}
.howto-page-hero .lead {
  max-width: 760px;
  margin-bottom: 0;
  color: #d6d8db;
}
@media (max-width: 575.98px) {
  .howto-page-hero { padding-top: 68px; }
  .howto-page-hero__copy-inner { padding-block: 4.5rem; }
}

/* Technology overlay document downloads */
.technology-document-download {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(23, 25, 28, .18);
  background: #fff;
  color: #24272b;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.35;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, color .2s ease;
}
.technology-document-download:hover {
  border-color: var(--bp-orange);
  color: #17191c;
  box-shadow: 0 12px 30px rgba(20, 22, 26, .14);
  transform: translateY(-2px);
}
.technology-document-download:focus-visible {
  outline: 3px solid rgba(242, 106, 0, .34);
  outline-offset: 3px;
  border-color: var(--bp-orange);
}
.technology-document-download__icon {
  position: relative;
  flex: 0 0 2.8rem;
  width: 2.8rem;
  height: 3.45rem;
  display: grid;
  place-items: end center;
  overflow: hidden;
  border: 2px solid #24272b;
  border-radius: .2rem;
  background: #fff;
  padding-bottom: .38rem;
}
.technology-document-download__icon::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 1.05rem;
  height: 1.05rem;
  border-left: 2px solid #24272b;
  border-bottom: 2px solid #24272b;
  background: #f1f2f3;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.technology-document-download__icon span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: .22rem .1rem .18rem;
  background: var(--bp-orange);
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
  text-align: center;
}
.technology-document-download__text {
  max-width: 26rem;
}

@media (max-width: 575.98px) {
  .technology-document-download {
    align-items: center;
    margin-top: 1.5rem;
    padding: .9rem;
  }
  .technology-document-download__icon {
    flex-basis: 2.45rem;
    width: 2.45rem;
    height: 3rem;
  }
  .technology-document-download__text {
    font-size: .95rem;
  }
}

/* Live feature-voting states */
.feature-board-data-status.is-offline::before {
  background: #b94700;
  box-shadow: 0 0 0 4px rgba(185, 71, 0, .12);
}
.feature-vote-button.is-unavailable,
.feature-vote-button:disabled:not(.is-voted):not(.is-working) {
  border-color: #a8abb0;
  background: #a8abb0;
  color: #fff;
  cursor: not-allowed;
  opacity: .82;
}

/* Feature detail overlays */
.feature-card {
  display: flex;
  flex-direction: column;
  appearance: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.feature-card:focus-visible {
  outline: 3px solid rgba(255,138,42,.72);
  outline-offset: 4px;
  border-color: var(--bp-orange-hover);
}
.feature-card p { max-width: 44rem; }
.feature-open-topic {
  margin-top: auto;
  padding-top: 2rem;
  color: var(--bp-orange-hover);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.feature-card:hover .feature-open-topic,
.feature-card:focus-visible .feature-open-topic { color: #fff; }

.feature-detail-modal .modal-dialog {
  width: min(calc(100vw - 2rem), 1460px);
  max-width: 1460px;
  margin-inline: auto;
}
.feature-detail-modal .modal-content {
  min-height: min(880px, calc(100vh - 3rem));
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 0;
  background: #17191c;
  color: #fff;
  box-shadow: 0 35px 110px rgba(0,0,0,.72);
}
.feature-detail-modal .btn-close {
  position: absolute;
  z-index: 5;
  top: 1rem;
  right: 1rem;
  padding: .9rem;
  border-radius: 50%;
  background-color: rgba(255,255,255,.92);
  box-shadow: 0 8px 24px rgba(0,0,0,.3);
}
.feature-detail-layout {
  display: grid;
  grid-template-columns: minmax(390px, .86fr) minmax(500px, 1.14fr);
  min-height: inherit;
}
.feature-detail-visual {
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.1rem, 2.2vw, 2.2rem);
  overflow: hidden;
  border-right: 1px solid rgba(255,255,255,.11);
  background:
    radial-gradient(circle at 50% 18%, rgba(242,106,0,.13), transparent 28rem),
    #101214;
}
.feature-detail-visual img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 6rem);
  object-fit: contain;
  filter: drop-shadow(0 22px 42px rgba(0,0,0,.34));
}
.feature-detail-copy {
  align-self: stretch;
  padding: clamp(3.8rem, 6vw, 6rem) clamp(2.2rem, 5vw, 5.5rem) clamp(2.8rem, 5vw, 5rem);
  overflow-y: auto;
}
.feature-detail-copy h2 {
  max-width: 12ch;
  margin: 0 0 1rem;
  font-size: clamp(3rem, 5.6vw, 5.8rem);
  line-height: .92;
  letter-spacing: -.06em;
}
.feature-detail-summary {
  max-width: 36rem;
  margin: 0 0 1.25rem;
  color: #fff;
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  font-weight: 700;
  line-height: 1.45;
}
.feature-detail-description {
  max-width: 46rem;
  margin: 0;
  color: var(--bp-muted);
  font-size: 1.03rem;
  line-height: 1.75;
}
.feature-detail-divider {
  width: 100%;
  height: 1px;
  margin: clamp(2rem, 4vw, 3rem) 0 1.65rem;
  background: linear-gradient(90deg, var(--bp-orange), rgba(242,106,0,0));
}
.feature-detail-copy h3 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  letter-spacing: -.035em;
}
.feature-detail-list {
  max-width: 48rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .9rem;
}
.feature-detail-list li {
  position: relative;
  padding-left: 1.65rem;
  color: #d6d8da;
  line-height: 1.55;
}
.feature-detail-list li::before {
  content: "";
  position: absolute;
  top: .63em;
  left: 0;
  width: .62rem;
  height: .62rem;
  border: 2px solid var(--bp-orange);
  border-radius: 50%;
}

@media (max-width: 1199.98px) {
  .feature-detail-layout { grid-template-columns: minmax(340px, .8fr) minmax(440px, 1.2fr); }
  .feature-detail-copy { padding-inline: clamp(2rem, 4vw, 3.5rem); }
}

@media (max-width: 991.98px) {
  .feature-detail-modal {
    overflow: hidden;
  }
  .feature-detail-modal .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100vh;
    height: 100dvh;
    min-height: 0;
    margin: 0;
  }
  .feature-detail-modal .modal-content {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 0;
    max-height: 100vh;
    max-height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    border: 0;
  }
  .feature-detail-modal .btn-close {
    position: fixed;
    top: max(.8rem, env(safe-area-inset-top));
    right: max(.8rem, env(safe-area-inset-right));
  }
  .feature-detail-layout {
    display: block;
    min-height: 0;
  }
  .feature-detail-visual {
    min-height: 52vh;
    min-height: 52dvh;
    max-height: none;
    padding: 1.2rem;
    touch-action: pan-y;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.11);
  }
  .feature-detail-visual img {
    max-height: 56vh;
    max-height: 56dvh;
    pointer-events: none;
  }
  .feature-detail-copy {
    overflow: visible;
    padding: 3.2rem 1.5rem calc(3.5rem + env(safe-area-inset-bottom));
    touch-action: pan-y;
  }
  .feature-detail-copy h2 { max-width: 14ch; }
}

@media (max-width: 575.98px) {
  .feature-detail-visual {
    min-height: 48vh;
    min-height: 48dvh;
    padding: .75rem;
  }
  .feature-detail-visual img {
    max-height: 51vh;
    max-height: 51dvh;
  }
  .feature-detail-copy { padding: 3rem 1.15rem calc(3rem + env(safe-area-inset-bottom)); }
  .feature-detail-copy h2 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .feature-detail-summary { font-size: 1.08rem; }
  .feature-detail-list { gap: .78rem; }
}

/* Technology topic overlays: whole-overlay scrolling on mobile/tablet */
@media (max-width: 991.98px) {
  .bp-modal {
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }

  .bp-modal .modal-dialog.modal-dialog-scrollable {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 100%;
    margin: 0;
  }

  .bp-modal .modal-dialog-centered {
    align-items: initial;
  }

  .bp-modal .modal-dialog-scrollable .modal-content {
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    max-height: none;
    overflow: visible;
  }

  .bp-modal .modal-content > .row {
    min-height: 100%;
  }

  .bp-modal .btn-close {
    position: fixed;
    top: max(.8rem, env(safe-area-inset-top));
    right: max(.8rem, env(safe-area-inset-right));
  }

  .bp-modal-image,
  .bp-modal-content {
    touch-action: pan-y;
  }

  .bp-modal-content {
    padding-bottom: calc(3rem + env(safe-area-inset-bottom));
  }
}

@media (max-width: 575.98px) {
  .bp-modal-content {
    padding: 3rem 1.25rem calc(3rem + env(safe-area-inset-bottom));
  }
}


/* Mobile navigation reliability */
.menu-trigger,
.menu-link,
.bp-offcanvas .btn-close {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.bp-offcanvas,
.bp-offcanvas .offcanvas-body,
.bp-offcanvas .menu-link {
  pointer-events: auto;
}

@media (max-width: 767.98px) {
  .bp-offcanvas {
    height: 100dvh;
    min-height: 100svh;
  }

  .bp-offcanvas .offcanvas-header {
    flex: 0 0 auto;
    min-height: calc(68px + env(safe-area-inset-top));
    padding-top: max(1rem, env(safe-area-inset-top));
    padding-right: max(1rem, env(safe-area-inset-right));
    padding-left: max(1rem, env(safe-area-inset-left));
  }

  .bp-offcanvas .offcanvas-body {
    justify-content: flex-start;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding-top: clamp(1rem, 5vh, 2.5rem);
    padding-right: max(0px, env(safe-area-inset-right));
    padding-bottom: max(2rem, calc(1rem + env(safe-area-inset-bottom)));
    padding-left: max(0px, env(safe-area-inset-left));
  }

  .menu-list a {
    min-height: 3.75rem;
    align-items: center;
  }
}


/* Official core-data updates page */
.support-card-grid .support-card { min-height: 500px; }
.support-card-grid .support-card-content {
  min-height: 305px;
  padding: 1.75rem;
}
.support-card-grid .support-card h3 {
  max-width: 100%;
  font-size: clamp(1.9rem, 2.25vw, 2.75rem);
  line-height: .98;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.support-card-grid .support-card p {
  margin-bottom: 1rem;
  font-size: clamp(.94rem, 1.08vw, 1.08rem);
}
.updates-hero > img { object-position: center 48%; }
.updates-content { display: grid; gap: clamp(2.2rem, 5vw, 4.8rem); }
.updates-content > .back-to-support { justify-self: start; }
.updates-intro { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2rem; align-items: end; }
.updates-intro h2 { max-width: 820px; margin: .45rem 0 0; font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.055em; }
.updates-intro .subpage-lead { max-width: 820px; margin-top: 1.35rem; }
.updates-count { min-width: 170px; padding: 1.4rem 1.5rem; border: 1px solid #dadcdf; background: #fff; text-align: center; box-shadow: 0 18px 45px rgba(20,22,26,.08); }
.updates-count strong { display: block; color: var(--bp-orange); font-family: var(--bp-display); font-size: 3.8rem; line-height: .9; letter-spacing: -.06em; }
.updates-count span { display: block; margin-top: .7rem; color: #6b6f74; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.updates-trust { display: grid; grid-template-columns: 112px minmax(0,1fr); gap: clamp(1.4rem,4vw,3rem); align-items: center; padding: clamp(1.7rem,4vw,3rem); background: #17191d; color: #fff; box-shadow: 0 28px 65px rgba(20,22,26,.16); }
.updates-trust__icon { display: grid; place-items: center; width: 112px; height: 112px; border: 2px solid var(--bp-orange); border-radius: 50%; }
.updates-trust__icon svg { width: 62px; fill: none; stroke: #f2f3f4; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.updates-trust h2 { margin: .35rem 0 .8rem; font-size: clamp(1.8rem,3vw,3rem); letter-spacing: -.04em; }
.updates-trust p:last-child { max-width: 790px; margin: 0; color: #c9cbd0; line-height: 1.65; }
.updates-status { margin: -1.5rem 0 0; color: #74787d; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.update-package-list { display: grid; gap: 1.5rem; }
.update-package { overflow: hidden; border: 1px solid #d9dbde; background: #fff; box-shadow: 0 24px 58px rgba(20,22,26,.1); }
.update-package__header { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 2rem; align-items: start; padding: clamp(1.5rem,4vw,2.7rem); border-bottom: 1px solid #e2e4e6; }
.update-package__header h2 { margin: .45rem 0 0; font-size: clamp(1.8rem,4vw,3.4rem); line-height: 1; letter-spacing: -.045em; overflow-wrap: anywhere; }
.update-package__version { min-width: 130px; padding: 1rem 1.15rem; background: #17191d; color: #fff; text-align: center; }
.update-package__version span { display: block; color: #aeb1b5; font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.update-package__version strong { display: block; margin-top: .35rem; color: var(--bp-orange-hover); font-family: var(--bp-display); font-size: 1.35rem; }
.update-package__meta { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 0; border-bottom: 1px solid #e2e4e6; }
.update-package__meta > div { padding: 1.25rem clamp(1.5rem,4vw,2.7rem); }
.update-package__meta > div + div { border-left: 1px solid #e2e4e6; }
.update-package__meta dt { color: #777b80; font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.update-package__meta dd { margin: .4rem 0 0; color: #202327; font-size: 1.12rem; font-weight: 700; }
.update-package__purpose { display: grid; grid-template-columns: 110px minmax(0,1fr); gap: 1rem; align-items: baseline; padding: 1.15rem clamp(1.5rem,4vw,2.7rem); border-bottom: 1px solid #e2e4e6; background: #fff8f2; color: #3d4146; line-height: 1.55; }
.update-package__purpose[hidden] { display: none; }
.update-package__purpose strong { color: var(--bp-orange-dark); font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.update-package__notes { border-bottom: 1px solid #e2e4e6; }
.update-package__notes summary { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.25rem clamp(1.5rem,4vw,2.7rem); color: #202327; font-family: var(--bp-display); font-size: 1.25rem; cursor: pointer; list-style: none; }
.update-package__notes summary::-webkit-details-marker { display: none; }
.update-package__notes summary span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #cacdd0; border-radius: 50%; font-family: var(--bp-body); transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.update-package__notes[open] summary span { background: var(--bp-orange); color: #fff; transform: rotate(45deg); }
.update-package__notes-body { padding: 0 clamp(1.5rem,4vw,2.7rem) 1.5rem; color: #5c6065; line-height: 1.65; }
.update-package__notes-body ul { margin: 0; padding-left: 1.25rem; }
.update-package__validation { padding: 1.5rem clamp(1.5rem,4vw,2.7rem); background: #f4f5f6; }
.update-package__validation h3 { margin: 0 0 1rem; font-size: 1rem; letter-spacing: -.02em; }
.update-validation-row { display: grid; grid-template-columns: minmax(110px,.28fr) minmax(0,1fr); gap: 1rem; padding: .75rem 0; border-top: 1px solid #dedfe1; }
.update-validation-row:first-child { border-top: 0; }
.update-validation-row > span:first-child { color: #65696e; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.update-validation-row code, .update-validation-row > span:last-child { min-width: 0; color: #24272b; font-size: .83rem; overflow-wrap: anywhere; }
.update-package__download { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.35rem clamp(1.5rem,4vw,2.7rem); background: var(--bp-orange); color: #fff; font-weight: 800; text-decoration: none; }
.update-package__download:hover { background: var(--bp-orange-dark); color: #fff; }
.update-package__download span { font-size: 1.5rem; }
.updates-empty { padding: clamp(2.5rem,7vw,6rem); border: 1px solid #dcdee0; background: #fff; text-align: center; box-shadow: 0 24px 58px rgba(20,22,26,.09); }
.updates-empty__mark { display: grid; place-items: center; width: 86px; height: 86px; margin: 0 auto 1.5rem; border: 2px solid var(--bp-orange); border-radius: 50%; color: var(--bp-orange); font-family: var(--bp-display); font-size: 2.5rem; }
.updates-empty h2 { max-width: 760px; margin: .55rem auto 1rem; font-size: clamp(2rem,4vw,3.7rem); line-height: 1; letter-spacing: -.045em; }
.updates-empty p:last-child { max-width: 680px; margin: 0 auto; color: #666a6f; line-height: 1.65; }

@media (max-width: 991.98px) {
  .support-card-grid .support-card { min-height: 430px; }
  .support-card-grid .support-card-content { min-height: 270px; padding: 2rem; }
  .support-card-grid .support-card h3 { font-size: clamp(2rem, 5vw, 3.2rem); }
  .updates-intro { grid-template-columns: 1fr; }
  .updates-count { justify-self: start; }
}

@media (max-width: 575.98px) {
  .updates-trust { grid-template-columns: 1fr; }
  .updates-trust__icon { width: 84px; height: 84px; }
  .updates-trust__icon svg { width: 48px; }
  .update-package__header { grid-template-columns: 1fr; }
  .update-package__version { justify-self: start; }
  .update-package__meta { grid-template-columns: 1fr; }
  .update-package__meta > div + div { border-top: 1px solid #e2e4e6; border-left: 0; }
  .update-package__purpose { grid-template-columns: 1fr; gap: .35rem; }
  .update-validation-row { grid-template-columns: 1fr; gap: .35rem; }
}

/* v62 contact-form preflight */
.contact-gibberish-modal .modal-dialog {
  width: auto;
  max-width: 560px;
  margin: 1rem auto;
  padding: 0 1rem;
}
.contact-gibberish-modal .modal-content {
  overflow: hidden;
  display: block;
  border: 1px solid #34383d;
  border-radius: 22px;
  background: #17191c;
  color: #f4f5f6;
  box-shadow: 0 28px 90px rgba(0,0,0,.5);
}
.contact-gibberish-modal__body {
  position: relative;
  padding: 2rem 2.15rem 2.15rem !important;
}
.contact-gibberish-modal__mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0 0 1.25rem;
  border-radius: 50%;
  background: var(--bp-orange);
  color: #111315;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
}
.contact-gibberish-modal__body .eyebrow {
  margin-bottom: .7rem;
}
.contact-gibberish-modal__body h2 {
  max-width: 15ch;
  margin: 0 0 1.6rem;
  font-size: clamp(1.75rem, 5vw, 2.45rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.contact-gibberish-modal__body .bp-button {
  width: auto;
  min-width: 0;
}
@media (max-width: 575.98px) {
  .contact-gibberish-modal .modal-dialog {
    margin: .75rem auto;
    padding: 0 .75rem;
  }
  .contact-gibberish-modal__body {
    padding: 1.5rem 1.4rem 1.6rem !important;
  }
  .contact-gibberish-modal__mark {
    width: 38px;
    height: 38px;
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  .contact-gibberish-modal__body h2 {
    margin-bottom: 1.35rem;
    font-size: clamp(1.65rem, 8vw, 2.1rem);
  }
  .contact-gibberish-modal__body .bp-button {
    width: 100%;
  }
}
