/* Extracted from theme-cleaned.css */

.page-shell__surface--about-photo {
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(8, 8, 8, 0.08);
  background: #050505;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.16);
}
@media (max-width: 720px) {
  .page-shell__surface--about-photo {
    border-radius: 24px;
  }
}

.page-shell__surface--about-rules {
  border: 1px solid rgba(100, 67, 24, 0.22);
  background: linear-gradient(
    180deg,
    rgba(247, 235, 212, 0.98) 0%,
    rgba(229, 210, 173, 0.96) 100%
  );
  box-shadow: 0 24px 56px rgba(61, 37, 7, 0.14);
}
.page-shell__surface--about-rules .page-shell__eyebrow {
  color: #8a5a1a;
}
.page-shell__surface--about-team {
  border: 1px solid rgba(8, 8, 8, 0.08);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.995) 0%,
    rgba(247, 240, 233, 0.985) 100%
  );
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.08);
} /* Page-specific styles: about */

.about-photo-hero {
  position: relative;
}
.about-photo-hero__image {
  display: block;
  width: 100%;
  height: auto;
} /* Rules card */

.about-rules-card {
  position: relative;
  display: grid;
  gap: 14px;
  padding: clamp(20px, 2.8vw, 32px);
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 250, 238, 0.82) 0%,
      rgba(255, 250, 238, 0) 34%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(121, 78, 23, 0.12) 0%,
      rgba(121, 78, 23, 0) 42%
    );
}
.about-rules-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(120, 81, 28, 0.22);
  border-radius: 22px;
  pointer-events: none;
}
.about-rules-card__title {
  margin: 0;
  color: #3d2608;
}
.about-rules-card__list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: about-rules;
  color: var(--black);
}
.about-rules-card__list li {
  position: relative;
  min-height: 66px;
  padding: 16px 18px 16px 68px;
  border: 1px solid rgba(130, 90, 31, 0.22);
  border-radius: 16px;
  background:
    linear-gradient(
      180deg,
      rgba(252, 245, 227, 0.98) 0%,
      rgba(240, 223, 189, 0.96) 100%
    ),
    repeating-linear-gradient(
      0deg,
      rgba(120, 82, 26, 0.03) 0,
      rgba(120, 82, 26, 0.03) 2px,
      rgba(255, 255, 255, 0) 2px,
      rgba(255, 255, 255, 0) 6px
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 10px 24px rgba(83, 52, 14, 0.08);
  font-size: clamp(15px, 1.02vw, 17px);
  line-height: 1.58;
  font-weight: 600;
  color: #4e3410;
}
.about-rules-card__list li::before {
  content: counter(about-rules, upper-roman);
  position: absolute;
  top: 50%;
  left: 16px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  transform: translateY(-50%);
  counter-increment: about-rules;
  background: radial-gradient(
    circle at 32% 28%,
    #d7bb77 0%,
    #b4812f 58%,
    #7f5517 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 223, 0.58),
    0 6px 12px rgba(73, 46, 12, 0.18);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #fff7df;
}
.about-rules-card__list li::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(135, 94, 37, 0.12);
  border-radius: 12px;
  pointer-events: none;
} /* Team */

.about-team-section {
  display: grid;
  gap: clamp(20px, 2.6vw, 28px);
}
.about-team-section__header {
  display: grid;
  gap: 10px;
  max-width: 54rem;
}
.about-team-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(18px, 2.3vw, 24px);
}
.about-team-card {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  gap: 0;
  min-width: 0;
  overflow: clip;
  border: 1px solid rgba(8, 8, 8, 0.08);
  border-radius: 30px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(247, 240, 233, 0.98) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 16px 34px rgba(18, 18, 18, 0.05);
}
.about-team-card__poster {
  grid-row: 1 / span 2;
  min-height: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(249, 244, 236, 0.98) 0%,
    rgba(237, 226, 212, 0.98) 100%
  );
}
.about-team-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
}
.about-team-card__content {
  grid-column: 2;
  display: grid;
  align-content: start;
  gap: 16px;
  min-width: 0;
  padding: clamp(18px, 1.9vw, 24px) clamp(20px, 2.3vw, 28px) 12px;
}
.about-team-card__meta {
  display: grid;
  gap: 6px;
}
.about-team-card__name,
.about-team-card__role,
.about-team-card__bio p {
  margin: 0;
}
.about-team-card__name {
  font-family: var(--font-display);
  font-size: clamp(24px, 1.95vw, 32px);
  line-height: 0.96;
  letter-spacing: -0.03em;
  color: var(--bb-black);
}
.about-team-card__role {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--page-accent);
}
.about-team-card__toggle {
  display: none;
  appearance: none;
  padding: 10px 16px;
  border: 1px solid rgba(8, 8, 8, 0.1);
  border-radius: 999px;
  background: rgba(12, 12, 12, 0.92);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    opacity 0.18s ease,
    background 0.18s ease;
}
.about-team-card__toggle:hover,
.about-team-card__toggle:focus-visible {
  border-color: var(--bb-red-deep);
  background: var(--bb-red-deep);
  transform: translateY(-1px);
}
.about-team-card__bio {
  grid-column: 2;
  display: grid;
  gap: 10px;
  padding: 0 clamp(20px, 2.3vw, 28px) clamp(20px, 2.3vw, 26px);
}
.about-team-card__bio p {
  font-size: clamp(14px, 0.92vw, 15px);
  line-height: 1.58;
  color: var(--ink-muted);
}
@media (min-width: 721px) {
  .about-team-card--taco .about-team-card__content,
  .about-team-card--В‍а‍ԁ‍r- .about-team-card__content {
    padding-top: clamp(12px, 1.15vw, 16px);
    padding-bottom: 6px;
  }
  .about-team-card--taco .about-team-card__bio,
  .about-team-card--В‍а‍ԁ‍r- .about-team-card__bio {
    margin-top: -8px;
  }
}

@media (max-width: 1100px) {
  .about-team-card {
    grid-template-columns: minmax(200px, 248px) minmax(0, 1fr);
  }
}

@media (max-width: 980px) {
  .about-team-card {
    grid-template-columns: minmax(196px, 236px) minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  .about-rules-card {
    gap: 14px;
    padding: 18px 14px;
  }
  .about-rules-card::before {
    inset: 10px;
    border-radius: 18px;
  }
  .about-rules-card__list {
    gap: 10px;
  }
  .about-rules-card__list li {
    min-height: 0;
    padding: 13px 14px 13px 54px;
    font-size: 14px;
    line-height: 1.5;
  }
  .about-rules-card__list li::before {
    left: 12px;
    width: 28px;
    height: 28px;
    font-size: 9px;
  }
  .about-rules-card__list li::after {
    inset: 6px;
    border-radius: 10px;
  }
  .about-team-section__header {
    display: none;
  }
  .about-team-card {
    grid-template-columns: 104px minmax(0, 1fr);
    align-items: start;
    border-radius: 24px;
  }
  .about-team-card__poster {
    grid-row: auto;
    min-height: 142px;
  }
  .about-team-card__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    min-height: 142px;
    padding: 14px;
  }
  .about-team-card--taco .about-team-card__content,
  .about-team-card--В‍а‍ԁ‍r- .about-team-card__content {
    justify-content: flex-start;
    padding-top: 10px;
  }
  .about-team-card__meta {
    gap: 5px;
  }
  .about-team-card__name {
    font-size: clamp(22px, 6vw, 28px);
    line-height: 0.94;
  }
  .about-team-card__role {
    font-size: 10px;
    letter-spacing: 0.16em;
  }
  .about-team-card__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
  }
  .about-team-card__bio {
    display: none;
    grid-column: 1 / -1;
    gap: 10px;
    padding: 0 14px 16px;
  }
  .about-team-card.is-open .about-team-card__bio {
    display: grid;
  }
  .about-team-card.is-open .about-team-card__toggle {
    display: none;
  }
  .about-team-card__bio p {
    font-size: 14px;
    line-height: 1.56;
  }
}

/* Who-are-we */
.page-shell__surface--about-rules {
  border-color: rgba(8, 8, 8, 0.08);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.995) 0%,
    rgba(247, 240, 233, 0.985) 100%
  );
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.08);
}
.about-rules-card {
  gap: clamp(12px, 1.8vw, 18px);
  padding: clamp(8px, 0.9vw, 12px) 0 0;
  background: none;
}
.about-rules-card::before,
.about-rules-card__list li::after {
  display: none;
}
.about-rules-card__title {
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 0.96;
}
.about-rules-card__list {
  gap: clamp(10px, 1.2vw, 14px);
}
.about-rules-card__list li {
  min-height: 0;
  padding: 14px 16px 14px 58px;
  border: 1px solid rgba(8, 8, 8, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(18, 18, 18, 0.05);
  font-size: clamp(14px, 0.94vw, 16px);
  line-height: 1.52;
  font-weight: 600;
  color: var(--ink-strong, #1f1f1f);
}
.about-rules-card__list li::before {
  left: 15px;
  width: 30px;
  height: 30px;
  font-size: 9px;
  letter-spacing: 0.08em;
  background: linear-gradient(180deg, #ab1321 0%, #7f0d18 100%);
  box-shadow: 0 6px 12px rgba(127, 13, 24, 0.16);
  color: #fff;
}
.page-shell__surface--about-photo {
  padding: clamp(14px, 1.8vw, 18px);
  border: 1px solid rgba(8, 8, 8, 0.08);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.995) 0%,
    rgba(247, 240, 233, 0.985) 100%
  );
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.08);
}
.about-photo-hero {
  max-width: min(100%, 920px);
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
}
.about-photo-hero__image {
  width: 100%;
  height: clamp(190px, 28vw, 320px);
  object-fit: cover;
  object-position: center 38%;
}
@media (max-width: 900px) {
  .about-photo-hero {
    max-width: min(100%, 760px);
  }
  .about-photo-hero__image {
    height: clamp(180px, 34vw, 260px);
  }
}

@media (max-width: 720px) {
  .page-shell__surface--about-rules,
  .page-shell__surface--about-photo {
    padding: 18px;
  }
  .about-rules-card {
    gap: 12px;
    padding-top: 0;
  }
  .about-rules-card__title {
    font-size: clamp(22px, 7vw, 28px);
  }
  .about-rules-card__list {
    gap: 8px;
  }
  .about-rules-card__list li {
    padding: 12px 12px 12px 48px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.48;
  }
  .about-rules-card__list li::before {
    left: 12px;
    width: 26px;
    height: 26px;
    font-size: 8px;
  }
  .about-photo-hero {
    max-width: 100%;
    border-radius: 18px;
  }
  .about-photo-hero__image {
    height: clamp(150px, 44vw, 220px);
    object-position: center 34%;
  }
}

/* About rules mobile dropdown + monkey image */
.page-shell__surface--about-photo {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.page-shell__surface--about-photo::before {
  display: none;
}
.about-photo-hero {
  max-width: min(100%, 620px);
  margin: 0 auto;
  border-radius: 0;
  overflow: visible;
}
.about-photo-hero__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
}
.about-rules-card__mobile-toggle,
.about-rules-card__mobile-close {
  display: none;
}
@media (max-width: 900px) {
  .about-photo-hero {
    max-width: min(100%, 500px);
  }
}

@media (max-width: 720px) {
  .about-photo-hero {
    max-width: min(100%, 320px);
  }
  .page-shell__surface--about-photo {
    padding: 0;
  }
  .about-rules-card {
    padding-top: 0;
  }
  .about-rules-card__title {
    text-align: center;
  }
  .about-rules-card__mobile-toggle,
  .about-rules-card__mobile-close {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 2px 0;
    border: 0;
    background: transparent;
    color: var(--bb-black);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
  }
  .about-rules-card__mobile-toggle {
    margin-top: 2px;
  }
  .about-rules-card__mobile-toggle-icon {
    position: relative;
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
  }
  .about-rules-card__mobile-toggle-icon::before,
  .about-rules-card__mobile-toggle-icon::after {
    content: "";
    position: absolute;
    top: 5px;
    width: 7px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }
  .about-rules-card__mobile-toggle-icon::before {
    left: 0;
    transform: rotate(45deg);
    transform-origin: left center;
  }
  .about-rules-card__mobile-toggle-icon::after {
    right: 0;
    transform: rotate(-45deg);
    transform-origin: right center;
  }
  .about-rules-card__list,
  .about-rules-card__mobile-close {
    display: none;
  }
  .about-rules-card.is-open .about-rules-card__mobile-toggle {
    display: none;
  }
  .about-rules-card.is-open .about-rules-card__list {
    display: grid;
    margin-top: 2px;
  }
  .about-rules-card.is-open .about-rules-card__mobile-close {
    display: inline-flex;
    margin-top: 10px;
  }
}
