:root {
  --br-ink: #102a43;
  --br-muted: #486581;
  --br-teal: #15b8a6;
  --br-deep: #0b5365;
  --br-sun: #f4c64f;
  --br-coral: #ff7f51;
  --br-rose: #fb7185;
  --br-mint: #e8fff8;
  --br-cream: #fff8e7;
  --br-white: #ffffff;
  --br-line: rgba(16, 42, 67, 0.12);
}

body.br-page {
  margin: 0;
  color: var(--br-ink);
  background: linear-gradient(180deg, #f7fff8 0%, #ffffff 36%, #fff8e7 100%);
  font-family: "Trebuchet MS", Verdana, sans-serif;
}

.br-shell {
  overflow: hidden;
}

.br-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 255, 248, 0.92);
  border-bottom: 1px solid var(--br-line);
  backdrop-filter: blur(18px);
}

.br-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.br-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 24px;
}

.br-logo {
  color: var(--br-ink);
  text-decoration: none;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
}

.br-links {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.br-links a {
  color: var(--br-muted);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.br-links a:hover,
.br-links a[aria-current="page"] {
  color: var(--br-deep);
}

.br-button,
.br-button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 2px solid transparent;
  color: var(--br-white);
  background: var(--br-deep);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 22px rgba(11, 83, 101, 0.18);
}

.br-button:hover {
  background: var(--br-teal);
}

.br-button-secondary {
  color: var(--br-deep);
  background: var(--br-white);
  border-color: var(--br-line);
  box-shadow: none;
}

.br-hero {
  position: relative;
  padding: 82px 0 74px;
}

.br-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 420px;
  background:
    linear-gradient(120deg, rgba(21, 184, 166, 0.22), rgba(244, 198, 79, 0.18)),
    repeating-linear-gradient(135deg, rgba(11, 83, 101, 0.06) 0 2px, transparent 2px 18px);
  pointer-events: none;
}

.br-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 54px;
  align-items: center;
}

.br-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--br-deep);
  background: var(--br-mint);
  font-size: 13px;
  font-weight: 900;
}

.br-kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--br-coral);
}

.br-hero h1,
.br-page-title {
  margin: 0;
  color: var(--br-ink);
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: 0;
}

.br-lead {
  max-width: 650px;
  margin: 22px 0 0;
  color: var(--br-muted);
  font-size: 19px;
  line-height: 1.7;
}

.br-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.br-hero-art {
  width: 100%;
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(16, 42, 67, 0.18);
}

.br-section {
  padding: 82px 0;
}

.br-section.alt {
  background: rgba(232, 255, 248, 0.66);
}

.br-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.br-section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.br-section h2 {
  margin: 0;
  color: var(--br-ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 900;
}

.br-section p {
  color: var(--br-muted);
}

.br-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.br-grid.two {
  grid-template-columns: repeat(2, 1fr);
}

.br-card {
  border: 1px solid var(--br-line);
  border-radius: 8px;
  background: var(--br-white);
  box-shadow: 0 16px 42px rgba(16, 42, 67, 0.08);
  overflow: hidden;
}

.br-card-body {
  padding: 28px;
}

.br-card h3 {
  margin: 0 0 12px;
  color: var(--br-ink);
  font-size: 26px;
  line-height: 1.12;
  font-weight: 900;
}

.br-card h3 a,
.br-panel a {
  color: inherit;
  text-decoration: none;
}

.br-card h3 a:hover,
.br-panel a:hover {
  color: var(--br-deep);
}

.br-card p {
  margin: 0 0 18px;
  line-height: 1.65;
}

.br-card img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: fill;
}

.br-game-card img {
  background: #dff8ef;
}

.br-list {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.br-list li {
  position: relative;
  padding-left: 24px;
  color: var(--br-muted);
  line-height: 1.55;
}

.br-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--br-coral);
}

.br-stat-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--br-line);
}

.br-stat {
  padding: 28px 22px;
  background: var(--br-deep);
}

.br-stat strong {
  display: block;
  color: var(--br-sun);
  font-size: 34px;
  line-height: 1;
}

.br-stat span {
  display: block;
  margin-top: 10px;
  color: #dff8ef;
  font-size: 14px;
  font-weight: 800;
}

.br-page-hero {
  padding: 82px 0 52px;
  background:
    linear-gradient(120deg, rgba(21, 184, 166, 0.2), rgba(255, 127, 81, 0.14)),
    #f7fff8;
}

.br-detail {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 44px;
  align-items: center;
}

.br-shot-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.br-shot-grid img {
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 8px;
  object-fit: contain;
  padding: 10px 0;
  box-shadow: 0 16px 32px rgba(16, 42, 67, 0.12);
}

.br-panel {
  padding: 32px;
  border: 1px solid var(--br-line);
  border-radius: 8px;
  background: var(--br-white);
  box-shadow: 0 16px 42px rgba(16, 42, 67, 0.08);
}

.br-team-copy {
  max-width: 880px;
}

.br-team-copy p {
  font-size: 18px;
  line-height: 1.8;
}

.br-footer {
  padding: 54px 0;
  color: #dff8ef;
  background: var(--br-ink);
}

.br-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 28px;
}

.br-footer a {
  color: #dff8ef;
  text-decoration: none;
}

.br-footer p {
  margin: 8px 0;
  color: #b8d9d2;
}

.br-footer h3,
.br-footer h4 {
  margin: 0 0 12px;
  color: #ffffff;
}

.br-footer-links {
  display: grid;
  gap: 10px;
}

@media (max-width: 900px) {
  .br-hero-grid,
  .br-detail,
  .br-grid,
  .br-grid.two,
  .br-stat-band,
  .br-footer-grid {
    grid-template-columns: 1fr;
  }

  .br-links {
    gap: 12px;
  }

  .br-card img {
    height: 260px;
  }
}

@media (max-width: 560px) {
  .br-container {
    width: min(100% - 28px, 1120px);
  }

  .br-nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }

  .br-hero,
  .br-section,
  .br-page-hero {
    padding: 54px 0;
  }

  .br-shot-grid {
    grid-template-columns: 1fr;
  }
}

.br-form {
  max-width: 720px;
  padding: 32px;
  border: 1px solid var(--br-line);
  border-radius: 8px;
  background: var(--br-white);
  box-shadow: 0 16px 42px rgba(16, 42, 67, 0.08);
}

.br-field {
  margin-bottom: 20px;
}

.br-field label {
  display: block;
  margin-bottom: 8px;
  color: var(--br-ink);
  font-size: 14px;
  font-weight: 800;
}

.br-field input,
.br-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid var(--br-line);
  border-radius: 8px;
  background: var(--br-white);
  color: var(--br-ink);
  font-family: inherit;
  font-size: 15px;
}

.br-field textarea {
  resize: vertical;
}

.br-field input:focus,
.br-field textarea:focus {
  outline: none;
  border-color: var(--br-teal);
  box-shadow: 0 0 0 3px rgba(21, 184, 166, 0.18);
}

.br-error {
  display: block;
  margin-top: 6px;
  color: var(--br-coral);
  font-size: 13px;
  font-weight: 700;
}
