/* =============================================
   NOLINE — shared stylesheet (sous-pages)
   ============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bg: #060608;
  --bg2: #0d0d10;
  --white: #EDEBE6;
  --dim: rgba(237,235,230,0.62);
  --blue: #ACBEFF;
  --blue-deep: #183483;
  --blue-dim: rgba(172,190,255,0.2);
  --border: rgba(237,235,230,0.08);
  --nav-h: 64px;
}
html { scroll-behavior: smooth; font-size: 16px; }
body {
  background: var(--bg); color: var(--white);
  font-family: 'Barlow', sans-serif; font-weight: 400;
  overflow-x: hidden; -webkit-font-smoothing: antialiased; min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
body::after {
  content: ''; position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.032; pointer-events: none; z-index: 9999;
}
.snav {
  position: fixed; top: 0; left: 0; right: 0; height: var(--nav-h);
  z-index: 500; display: flex; align-items: center; gap: 22px;
  padding: 0 clamp(20px, 5vw, 56px);
  background: rgba(6,6,8,.85); backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
}
.snav .brand { font-family: 'Bebas Neue', sans-serif; font-size: 24px; letter-spacing: .06em; margin-right: auto; }
.snav a.back { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; letter-spacing: .2em; text-transform: uppercase; color: var(--dim); transition: color .3s; }
.snav a.back:hover { color: var(--blue); }
.page { max-width: 1080px; margin: 0 auto; padding: calc(var(--nav-h) + 48px) clamp(20px, 5vw, 56px) 80px; }
.a-head { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
@media (max-width: 760px){ .a-head { grid-template-columns: 1fr; } }
.a-photo { position: relative; overflow: hidden; border: 1px solid var(--border); aspect-ratio: 4/5; background: var(--bg2); }
.a-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(12%) contrast(1.05); }
.a-eyebrow { font-family: 'Barlow Condensed', sans-serif; font-size: 12px; letter-spacing: .3em; text-transform: uppercase; color: var(--blue); opacity: .85; margin-bottom: 14px; }
.a-name { font-family: 'Bebas Neue', sans-serif; font-size: clamp(56px, 11vw, 128px); line-height: .9; letter-spacing: .02em; }
.a-genre { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; letter-spacing: .24em; text-transform: uppercase; color: var(--dim); margin: 12px 0 26px; }
.a-bio { font-size: 16px; line-height: 1.75; color: rgba(237,235,230,.78); max-width: 48ch; }
.a-bio p + p { margin-top: 14px; }
.btn { display: inline-flex; align-items: center; gap: 10px; margin-top: 30px; font-family: 'Barlow Condensed', sans-serif; font-size: 13px; letter-spacing: .22em; text-transform: uppercase; padding: 14px 30px; border: 1px solid var(--blue); color: var(--blue); border-radius: 2px; transition: background .3s, color .3s; }
.btn:hover { background: var(--blue); color: var(--bg); }
.btn.solid { background: var(--blue); color: var(--bg); }
.btn.solid:hover { background: transparent; color: var(--blue); }
.a-section { margin-top: clamp(56px, 8vw, 96px); }
.a-label { font-family: 'Barlow Condensed', sans-serif; font-size: 12px; letter-spacing: .3em; text-transform: uppercase; color: var(--blue); opacity: .8; margin-bottom: 20px; }
.a-h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(34px, 6vw, 64px); line-height: .95; margin-bottom: 24px; }
.a-socials { display: flex; flex-wrap: wrap; gap: 14px; }
.a-socials a { display: inline-flex; align-items: center; gap: 9px; padding: 11px 18px; border: 1px solid var(--border); border-radius: 2px; font-family: 'Barlow Condensed', sans-serif; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--dim); transition: border-color .3s, color .3s; }
.a-socials a:hover { border-color: var(--blue); color: var(--blue); }
.a-socials svg { width: 16px; height: 16px; fill: currentColor; }
.disco { display: grid; gap: 2px; border: 1px solid var(--border); }
.disco-row { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: baseline; padding: 18px 22px; background: rgba(237,235,230,.02); }
.disco-row .t { font-family: 'Barlow Condensed', sans-serif; font-size: 18px; letter-spacing: .04em; }
.disco-row .y { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; letter-spacing: .2em; color: var(--blue); opacity: .8; }
.disco-note { margin-top: 16px; font-size: 14px; color: rgba(237,235,230,.45); font-style: italic; }
.prose { max-width: 62ch; }
.prose p { font-size: 16px; line-height: 1.8; color: rgba(237,235,230,.78); margin-bottom: 18px; }
.prose h3 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(26px,4vw,40px); margin: 40px 0 14px; letter-spacing: .02em; }
.hero-title-xl { font-family: 'Bebas Neue', sans-serif; font-size: clamp(60px, 13vw, 160px); line-height: .88; letter-spacing: .02em; margin-bottom: 10px; }
.lead { font-size: clamp(17px,2.4vw,22px); line-height: 1.6; color: rgba(237,235,230,.8); max-width: 40ch; }
.sfooter { border-top: 1px solid var(--border); margin-top: 80px; padding: 28px clamp(20px, 5vw, 56px); display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.sfooter p { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; opacity: .35; }
.sfooter a { color: var(--blue); opacity: .7; font-family: 'Barlow Condensed', sans-serif; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.sfooter a:hover { opacity: 1; }
