:root {
  --ink: #1a1a1a;
  --muted: #56585e;
  --red: #db2a2a;
  --blue: #db2a2a;
  --blue-strong: #b31010;
  --paper: #ffffff;
  --soft: #f4f7fa;
  --footer: #1a1a1a;
  --line: rgba(26, 26, 26, 0.1);
  --shadow: 0 18px 42px rgba(20, 36, 52, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.skip-link {
  position: absolute;
  top: -999px;
  left: 0;
  padding: 12px 18px;
  background: #111;
  color: #fff;
  z-index: 40;
  transition: top 160ms ease;
}

.skip-link:focus-visible {
  top: 16px;
}

:focus-visible {
  outline: 3px solid #b31010;
  outline-offset: 3px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, sans-serif;
  text-rendering: geometricPrecision;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.section-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.albums-section .section-inner {
  width: min(1480px, calc(100% - 48px));
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 14px max(20px, calc((100vw - 1120px) / 2));
  color: #fff;
  background: rgba(26, 26, 26, 0.94);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(26, 26, 26, 0.96);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.brand img {
  width: 120px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: 700;
  font-size: 15px;
}

.site-nav a {
  opacity: 0.9;
}

.site-nav .nav-photographer-area {
  padding: 9px 12px;
  border-radius: 4px;
  background: #db2a2a;
  color: #fff;
  opacity: 1;
}

.site-nav .nav-photographer-area:hover {
  background: #ff3636;
}

.site-nav a:hover {
  opacity: 1;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
}

.hero-media,
.hero-media video,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background: url("./assets/images/editadaslentes-3957-AYxTqbglTptN3STB.JPG") center / cover;
}

.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.52));
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 850px;
  padding-top: 68px;
}

.hero-logo {
  width: min(310px, 72vw);
  margin: 0 auto 34px;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Outfit, Inter, sans-serif;
  line-height: 1.08;
}

h1 {
  font-size: clamp(48px, 8vw, 86px);
  letter-spacing: 0;
}

h2 {
  font-size: clamp(34px, 4vw, 52px);
}

h3 {
  font-size: 24px;
}

.hero p {
  margin: 22px 0 32px;
  font-size: 20px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 4px;
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.button-light {
  background: #fff;
  color: var(--ink);
}

.button-primary {
  position: relative;
  overflow: hidden;
  background: #db2a2a;
  color: #fff;
}

.button-primary span {
  position: relative;
  z-index: 1;
}

.button-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.58s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 0;
}

.button-primary:hover::before {
  transform: translateX(0);
}

.button-primary:hover {
  color: #111;
}

.button-primary:hover span {
  color: #111;
  transition: color 0.58s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.section {
  padding: 96px 0;
}

.latest-albums-section {
  padding: 72px 0 80px;
  background: #f4f7fa;
}

.latest-albums-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.latest-albums-heading h2 {
  margin: 0;
}

.button-secondary {
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid rgba(26, 26, 26, 0.14);
  background: #fff;
  color: var(--ink);
}

.button-secondary:hover {
  border-color: var(--blue);
  color: var(--blue-strong);
}

.latest-albums-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.schedule-section,
.reviews-section,
.credential-section {
  background: var(--soft);
}

.split {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 72px;
  align-items: start;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue-strong);
  font-weight: 700;
  text-transform: uppercase;
}

.section-copy,
.section-heading p {
  max-width: 580px;
  color: var(--muted);
  line-height: 1.65;
}

.schedule-layout {
  align-items: center;
}

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

.event-list li {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 58px;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid var(--line);
}

.event-list span {
  min-width: 118px;
  color: var(--blue-strong);
  font-weight: 700;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 44px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.person-card {
  min-height: 410px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.person-card-featured {
  grid-column: auto;
}

.person-card img {
  width: 100%;
  aspect-ratio: 4 / 4.7;
  object-fit: cover;
  object-position: top center;
}

.person-card-featured img {
  aspect-ratio: 4 / 4.7;
  object-position: top center;
}

.person-card div {
  padding: 22px 24px 26px;
}

.person-card p,
.review-card span,
.album-placeholder,
.contact-grid p {
  color: var(--muted);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.review-card {
  min-height: 236px;
  display: flex;
  padding: 26px;
  background: var(--blue);
  border-radius: 22px;
  border: 1px solid rgba(179, 16, 16, 0.3);
}

.review-card-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  background: transparent;
}

.review-card p,
.review-card h3,
.review-card span,
.review-card strong {
  color: #fff;
}

.review-card p {
  margin: 0 0 20px;
  font-size: 1.05rem;
  line-height: 1.6;
  font-weight: 600;
}

.review-card h3 {
  margin: 0 0 8px;
  font-size: 0.95rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.review-card strong {
  color: #770b0b;
  letter-spacing: 0;
}

.instagram-section {
  padding: 74px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(26, 26, 26, 0.92), rgba(26, 26, 26, 0.68)),
    linear-gradient(135deg, #1a1a1a, #2b2f36);
  background-position: center;
  background-size: cover;
}

.instagram-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.instagram-layout h2 {
  margin-bottom: 14px;
}

.instagram-layout p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.album-summary,
.album-placeholder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.album-summary h3,
.album-placeholder h3 {
  margin-bottom: 10px;
}

.album-summary p,
.album-placeholder p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
}

.albums-section {
  padding-top: 116px;
  background:
    linear-gradient(180deg, rgba(244, 247, 250, 0) 0%, #f4f7fa 38%, #ffffff 100%),
    #f4f7fa;
}

.albums-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: end;
  margin-bottom: 28px;
  padding: 36px;
  border-radius: 18px;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 24px 60px rgba(20, 36, 52, 0.18);
}

.albums-hero-copy h1 {
  max-width: 760px;
  margin-bottom: 14px;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 0.95;
}

.albums-hero-copy p:not(.eyebrow) {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.albums-controls {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) auto;
  gap: 18px;
  align-items: end;
  margin-bottom: 28px;
  padding: 18px;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 36px rgba(20, 36, 52, 0.08);
}

.albums-search {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

.albums-search-field {
  display: grid;
  gap: 8px;
}

.albums-search-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(26, 26, 26, 0.72);
  text-transform: uppercase;
}

.albums-search input {
  width: 100%;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(26, 26, 26, 0.12);
  background: #fff;
  color: var(--ink);
  font-size: 0.98rem;
}

.albums-search input:focus {
  border-color: var(--blue);
  outline: none;
}

.albums-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  min-width: 210px;
  margin-top: 0;
  color: var(--muted);
  font-weight: 700;
  text-align: right;
}

.album-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.album-card {
  width: 100%;
  height: 420px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.08);
  box-shadow: 0 10px 24px rgba(20, 36, 52, 0.1);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.album-card:hover {
  transform: translateY(-4px);
  border-color: rgba(26, 26, 26, 0.16);
  box-shadow: 0 18px 38px rgba(20, 36, 52, 0.14);
}

.album-card.hidden,
.hidden {
  display: none !important;
}

.album-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.album-card-image {
  position: relative;
  flex: 0 0 240px;
  overflow: hidden;
  background: #edf1f5;
}

.pagination-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 32px;
}

.pagination-button {
  min-width: 44px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(26, 26, 26, 0.12);
  background: #fff;
  color: var(--ink);
  font-weight: 700;
  cursor: pointer;
}

.pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  color: var(--muted);
  font-weight: 700;
}

.pagination-button.active,
.pagination-button:hover {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}

.pagination-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.album-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 240ms ease;
}

.album-card:hover .album-card-image img {
  transform: scale(1.04);
}

.album-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 14px 18px 12px;
  min-height: 0;
}

.album-card-content h3 {
  margin: 0 0 2px;
  color: #333;
  font-size: 1.02rem;
  line-height: 1.32;
  font-weight: 800;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.album-card-detail {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #6e6e6e;
  line-height: 1.25;
  font-size: 0.92rem;
  font-weight: 600;
}

.album-card-detail span {
  display: inline-flex;
  width: 18px;
  flex: 0 0 18px;
  justify-content: center;
  color: #7b7b7b;
  font-size: 1rem;
}

.album-card-detail b {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: inherit;
}

.album-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 10px 18px;
  border-top: 1px solid rgba(26, 26, 26, 0.08);
  color: #6e6e6e;
  font-size: 0.88rem;
  font-weight: 700;
}

.album-card-footer strong {
  color: var(--blue-strong);
  font-size: 0.86rem;
  text-transform: uppercase;
}

.album-empty-state {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 220px;
  margin-top: 24px;
  border: 1px dashed rgba(26, 26, 26, 0.16);
  border-radius: 14px;
  background: #fff;
  color: var(--muted);
  text-align: center;
}

.album-empty-state[hidden] {
  display: none;
}

.album-empty-state strong {
  color: var(--ink);
  font-family: Outfit, Inter, sans-serif;
  font-size: 1.4rem;
}

@media (max-width: 780px) {
  .album-summary,
  .album-placeholder {
    flex-direction: column;
    align-items: flex-start;
  }
}

.contact-grid {
  display: grid;
  gap: 18px;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.contact-grid a {
  font-weight: 700;
}

.photographer-area-section {
  padding-top: 132px;
  background: #f4f7fa;
}

.photographer-area-section .section-inner {
  width: min(1560px, calc(100% - 32px));
}

.photographer-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding: 36px;
  border-radius: 18px;
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow);
}

.photographer-hero h1 {
  max-width: 760px;
  margin-bottom: 14px;
  font-size: clamp(42px, 6vw, 72px);
}

.photographer-hero p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.events-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.events-summary div {
  position: relative;
  min-width: 0;
  padding: 18px 18px 18px 64px;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(20, 36, 52, 0.06);
}

.events-summary i {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #feecec;
  color: var(--red);
  font-style: normal;
  font-weight: 900;
}

.events-summary div:nth-child(2) i {
  background: #e8f9ee;
  color: #178a3a;
}

.events-summary div:nth-child(4) i {
  background: #eef6ff;
  color: #2884e6;
}

.events-summary span {
  display: block;
  margin-bottom: 8px;
  color: #7b8799;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.events-summary strong {
  display: block;
  overflow: hidden;
  color: #263143;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 900;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.events-summary div:nth-child(2) strong {
  color: #178a3a;
}

.events-summary div:nth-child(3) strong {
  color: var(--red);
}

.credential-competitions {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(20, 36, 52, 0.06);
}

.credential-competitions-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.credential-competitions-heading h2 {
  margin: 0;
  color: #263143;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.credential-competitions-heading > span {
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

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

.credential-competition-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 104px;
  padding: 12px;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 8px;
  background: #f7f9fb;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.credential-competition-card:hover {
  transform: translateY(-2px);
  border-color: rgba(219, 42, 42, 0.34);
  box-shadow: 0 14px 28px rgba(20, 36, 52, 0.1);
}

.credential-competition-logo {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  overflow: hidden;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 8px;
  background: #fff;
}

.credential-competition-logo img {
  width: 100%;
  height: 100%;
  padding: 6px;
  object-fit: contain;
}

.credential-competition-logo img.is-noligafi-logo {
  padding: 0;
  transform: scale(1.34);
}

.credential-competition-card span,
.credential-competition-card strong {
  display: block;
  min-width: 0;
}

.credential-competition-card span {
  margin-bottom: 5px;
  color: #8a96aa;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.credential-competition-card strong {
  overflow: hidden;
  color: #263143;
  font-family: Outfit, Inter, sans-serif;
  font-size: 1.16rem;
  font-weight: 900;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.credential-competition-card b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 7px;
  background: var(--red);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 900;
  white-space: nowrap;
}

.photographer-toolbar {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(220px, 0.9fr) minmax(260px, 1.4fr);
  gap: 10px;
  align-items: center;
  margin-top: 24px;
  padding: 14px;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 8px;
  background: #fff;
}

.photographer-toolbar input,
.photographer-toolbar select {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(26, 26, 26, 0.12);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 700;
}

.photographer-toolbar label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.photographer-toolbar label span {
  color: #7b8799;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.photographer-toolbar input {
  padding: 0 14px;
  color: var(--muted);
  font-weight: 500;
}

.photographer-toolbar select {
  appearance: none;
  padding: 0 36px 0 14px;
  background:
    linear-gradient(45deg, transparent 50%, #7b8799 50%) calc(100% - 18px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, #7b8799 50%, transparent 50%) calc(100% - 13px) 50% / 7px 7px no-repeat,
    #fff;
  color: var(--muted);
  font-weight: 700;
}

.available-games {
  margin-top: 28px;
}

.events-updated-note {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 22px;
  padding: 0 14px;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(20, 36, 52, 0.06);
}

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

.game-card {
  display: flex;
  min-height: 460px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 8px;
  background: #fff;
  color: inherit;
  box-shadow: 0 10px 24px rgba(20, 36, 52, 0.08);
}

.game-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(20, 36, 52, 0.12);
}

.game-card-missing-link {
  opacity: 0.72;
}

.game-card-missing-link::after {
  content: "Link individual pendente";
  margin: 0 18px 14px;
  color: var(--blue-strong);
  font-size: 0.8rem;
  font-weight: 800;
}

.game-card-image {
  position: relative;
  height: 210px;
  margin: 18px 18px 0;
  overflow: hidden;
  border-radius: 6px;
  background: #f2f4f7;
}

.game-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game-card-body {
  display: grid;
  gap: 10px;
  padding: 22px 18px 18px;
}

.game-status {
  width: max-content;
  max-width: 100%;
  padding: 7px 10px;
  border-radius: 7px;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

.game-status.is-open {
  background: #e8f9ee;
  color: #178a3a;
}

.game-status.is-full {
  background: #feecec;
  color: var(--red);
}

.game-status.is-closed {
  background: #eef0f3;
  color: #4a5360;
}

.game-status.is-neutral {
  background: #eef6ff;
  color: #2884e6;
}

.game-card-body h3 {
  margin: 0 0 8px;
  color: #263143;
  font-size: 1.15rem;
  line-height: 1.34;
}

.game-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.game-info-grid span {
  position: relative;
  min-width: 0;
  padding: 10px 10px 10px 38px;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 7px;
  background: #f7f9fb;
}

.game-info-grid i {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #feecec;
  color: var(--red);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 900;
}

.game-info-grid small {
  display: block;
  margin-bottom: 5px;
  color: #8a96aa;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.game-info-grid strong {
  display: block;
  overflow: hidden;
  color: #4f5b6f;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.24;
}

.game-empty-state {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 220px;
  border: 1px dashed rgba(26, 26, 26, 0.16);
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
}

.game-empty-state[hidden] {
  display: none;
}

.game-empty-state strong {
  color: var(--ink);
  font-family: Outfit, Inter, sans-serif;
  font-size: 1.35rem;
}

.banlek-login-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 22px;
}

.banlek-login-modal[hidden] {
  display: none;
}

.banlek-login-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 14, 18, 0.64);
  backdrop-filter: blur(5px);
}

.banlek-login-dialog {
  position: relative;
  display: grid;
  gap: 18px;
  width: min(520px, 100%);
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}

.banlek-login-dialog h2 {
  margin: 0 0 10px;
  color: #263143;
  font-size: clamp(1.6rem, 4vw, 2.35rem);
  line-height: 1.04;
}

.banlek-login-dialog p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.6;
}

.banlek-login-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #f0f2f5;
  color: #263143;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
}

.banlek-login-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #feecec;
  color: var(--red);
  font-size: 1.2rem;
  font-weight: 900;
}

.banlek-login-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.banlek-login-actions .button {
  min-height: 46px;
}

.has-open-modal {
  overflow: hidden;
}

.site-footer {
  padding: 68px 0 22px;
  background: var(--footer);
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.footer-grid p,
.copyright {
  color: rgba(255, 255, 255, 0.78);
}

.footer-grid a {
  display: block;
  margin-top: 12px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 24px;
}

.copyright {
  width: min(1120px, calc(100% - 32px));
  margin: 48px auto 0;
}

@media (max-width: 900px) {
  .site-header {
    padding: 14px 16px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 70px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 22px;
    background: rgba(26, 26, 26, 0.98);
  }

  .site-header.is-open .site-nav {
    display: flex;
  }

  .hero {
    min-height: 560px;
  }

  .split,
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .photographer-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .photographer-area-section {
    padding-top: 124px;
  }

  .photographer-toolbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .events-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .credential-competition-grid {
    grid-template-columns: 1fr;
  }

  .photographer-toolbar label:last-child {
    grid-column: 1 / -1;
  }

  .games-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .latest-albums-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .albums-section .section-inner {
    width: min(100% - 32px, 760px);
  }

  .albums-hero {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .albums-controls {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .albums-meta {
    justify-content: flex-start;
    text-align: left;
  }

  .album-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .instagram-layout,
  .album-placeholder {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .section {
    padding: 64px 0;
  }

  .hero {
    min-height: 430px;
  }

  .latest-albums-section {
    padding-top: 48px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .latest-albums-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .latest-albums-grid {
    grid-template-columns: 1fr;
    padding-top: 6px;
  }

  .albums-section .section-inner {
    width: calc(100% - 24px);
  }

  .albums-section {
    padding-top: 132px;
  }

  .photographer-area-section {
    padding-top: 112px;
  }

  .photographer-area-section .section-inner {
    width: calc(100% - 24px);
  }

  .photographer-hero {
    padding: 24px;
    border-radius: 14px;
  }

  .photographer-toolbar,
  .events-summary,
  .games-board {
    grid-template-columns: 1fr;
  }

  .credential-competitions {
    padding: 14px;
  }

  .credential-competitions-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .credential-competition-card {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .credential-competition-logo {
    width: 62px;
    height: 62px;
  }

  .credential-competition-card b {
    grid-column: 1 / -1;
    width: 100%;
  }

  .game-card {
    min-height: 0;
  }

  .albums-hero {
    padding: 22px;
    border-radius: 14px;
  }

  .album-grid {
    grid-template-columns: 1fr;
    padding-top: 6px;
  }

  .event-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  h1 {
    font-size: 44px;
  }
}
