@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&family=Inter:wght@300;400;500&family=Poppins:wght@400;500&display=swap');

@font-face {
  font-family: 'CanelaText Medium Trial';
  src: url('CanelaText-Medium-Trial.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: #000;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ─── HEADER ─── */

.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 40px;
  background: rgba(0,0,0,0.9);
  backdrop-filter: blur(8px);
}

.header-logo img {
  height: 38px;
  width: auto;
}

.header-nav {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.header-nav a {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.05em;
  transition: color 0.2s;
}

.header-nav a:hover { color: #fff; }

/* ─── HERO ─── */

.hero-section {
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  background-image:
    linear-gradient(90deg, #0e0e0e 0.36%, rgba(0,0,0,0) 76.81%, rgba(0,0,0,0) 78.99%),
    url('images/Hero-bnr-img.png');
  padding: 70px 0;
  display: flex;
  align-items: flex-start;
}

.hero-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 35px;
  width: 100%;
  display: flex;
}

.hero-content {
  width: 58.33%;
  padding-right: 60px;
  padding-left: 20px;
  margin-top: 0;
}

.hero-heading {
  font-family: 'CanelaText Medium Trial', serif;
  font-size: 79px;
  font-weight: 400;
  color: #e8e6df;
  line-height: 1.1;
  white-space: pre-line;
  margin-top: 150px;
  margin-bottom: 40px;
}

.hero-cta {
  display: inline-block;
  background: transparent;
  color: #979797;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  line-height: 21px;
  padding: 16px 24px;
  border-radius: 500px;
  border: 3px solid #979797;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}

.hero-cta:hover {
  border-color: #b89c5a;
  color: #b89c5a;
}

/* ─── TEAM SECTION ─── */

.team-section {
  background-color: #0e0e0e;
  padding-top: 20px;
  padding-bottom: 40px;
}

.team-intro {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 75px;
  text-align: center;
}

.team-intro p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #837f79;
  opacity: 0.6;
  text-align: center;
}

.team-rows {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
}

.engineer-row {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  gap: 40px;
}

.engineer-spacer-l {
  display: none;
}

.engineer-spacer-r {
  display: none;
}

.engineer-photo-col {
  flex: 0 0 185px;
  width: 185px;
}

.engineer-photo {
  width: 185px;
  height: 184px;
  object-fit: cover;
  object-position: center center;
  border-radius: 0;
  display: block;
}

.engineer-info-col {
  flex: 1;
  padding: 0;
  margin-left: 0;
}

.engineer-name {
  font-family: 'CanelaText Medium Trial', serif;
  font-size: 40px;
  font-weight: 400;
  color: #e8e6df;
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

.engineer-role {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  font-weight: 400;
  color: #b89c5a;
  margin: 0;
  text-align: left;
}

.engineer-bio {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #a8a69e;
  opacity: 0.4;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: left;
}

.engineer-credits {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #a8a69e;
  margin-top: 0;
  text-align: left;
}

/* ─── ARTISTS SECTION ─── */

.artists-section {
  background-color: #000;
  background-image: url('images/round-second-img.png');
  background-size: cover;
  background-position: center center;
  padding: 20px 0 40px;
}

.artists-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}

.artists-heading {
  font-family: 'CanelaText Medium Trial', serif;
  font-size: 36px;
  font-weight: 400;
  color: #9c7d37;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.artists-slider {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 15px;
}

.artists-slider::-webkit-scrollbar { display: none; }

.artist-slide {
  flex: 0 0 auto;
  width: calc(100% / 5);
  padding: 0;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.artist-slide img {
  width: 250px;
  height: 260px;
  object-fit: cover;
  object-position: center top;
  display: block;
  margin: 0 auto;
}

.artist-name {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #979797;
  text-align: center;
  margin-top: 8px;
}

/* ─── LOGO SECTION ─── */

.logo-section {
  background: #000;
  padding: 30px 15px;
  text-align: center;
}

.logo-section-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.studios-logo {
  width: 100%;
  max-width: 500px;
  height: auto;
}

/* ─── FOOTER ─── */

.site-footer {
  background: #000;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copy {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-social a {
  color: rgba(255,255,255,0.5);
  transition: color 0.2s;
  display: flex;
  align-items: center;
}

.footer-social a:hover { color: #b89c5a; }

.footer-social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* ─── CONTACT PAGE ─── */

.contact-page {
  background-color: #000;
  background-image: url('images/round-disk-bg-img.png');
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 60px;
}

.contact-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.contact-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 50px;
  font-weight: 700;
  color: #979797;
  text-align: center;
  margin-bottom: 7px;
  margin-top: 2px;
}

.contact-form-wrap {
  width: 50%;
  margin: 0 auto;
  padding: 0;
}

.contact-form {
  padding: 8px;
}

.form-row-2col {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}

.form-field {
  width: 100%;
  flex: 1 0 0;
  margin-bottom: 10px;
}

.form-field label {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  color: rgba(255,255,255,0.7);
  margin-bottom: 4px;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  font-size: 22px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
  color: #fff;
  padding: 10px 8px;
  outline: none;
  transition: border-color 0.2s;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: #b89c5a;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #d1d5db;
}

.form-field textarea {
  padding-left: 8px;
  resize: none;
  min-height: 160px;
  padding: 10px 8px;
  border-radius: 10px;
}

.form-submit-row {
  text-align: center;
  margin-top: 0;
}

.form-submit-btn {
  background: #5d6b82;
  color: #fff;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  padding: 10px 20px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.form-submit-btn:hover { background: #b89c5a; }

/* ─── RESPONSIVE ─── */

@media (max-width: 1199px) {
  .hero-heading { font-size: 60px; }
  .artist-slide { width: calc(100% / 3); }
}

@media (max-width: 1024px) {
  .hero-heading { font-size: 50px; margin-top: 100px; }
  .hero-content { width: 75%; }
  .artist-slide { width: calc(100% / 2); }
  .contact-form-wrap { width: 80%; }
}

@media (max-width: 767px) {
  .site-header { padding: 14px 20px; }
  .header-nav { display: none; }
  .hero-section { background-position: right center; }
  .hero-content { width: 100%; padding-right: 20px; }
  .hero-heading { font-size: 38px; margin-top: 80px; }
  .engineer-row { flex-direction: column; align-items: center; text-align: center; }
  .engineer-photo-col { flex: 0 0 auto; width: auto; }
  .engineer-info-col { flex: 0 0 100%; max-width: 100%; margin-left: 0; padding: 0; text-align: center; }
  .engineer-photo { margin: 0 auto; }
  .engineer-role, .engineer-bio, .engineer-credits { text-align: center; }
  .engineer-role, .engineer-bio, .engineer-credits { text-align: center; }
  .artist-slide { width: calc(100% / 1.4); padding: 0 15px; }
  .footer-inner { flex-direction: column; gap: 1rem; text-align: center; }
  .contact-form-wrap { width: 100%; }
  .form-row-2col { flex-direction: column; gap: 0; }
}
