html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: #f8f5ef;
  color: #17130d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

.bwapp-site {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 8%, rgba(221, 178, 80, 0.18), transparent 30%),
    linear-gradient(180deg, #f8f5ef 0%, #f7f2e8 52%, #efe6d6 100%);
  color: #17130d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bwapp-site * {
  box-sizing: border-box;
}

.bwapp-wrap {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.bwapp-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(248, 245, 239, 0.14);
  background: rgba(5, 5, 3, 0.95);
  color: #f8f5ef;
  backdrop-filter: blur(14px);
  transition: box-shadow 180ms ease, background-color 180ms ease;
}

.bwapp-nav::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: calc(var(--bwapp-scroll, 0) * 1%);
  height: 2px;
  background: #ddb250;
  pointer-events: none;
}

.bwapp-nav.is-scrolled {
  background: rgba(5, 5, 3, 0.985);
  box-shadow: 0 12px 28px rgba(5, 5, 3, 0.2);
}

.bwapp-nav-inner {
  width: min(1320px, calc(100% - 32px));
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
}

.bwapp-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
  min-width: 0;
}

.bwapp-logo img {
  width: 124px;
  height: 54px;
  border-radius: 0;
  display: block;
  object-fit: contain;
}

.bwapp-logo span {
  display: block;
  color: #f8f5ef;
  border-left: 1px solid rgba(248, 245, 239, 0.18);
  font-size: 0;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  padding-left: 14px;
}

.bwapp-logo small {
  display: block;
  color: rgba(248, 245, 239, 0.66);
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
}

.bwapp-nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  flex-wrap: wrap;
}

.bwapp-menu-button {
  min-height: 38px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(248, 245, 239, 0.28);
  border-radius: 7px;
  background: transparent;
  color: #f8f5ef;
  font: inherit;
  font-size: 13px;
  font-weight: 820;
  line-height: 1;
  padding: 9px 12px;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.bwapp-btn {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(248, 245, 239, 0.28);
  border-radius: 7px;
  background: transparent;
  color: inherit;
  text-decoration: none;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.1;
  padding: 9px 12px;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.bwapp-btn:hover,
.bwapp-menu-button:hover {
  transform: translateY(-2px);
  border-color: rgba(221, 178, 80, 0.82);
  box-shadow: 0 9px 20px rgba(5, 5, 3, 0.13);
}

.bwapp-btn:active,
.bwapp-menu-button:active {
  transform: translateY(0) scale(0.98);
}

.bwapp-btn:focus-visible,
.bwapp-menu-button:focus-visible,
.bwapp-launch-link:focus-visible,
.bwapp-screenshot-open:focus-visible,
.bwapp-gallery-modal button:focus-visible {
  outline: 3px solid rgba(221, 178, 80, 0.5);
  outline-offset: 3px;
}

.bwapp-nav .bwapp-btn.is-active {
  border-color: rgba(221, 178, 80, 0.5);
  background: rgba(221, 178, 80, 0.14);
  color: #f8f5ef;
}

.bwapp-btn-primary {
  border-color: #ddb250;
  background: #ddb250;
  color: #050503;
}

.bwapp-btn-light {
  border-color: #ddb250;
  background: #ddb250;
  color: #050503;
}

.bwapp-btn-ghost {
  border-color: rgba(23, 19, 13, 0.22);
  color: #17130d;
}

.bwapp-store-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.bwapp-store-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(23, 19, 13, 0.22);
  border-radius: 7px;
  background: #050503;
  color: #f8f5ef;
  text-decoration: none;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.05;
  padding: 9px 12px;
  white-space: nowrap;
  pointer-events: none;
}

.bwapp-store-link::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  flex: 0 0 auto;
  background: currentColor;
}

.bwapp-store-apple::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.4 2.5c-.1 1.1-.5 2-1.3 2.8-.8.8-1.7 1.2-2.7 1.1-.1-1 .3-1.9 1-2.7.8-.8 1.8-1.3 3-1.2ZM20.1 17.1c-.4.9-.6 1.3-1.1 2.1-.7 1.1-1.7 2.5-3 2.5-1.1 0-1.4-.7-2.9-.7s-1.9.7-3 .7c-1.3 0-2.3-1.3-3-2.4-2.1-3.2-2.3-7-.9-9.1 1-1.5 2.5-2.3 3.9-2.3s2.3.8 3 .8c.8 0 2-.9 3.4-.8 1 .1 2.6.4 3.7 2-.1.1-2.3 1.3-2.3 4 .1 3.2 2.8 4.2 2.2 3.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.4 2.5c-.1 1.1-.5 2-1.3 2.8-.8.8-1.7 1.2-2.7 1.1-.1-1 .3-1.9 1-2.7.8-.8 1.8-1.3 3-1.2ZM20.1 17.1c-.4.9-.6 1.3-1.1 2.1-.7 1.1-1.7 2.5-3 2.5-1.1 0-1.4-.7-2.9-.7s-1.9.7-3 .7c-1.3 0-2.3-1.3-3-2.4-2.1-3.2-2.3-7-.9-9.1 1-1.5 2.5-2.3 3.9-2.3s2.3.8 3 .8c.8 0 2-.9 3.4-.8 1 .1 2.6.4 3.7 2-.1.1-2.3 1.3-2.3 4 .1 3.2 2.8 4.2 2.2 3.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bwapp-store-google::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.4 3.4c-.3.3-.4.7-.4 1.2v14.8c0 .5.1.9.4 1.2l.1.1 8.3-8.6v-.2L4.5 3.3l-.1.1Zm10.6 6.2L6.2 2.7l11.1 6.3-2.3.6Zm-8.8 11.7 8.8-6.9 2.3.6-11.1 6.3Zm9.9-8.2-2.1-1.2 2.1-1.2 2.6 1.5-2.6.9Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.4 3.4c-.3.3-.4.7-.4 1.2v14.8c0 .5.1.9.4 1.2l.1.1 8.3-8.6v-.2L4.5 3.3l-.1.1Zm10.6 6.2L6.2 2.7l11.1 6.3-2.3.6Zm-8.8 11.7 8.8-6.9 2.3.6-11.1 6.3Zm9.9-8.2-2.1-1.2 2.1-1.2 2.6 1.5-2.6.9Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bwapp-nav .bwapp-store-link {
  min-height: 38px;
  border-color: rgba(248, 245, 239, 0.24);
  background: rgba(248, 245, 239, 0.08);
  color: #f8f5ef;
}

.bwapp-cta .bwapp-store-link {
  border-color: rgba(248, 245, 239, 0.24);
  background: #ddb250;
  color: #050503;
}

.bwapp-store-link {
  cursor: default;
}

.bwapp-launch-strip {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(198, 174, 119, 0.46);
  background:
    radial-gradient(circle at 12% 50%, rgba(221, 178, 80, 0.26), transparent 24%),
    linear-gradient(90deg, #f3e8d3 0%, #fffdfa 55%, #f4ead9 100%);
}

.bwapp-launch-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 15%, rgba(255, 255, 255, 0.48) 48%, transparent 78%);
  opacity: 0.42;
  pointer-events: none;
  transform: translateX(-48%);
}

.bwapp-launch-inner {
  position: relative;
  z-index: 1;
  min-height: 76px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 13px 0;
}

.bwapp-launch-status {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(5, 5, 3, 0.14);
  border-radius: 999px;
  background: #050503;
  color: #f8f5ef;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  padding: 8px 12px;
  text-transform: uppercase;
  white-space: nowrap;
}

.bwapp-launch-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #ddb250;
  box-shadow: 0 0 0 5px rgba(221, 178, 80, 0.18);
}

.bwapp-launch-inner p {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
}

.bwapp-launch-inner p strong {
  color: #17130d;
  font-size: 16px;
  line-height: 1.25;
}

.bwapp-launch-inner p span {
  color: #6f6658;
  font-size: 13px;
  font-weight: 680;
  line-height: 1.35;
}

.bwapp-launch-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #17130d;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  transition: gap 180ms ease, color 180ms ease;
}

.bwapp-launch-link:hover {
  gap: 12px;
  color: #684c1f;
}

.bwapp-launch-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 18px 0 0;
  border: 1px solid rgba(221, 178, 80, 0.42);
  border-radius: 10px;
  background: rgba(221, 178, 80, 0.12);
  color: #6f6658;
  font-size: 14px;
  line-height: 1.45;
  padding: 12px 14px;
}

.bwapp-launch-note .bwapp-launch-dot {
  margin-top: 6px;
}

.bwapp-launch-note-copy {
  min-width: 0;
}

.bwapp-launch-note-copy strong,
.bwapp-launch-note-copy > span {
  display: block;
}

.bwapp-launch-note-copy > span {
  margin-top: 4px;
}

.bwapp-launch-note strong,
.bwapp-launch-note a {
  color: #17130d;
  font-weight: 900;
}

.bwapp-hero {
  padding: 82px 0 78px;
}

.bwapp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(420px, 1.07fr);
  gap: 48px;
  align-items: center;
}

.bwapp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  border: 1px solid rgba(221, 178, 80, 0.42);
  border-radius: 999px;
  background: rgba(221, 178, 80, 0.12);
  color: #684c1f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  padding: 7px 11px;
  text-transform: uppercase;
}

.bwapp-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ddb250;
  box-shadow: 0 0 0 5px rgba(221, 178, 80, 0.16);
}

.bwapp-site h1,
.bwapp-site h2,
.bwapp-site h3,
.bwapp-site p {
  letter-spacing: 0;
}

.bwapp-site h1 {
  max-width: 740px;
  margin: 22px 0 20px;
  color: #17130d;
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: 1.02;
  font-weight: 900;
  text-wrap: balance;
}

.bwapp-site h2 {
  margin: 0 0 16px;
  color: #17130d;
  font-size: clamp(30px, 3.3vw, 46px);
  line-height: 1.08;
  font-weight: 900;
  text-wrap: balance;
}

.bwapp-site h3 {
  margin: 0 0 10px;
  color: #17130d;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.bwapp-lead {
  max-width: 760px;
  margin: 0;
  color: #6f6658;
  font-size: 20px;
  line-height: 1.55;
}

.bwapp-hero-actions,
.bwapp-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.bwapp-feature-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 24px;
}

.bwapp-feature-map article {
  min-width: 0;
  border: 1px solid rgba(222, 210, 189, 0.86);
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.76);
  box-shadow: 0 8px 18px rgba(31, 24, 12, 0.035);
  padding: 11px 12px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.bwapp-feature-map article:focus-within {
  transform: translateY(-3px);
  border-color: rgba(153, 108, 20, 0.5);
  background: #fffdfa;
  box-shadow: 0 16px 28px rgba(31, 24, 12, 0.09);
}

@media (hover: hover) {
  .bwapp-feature-map article:hover {
    transform: translateY(-3px);
    border-color: rgba(153, 108, 20, 0.5);
    background: #fffdfa;
    box-shadow: 0 16px 28px rgba(31, 24, 12, 0.09);
  }
}

.bwapp-feature-map strong {
  display: block;
  color: #17130d;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
}

.bwapp-feature-map span {
  display: block;
  margin-top: 5px;
  color: #6f6658;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.32;
}

.bwapp-proof {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.bwapp-proof span {
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #ded2bd;
  border-radius: 999px;
  background: rgba(255, 253, 250, 0.78);
  color: #6f6658;
  font-size: 12px;
  font-weight: 820;
  padding: 6px 10px;
}

.bwapp-product-frame {
  min-width: 0;
  border: 1px solid rgba(80, 72, 59, 0.52);
  border-radius: 12px;
  background: linear-gradient(180deg, #14120e, #050503);
  box-shadow: 0 18px 46px rgba(31, 24, 12, 0.12);
  color: #f8f5ef;
  overflow: hidden;
}

.bwapp-phone-showcase {
  overflow: visible;
}

.bwapp-product-bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid rgba(248, 245, 239, 0.12);
  padding: 14px;
}

.bwapp-product-bar img {
  width: 36px;
  height: 36px;
  border-radius: 9px;
}

.bwapp-product-bar strong {
  display: block;
  font-size: 15px;
  line-height: 1.12;
}

.bwapp-product-bar span {
  display: block;
  margin-top: 3px;
  color: rgba(248, 245, 239, 0.64);
  font-size: 12px;
  line-height: 1.2;
}

.bwapp-live-pill {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(221, 178, 80, 0.5);
  border-radius: 999px;
  color: #ddb250;
  font-size: 12px;
  font-weight: 850;
  padding: 5px 10px;
}

.bwapp-hero-shot-stack {
  position: relative;
  min-height: 760px;
  display: grid;
  place-items: center;
  padding: 42px 30px 34px;
  overflow: hidden;
}

.bwapp-hero-shot-stack::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(221, 178, 80, .25), transparent 60%);
  filter: blur(12px);
}

.bwapp-phone-shot {
  position: relative;
  z-index: 1;
  margin: 0;
  border: 1px solid rgba(248, 245, 239, .18);
  border-radius: 34px;
  background: #050503;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .42);
  padding: 11px;
}

.bwapp-phone-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 25px;
}

.bwapp-phone-shot figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(5, 5, 3, .74);
  color: #f8f5ef;
  font-size: 12px;
  font-weight: 900;
  padding: 6px 10px;
}

.bwapp-phone-shot.primary {
  width: min(305px, 62%);
}

.bwapp-phone-shot.secondary {
  position: absolute;
  width: min(178px, 34%);
  opacity: .92;
}

.bwapp-phone-shot.secondary.top {
  top: 92px;
  right: 54px;
  transform: rotate(4deg);
}

.bwapp-phone-shot.secondary.bottom {
  bottom: 58px;
  left: 26px;
  transform: rotate(-5deg);
}

.bwapp-screens-section {
  background:
    radial-gradient(circle at 8% 10%, rgba(221, 178, 80, 0.18), transparent 26%),
    linear-gradient(180deg, #f8f5ef 0%, #efe5d3 100%);
}

.bwapp-screenshot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.bwapp-screenshot-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border: 1px solid rgba(198, 174, 119, 0.58);
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.82);
  box-shadow: 0 18px 36px rgba(31, 24, 12, 0.08);
  padding: 14px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.bwapp-screenshot-card:focus-within {
  transform: translateY(-5px);
  border-color: rgba(153, 108, 20, 0.62);
  box-shadow: 0 24px 48px rgba(31, 24, 12, 0.13);
}

@media (hover: hover) {
  .bwapp-screenshot-card:hover {
    transform: translateY(-5px);
    border-color: rgba(153, 108, 20, 0.62);
    box-shadow: 0 24px 48px rgba(31, 24, 12, 0.13);
  }

  .bwapp-screenshot-card:hover .bwapp-screenshot-open img {
    transform: scale(1.018);
  }
}

.bwapp-screenshot-card.featured {
  grid-column: span 2;
  grid-row: span 2;
  background: #050503;
  color: #f8f5ef;
}

.bwapp-screenshot-open {
  width: 100%;
  display: block;
  border: 0;
  border-radius: 16px;
  background: transparent;
  cursor: zoom-in;
  padding: 0;
}

.bwapp-screenshot-card img,
.bwapp-screenshot-open img {
  width: 100%;
  aspect-ratio: 1290 / 2796;
  display: block;
  object-fit: contain;
  object-position: top;
  border-radius: 16px;
  background: #11100c;
  transition: transform 420ms cubic-bezier(.2, .8, .2, 1);
}

.bwapp-screenshot-card.featured img {
  border: 1px solid rgba(248, 245, 239, 0.14);
}

.bwapp-screenshot-card div {
  min-width: 0;
}

.bwapp-screenshot-card span {
  display: block;
  color: #684c1f;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.1;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.bwapp-screenshot-card.featured span {
  color: #ddb250;
}

.bwapp-screenshot-card h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.18;
}

.bwapp-screenshot-card.featured h3 {
  color: #f8f5ef;
  font-size: 24px;
}

.bwapp-screenshot-card p {
  margin: 10px 0 0;
  color: rgba(248, 245, 239, 0.7);
  font-size: 15px;
  line-height: 1.45;
}

.bwapp-screen {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  min-height: 518px;
}

.bwapp-rail {
  border-right: 1px solid rgba(248, 245, 239, 0.1);
  background: #0c0b08;
  padding: 16px 12px;
}

.bwapp-rail-item {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(248, 245, 239, 0.08);
  border-radius: 7px;
  margin-bottom: 8px;
  background: rgba(255, 253, 250, 0.04);
  color: rgba(248, 245, 239, 0.72);
  font-size: 12px;
  font-weight: 760;
  padding: 7px 8px;
}

.bwapp-rail-item.is-active {
  border-color: rgba(221, 178, 80, 0.42);
  background: rgba(221, 178, 80, 0.18);
  color: #f8f5ef;
}

.bwapp-dot {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: rgba(248, 245, 239, 0.12);
  color: #ddb250;
  font-size: 11px;
  font-weight: 900;
}

.bwapp-screen-main {
  min-width: 0;
  display: grid;
  gap: 14px;
  align-content: start;
  background: #f7f2e8;
  color: #17130d;
  padding: 18px;
}

.bwapp-command-card {
  border: 1px solid #ded2bd;
  border-radius: 8px;
  background: #fffdfa;
  padding: 16px;
}

.bwapp-command-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
  margin-bottom: 12px;
}

.bwapp-command-head span {
  display: block;
  color: #6f6658;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.bwapp-command-head strong {
  display: block;
  margin-top: 4px;
  color: #17130d;
  font-size: 22px;
  line-height: 1.08;
}

.bwapp-mini-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.bwapp-mini-metric {
  border: 1px solid #e4d9c7;
  border-radius: 8px;
  background: #fbf7ef;
  padding: 10px;
}

.bwapp-mini-metric span {
  display: block;
  color: #6f6658;
  font-size: 10px;
  font-weight: 820;
  text-transform: uppercase;
}

.bwapp-mini-metric strong {
  display: block;
  margin-top: 6px;
  color: #17130d;
  font-size: 22px;
  line-height: 1;
}

.bwapp-worklist {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 12px;
}

.bwapp-list-panel {
  min-width: 0;
  border: 1px solid #ded2bd;
  border-radius: 8px;
  background: #fffdfa;
  padding: 14px;
}

.bwapp-list-panel h4 {
  margin: 0 0 10px;
  color: #17130d;
  font-size: 14px;
  line-height: 1.2;
}

.bwapp-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border: 1px solid #e4d9c7;
  border-radius: 8px;
  background: #fbf7ef;
  margin-top: 8px;
  padding: 10px;
}

.bwapp-row strong {
  display: block;
  color: #17130d;
  font-size: 13px;
  line-height: 1.2;
}

.bwapp-row span {
  display: block;
  margin-top: 4px;
  color: #6f6658;
  font-size: 11px;
  line-height: 1.25;
}

.bwapp-status {
  border-radius: 999px;
  background: rgba(25, 121, 79, 0.12);
  color: #14643f;
  font-size: 11px;
  font-weight: 850;
  padding: 5px 8px;
  white-space: nowrap;
}

.bwapp-status.warn {
  background: rgba(221, 178, 80, 0.2);
  color: #674b18;
}

.bwapp-setlist {
  display: grid;
  gap: 8px;
}

.bwapp-song-step {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  border: 1px solid #e4d9c7;
  border-radius: 8px;
  background: #fbf7ef;
  padding: 8px;
}

.bwapp-song-step i {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: #ddb250;
  color: #050503;
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
}

.bwapp-song-step strong {
  font-size: 13px;
}

.bwapp-song-step span {
  color: #6f6658;
  font-size: 11px;
  font-weight: 760;
}

.bwapp-section {
  padding: 76px 0;
  border-top: 1px solid rgba(198, 174, 119, 0.38);
}

.bwapp-motion-ready .bwapp-reveal {
  opacity: 0;
  translate: 0 22px;
  transition:
    opacity 580ms cubic-bezier(.2, .8, .2, 1) var(--bwapp-reveal-delay, 0ms),
    translate 580ms cubic-bezier(.2, .8, .2, 1) var(--bwapp-reveal-delay, 0ms),
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.bwapp-motion-ready .bwapp-reveal.is-visible {
  opacity: 1;
  translate: 0 0;
}

.bwapp-section-dark {
  background: #050503;
  color: #f8f5ef;
}

.bwapp-section-dark h2,
.bwapp-section-dark h3 {
  color: #f8f5ef;
}

.bwapp-section-dark .bwapp-lead,
.bwapp-section-dark .bwapp-card p,
.bwapp-section-dark .bwapp-module-list li {
  color: rgba(248, 245, 239, 0.72);
}

.bwapp-head {
  max-width: 880px;
  margin-bottom: 30px;
}

.bwapp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bwapp-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bwapp-card {
  min-width: 0;
  border: 1px solid #ded2bd;
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.82);
  box-shadow: 0 8px 22px rgba(31, 24, 12, 0.05);
  padding: 22px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.bwapp-legal-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(153, 108, 20, 0.56);
  box-shadow: 0 18px 38px rgba(31, 24, 12, 0.1);
}

@media (hover: hover) {
  .bwapp-card:hover,
  .bwapp-flow-step:hover,
  .bwapp-plan:hover,
  .bwapp-legal-card:hover {
    transform: translateY(-4px);
    border-color: rgba(153, 108, 20, 0.56);
    box-shadow: 0 18px 38px rgba(31, 24, 12, 0.1);
  }
}

.bwapp-card p {
  margin: 0;
  color: #6f6658;
  font-size: 15px;
  line-height: 1.52;
}

.bwapp-card-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.bwapp-card-list li {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 9px;
  color: #6f6658;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.35;
}

.bwapp-card-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ddb250;
  margin-top: 5px;
}

.bwapp-card.dark {
  border-color: rgba(248, 245, 239, 0.12);
  background: #14120e;
}

.bwapp-chip {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  background: rgba(221, 178, 80, 0.15);
  color: #6b4d17;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 16px;
  padding: 5px 10px;
}

.bwapp-card.dark .bwapp-chip {
  color: #ddb250;
  background: rgba(221, 178, 80, 0.12);
}

.bwapp-legal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bwapp-legal-card {
  min-width: 0;
  border: 1px solid rgba(248, 245, 239, 0.13);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 12%, rgba(221, 178, 80, 0.16), transparent 24%),
    #14120e;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  padding: 24px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.bwapp-legal-card p {
  margin: 0 0 20px;
  color: rgba(248, 245, 239, 0.72);
  font-size: 15px;
  line-height: 1.52;
}

.bwapp-legal-card .bwapp-chip {
  color: #ddb250;
  background: rgba(221, 178, 80, 0.12);
}

.bwapp-legal-hero {
  padding: 72px 0 64px;
}

.bwapp-legal-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 370px);
  gap: 44px;
  align-items: center;
}

.bwapp-legal-shot {
  margin: 0;
  border: 1px solid rgba(80, 72, 59, 0.46);
  border-radius: 26px;
  background: linear-gradient(180deg, #14120e, #050503);
  box-shadow: 0 26px 60px rgba(31, 24, 12, 0.14);
  padding: 12px;
}

.bwapp-legal-shot img {
  width: 100%;
  aspect-ratio: 1290 / 2796;
  display: block;
  object-fit: contain;
  object-position: top;
  border-radius: 18px;
  background: #11100c;
}

.bwapp-legal-content {
  display: grid;
  gap: 18px;
}

.bwapp-legal-block,
.bwapp-legal-note {
  min-width: 0;
  border: 1px solid rgba(222, 210, 189, 0.9);
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.84);
  box-shadow: 0 8px 22px rgba(31, 24, 12, 0.05);
  padding: 24px;
}

.bwapp-legal-note {
  border-color: rgba(221, 178, 80, 0.45);
  background: rgba(221, 178, 80, 0.12);
}

.bwapp-legal-block h2,
.bwapp-legal-note h2 {
  font-size: clamp(24px, 2.2vw, 34px);
}

.bwapp-legal-block p,
.bwapp-legal-note p {
  margin: 0 0 12px;
  color: #6f6658;
  font-size: 16px;
  line-height: 1.56;
}

.bwapp-legal-block p:last-child,
.bwapp-legal-note p:last-child {
  margin-bottom: 0;
}

.bwapp-legal-block a,
.bwapp-legal-note a {
  color: #17130d;
  font-weight: 850;
  text-underline-offset: 4px;
}

.bwapp-legal-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bwapp-legal-list section {
  min-width: 0;
  border: 1px solid rgba(222, 210, 189, 0.9);
  border-radius: 8px;
  background: rgba(248, 245, 239, 0.78);
  padding: 16px;
}

.bwapp-legal-list h3 {
  font-size: 18px;
}

.bwapp-legal-list p {
  font-size: 14px;
  line-height: 1.48;
}

.bwapp-support-checklist {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: #6f6658;
  font-size: 15px;
  line-height: 1.5;
}

.bwapp-media-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: center;
}

.bwapp-shot {
  border: 1px solid rgba(248, 245, 239, 0.13);
  border-radius: 10px;
  background: #11100c;
  padding: 14px;
}

.bwapp-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: #f7f2e8;
}

.bwapp-module-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.bwapp-module-list li {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  font-size: 15px;
  line-height: 1.45;
}

.bwapp-module-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ddb250;
  margin-top: 6px;
}

.bwapp-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.bwapp-flow-step {
  min-height: 180px;
  border: 1px solid #ded2bd;
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.85);
  padding: 18px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.bwapp-flow-step b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #ddb250;
  color: #050503;
  font-size: 14px;
  margin-bottom: 14px;
}

.bwapp-flow-step p {
  margin: 0;
  color: #6f6658;
  font-size: 14px;
  line-height: 1.45;
}

.bwapp-phone-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 300px);
  gap: 42px;
  align-items: center;
}

.bwapp-phone {
  justify-self: center;
  max-width: 300px;
  border: 1px solid #c6ae77;
  border-radius: 28px;
  background: #0c0b08;
  box-shadow: 0 18px 46px rgba(31, 24, 12, 0.12);
  padding: 12px;
}

.bwapp-phone img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.bwapp-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.bwapp-billing-note {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.bwapp-billing-note span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(221, 178, 80, 0.38);
  border-radius: 999px;
  background: rgba(221, 178, 80, 0.11);
  color: #684c1f;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.1;
  padding: 7px 10px;
}

.bwapp-plan {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #ded2bd;
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.88);
  padding: 22px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.bwapp-plan h3 {
  margin-bottom: 0;
}

.bwapp-plan .bwapp-seats {
  color: #684c1f;
  font-size: 13px;
  font-weight: 900;
}

.bwapp-price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid rgba(222, 210, 189, 0.92);
  border-radius: 8px;
  background: rgba(248, 245, 239, 0.74);
  color: #17130d;
  padding: 10px 12px;
}

.bwapp-price-row span {
  color: #6f6658;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.1;
}

.bwapp-price-row strong {
  color: #17130d;
  font-size: 20px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.bwapp-price-row.yearly {
  border-color: rgba(221, 178, 80, 0.56);
  background: rgba(221, 178, 80, 0.16);
}

.bwapp-plan ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
  color: #6f6658;
  font-size: 14px;
  line-height: 1.42;
}

.bwapp-plan-footnote {
  max-width: 760px;
  margin: 18px 0 0;
  color: #6f6658;
  font-size: 14px;
  line-height: 1.45;
}

.bwapp-plan-footnote a {
  color: #17130d;
  font-weight: 850;
  text-underline-offset: 3px;
}

.bwapp-cta {
  background: #050503;
  color: #f8f5ef;
  padding: 68px 0;
}

.bwapp-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.bwapp-cta h2 {
  color: #f8f5ef;
}

.bwapp-cta .bwapp-lead {
  color: rgba(248, 245, 239, 0.74);
}

.bwapp-footer {
  border-top: 1px solid #ded2bd;
  background: #fffdfa;
  color: #6f6658;
  font-size: 14px;
  padding: 28px 0;
}

.bwapp-footer a {
  color: #17130d;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.bwapp-gallery-modal {
  width: min(960px, calc(100% - 32px));
  max-width: none;
  max-height: calc(100dvh - 32px);
  border: 1px solid rgba(221, 178, 80, 0.42);
  border-radius: 8px;
  background: #0b0a07;
  color: #f8f5ef;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.54);
  padding: 0;
  overflow: hidden;
}

.bwapp-gallery-modal::backdrop {
  background: rgba(5, 5, 3, 0.84);
  backdrop-filter: blur(8px);
}

.bwapp-gallery-shell {
  position: relative;
  min-height: min(760px, calc(100dvh - 34px));
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  align-items: center;
  gap: 12px;
  padding: 28px 18px 20px;
}

.bwapp-gallery-shell figure {
  min-width: 0;
  height: min(690px, calc(100dvh - 92px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 260px);
  align-items: center;
  gap: 24px;
  margin: 0;
}

.bwapp-gallery-shell figure img {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  justify-self: center;
  border: 1px solid rgba(248, 245, 239, 0.14);
  border-radius: 24px;
  background: #11100c;
  object-fit: contain;
}

.bwapp-gallery-shell figcaption strong,
.bwapp-gallery-shell figcaption span {
  display: block;
}

.bwapp-gallery-shell figcaption strong {
  color: #ddb250;
  font-size: 28px;
  line-height: 1.08;
}

.bwapp-gallery-shell figcaption span {
  margin-top: 12px;
  color: rgba(248, 245, 239, 0.72);
  font-size: 16px;
  line-height: 1.5;
}

.bwapp-gallery-modal button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(248, 245, 239, 0.25);
  border-radius: 999px;
  background: rgba(248, 245, 239, 0.07);
  color: #f8f5ef;
  cursor: pointer;
  font: inherit;
  font-size: 30px;
  line-height: 1;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.bwapp-gallery-modal button:hover {
  transform: scale(1.06);
  border-color: #ddb250;
  background: rgba(221, 178, 80, 0.16);
}

.bwapp-gallery-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}

.bwapp-gallery-prev {
  justify-self: end;
}

.bwapp-gallery-next {
  justify-self: start;
}

body.bwapp-modal-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: no-preference) {
  .bwapp-motion-ready .bwapp-launch-inner {
    animation: bwapp-launch-enter 520ms cubic-bezier(.2, .8, .2, 1) both;
  }

  .bwapp-motion-ready .bwapp-hero-copy > * {
    animation: bwapp-hero-enter 620ms cubic-bezier(.2, .8, .2, 1) both;
  }

  .bwapp-motion-ready .bwapp-hero-copy > :nth-child(1) { animation-delay: 60ms; }
  .bwapp-motion-ready .bwapp-hero-copy > :nth-child(2) { animation-delay: 120ms; }
  .bwapp-motion-ready .bwapp-hero-copy > :nth-child(3) { animation-delay: 190ms; }
  .bwapp-motion-ready .bwapp-hero-copy > :nth-child(4) { animation-delay: 260ms; }
  .bwapp-motion-ready .bwapp-hero-copy > :nth-child(5) { animation-delay: 330ms; }
  .bwapp-motion-ready .bwapp-hero-copy > :nth-child(6) { animation-delay: 400ms; }

  .bwapp-motion-ready .bwapp-phone-showcase {
    animation: bwapp-showcase-enter 760ms cubic-bezier(.2, .8, .2, 1) 180ms both;
  }

  .bwapp-launch-dot {
    animation: bwapp-launch-pulse 1100ms ease-out 2;
  }

  .bwapp-gallery-modal[open] .bwapp-gallery-shell {
    animation: bwapp-dialog-enter 210ms cubic-bezier(.2, .8, .2, 1) both;
  }
}

@keyframes bwapp-launch-enter {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes bwapp-hero-enter {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes bwapp-showcase-enter {
  from { opacity: 0; transform: translateX(24px) scale(0.985); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes bwapp-launch-pulse {
  0%, 100% { box-shadow: 0 0 0 5px rgba(221, 178, 80, 0.18); }
  50% { box-shadow: 0 0 0 10px rgba(221, 178, 80, 0); }
}

@keyframes bwapp-dialog-enter {
  from { opacity: 0; transform: translateY(10px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (min-width: 761px) and (prefers-reduced-motion: no-preference) {
  .bwapp-phone-shot.secondary.top {
    animation: bwapp-float-top 7s ease-in-out infinite;
  }

  .bwapp-phone-shot.secondary.bottom {
    animation: bwapp-float-bottom 8s ease-in-out infinite;
  }
}

@keyframes bwapp-float-top {
  0%, 100% { transform: rotate(4deg) translateY(0); }
  50% { transform: rotate(3deg) translateY(-8px); }
}

@keyframes bwapp-float-bottom {
  0%, 100% { transform: rotate(-5deg) translateY(0); }
  50% { transform: rotate(-4deg) translateY(8px); }
}

@media (max-width: 760px) and (prefers-reduced-motion: no-preference) {
  .bwapp-phone-shot.primary {
    animation: bwapp-float-center 7s ease-in-out infinite;
  }
}

@keyframes bwapp-float-center {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@media (max-width: 1080px) {
  .bwapp-hero-grid,
  .bwapp-media-layout,
  .bwapp-phone-layout,
  .bwapp-cta-grid,
  .bwapp-legal-hero-grid,
  .bwapp-legal-grid {
    grid-template-columns: 1fr;
  }

  .bwapp-product-frame {
    max-width: 720px;
  }

  .bwapp-grid,
  .bwapp-grid-four,
  .bwapp-plan-grid,
  .bwapp-screenshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bwapp-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1240px) {
  .bwapp-nav-inner {
    min-height: 64px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
  }

  .bwapp-menu-button {
    display: inline-flex;
  }

  .bwapp-nav-actions {
    grid-column: 1 / -1;
    width: 100%;
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 4px 0 12px;
  }

  body.bwapp-nav-open .bwapp-nav-actions {
    display: grid;
    animation: bwapp-menu-enter 220ms cubic-bezier(.2, .8, .2, 1) both;
  }

  .bwapp-nav-actions .bwapp-btn,
  .bwapp-nav-actions .bwapp-store-link {
    width: 100%;
  }
}

@keyframes bwapp-menu-enter {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 760px) {
  .bwapp-wrap {
    width: min(100% - 28px, 1160px);
  }

  .bwapp-launch-inner {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 12px;
    padding: 12px 0 14px;
  }

  .bwapp-launch-inner p {
    grid-column: 1 / -1;
    grid-row: 2;
    display: block;
  }

  .bwapp-launch-status {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .bwapp-launch-inner p strong,
  .bwapp-launch-inner p span {
    display: block;
  }

  .bwapp-launch-inner p span {
    margin-top: 4px;
  }

  .bwapp-launch-link {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .bwapp-nav-inner {
    min-height: 64px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
  }

  .bwapp-logo img {
    width: 106px;
    height: 46px;
  }

  .bwapp-logo span {
    display: none;
  }

  .bwapp-menu-button {
    display: inline-flex;
  }

  .bwapp-nav-actions {
    grid-column: 1 / -1;
    width: 100%;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 4px 0 8px;
  }

  body.bwapp-nav-open .bwapp-nav-actions {
    display: grid;
  }

  .bwapp-btn {
    width: 100%;
  }

  .bwapp-hero {
    padding: 58px 0 54px;
  }

  .bwapp-site h1 {
    font-size: 39px;
  }

  .bwapp-site h2 {
    font-size: 30px;
  }

  .bwapp-lead {
    font-size: 18px;
  }

  .bwapp-hero-shot-stack {
    min-height: clamp(500px, 145vw, 610px);
    padding: 32px 18px 22px;
  }

  .bwapp-phone-shot.primary {
    width: min(230px, 66%);
  }

  .bwapp-phone-shot.secondary {
    width: min(128px, 34%);
  }

  .bwapp-phone-shot.secondary.top {
    top: 72px;
    right: 14px;
  }

  .bwapp-phone-shot.secondary.bottom {
    bottom: 46px;
    left: 12px;
  }

  .bwapp-product-bar {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .bwapp-live-pill {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .bwapp-screen {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .bwapp-rail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid rgba(248, 245, 239, 0.1);
  }

  .bwapp-mini-metrics,
  .bwapp-worklist,
  .bwapp-grid,
  .bwapp-grid-four,
  .bwapp-feature-map,
  .bwapp-flow,
  .bwapp-plan-grid,
  .bwapp-screenshot-grid,
  .bwapp-legal-list {
    grid-template-columns: 1fr;
  }

  .bwapp-screenshot-card.featured {
    grid-column: auto;
    grid-row: auto;
  }

  .bwapp-screenshot-card.featured h3 {
    font-size: 20px;
  }

  .bwapp-legal-hero {
    padding: 54px 0 48px;
  }

  .bwapp-legal-shot {
    width: min(310px, 100%);
    justify-self: center;
  }

  .bwapp-actions,
  .bwapp-hero-actions,
  .bwapp-store-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bwapp-gallery-modal {
    width: calc(100% - 20px);
    max-height: calc(100dvh - 20px);
  }

  .bwapp-gallery-shell {
    min-height: calc(100dvh - 22px);
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 4px;
    padding: 52px 6px 14px;
  }

  .bwapp-gallery-shell figure {
    height: calc(100dvh - 92px);
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 12px;
  }

  .bwapp-gallery-shell figure img {
    min-height: 0;
    border-radius: 18px;
  }

  .bwapp-gallery-shell figcaption {
    padding: 0 4px;
  }

  .bwapp-gallery-shell figcaption strong {
    font-size: 20px;
  }

  .bwapp-gallery-shell figcaption span {
    margin-top: 5px;
    font-size: 13px;
  }

  .bwapp-gallery-modal button {
    width: 38px;
    height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  .bwapp-site *,
  .bwapp-site *::before,
  .bwapp-site *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .bwapp-motion-ready .bwapp-reveal {
    opacity: 1;
    transform: none;
    translate: none;
  }
}
