/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Forum&family=Noticia+Text:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* DIN Next W01 Light */
@font-face {
  font-family: 'DIN Next';
  src: url('fonts/DIN-Next-W01-Light.woff2') format('woff2'),
       url('fonts/DIN-Next-W01-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN Next';
  src: url('fonts/DIN-Next-W02-Light.woff2') format('woff2'),
       url('fonts/DIN-Next-W02-Light.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'DIN Next';
  src: url('fonts/DIN-Next-W10-Light.woff2') format('woff2'),
       url('fonts/DIN-Next-W10-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Avenir LT */
@font-face {
  font-family: 'Avenir LT';
  src: url('fonts/Avenir-LT-W01_35-Light1475496.woff2') format('woff2'),
       url('fonts/Avenir-LT-W01_35-Light1475496.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir LT';
  src: url('fonts/Avenir-LT-W01_85-Heavy1475544.woff2') format('woff2'),
       url('fonts/Avenir-LT-W01_85-Heavy1475544.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

html {
  font-size: 16px;
}

body {
  background: #1a1a1a;
  color: #e5e5e5;
  font-family: 'Avenir LT', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
}

a { color: #6a8bd6; text-decoration: none; }
a:hover { text-decoration: underline; }

.placeholder {
  background: #3a3a3a;
  background-image: linear-gradient(135deg, #404040 25%, #353535 25%, #353535 50%, #404040 50%, #404040 75%, #353535 75%);
  background-size: 20px 20px;
}

/* HERO */
.hero {
  position: relative;
  width: 100%;
  height: 80vh;
  background: radial-gradient(ellipse at 70% 50%, #2a2a2a 0%, #0a0a0a 80%);
  overflow: hidden;
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-text {
  position: absolute;
  top: 5vh;
  left: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  padding: 0 5%;
}
.hero-text-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.hero-text h1 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
}
.hero-text .subtitle {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-size: clamp(0.75rem, 1.2vw, 0.875rem);
  letter-spacing: 0.125em;
  text-transform: uppercase;
  margin-top: 0.25rem;
}

.divider {
  border: 0;
  border-top: 1px solid #444;
  margin: 0;
}

/* BIO */
.bio {
  background: #6a6a6a;
  padding: clamp(4rem, 8vh, 8rem) 0;
}
.bio-inner {
  max-width: 60rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 3rem);
  align-items: center;
}
.bio-text h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.875rem, 3vw, 2.25rem);
  color: #fff;
  margin-bottom: 1.25rem;
}
.bio-text p {
  font-family: 'Noticia Text', 'Forum', Georgia, serif;
  color: #ffffff;
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  line-height: 1.9;
}
.bio-text .bio-links {
  margin-top: 1rem;
  font-size: 0.75rem;
}
.bio-image {
  width: 100%;
  height: clamp(28rem, 55vh, 45rem);
  object-fit: contain;
  object-position: center;
}

/* VIDEO */
.video {
  background: #4a4a4a;
  padding: clamp(4rem, 8vh, 8rem) 0;
}

.video h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.875rem, 3vw, 2.25rem);
  color: #fff;
  text-align: center;
  margin-bottom: 2.5rem;
}

.video-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  justify-content: center;
}

.video-container iframe {
  width: 100%;
  max-width: 560px;
  height: auto;
  aspect-ratio: 560 / 315;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

/* GALLERY */
.gallery {
  padding: 5rem 1.25rem;
  text-align: center;
}
.gallery h2 {
  font-family: 'Forum', Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.875rem, 3vw, 2.25rem);
  color: #fff;
  margin-bottom: 2.5rem;
}
.gallery-grid {
  max-width: 45rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.gallery-item {
  aspect-ratio: 1 / 1;
  width: 100%;
}

/* CONTACT */
.contact {
  padding: clamp(2.5rem, 5vw, 5rem) clamp(1rem, 3vw, 2rem);
  text-align: center;
  max-width: 45rem;
  margin: 0 auto;
}
.contact h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.75rem, 2.5vw, 2rem);
  color: #fff;
  margin-bottom: clamp(0.75rem, 2vw, 1.25rem);
}
.contact-intro {
  font-family: 'Noticia Text', 'Forum', Georgia, serif;
  color: #cfcfcf;
  font-size: clamp(0.8125rem, 1vw, 0.875rem);
  margin-bottom: clamp(1.25rem, 3vw, 1.875rem);
  max-width: 32.5rem;
  margin-left: auto;
  margin-right: auto;
}
.contact-form {
  text-align: left;
  background: #232323;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: 4px;
}
.form-cols {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(0.75rem, 2vw, 1.25rem);
}
.form-left {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 1.5vw, 0.875rem);
}
.form-right {
  display: flex;
  flex-direction: column;
}
.contact-form label {
  display: flex;
  flex-direction: column;
  font-family: 'DIN Next', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(0.625rem, 0.8vw, 0.75rem);
  color: #cfcfcf;
  gap: 0.375rem;
  width: 100%;
}
.contact-form input,
.contact-form textarea {
  background: #2b2b2b;
  border: 1px solid #3a3a3a;
  color: #fff;
  padding: clamp(0.5rem, 1vw, 0.625rem) clamp(0.5rem, 1vw, 0.625rem);
  font-family: 'Proxima Nova', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(0.75rem, 0.9vw, 0.875rem);
  border-radius: 3px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #b8a88a;
  box-shadow: 0 0 0 2px rgba(184, 168, 138, 0.2);
}
.contact-form textarea {
  min-height: clamp(8rem, 15vh, 12rem);
  width: 100%;
  resize: vertical;
}
.form-right label {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.submit-btn {
  display: block;
  width: 100%;
  margin-top: clamp(0.75rem, 2vw, 1.25rem);
  background: #b8a88a;
  color: #1a1a1a;
  border: 0;
  padding: clamp(0.625rem, 1.5vw, 0.875rem) clamp(1rem, 2vw, 1.5rem);
  font-size: clamp(0.8125rem, 1vw, 0.9375rem);
  cursor: pointer;
  border-radius: 3px;
  font-weight: 500;
  transition: background 0.2s ease, transform 0.1s ease;
}
.submit-btn:hover {
  background: #c8b89a;
}
.submit-btn:active {
  transform: scale(0.98);
}

/* FOOTER */
.footer {
  background: #2a2a2a;
  padding: 1.25rem;
  text-align: center;
  font-family: 'DIN Next', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.6875rem;
  color: #888;
}
.footer p { margin: 0.125rem 0; }

/* RESPONSIVE */
@media (max-width: 45rem) {
  .bio-inner { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .form-cols { grid-template-columns: 1fr; }
  .hero { height: 60vh; }
  .hero-image { left: 0; }
  .hero-text { top: 3vh; }
}

@media (max-width: 30rem) {
  html { font-size: 14px; }
  .hero { height: 50vh; }
  .hero-text { padding: 0 8%; }
  .gallery { padding: 3rem 1rem; }
  .contact-form { padding: 1rem; }
  .form-cols { gap: 0.75rem; }
}

@media (min-width: 721px) {
  .form-right {
    min-height: clamp(10rem, 20vh, 14rem);
  }
}