/*
Theme Name: Studio K5 v3
Theme URI:  https://example.com/studio-k5-v3
Author:      Studio K5
Author URI:  https://example.com
Description: A clean photography-focused WordPress theme (Studio K5 v3) — portfolio, fullscreen lightbox, captions, arrows, and YouTube carousel support.
Version:     1.0
License:     GNU General Public License v2 or later
Text Domain: studio-k5-v3
*/
:root{
  --accent:#e6aaff;
  --bg:#ffffff;
  --text:#111111;
  --muted:#666666;
}
html,body{height:100%;}
body{font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial; color:var(--text); background:var(--bg); margin:0;}
.site-header{display:flex;align-items:center;justify-content:space-between;padding:20px 30px;border-bottom:1px solid #eee;}
.site-logo img{height:56px;}
.site-nav a{margin-left:18px;text-decoration:none;color:var(--muted);}
.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;padding:20px;}
.portfolio-item img{width:100%;height:auto;display:block;border-radius:6px;object-fit:cover;}
.portfolio-caption{margin-top:6px;font-size:0.95rem;color:var(--muted);}
.container{max-width:1120px;margin:0 auto;padding:20px;}
/* Simple responsive embeds for YouTube carousel */
.video-carousel{display:flex;gap:10px;overflow-x:auto;padding:10px 0;}
.video-carousel iframe{min-width:320px;height:180px;border-radius:6px;border:0;}
footer.site-footer{padding:30px;text-align:center;color:var(--muted);border-top:1px solid #eee;margin-top:40px;}
