@font-face {
  font-family: "MonumentGrotesk";
  src: url("../assets/MonumentGrotesk-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AllrounderGroteskTest-Light";
  src: url("../assets/AllrounderGroteskTest-Light.otf") format("opentype");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "AllrounderGroteskTest-Medium";
  src: url("../assets/AllrounderGroteskTest-Medium.otf") format("opentype");
  font-weight: 500;
  font-display: swap;
}

.page-container {
  min-height: 100vh;
  background-color: #ffffff;
  font-family: "AllrounderGroteskTest-Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  letter-spacing: -0.02em;
}

.page-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 1000;
  background: transparent;
}

.page-location {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 300;
  color: black;
}

.page-location-dot {
  width: 13px;
  height: 13px;
  background-color: black;
  border-radius: 50%;
  margin-right: 8px;
}

.page-logo {
  position: absolute;
  top: 30px;
  right: 200px;
}

.page-logo img {
  width: 200px;
  height: auto;
  filter: none;
}

.page-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  font-size: 14px;
}

.page-nav a {
  color: black;
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
  transition: opacity 0.3s ease;
  line-height: 1.2;
  text-transform: capitalize;
  letter-spacing: normal;
  display: block;
}

.page-main {
  padding-top: 120px;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1400px;
  margin: 0 auto;
  text-align: left;
}

.about-hero {
  margin-bottom: 80px;
  padding-top: 40px;
  text-align: left;
  padding-left: 20px;
}

.about-title {
  font-size: 64px;
  font-weight: 400;
  line-height: 0.9;
  color: #000;
  margin: 0 0 60px -280px;
  max-width: 900px;
  letter-spacing: -0.03em;
  text-align: left;
  padding-left: 20px;
  font-family: "AllrounderGroteskTest-Medium", sans-serif;
}

.about-content {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  max-width: 650px;
  font-weight: 300;
  margin: 0 0 60px -280px;
  text-align: left;
  padding-left: 20px;
  font-family: "AllrounderGroteskTest-Light", sans-serif;
}

.contact-sections {
  display: flex;
  gap: 120px;
  margin-bottom: 100px;
  padding-top: 40px;
  justify-content: center;
  text-align: left;
}

.contact-section {
  flex: 1;
}

.contact-section h3 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
  letter-spacing: -0.01em;
  font-family: "AllrounderGroteskTest-Light", sans-serif;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  font-size: 15px;
  color: #666;
  margin-bottom: 12px;
  cursor: pointer;
  transition: color 0.3s ease;
  font-weight: 300;
}

.contact-list li:hover {
  color: #000;
}

.contact-list li.active {
  color: #000;
  font-weight: 400;
}

.contact-info {
  margin-top: 50px;
}

.contact-info h4 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
  letter-spacing: -0.01em;
  font-family: "AllrounderGroteskTest-Light", sans-serif;
}

.contact-info p {
  font-size: 15px;
  color: #666;
  margin-bottom: 10px;
  font-weight: 300;
  font-family: "AllrounderGroteskTest-Medium", sans-serif;
}

.contact-time {
  font-size: 14px;
  color: #999;
  margin-bottom: 25px;
  font-weight: 300;
}

.scouted-hero {
  margin-bottom: 80px;
  padding-top: 40px;
  text-align: center;
}

.scouted-title {
  font-size: 56px;
  font-weight: 400;
  line-height: 0.95;
  color: #000;
  margin: 0 auto 40px -245px;
  max-width: 700px;
  letter-spacing: -0.03em;
  text-align: left;
  font-family: "AllrounderGroteskTest-Light", sans-serif;
}

.scouted-description {
  font-size: 20px;
  line-height: 1.5;
  color: #666;
  max-width: 650px;
  margin: 0 auto 60px -245px;
  font-weight: 300;
  text-align: left;
  font-family: "AllrounderGroteskTest-Light", sans-serif;
}

.casting-form {
  background: #fafafa;
  padding: 60px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid transparent;
  max-width: 900px;
  margin: 0 auto 60px -300px;
}

.form-header {
  text-align: left;
  margin-bottom: 50px;
}

.form-title {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
  letter-spacing: -0.01em;
  font-family: "AllrounderGroteskTest-Light", sans-serif;
}

.form-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 1.4;
  font-family: "AllrounderGroteskTest-Medium", sans-serif;
}

.form-section {
  margin-bottom: 50px;
}

.form-section h3 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 25px;
  letter-spacing: -0.01em;
  font-family: "AllrounderGroteskTest-Light", sans-serif;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  flex: 1;
}

.form-group label {
  display: block;
  font-size: 13px;
  color: #000;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "AllrounderGroteskTest-Medium", sans-serif;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  font-size: 15px;
  color: #000;
  background: white;
  font-family: "AllrounderGroteskTest-Medium", sans-serif;
  font-weight: 300;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #000;
  box-shadow: 0 0 0 1px #000;
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.upload-section {
  margin-bottom: 30px;
}

.upload-section h3 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
  letter-spacing: -0.01em;
  font-family: "AllrounderGroteskTest-Light", sans-serif;
}

.upload-description {
  font-size: 15px;
  color: #666;
  margin-bottom: 25px;
  font-weight: 300;
  font-family: "AllrounderGroteskTest-Medium", sans-serif;
}

.upload-guidelines {
  font-size: 13px;
  color: #999;
  margin-bottom: 25px;
  font-weight: 300;
  font-family: "AllrounderGroteskTest-Medium", sans-serif;
}

.upload-guidelines ul {
  margin: 10px 0;
  padding-left: 20px;
}

.upload-guidelines li {
  margin-bottom: 5px;
}

.upload-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.upload-btn {
  padding: 15px 30px;
  background: #000;
  color: white;
  border: none;
  border-radius: 0;
  font-size: 13px;
  font-family: "AllrounderGroteskTest-Medium", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease;
}

.upload-btn:hover {
  background: #333;
  transform: translateY(-1px);
}

.upload-btn.secondary {
  background: #666;
}

.upload-btn.secondary:hover {
  background: #777;
}

.checkbox-group {
  margin-bottom: 20px;
}

.checkbox-group label {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
  cursor: pointer;
  font-family: "AllrounderGroteskTest-Medium", sans-serif;
}

.checkbox-group input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 2px;
}

.submit-btn {
  width: 100%;
  padding: 20px;
  background: #000;
  color: white;
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-family: "AllrounderGroteskTest-Medium", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background: #333;
  transform: translateY(-1px);
}

.page-footer {
  margin-top: 200px;
  padding: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  color: #666;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-brand-text {
  font-size: 20px;
  color: #666;
  font-weight: 300;
  font-family: "AllrounderGroteskTest-Light", sans-serif;
}

.cookie-icon {
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  background: transparent;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cookie-icon:hover {
  background: #f5f5f5;
  transform: scale(1.1);
}

.cookie-icon svg {
  width: 16px;
  height: 16px;
  fill: #666;
}

.footer-links {
  display: flex;
  gap: 30px;
}

.footer-links a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s ease;
  font-family: "AllrounderGroteskTest-Light", sans-serif;
}

.footer-links a:hover {
  color: #000;
}

@media (max-width: 1024px) {
  .page-header {
    padding: 20px 30px;
  }

  .page-logo {
    right: 150px;
  }

  .page-logo img {
    width: 150px;
  }

  .about-title,
  .scouted-title {
    font-size: 48px;
  }

  .casting-form {
    padding: 50px 40px;
  }
}

@media (max-width: 768px) {
  .page-header {
    padding: 15px 20px;
    flex-direction: row;
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    height: 80px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .page-location {
    font-size: 16px;
  }

  .page-logo {
    position: static;
    order: 2;
  }

  .page-logo img {
    width: 80px;
  }

  .page-nav {
    gap: 8px;
  }

  .page-nav a {
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .page-nav a:hover {
    background: black;
    color: white;
    transform: scale(0.98);
  }

  .page-main {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-title,
  .scouted-title {
    font-size: 36px;
    margin-bottom: 40px;
    line-height: 1.1;
  }

  .about-content,
  .scouted-description {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.6;
  }

  .contact-sections {
    flex-direction: column;
    gap: 30px;
    text-align: left;
  }

  .contact-section h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .contact-list li {
    font-size: 14px;
    margin-bottom: 12px;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
  }

  .contact-list li:hover {
    background: rgba(0, 0, 0, 0.05);
  }

  .contact-info h4 {
    font-size: 16px;
  }

  .contact-info p {
    font-size: 14px;
  }

  .casting-form {
    padding: 30px 20px;
    margin: 0 -20px;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  }

  .form-title {
    font-size: 20px;
  }

  .form-subtitle {
    font-size: 14px;
    line-height: 1.5;
  }

  .form-section h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .form-row {
    flex-direction: column;
    gap: 15px;
  }

  .form-group label {
    font-size: 12px;
    margin-bottom: 8px;
    font-weight: 500;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    padding: 16px;
    font-size: 16px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
    min-height: 48px;
    background: white;
  }

  .form-group input:focus,
  .form-group select:focus,
  .form-group textarea:focus {
    border-color: #000;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
  }

  .form-group textarea {
    min-height: 120px;
    resize: vertical;
  }

  .upload-section h3 {
    font-size: 16px;
  }

  .upload-description {
    font-size: 14px;
    line-height: 1.5;
  }

  .upload-guidelines {
    font-size: 12px;
    background: rgba(0, 0, 0, 0.02);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .upload-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .upload-btn {
    padding: 16px 24px;
    font-size: 14px;
    min-height: 48px;
    border-radius: 8px;
    transition: all 0.3s ease;
    width: 100%;
  }

  .upload-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }

  .upload-btn:active {
    transform: translateY(0);
  }

  .submit-btn {
    padding: 18px;
    font-size: 16px;
    min-height: 56px;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
  }

  .submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  }

  .submit-btn:active {
    transform: translateY(0);
  }

  .checkbox-group label {
    font-size: 12px;
    line-height: 1.4;
    padding: 8px 0;
  }

  .checkbox-group input[type="checkbox"] {
    transform: scale(1.3);
    margin-right: 12px;
  }

  .page-footer {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    padding: 30px 20px;
    margin-top: 150px;
  }

  .footer-brand-text {
    font-size: 16px;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .footer-links a {
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
  }

  .footer-links a:hover {
    background: rgba(0, 0, 0, 0.05);
  }
}

@media (max-width: 480px) {
  .page-header {
    padding: 10px 15px;
    height: 70px;
  }

  .page-location {
    font-size: 14px;
  }

  .page-logo img {
    width: 70px;
  }

  .page-nav a {
    font-size: 11px;
    padding: 6px 10px;
    min-height: 40px;
  }

  .page-main {
    padding-top: 90px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-title,
  .scouted-title {
    font-size: 28px;
    line-height: 1.1;
  }

  .about-content,
  .scouted-description {
    font-size: 15px;
  }

  .contact-sections {
    gap: 25px;
  }

  .casting-form {
    padding: 25px 15px;
    margin: 0 -15px;
  }

  .form-title {
    font-size: 18px;
  }

  .form-section {
    margin-bottom: 30px;
  }

  .form-section h3 {
    font-size: 15px;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    padding: 14px;
    font-size: 16px;
  }

  .upload-btn {
    padding: 14px 20px;
    font-size: 13px;
  }

  .submit-btn {
    padding: 16px;
    font-size: 15px;
    min-height: 52px;
  }

  .upload-section h3 {
    font-size: 15px;
  }

  .page-footer {
    padding: 25px 15px;
    margin-top: 120px;
  }

  .footer-links {
    gap: 15px;
  }
}

@media (hover: none) and (pointer: coarse) {
  .upload-btn,
  .submit-btn {
    min-height: 48px;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    min-height: 48px;
  }

  .checkbox-group input[type="checkbox"] {
    transform: scale(1.4);
  }

  .page-nav a {
    min-height: 48px;
  }

  .contact-list li {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
