/*
Theme Name: Spike.fish Portfolio
Theme URI: https://spike.fish
Author: Spike.fish
Description: Clean brutalist / magazine theme for multi-hyphenate hub.
Version: 0.1.0
Text Domain: spikefish
*/

.hidden {
    display: none;
}



:root{--gap:24px}
*{box-sizing:border-box}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;line-height:1.5}
a{color:inherit;text-decoration:none}
.main-wrap{min-height:100vh;display:flex;flex-direction:column}
.container{width:min(1200px,92vw);margin:0 auto}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap)}
.block{position:relative;display:flex;align-items:flex-end;justify-content:flex-start;height:50vh;padding:24px;filter:blur(2px);transition:filter .3s ease}
.block:focus,.block:hover{filter:blur(0)}
.block h2{font-size:clamp(28px,4vw,48px);background:rgba(0,0,0,.6);color:#fff;padding:8px 12px}
.site-header,.site-footer{padding:16px 0;border-bottom:1px solid #eaeaea}
.site-footer{border-top:1px solid #eaeaea;border-bottom:none;margin-top:auto}
visually-hidden{position:absolute!important;clip:rect(1px,1px,1px,1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}

/* ========== Update Pack 1 ========== */
.section {padding:64px 0}
h1.page-title{font-size:clamp(28px,5vw,56px);margin:0 0 16px}
.parallax-wrap{position:relative;overflow:auto;white-space:nowrap;scroll-snap-type:x mandatory}
.panel{display:inline-block;vertical-align:top;width:100vw;max-width:100%;height:80vh;scroll-snap-align:start;position:relative;padding:40px}
.panel .panel-inner{position:relative;z-index:2;max-width:1100px;margin:0 auto;color:#fff}
.panel.bg::before{content:"";position:absolute;inset:0;background-size:cover;background-position:center;filter:blur(2px) brightness(.8);z-index:1;transform:scale(1.04)}
.panel.alt{background:#111;color:#fff}
.cta{display:inline-block;border:1px solid #fff;padding:10px 16px;margin-top:16px}
.spotify-embed{margin:24px 0}

/* Newsletter modal */
#sf-newsletter{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.5);z-index:9999}
#sf-newsletter .card{background:#fff;max-width:min(560px,92vw);padding:24px;border-radius:12px;box-shadow:0 10px 24px rgba(0,0,0,.2)}
#sf-newsletter h3{margin:0 0 8px}
#sf-newsletter p{opacity:.8;margin:0 0 16px}
#sf-newsletter .row{display:flex;gap:8px}
#sf-newsletter input[type="email"]{flex:1;padding:10px;border:1px solid #ccc;border-radius:8px}
#sf-newsletter button{padding:10px 14px;border:1px solid #111;background:#111;color:#fff;border-radius:8px;cursor:pointer}
#sf-newsletter .close{position:absolute;top:12px;right:12px;background:transparent;border:none;font-size:20px;cursor:pointer}
@media (prefers-reduced-motion: reduce){
  .block,.panel::before{filter:none}
}
.panel.bg::before{background-image:var(--bg)}
.sf-search{display:inline-block;margin-left:12px}
.sf-search input{padding:6px 10px;border:1px solid #ddd;border-radius:10px}

/* ===== Footer ===== */
.site-footer{border-top:1px solid #eaeaea;margin-top:auto;background:#fafafa}
.footer-grid{display:grid;gap:24px;grid-template-columns:1.2fr 1fr 1fr;align-items:flex-start}
.footer-brand strong{font-size:20px}
.footer-menu ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.footer-socials{display:flex;gap:12px;flex-wrap:wrap}
.footer-socials a{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid #ddd;border-radius:10px}
.footer-note{opacity:.7;font-size:12px;margin-top:8px}

/* ===== Interview (About) ===== */
.feature-intro{font-size:18px;opacity:.85;margin-bottom:24px}
.interview{display:grid;gap:24px}
.interview .q{font-weight:700}
.interview .a{opacity:.95}
.pull{font-size:clamp(18px,3.6vw,28px);line-height:1.25;border-left:4px solid #111;padding-left:16px;margin:12px 0}

/* ===== Cards/Grid for archives ===== */
.card-grid{display:grid;gap:16px}
@media (min-width:800px){ .card-grid{grid-template-columns:repeat(3,1fr)} }
.card{padding:16px;border:1px solid #e5e5e5;border-radius:12px}
.card h3{margin:0 0 6px}

/* Tiny breadcrumb */
.breadcrumb{font-size:12px;opacity:.75;margin:8px 0 16px}
/* ===== Layout pack ===== */
:root{
  --rule:2px; --ink:#111; --ink-mid:#222; --ink-fade:#666; --card:#ffffffc4;
  --gap:24px; --radius:16px;
}
.hr-2{border-top:var(--rule) solid var(--ink); margin:16px 0}
.border-2{border:var(--rule) solid var(--ink)}
.thin{opacity:.8}
.wide{width:min(1200px,92vw); margin-inline:auto}

/* Glass panel over blurred bg */
.hero-cover{position:relative; min-height:80vh; display:grid; place-items:center; overflow:hidden}
.hero-cover .bg{position:absolute; inset:0; background-size:cover; background-position:center; filter:blur(8px) brightness(.9); transform:scale(1.04); z-index:1}
.glass{position:relative; z-index:2; background:var(--card); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border:var(--rule) solid #fff; border-radius:var(--radius); padding:32px; box-shadow:0 20px 60px rgba(0,0,0,.15)}
.glass h1{margin:0 0 8px; font-size:clamp(28px,5.2vw,60px)}

/* Editorial single (like 1.jpg) */
.single-wrap{padding:56px 0}
.split{display:grid; gap:28px}
@media (min-width:900px){ .split{grid-template-columns:1.6fr 1fr} }
.hero-wide img{width:100%; height:auto; display:block; border:var(--rule) solid var(--ink)}
.meta-table{border-top:var(--rule) solid var(--ink); border-bottom:var(--rule) solid var(--ink)}
.meta-row{display:grid; grid-template-columns:160px 1fr; padding:10px 0; border-top:var(--rule) solid #eaeaea}
.meta-row:first-child{border-top:none}
.meta-key{font-weight:600}
.meta-val{opacity:.95}

/* Novel single like 3.jpg */
.row-line{border-top:var(--rule) solid var(--ink); padding-top:20px; display:grid; gap:20px}
@media (min-width:1000px){ .row-line{grid-template-columns:1fr 420px 1fr} }
.row-line .center-img img{width:100%; height:auto; border:var(--rule) solid var(--ink)}

/* Production landing “cloud” like 4.jpg */
.cloud{position:relative; min-height:70vh; display:grid; place-items:center; overflow:hidden}
.cloud::before{content:""; position:absolute; inset:0;
  background: radial-gradient(1200px 600px at 30% 20%, #caa, transparent 60%),
              radial-gradient(900px 600px at 70% 80%, #9ab, transparent 60%),
              linear-gradient(180deg, #0003, #0002);
  filter: blur(20px); transform:scale(1.2); z-index:1}
.cloud-list{position:relative; z-index:2; display:grid; grid-template-columns:repeat(3,1fr);
  gap:16px; width:min(1200px,92vw); padding:24px}
.cloud-item{color:#fff; opacity:.7; transition:all .2s ease; text-align:center}
.cloud-item a{color:inherit; text-decoration:none}
.cloud-item:hover{opacity:1; transform:translateY(-2px)}
@media (max-width:900px){ .cloud-list{grid-template-columns:1fr 1fr} }
@media (max-width:600px){ .cloud-list{grid-template-columns:1fr} }

/* Footer stronger rule */
.site-footer{border-top:var(--rule) solid var(--ink)}

/* Home channel links (text only, blurred until hover) */
.home-channels{
  display:grid; gap:16px;
  grid-template-columns:1fr; margin-top:8px;
}
@media (min-width:900px){
  .home-channels{ grid-template-columns:repeat(3,1fr) }
}
.channel-link{
  display:flex; align-items:center; justify-content:center;
  min-height:120px; text-decoration:none; background:transparent;
  border:var(--rule) solid var(--ink); border-radius:16px;
}
.channel-link .label{
  font-weight:800; font-size:clamp(24px,4vw,40px); letter-spacing:.02em; color:var(--ink);
  filter: blur(2.5px); transition: filter .2s ease;
  text-transform:uppercase;
}
.channel-link:hover .label, .channel-link:focus .label{ filter:none }

/* accessibility: avoid blur for users who prefer reduced motion/contrast */
@media (prefers-reduced-motion: reduce){
  .channel-link .label{ filter:none }
}

/* ==== Homepage-only adjustments ==== */

/* Center links block a bit tighter on home */
.home .home-channels{ margin-top: 0; }
/* Homepage header/footer: translucent white background, keep text at full opacity */
.home .site-header,
.home .site-footer{
  background: rgba(255,255,255,0.15);
}

/* Make sure homepage links render ABOVE the full-bleed image */
.hero-cover .wide{
  position: relative;
  z-index: 2;
}
.hero-cover .bg{ z-index: 1; } /* background stays under */
/* ==== HOME background element (true page bg) ==== */
.page-bg{
  position: fixed; inset: 0; z-index: 0;
  background-size: cover; background-position: center;
  transition: filter .3s ease; will-change: filter;
}

/* Keep all home content above the background */
.home .site-header, .home .site-main, .home .site-footer { position: relative; z-index: 1; }

/* Transparent header/footer backgrounds on home (text unchanged) */
.home .site-header, .home .site-footer { background: transparent !important; }

/* Center the links block on the page */
.home .site-main { min-height: 100vh; display: grid; place-items: center; }
.home-stage { width: min(1200px, 92vw); }

/* Channel links: text-only, white, blurred until hover */
.home-channels{
  display: grid; gap: 16px; margin: 0;
  grid-template-columns: 1fr; text-align: center;
}
@media (min-width:900px){ .home-channels{ grid-template-columns: repeat(3, 1fr); } }

.channel-link{
  display: flex; align-items: center; justify-content: center;
  min-height: 120px; text-decoration: none; background: transparent; border: none;
}
.channel-link .label{
  color: #fff; font-weight: 900; text-transform: uppercase;
  font-size: clamp(28px, 5vw, 56px); letter-spacing: .02em;
  filter: blur(2.5px); transition: filter .3s ease;
  text-shadow: 0 2px 8px rgba(0,0,0,.35); /* legibility on busy bg */
}
.channel-link:hover .label, .channel-link:focus .label { filter: none; }

/* When JS toggles .bg-blur on <body>, blur the background at the same speed */
.bg-blur .page-bg { filter: blur(6px) brightness(.9); }
/* === HOMEPAGE FIXES === */

/* True page background; sharp by default, blur only when body has .bg-blur */
.page-bg{
  position: fixed; inset: 0; z-index: 0;
  background-size: cover; background-position: center;
  transition: filter .3s ease; will-change: filter;
}
.bg-blur .page-bg{ filter: blur(6px) brightness(.92); }

/* Keep all page content above the background */
.home .site-header, .home .site-main, .home .site-footer { position: relative; z-index: 1; }

/* Transparent header/footer BACKGROUNDS on home (text remains normal) */
.home .site-header, .home .site-footer { background: transparent !important; }

/* Stage the links above everything */
.home .home-stage{ position: relative; z-index: 2; }

/* Links must never inherit a blur from parents */
.home .channel-link{ filter: none !important; }

/* White blurred text that sharpens on hover/focus */
.home .channel-link .label{
  color:#fff; font-weight:900; text-transform:uppercase;
  font-size:clamp(28px,5vw,56px); letter-spacing:.02em;
  filter: blur(3px); opacity:.95;
  transition: filter .3s ease, opacity .3s ease;
  text-shadow: 0 2px 8px rgba(0,0,0,.35);
}
.home .channel-link:hover .label,
.home .channel-link:focus .label{
  filter: blur(0); opacity:1;
}

/* === NOVEL channel layout === */
  position:fixed; inset:0; z-index:0;
  background-size:cover; background-position:center;
  transition: filter .85s ease; /* 0.85s blur-onload */
  will-change: filter;
}
.content-window{
  background:#fff; border:var(--rule) solid var(--ink); border-radius:16px;
  padding:28px; box-shadow:0 18px 50px rgba(0,0,0,.15);
  width:min(900px,92vw); margin-inline:auto; text-align:center;
}
.btn-row{display:flex; gap:12px; justify-content:center; margin-top:8px}
.btn{display:inline-block; padding:10px 16px; border:var(--rule) solid var(--ink); border-radius:12px; text-decoration:none; color:var(--ink)}
.btn:hover{transform:translateY(-1px)}
/* When body gets .bg-blur, blur the page background */
/* === NOVEL channel layout (wrapper-based) === */
.novel-page .site-main{ min-height:100vh; display:grid; place-items:center }
.novel-page .page-bg{
  position:fixed; inset:0; z-index:0;
  background-size:cover; background-position:center;
  transition: filter .85s ease; /* 0.85s blur-onload */
  will-change: filter;
}
.novel-page .channel-stage{ position:relative; z-index:2 }
.novel-page .content-window{
  background:#fff; border:var(--rule) solid var(--ink); border-radius:16px;
  padding:28px; box-shadow:0 18px 50px rgba(0,0,0,.15);
  width:min(900px,92vw); margin-inline:auto; text-align:center;
}
.novel-page .btn-row{ display:flex; gap:12px; justify-content:center; margin-top:8px }
.novel-page .btn{ display:inline-block; padding:10px 16px; border:var(--rule) solid var(--ink); border-radius:12px; text-decoration:none; color:var(--ink) }
.novel-page .btn:hover{ transform:translateY(-1px) }

/* When .bg-blur class is present, blur the novel background */
.bg-blur .novel-page .page-bg{ filter: blur(8px) brightness(.92); }
/* === Homepage channel links: ultra-faint at rest, sharp on hover === */
.home .channel-link{
  background: rgba(255,255,255,0.02);   /* faint background */
  border: 1px solid #fff;               /* 1px white border */
}
.home .channel-link .label{
  color: rgba(255,255,255,0.02);        /* text itself very faint */
  filter: blur(3px);
  transition: filter .3s ease, color .3s ease, opacity .3s ease;
}
.home .channel-link:hover .label,
.home .channel-link:focus .label{
  color: #fff;                          /* full white on focus/hover */
  filter: none;                         /* sharpen text */
}
/* === Homepage channel links: ultra-faint at rest, sharp on hover === */
.home .channel-link{
  background: rgba(255,255,255,0.02);   /* faint background */
  border: 1px solid #fff;               /* 1px white border */
}
.home .channel-link .label{
  color: rgba(255,255,255,0.02);        /* text itself very faint */
  filter: blur(3px);
  transition: filter .3s ease, color .3s ease, opacity .3s ease;
}
.home .channel-link:hover .label,
.home .channel-link:focus .label{
  color: #fff;                          /* full white on focus/hover */
  filter: none;                         /* sharpen text */
}
/* === HOMEPAGE LINKS: no border/box; white @ 30% opacity; blur until hover === */
.home .channel-link{ background: transparent !important; border: none !important; }
.home .channel-link .label{
  color: rgba(255,255,255,.30);
  filter: blur(3px);
  text-shadow: 0 2px 8px rgba(0,0,0,.35);
  transition: filter .3s ease, color .3s ease, opacity .3s ease;
}
/* Hover/focus → sharpen + full white */
.home .channel-link:hover .label,
.home .channel-link:focus .label{
  color: #fff; filter: none;
}

/* Top-right ABOUT link (75% size of main labels) */
.home .about-link{
  position: fixed; top: clamp(8px,2.5vh,22px); right: clamp(10px,3vw,28px); z-index: 3;
  text-decoration: none; background: transparent; border: 0; line-height: 1;
}
.home .about-link .label{
  color: rgba(255,255,255,.30);
  font-weight: 900; text-transform: uppercase;
  font-size: clamp(21px, 3.75vw, 42px); /* ~75% of 28/5vw/56 */
  letter-spacing: .02em; filter: blur(3px);
  text-shadow: 0 2px 8px rgba(0,0,0,.35);
  transition: filter .3s ease, color .3s ease;
}
.home .about-link:hover .label,
.home .about-link:focus .label{
  color:#fff; filter:none;
}

/* Background blur while any homepage link is focused/hovered */
.bg-blur .page-bg{ filter: blur(6px) brightness(.92); transition: filter .3s ease; }

/* Wipe-in “typed” reveal on load for homepage labels */
.home .channel-link .label,
.home .about-link .label{
  -webkit-mask-image: linear-gradient(90deg, #000 0 0);
  -webkit-mask-size: 0% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-image: linear-gradient(90deg, #000 0 0);
          mask-size: 0% 100%;
          mask-repeat: no-repeat;
  transition: -webkit-mask-size .9s steps(24,end), mask-size .9s steps(24,end);
}
body.is-ready .home .channel-link .label,
body.is-ready .home .about-link .label{
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
/* ensure home links render above the background */
.home .home-stage { position: relative; z-index: 3; }
.home .about-link  { position: fixed; z-index: 4; }

/* typed/wipe mask: ALWAYS reveal on hover/focus too (visibility guarantee) */
.home .channel-link:hover .label,
.home .channel-link:focus .label,
.home .about-link:hover .label,
.home .about-link:focus .label{
  -webkit-mask-size: 100% 100% !important;
          mask-size: 100% 100% !important;
}
/* === HOMEPAGE LINKS: visible on load (blurred), sharpen on hover === */
/* Nuke any prior mask/wipe so text can't be hidden */
.home .channel-link .label,
.home .about-link .label{
  -webkit-mask: none !important;
          mask: none !important;
}

/* Base: visible, white @ 30%, blurred */
.home .channel-link .label,
.home .about-link .label{
  color: rgba(255,255,255,.30);
  filter: blur(3px);
  text-shadow: 0 2px 8px rgba(0,0,0,.35);
  transition: filter .28s ease, color .28s ease;
}

/* Hover/Focus: sharpen and go full white */
.home .channel-link:hover .label,
.home .channel-link:focus .label,
.home .about-link:hover .label,
.home .about-link:focus .label{
  filter: none;
  color: #fff;
}

/* Make sure links sit above the background image */
.home .home-stage{ position: relative; z-index: 3; }
.home .about-link{ position: fixed; z-index: 4; }

/* Background blur is already handled by .bg-blur on <body>; keep it */
.bg-blur .page-bg{ filter: blur(6px) brightness(.92); transition: filter .3s ease; }

.about-interview {
  background: url('/wp-content/uploads/2025/08/August.jpg') no-repeat center center fixed;
  background-size: cover;
  color: #fff; /* optional: keeps text readable */
  position: relative;
  z-index: 1;
  padding: 3rem 2rem;
  overflow: auto;
}

.about-interview::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.4); /* dark overlay for readability */
  z-index: -1;
filter: blur(8px);   /* adjust px to control intensity */
}

.about-interview::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
 // background: rgba(0,0,0,0.4); /* optional dark overlay for readability */
  z-index: -1;
}
