.photosport-home {
  background:
    radial-gradient(circle at top, rgba(253, 250, 1, 0.08), transparent 30%),
    linear-gradient(180deg, #090909 0%, #050505 100%);
  color: var(--white);
}

.photosport-home .site-header {
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.92) 0%, rgba(8, 8, 8, 0.78) 72%, rgba(8, 8, 8, 0.24) 100%);
  color: var(--white);
  backdrop-filter: blur(12px);
}

.photosport-home .site-header::after {
  background: rgba(255, 255, 255, 0.12);
}

.photosport-home .nav-link,
.photosport-home .mobile-nav-link,
.photosport-home .mobile-menu-close {
  color: var(--white);
}

.photosport-home .nav-link::after,
.photosport-home .hamburger-line {
  background: var(--white);
}

.photosport-home .hamburger-btn {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
}

.photosport-home .mobile-menu {
  background: rgba(8, 8, 8, 0.98);
  color: var(--white);
}

.photosport-home .mobile-menu-header,
.photosport-home .mobile-nav-link {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.photosport-home .mobile-nav-link:hover,
.photosport-home .mobile-menu-close:hover {
  background: rgba(255, 255, 255, 0.06);
}

.photosport-mobile-cta {
  font-weight: 600;
  color: var(--accent) !important;
}

.photosport-header-cta {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: var(--white) !important;
  min-width: 170px;
  text-align: center;
}

.photosport-hero {
  min-height: 100vh;
  padding-top: 190px;
  padding-bottom: 110px;
  background:
    radial-gradient(circle at 50% 10%, rgba(253, 250, 1, 0.15), transparent 28%),
    radial-gradient(circle at 10% 30%, rgba(255, 255, 255, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(8, 8, 8, 0.08) 0%, rgba(8, 8, 8, 0.7) 72%, rgba(8, 8, 8, 0.92) 100%);
}

.photosport-hero-content {
  max-width: 860px;
  gap: 22px;
}

.photosport-eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(253, 250, 1, 0.9);
}

.photosport-hero-logo {
  width: 340px;
  filter: drop-shadow(0 16px 40px rgba(0, 0, 0, 0.35));
}

.photosport-hero-title {
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  line-height: 1;
  letter-spacing: -0.02em;
  max-width: 860px;
  color: var(--white);
}

.photosport-home .hero-content p,
.photosport-home .hero-tagline,
.photosport-home .section p,
.photosport-home .section h2,
.photosport-home .section h3 {
  color: var(--white);
}

.photosport-hero-tagline {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.86) !important;
}

.photosport-session-strip {
  width: min(100%, 760px);
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.photosport-session-strip[data-tone="success"] {
  border-color: rgba(253, 250, 1, 0.2);
  color: #fff9a6;
  background: rgba(253, 250, 1, 0.08);
}

.photosport-session-strip[data-tone="warning"],
.photosport-session-strip[data-tone="error"] {
  color: #ffd6d6;
}

.photosport-hero-search {
  width: min(100%, 860px);
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(260px, 1fr) auto;
  gap: 14px;
  align-items: end;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.34);
}

.photosport-hero-search label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.84);
}

.photosport-hero-search input,
.photosport-hero-search select {
  min-height: 48px;
}

.photosport-search-status {
  width: min(100%, 860px);
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
}

.photosport-search-status[data-tone="success"] {
  border-color: rgba(253, 250, 1, 0.2);
  color: #fff9a6;
  background: rgba(253, 250, 1, 0.08);
}

.photosport-search-status[data-tone="warning"],
.photosport-search-status[data-tone="error"] {
  color: #ffd6d6;
}

.photosport-search-summary {
  width: min(100%, 860px);
  color: rgba(255, 255, 255, 0.74) !important;
}

.photosport-search-results {
  width: min(100%, 860px);
  display: grid;
  gap: 16px;
}

.photosport-empty-state {
  padding: 18px;
  border-radius: 16px;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.72);
}

.photosport-runner-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.photosport-runner-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.photosport-runner-head h3 {
  margin: 0;
  font-size: 20px;
}

.photosport-runner-copy {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.photosport-runner-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.photosport-runner-side {
  display: grid;
  gap: 12px;
  justify-items: end;
}

.photosport-runner-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.photosport-runner-actions {
  display: grid;
  gap: 8px;
  justify-items: end;
}

.photosport-runner-checkout-note {
  margin: 0;
  max-width: 320px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.62);
  text-align: right;
}

.photosport-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 320px));
  gap: 14px;
  justify-content: start;
}

.photosport-preview-card {
  display: grid;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  width: 100%;
}

.photosport-preview-media {
  aspect-ratio: 2 / 3;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.photosport-preview-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.photosport-preview-copy {
  display: grid;
  gap: 6px;
}

.photosport-preview-copy p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}

.photosport-preview-copy strong {
  font-size: 15px;
}

.photosport-preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 4px;
}

.photosport-preview-actions .btn {
  width: 100%;
}

.photosport-preview-price-note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.62);
}

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

.photosport-feature-card,
.photosport-contact-card {
  background: rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 24px;
  display: grid;
  gap: 14px;
}

.photosport-feature-card h3,
.photosport-contact-card h3 {
  font-size: 20px;
  line-height: 1.3;
}

.photosport-feature-kicker {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(253, 250, 1, 0.9);
}

.photosport-events-section .eventos-empty {
  color: rgba(253, 250, 1, 0.9);
}

.photosport-catalog-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 320px));
  justify-content: start;
}

.photosport-catalog-grid .evento-card {
  width: 100%;
  min-height: 100%;
}

.photosport-catalog-grid .evento-media {
  overflow: hidden;
}

.photosport-catalog-grid .evento-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.photosport-catalog-grid .evento-card .btn {
  justify-self: flex-start;
}

.photosport-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.photosport-card-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(253, 250, 1, 0.12);
  border: 1px solid rgba(253, 250, 1, 0.18);
  color: rgba(253, 250, 1, 0.92);
}

.photosport-card-note {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.photosport-contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: start;
}

.photosport-contact-list {
  display: grid;
  gap: 10px;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.82);
}

.photosport-contact-note {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.photosport-contact-form {
  max-width: none;
  margin: 0;
}

.photosport-contact-form .form-container {
  padding: 24px;
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
}

.photosport-contact-status {
  min-height: 22px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.photosport-contact-status[data-tone="success"] {
  color: #fff9a6;
}

.photosport-contact-status[data-tone="warning"],
.photosport-contact-status[data-tone="error"] {
  color: #ffd6d6;
}

.photosport-home .site-footer {
  background: rgba(5, 5, 5, 0.96);
}

@media (max-width: 960px) {
  .photosport-pillars-grid,
  .photosport-contact-grid {
    grid-template-columns: 1fr;
  }

  .photosport-catalog-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }

  .photosport-preview-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }

  .photosport-hero-search {
    grid-template-columns: 1fr;
  }

  .photosport-runner-head {
    flex-direction: column;
  }

  .photosport-runner-side,
  .photosport-runner-actions {
    width: 100%;
    justify-items: start;
  }

  .photosport-runner-checkout-note {
    max-width: none;
    text-align: left;
  }
}

@media (max-width: 860px) {
  .photosport-header-cta {
    display: none;
  }

  .photosport-hero {
    padding-top: 210px;
  }
}

@media (max-width: 520px) {
  .photosport-hero-logo {
    width: 260px;
  }

  .photosport-hero-title {
    font-size: 2rem;
  }

  .photosport-session-strip {
    padding: 14px 16px;
  }

  .photosport-contact-form .form-container,
  .photosport-feature-card,
  .photosport-contact-card {
    padding: 20px;
  }
}
