/* ============================================================
   ALCHEMY NASHVILLE — STYLESHEET
   Clean black & white with polished modern feel
   ============================================================ */

:root {
  --black: #000000;
  --dark: #0d0d0d;
  --mid: #1a1a1a;
  --white: #ffffff;
  --off-white: #f0f0f0;
  --grey: #888;
  --light-grey: #333;
  --accent: #ffffff;
  --font-display: 'Anton', sans-serif;
  --font-body: 'Raleway', sans-serif;
  --font-ui: 'Montserrat', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--black);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  color: var(--black);
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 32px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  border-radius: 40px;
}
.btn-primary:hover { background: var(--off-white); }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: var(--white);
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 13px 32px;
  border: 2px solid rgba(255,255,255,0.5);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  border-radius: 40px;
}
.btn-secondary:hover { border-color: var(--white); background: rgba(255,255,255,0.08); }

/* ============================================================
   NAVBAR
   ============================================================ */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(0,0,0,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.navbar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 28px;
  max-width: 1200px;
  margin: 0 auto;
}

.brand-logo { height: 48px; width: auto; }

.navbar-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-social {
  display: flex;
  gap: 14px;
}
.nav-social img { width: 28px; height: 28px; object-fit: contain; opacity: 0.7; transition: opacity 0.2s; }
.nav-social img:hover { opacity: 1; }

.nav-toggle {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
}

/* Drawer */
.nav-drawer {
  position: fixed;
  top: 0; right: -320px;
  width: 300px;
  height: 100vh;
  background: #0d0d0d;
  border-left: 1px solid rgba(255,255,255,0.1);
  z-index: 1100;
  overflow-y: auto;
  transition: right 0.35s cubic-bezier(0.4,0,0.2,1);
  padding: 24px;
}
.nav-drawer.open { right: 0; }

.nav-close {
  position: absolute;
  top: 20px; right: 20px;
  background: none;
  border: none;
  color: var(--white);
  font-size: 22px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.nav-close:hover { opacity: 1; }

.nav-drawer-inner { margin-top: 60px; display: flex; flex-direction: column; gap: 2px; }

.nav-item {
  display: block;
  padding: 14px 8px;
  color: var(--white);
  font-family: var(--font-ui);
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: color 0.2s;
}
.nav-item:hover { color: var(--grey); }

.nav-drawer-social { display: flex; gap: 16px; padding-top: 20px; }
.nav-drawer-social img { width: 30px; height: 30px; object-fit: contain; opacity: 0.7; }
.nav-drawer-social img:hover { opacity: 1; }

.nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  z-index: 1050;
}
.nav-overlay.active { display: block; }

/* ============================================================
   HERO
   ============================================================ */
.hero-section {
  min-height: 100vh;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 24px 60px;
  position: relative;
}

.hero-content {
  max-width: 640px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.hero-logo {
  width: min(480px, 85vw);
  animation: fadeInDown 0.9s ease both;
}

.hero-text {
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  letter-spacing: 0.3px;
  animation: fadeIn 1s ease 0.4s both;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  animation: fadeIn 1s ease 0.7s both;
}

/* ============================================================
   STUDIO
   ============================================================ */
.studio-section {
  background: var(--dark);
  padding: 80px 24px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.studio-container { max-width: 1100px; margin: 0 auto; }

.studio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 900px) { .studio-grid { grid-template-columns: 1fr; } }

.studio-image-wrap { position: relative; }
.studio-image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.studio-info-card {
  background: var(--white);
  color: var(--black);
  padding: 24px 28px;
  display: flex;
  gap: 40px;
}

.studio-info-item h4 {
  font-family: var(--font-ui);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 6px;
}

.studio-info-item a,
.studio-info-item p {
  font-size: 14px;
  color: var(--black);
  line-height: 1.6;
}

.studio-text h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: 2px;
  color: var(--white);
  margin-bottom: 16px;
}

.studio-divider {
  width: 50px;
  height: 2px;
  background: var(--white);
  margin-bottom: 24px;
}

.studio-text p {
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  line-height: 1.85;
  margin-bottom: 32px;
}

/* ============================================================
   ARTISTS
   ============================================================ */
.artists-section {
  background: var(--black);
  padding: 80px 24px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.artists-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 6vw, 64px);
  letter-spacing: 4px;
  text-align: center;
  color: var(--white);
}

.artists-divider {
  width: 60px;
  height: 2px;
  background: var(--white);
  margin: 16px auto 60px;
}

.artists-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
@media (max-width: 768px) { .artists-grid { grid-template-columns: 1fr; } }

/* Artist Card */
.artist-card {
  background: var(--dark);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,0.06);
  transition: border-color 0.3s;
}
.artist-card:hover { border-color: rgba(255,255,255,0.2); }

/* Guest artist spans full width */
.artist-card.guest-artist {
  grid-column: 1 / -1;
  flex-direction: row;
  max-width: 600px;
  margin: 2px auto 0;
  width: 100%;
}
@media (max-width: 768px) { .artist-card.guest-artist { flex-direction: column; } }

.artist-photo {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top;
  transition: transform 0.5s ease;
}
.artist-card:hover .artist-photo { transform: scale(1.02); }
.artist-card.guest-artist .artist-photo {
  width: 280px;
  min-width: 280px;
  aspect-ratio: 1/1;
  height: 280px;
}
@media (max-width: 768px) {
  .artist-card.guest-artist .artist-photo { width: 100%; min-width: unset; height: auto; }
}

.artist-info {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
}

.artist-name {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: 2px;
  color: var(--white);
}

.artist-name-line {
  width: 32px;
  height: 2px;
  background: var(--white);
}

.artist-bio {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  line-height: 1.85;
  font-style: italic;
  white-space: pre-line;
}

.artist-availability {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.avail-label {
  font-family: var(--font-ui);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--grey);
}
.avail-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-ui);
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.avail-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.avail-accepting .avail-dot { background: #5cba7d; }
.avail-accepting { color: #5cba7d; }
.avail-waitlist .avail-dot { background: #e4c07a; }
.avail-waitlist { color: #e4c07a; }
.avail-closed .avail-dot { background: #d96a5a; }
.avail-closed { color: #d96a5a; }
.avail-guest .avail-dot { background: #7ab8e4; }
.avail-guest { color: #7ab8e4; }

.artist-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.btn-work {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  color: var(--black);
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 11px 22px;
  border-radius: 30px;
  transition: background 0.2s;
}
.btn-work:hover { background: var(--off-white); }

.btn-instagram {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--white);
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 18px;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 30px;
  transition: border-color 0.2s;
}
.btn-instagram:hover { border-color: var(--white); }
.btn-sm-icon { width: 15px; height: 15px; object-fit: contain; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: #050505;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 60px 24px 32px;
}

.footer-container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  text-align: center;
}

.footer-newsletter { max-width: 480px; }
.footer-newsletter h2 {
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.footer-newsletter p { font-size: 14px; color: var(--grey); margin-bottom: 20px; }

.newsletter-form { display: flex; max-width: 400px; margin: 0 auto; }
.newsletter-form input {
  flex: 1;
  padding: 12px 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  border-right: none;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 14px;
  outline: none;
}
.newsletter-form input:focus { border-color: var(--white); }
.newsletter-form button {
  background: var(--white);
  color: var(--black);
  border: none;
  padding: 12px 24px;
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}
.newsletter-form button:hover { background: var(--off-white); }

.form-success { display: none; color: #5cba7d; font-size: 14px; margin-top: 12px; }
.form-success.show { display: block; }

.footer-logo img { height: 72px; width: auto; opacity: 0.85; }

.footer-social { display: flex; gap: 20px; }
.footer-social img { width: 34px; height: 34px; object-fit: contain; opacity: 0.6; transition: opacity 0.2s; }
.footer-social img:hover { opacity: 1; }

.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 24px; }
.footer-links a {
  font-family: var(--font-ui);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--grey);
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--white); }

.footer-info { display: flex; gap: 40px; flex-wrap: wrap; justify-content: center; }
.footer-info h6 {
  font-family: var(--font-ui);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 6px;
}
.footer-info a, .footer-info p { font-size: 13px; color: var(--grey); line-height: 1.6; }
.footer-info a:hover { color: var(--white); }

.footer-copyright {
  font-size: 12px;
  color: rgba(255,255,255,0.2);
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 24px;
  width: 100%;
  text-align: center;
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: #333; }
