/* =============================================
   YOAV SHLOMOV — yoavshlomov.com
   Design: minimal jazz aesthetic
   ============================================= */

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

:root {
  /* PARDES palette — jungle world */
  --ink:      #17251d;  /* deep jungle green-black — text/headings */
  --paper:    #f4efe3;  /* warm cream */
  --cream:    #e8e1d0;  /* deeper cream */
  --accent:   #c65a2a;  /* burnt orange — interactive */
  --teal:     #2b8f83;  /* pond teal — secondary accent */
  --jungle:   #10241f;  /* deep jungle — dark sections */
  --pond:     #123b38;  /* pond backdrop for hero art */
  --muted:    #6c7268;  /* warm gray-green */
  --rule:     #d8d0be;
  --white:    #fbf9f2;

  --ff-serif: 'Playfair Display', Georgia, serif;
  --ff-sans:  'DM Sans', system-ui, sans-serif;

  --nav-h:    64px;
  --max-w:    1120px;
  --gap:      clamp(1.5rem, 4vw, 3rem);
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--ff-sans);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

/* ---- ACCESSIBILITY ---- */
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 200;
  background: var(--ink);
  color: var(--paper);
  padding: 0.6rem 1rem;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}
.skip-link:focus { left: 0; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}
.press a:focus-visible,
.newsletter a:focus-visible,
.newsletter button:focus-visible,
.newsletter input:focus-visible {
  outline-color: var(--paper);
}

/* ---- SCROLL REVEAL ---- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}
.reveal.in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* ---- NAV ---- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1rem, 4vw, 2.5rem);
  background: transparent;
  color: var(--white);
  transition: background 0.35s, color 0.35s, border-bottom 0.35s;
}
.nav.scrolled {
  background: rgba(245, 244, 240, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--rule);
  color: var(--ink);
}
.nav-logo {
  font-family: var(--ff-serif);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: inherit;
}
.nav-links {
  display: flex;
  gap: 2rem;
}
.nav-links a {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: currentColor;
  opacity: 0.75;
  transition: opacity 0.2s;
}
.nav-links a:hover { opacity: 1; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: currentColor;
  transition: transform 0.2s;
}

/* ---- HERO ---- */
.hero {
  min-height: calc(100svh - var(--nav-h));
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 1fr);
  padding-top: var(--nav-h);
  background: var(--paper);
}
.hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(3rem, 8vw, 6rem) clamp(1.5rem, 5vw, 4rem);
}
.hero-art {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: radial-gradient(120% 120% at 50% 40%, #17514c 0%, var(--pond) 70%);
  overflow: hidden;
}
.hero-art img,
.hero-video {
  width: 100%;
  max-width: 640px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.35);
}
.hero-sub {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.75rem;
}
.hero-name {
  font-family: var(--ff-serif);
  font-size: clamp(3.5rem, 8vw, 7rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
.hero-tagline {
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  color: var(--muted);
  letter-spacing: 0.04em;
  margin-bottom: 2rem;
}
.hero-socials {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}
.hero-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--rule);
  border-radius: 50%;
  color: var(--ink);
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.hero-socials a svg { width: 16px; height: 16px; }
.hero-socials a:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}
.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  border-bottom: 1.5px solid var(--accent);
  padding-bottom: 2px;
  width: fit-content;
  transition: opacity 0.2s;
}
.hero-cta:hover { opacity: 0.7; }
.hero-cta::after { content: '↘'; font-size: 0.9em; }

/* ---- SHARED SECTION STYLES ---- */
.section { padding: clamp(4rem, 10vw, 7rem) 0; }
.section-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 3rem);
}
.section-title {
  font-family: var(--ff-serif);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.section-sub {
  font-size: 0.85rem;
  color: var(--teal);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

/* ---- BUTTONS ---- */
.btn-outline {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1.5px solid var(--ink);
  padding: 0.6rem 1.4rem;
  transition: background 0.2s, color 0.2s;
}
.btn-outline:hover { background: var(--accent); border-color: var(--accent); color: var(--white); }

.btn-primary {
  display: inline-block;
  font-family: var(--ff-sans);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--accent);
  color: var(--white);
  border: none;
  padding: 0.75rem 2rem;
  cursor: pointer;
  transition: opacity 0.2s;
}
.btn-primary:hover { opacity: 0.8; }

/* ---- MUSIC ---- */
.music { background: var(--white); }
.music-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.track-card {
  background: var(--paper);
  overflow: hidden;
}
.track-card iframe {
  display: block;
  border-radius: 0;
}
.track-meta {
  padding: 0.5rem 0.75rem;
}
.track-year {
  font-size: 0.75rem;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: 0.06em;
}
.music-cta { text-align: center; }

/* ---- BIO ---- */
.bio { background: var(--cream); }
.bio-inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.bio-photo {
  margin: 0 auto 3.5rem;
  max-width: 560px;
}
.bio-photo img {
  width: 100%;
  height: auto;
  filter: grayscale(6%) contrast(1.03);
  object-fit: cover;
}
.bio-quotes {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 3.5rem;
}
blockquote {
  border-left: none;
  padding-left: 0;
}
blockquote p {
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  color: var(--ink);
}
blockquote cite {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  color: var(--muted);
  font-style: normal;
  text-transform: uppercase;
}
.bio-text .section-title { margin-bottom: 1.5rem; }
.bio-text p {
  margin-bottom: 1.25rem;
  color: var(--accent);
  font-size: 1rem;
  line-height: 1.85;
}
.bio-text .btn-outline { margin-top: 1.5rem; }

/* ---- CONCERTS ---- */
.concerts { background: var(--paper); }
.concert-list {
  border-top: 1px solid var(--rule);
  margin-bottom: 2rem;
}
.concert-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 2rem;
  align-items: center;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--rule);
}
.concert-date {
  display: flex;
  flex-direction: column;
}
.concert-day {
  font-family: var(--ff-serif);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
.concert-month {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.concert-info h3 {
  font-family: var(--ff-serif);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.concert-info p {
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 0.4rem;
}
.concert-time {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  border: 1px solid var(--rule);
  padding: 0.15rem 0.5rem;
}
.concerts-empty {
  font-size: 1rem;
  color: var(--muted);
  margin-bottom: 1.25rem;
}
.concerts-note {
  font-size: 0.875rem;
  color: var(--muted);
}
.concerts-note a {
  border-bottom: 1px solid currentColor;
}

/* ---- PRESS ---- */
.press { background: var(--ink); color: var(--paper); }
.press .section-title { color: var(--paper); }
.press-inner {}
.press-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 2.5rem;
  margin-top: 2.5rem;
}
.press-block h3 {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245, 244, 240, 0.5);
  margin-bottom: 0.9rem;
}
.press-block p, .press-block li {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(245, 244, 240, 0.85);
  margin-bottom: 0.6rem;
}
.press-links a {
  display: inline-block;
  font-size: 0.9rem;
  color: var(--paper);
  border-bottom: 1px solid rgba(245,244,240,0.3);
  margin-bottom: 0.5rem;
  transition: border-color 0.2s;
}
.press-links a:hover { border-color: var(--paper); }
.press-photo-thumb {
  display: block;
  margin-bottom: 1rem;
  overflow: hidden;
  border: 1px solid rgba(245, 244, 240, 0.15);
}
.press-photo-thumb img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}
.press-photo-thumb:hover img { transform: scale(1.04); }
.press-photo-dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.press-photo-btn {
  border-color: rgba(245, 244, 240, 0.5);
  color: var(--paper);
  margin-top: 0.5rem;
}
.press-photo-btn:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.epk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}
.epk-wide { grid-column: 1 / -1; }
.epk-facts dl { margin: 0; }
.epk-facts dl > div {
  display: flex;
  gap: 0.75rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(245, 244, 240, 0.1);
}
.epk-facts dt {
  flex: 0 0 5.5rem;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(245, 244, 240, 0.5);
}
.epk-facts dd {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(245, 244, 240, 0.9);
}
.epk-facts dd a, .epk-disco a {
  color: var(--paper);
  border-bottom: 1px solid rgba(245, 244, 240, 0.3);
}
.epk-disco { list-style: none; padding: 0; margin: 0; }
.epk-disco li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(245, 244, 240, 0.1);
}
.epk-disco span { color: rgba(245, 244, 240, 0.45); font-size: 0.85rem; }
.epk-credit {
  margin-top: 1rem;
  font-size: 0.78rem !important;
  color: rgba(245, 244, 240, 0.5) !important;
}

/* ---- CONTACT ---- */
.contact { background: var(--white); }
.contact-inner { max-width: 640px; }
.contact-form { margin-top: 2rem; }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1.25rem;
}
label {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--muted);
}
input, textarea {
  font-family: var(--ff-sans);
  font-size: 0.95rem;
  color: var(--ink);
  background: transparent;
  border: none;
  border-bottom: 1.5px solid var(--rule);
  padding: 0.5rem 0;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
  resize: vertical;
}
input:focus, textarea:focus { border-bottom-color: var(--ink); }
.contact-form .btn-primary { margin-top: 0.5rem; }

/* ---- NEWSLETTER ---- */
.newsletter {
  background: var(--jungle);
  color: var(--white);
  padding: clamp(4rem, 8vw, 6rem) clamp(1.5rem, 5vw, 3rem);
  text-align: center;
}
.newsletter-inner {
  max-width: 560px;
  margin: 0 auto;
}
.newsletter-eyebrow {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 1.1rem;
}
.newsletter-title {
  font-family: var(--ff-serif);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 0.6rem;
}
.newsletter-sub {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 2.5rem;
}
.newsletter-form {
  display: flex;
  gap: 0;
  max-width: 420px;
  margin: 0 auto;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.3);
  transition: border-color 0.2s;
}
.newsletter-form:focus-within {
  border-bottom-color: rgba(255, 255, 255, 0.75);
}
.newsletter-form input[type="email"] {
  flex: 1;
  font-family: var(--ff-sans);
  font-size: 0.95rem;
  color: var(--white);
  background: transparent;
  border: none;
  padding: 0.65rem 0.5rem 0.65rem 0;
  outline: none;
  min-width: 0;
}
.newsletter-form input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.newsletter-form button {
  font-family: var(--ff-sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--white);
  color: #0e0e0e;
  border: none;
  padding: 0.65rem 1.4rem;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.newsletter-form button:hover { opacity: 0.85; }

/* ---- FOOTER ---- */
.footer {
  background: var(--paper);
  border-top: 1px solid var(--rule);
  padding: 2rem clamp(1.5rem, 5vw, 3rem);
}
.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.footer-name {
  font-family: var(--ff-serif);
  font-weight: 700;
  font-size: 1rem;
}
.footer-links {
  display: flex;
  gap: 1.5rem;
  flex: 1;
}
.footer-links a {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--ink); }
.footer-socials {
  display: flex;
  gap: 0.75rem;
}
.footer-socials a {
  color: var(--muted);
  transition: color 0.2s;
}
.footer-socials a:hover { color: var(--ink); }
.footer-copy {
  max-width: var(--max-w);
  margin: 0 auto;
  font-size: 0.75rem;
  color: var(--muted);
}

/* ---- RESPONSIVE ---- */
@media (max-width: 800px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-text {
    padding: 5rem 1.5rem 2rem;
    text-align: center;
    align-items: center;
  }
  .hero-art {
    padding: 0 1.5rem 2.5rem;
  }
  .hero-art img {
    max-width: min(100%, 520px);
    margin: 0 auto;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: var(--nav-h);
    left: 0; right: 0;
    background: rgba(245, 244, 240, 0.97);
    color: var(--ink);
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid var(--rule);
  }
  .nav-links.open { display: flex; }
  .nav-links a {
    color: var(--ink);
    opacity: 0.75;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--rule);
    font-size: 0.9rem;
  }
  .nav-toggle { display: flex; }

  .concert-item { grid-template-columns: 80px 1fr; gap: 1rem; }
  .concert-day { font-size: 1.75rem; }

  .form-row { grid-template-columns: 1fr; }

  .footer-inner { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .footer-links { flex-wrap: wrap; gap: 1rem; }

  .newsletter-form {
    flex-direction: column;
    border-bottom: none;
    gap: 0.75rem;
  }
  .newsletter-form input[type="email"] {
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    padding: 0.65rem 0;
  }
  .newsletter-form button { padding: 0.75rem 2rem; }
}

@media (max-width: 480px) {
  .music-grid { grid-template-columns: 1fr; }
  .press-grid { grid-template-columns: 1fr; }
}

/* ---- PARDES SCENE BANDS ---- */
.scene-band {
  height: clamp(200px, 34vw, 420px);
  background-size: cover;
  background-position: center 42%;
  background-repeat: no-repeat;
  position: relative;
}
.scene-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(16,36,31,0.12) 0%,
    rgba(16,36,31,0.00) 26%,
    rgba(16,36,31,0.00) 72%,
    rgba(244,239,227,0.38) 100%);
  pointer-events: none;
}
.scene-waterfall { background-image: url("images/scene-waterfall.jpg"); }
.scene-canoe     { background-image: url("images/scene-canoe.jpg"); }

@media (max-width: 800px) {
  .hero-art img, .hero-video { max-width: min(100%, 520px); margin: 0 auto; }
  .scene-band { height: clamp(160px, 46vw, 260px); }
}

/* ---- SHOP ---- */
.shop { background: var(--white); }
.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.shop-card {
  display: flex; flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.shop-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(16,36,31,0.12); }
.shop-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; }
.shop-meta { padding: 0.9rem 1rem 0.5rem; flex: 1; }
.shop-meta h3 { font-family: var(--ff-serif); font-size: 1.15rem; font-weight: 700; margin-bottom: 0.15rem; }
.shop-meta p { font-size: 0.82rem; color: var(--muted); margin-bottom: 0.4rem; }
.shop-meta .price { font-weight: 600; color: var(--accent); }
.shop-card .btn-primary { margin: 0.2rem 1rem 1rem; text-align: center; }
.shop-note { font-size: 0.85rem; color: var(--muted); }
