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

body {
    margin:0;
    font-family: 'Cormorant Garamond', serif;
    background:#0b0b0f;
    color:#e8e6f0;
}
.container {
    max-width:1100px;
    margin:auto;
    padding:40px;
    text-align:center;
}
h1 {
    font-family:'Playfair Display', serif;
    font-weight:400;
    letter-spacing:2px;
    font-size:42px;
}
a.button {
    display:inline-block;
    margin:15px;
    padding:12px 28px;
    border:1px solid #8b5cf6;
    color:#e8e6f0;
    text-decoration:none;
    border-radius:4px;
}
a.button:hover {
    background:#8b5cf6;
}
img.hero {
    width:100%;
    max-height:650px;
    object-fit:contain;
    margin-bottom:25px;
}
.gallery {
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    justify-content:center;
}
.gallery img {
    width:260px;
    height:360px;
    object-fit:cover;
    object-position:center top;
}
.caption {
    font-size:14px;
    margin-top:5px;
    color:#bfbdd4;
}
iframe {
    width:100%;
    max-width:720px;
    height:405px;
    border:none;
    margin-top:20px;
}

/* Added: home portrait and acting video grid */
.home-portrait{
  width:100%;
  max-width:520px;
  max-height:640px;
  object-fit:contain;
  margin:22px auto 10px;
  display:block;
}
.video-grid{
  display:flex;
  flex-wrap:wrap;
  gap:22px;
  justify-content:center;
  margin-top:20px;
}
.video-card{
  width:min(720px, 100%);
  text-align:left;
}
.video-card h3{
  font-family:'Playfair Display', serif;
  font-weight:400;
  letter-spacing:1px;
  margin:0 0 10px;
}
.video-card .note{
  font-size:13px;
  color:#bfbdd4;
  margin-top:6px;
}

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

/* --- Modern boxed bio (no outline) --- */
.home-bio, .bio-box{
    max-width: 760px;
    margin: 28px auto 0;
    padding: 22px 26px;
    background: rgba(20, 18, 32, 0.78);
    border: none; /* no outline */
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #e4e2f2;
}
.home-bio p, .bio-box p{ margin: 0 0 14px; }
.home-bio p:last-child, .bio-box p:last-child{ margin-bottom:0; }

/* Footer font consistency */
footer, footer * { font-family:'Inter', sans-serif !important; }

/* Simple top links (kept from existing buttons) */
.nav-links{ margin-top:16px; }

/* YouTube thumbnail cards (fixes Error 153 by avoiding embeds) */
.video-grid{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  justify-content:center;
  margin-top:18px;
}
.video-card{
  width:min(780px, 100%);
  text-align:left;
  font-family:'Inter', sans-serif;
}
.video-card h3{
  font-family:'Playfair Display', serif;
  font-weight:500;
  letter-spacing:0.5px;
  margin:0 0 10px;
  color:#e8e6f0;
}
.thumb{
  position:relative;
  display:block;
  border-radius:10px;
  overflow:hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
  border: 1px solid rgba(139,92,246,0.18);
}
.thumb img{
  width:100%;
  height:auto;
  display:block;
}
.play{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(180deg, rgba(0,0,0,0.05), rgba(0,0,0,0.45));
}
.play span{
  width:64px;height:64px;border-radius:50%;
  background:rgba(139,92,246,0.85);
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 0 30px rgba(139,92,246,0.35);
}
.play span:before{
  content:'';
  display:block;
  width:0;height:0;
  border-left:18px solid #fff;
  border-top:12px solid transparent;
  border-bottom:12px solid transparent;
  margin-left:4px;
}
.video-note{
  font-size:13px;
  color:#bfbdd4;
  margin-top:8px;
}

/* Bio page portrait */
.bio-portrait{
  width:100%;
  max-width:520px;
  max-height:640px;
  object-fit:contain;
  display:block;
  margin:18px auto 18px;
}

/* Home buttons */
.home-buttons{
  margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:center;
}

/* Bio layout */
.bio-layout{
  margin-top:16px;
  display:flex;
  gap:22px;
  align-items:flex-start;
  flex-wrap:wrap;
}
.bio-photo{
  flex: 0 0 320px;
}
.bio-text{
  flex: 1 1 420px;
  min-width: 320px;
}
.bio-box--no-outline{
  border: none !important;
  box-shadow: none !important;
  background: rgba(255,255,255,0.03);
  padding: 18px 18px;
}
.clean-list{
  list-style:none;
  padding-left:0;
  margin: 10px 0 0 0;
}
.clean-list li{
  margin: 8px 0;
  padding-left: 14px;
  position: relative;
}
.clean-list li:before{
  content: "•";
  position:absolute;
  left:0;
}
.nav-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.subtle{opacity:0.85; font-family: Inter, system-ui, sans-serif;}

/* Home page mini-bio: centred under portrait, narrative indent, elegant serif */
.home-micro{
  max-width:520px;
  margin: 14px auto 0;
  padding: 18px 22px;
  text-align:left;
  font-family:'Cormorant Garamond', serif;
  font-size:18px;
  line-height:1.75;
  text-indent:1.6em;
}
.home-micro p{ margin:0; }

/* Compact thumbnail grid (two-up where space allows) */
.video-grid.compact .video-card{
  width: min(360px, 100%);
}

.educator-text {
    font-family: 'Inter', sans-serif;
    text-align: justify;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Global text font unification */
body, p, li, a, span, div, button, input, textarea, label, small, strong, em, h1, h2, h3, h4, h5, h6, nav {
    font-family: 'Inter', sans-serif !important;
    letter-spacing: 0.01em;
}

/* v1.5 alignment refinements */
.home-bio{
  max-width:520px;
  margin: 0 auto;
  text-align:left;
  text-indent:0;
  padding:0;
}

/* Box-shaped justified text without outline */
.educator-text{
  max-width:760px;
  margin: 24px auto 0;
  padding: 22px 26px;
  background: rgba(20,18,32,0.78);
  border: none;
  border-radius: 10px;
  text-align: justify;
  text-justify: inter-word;
  text-align-last: left; /* keep last line tidy */
  hyphens: auto;
}

/* v1.6: Home mini bio centered and constrained */
.home-bio{
  max-width:520px;
  margin: 0 auto;
  text-align:center;
  text-indent:0;
  padding:0;
}

/* v1.6: Artist-Educator text presented as a tidy box without outline */
.educator-text{
  max-width:760px;
  margin: 24px auto 0;
  padding: 22px 26px;
  background: rgba(20,18,32,0.78);
  border: none;
  border-radius: 10px;
  text-align: justify;
  text-justify: inter-word;
  text-align-last: left;
  hyphens: auto;
}
.educator-text p{
  margin: 0 0 14px;
}
.educator-text p:last-child{ margin-bottom:0; }
