/*
Theme Name: Violinhop
Theme URI: https://violinhop.com
Author: Violinhop
Author URI: https://violinhop.com
Description: Dark cinematic artist and blog theme for Violinhop, an independent violin hip hop music project. Editable with WordPress core tools and no required plugins.
Version: 2.2.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: violinhop
Tags: blog, entertainment, one-column, custom-menu, custom-logo, editor-style, featured-images, threaded-comments
*/

/* ================================================================
   Fonts (loaded via the WordPress enqueue API with preconnect hints,
   but kept here as fallback so style.css alone still renders sensibly)
   ================================================================ */

:root{
  --bg:#000;
  --fg:#fff;
  --muted:rgba(255,255,255,.6);
  --border:rgba(255,255,255,.08);
  --gold:#ede6d3;
  --gold-soft:#f4efdf;
  --gold-deep:#8a8172;
  --ember:#ff4a2b;
  --radius:16px;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;background:#000;-webkit-text-size-adjust:100%}
body{
  margin:0;background:#000;color:var(--fg);
  font-family:"Inter",ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
  overflow-x:hidden;line-height:1.5;
}
img,svg,iframe{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}
::selection{background:var(--gold);color:#000}

.vh-font-display{font-family:"Instrument Serif","Times New Roman",ui-serif,Georgia,serif;font-weight:400;letter-spacing:-.015em}
.vh-font-mono{font-family:"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.02em}

.vh-container{max-width:80rem;margin:0 auto;padding:0 1.5rem}
.vh-section{position:relative;border-top:1px solid var(--border);padding:8rem 0}
.vh-section{background-image:linear-gradient(rgba(0,0,0,.9),rgba(0,0,0,.9)),var(--vh-section-bg,none);background-size:cover;background-position:center;background-attachment:fixed}
@media (min-width:768px){.vh-section{padding:10rem 0}}

.vh-eyebrow{display:flex;align-items:center;gap:.75rem;font-family:"JetBrains Mono",ui-monospace,monospace;font-size:10px;letter-spacing:.5em;text-transform:uppercase;color:rgba(255,255,255,.6);margin-bottom:1.5rem}
.vh-eyebrow::before{content:"";display:inline-block;height:1px;width:2.5rem;background:rgba(255,255,255,.3)}
.vh-h2{font-family:"Instrument Serif",serif;font-size:clamp(2.5rem,7vw,4.5rem);line-height:1.05;letter-spacing:-.015em;margin:0}

/* ================================================================
   Nav
   ================================================================ */
.vh-header{position:fixed;inset:0 0 auto 0;z-index:50;padding:1.5rem 0;transition:padding .5s ease}
.vh-header.is-scrolled{padding:.75rem 0}
.vh-nav{display:flex;align-items:center;justify-content:space-between;max-width:80rem;margin:0 auto;padding:0 1.5rem;transition:all .5s ease}
.vh-header.is-scrolled .vh-nav{max-width:min(1100px,92%);padding:.6rem 1.25rem;background:rgba(10,10,10,.75);backdrop-filter:blur(22px) saturate(160%);border:1px solid rgba(255,255,255,.06);border-radius:999px}
.vh-brand{display:flex;align-items:center;gap:.75rem}
.vh-brand-logo{width:32px;height:32px;border-radius:999px;object-fit:cover}
.vh-brand-dot{height:6px;width:6px;border-radius:999px;background:rgba(255,255,255,.85)}
.vh-brand-name{font-family:"JetBrains Mono",monospace;font-size:11px;text-transform:uppercase;letter-spacing:.42em;color:#fff}
.vh-nav-links{display:none;align-items:center;gap:2rem}
@media (min-width:768px){.vh-nav-links{display:flex}}
.vh-nav-link{position:relative;font-size:12px;letter-spacing:.25em;text-transform:uppercase;color:rgba(255,255,255,.7);transition:color .25s ease}
.vh-nav-link:hover{color:#fff}
.vh-nav-link::after{content:"";position:absolute;left:0;bottom:-4px;height:1px;width:0;background:var(--gold);transition:width .3s ease}
.vh-nav-link:hover::after{width:100%}
.vh-nav-actions{display:flex;align-items:center;gap:.75rem}
.vh-nav-cta{display:none;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.15);border-radius:999px;font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.9);transition:all .25s ease}
.vh-nav-cta:hover{border-color:var(--gold);color:var(--gold)}
@media (min-width:640px){.vh-nav-cta{display:inline-block}}
.vh-menu-toggle{display:inline-flex;padding:.5rem;border:1px solid rgba(255,255,255,.15);border-radius:999px;color:rgba(255,255,255,.85)}
@media (min-width:768px){.vh-menu-toggle{display:none}}
.vh-mobile-menu{position:fixed;inset:0;z-index:60;background:rgba(0,0,0,.95);backdrop-filter:blur(22px);opacity:0;pointer-events:none;transition:opacity .3s ease}
.vh-mobile-menu.is-open{opacity:1;pointer-events:auto}
.vh-mobile-menu-inner{display:flex;flex-direction:column;height:100%}
.vh-mobile-menu-top{display:flex;align-items:center;justify-content:space-between;padding:1.5rem}
.vh-mobile-menu-links{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-top:3rem}
.vh-mobile-menu-links a{font-family:"Instrument Serif",serif;font-size:2.25rem;letter-spacing:.02em;color:#fff;opacity:0;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease}
.vh-mobile-menu.is-open .vh-mobile-menu-links a{opacity:1;transform:translateY(0)}
.vh-mobile-menu.is-open .vh-mobile-menu-links a:nth-child(1){transition-delay:.05s}
.vh-mobile-menu.is-open .vh-mobile-menu-links a:nth-child(2){transition-delay:.1s}
.vh-mobile-menu.is-open .vh-mobile-menu-links a:nth-child(3){transition-delay:.15s}
.vh-mobile-menu.is-open .vh-mobile-menu-links a:nth-child(4){transition-delay:.2s}

/* ================================================================
   Buttons
   ================================================================ */
.vh-btn-primary{position:relative;display:inline-flex;align-items:center;gap:.5rem;overflow:hidden;border-radius:999px;background:var(--gold);color:#000;padding:.875rem 1.75rem;font-size:14px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;transition:transform .2s ease}
.vh-btn-primary:hover{transform:scale(1.03)}
.vh-btn-primary:active{transform:scale(.98)}
.vh-btn-primary::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);transform:translateX(-100%);transition:transform .7s ease}
.vh-btn-primary:hover::before{transform:translateX(100%)}
.vh-btn-primary > *{position:relative;z-index:1;display:inline-flex;align-items:center;gap:.5rem}
.vh-btn-ghost{display:inline-flex;align-items:center;gap:.5rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.02);padding:.875rem 1.75rem;font-size:14px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.9);backdrop-filter:blur(12px);transition:all .3s ease}
.vh-btn-ghost:hover{border-color:var(--gold);background:rgba(255,255,255,.05);color:var(--gold)}

/* ================================================================
   Hero
   ================================================================ */
.vh-hero{position:relative;isolation:isolate;min-height:100dvh;width:100%;overflow:hidden}
.vh-hero-bg{position:absolute;inset:0;z-index:-1;will-change:transform}
.vh-hero-bg img{height:100%;width:100%;object-fit:cover}
.vh-hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.6),rgba(0,0,0,.3),#000),radial-gradient(ellipse at center,transparent 0%,rgba(0,0,0,.7) 80%)}
.vh-hero-inner{position:relative;z-index:1;max-width:80rem;margin:0 auto;padding:8rem 1.5rem 6rem;min-height:100dvh;display:flex;flex-direction:column;justify-content:center}
.vh-hero-kicker{display:flex;align-items:center;gap:.75rem;font-family:"JetBrains Mono",monospace;font-size:10px;letter-spacing:.5em;text-transform:uppercase;color:rgba(255,255,255,.7);margin-bottom:1.5rem}
.vh-hero-kicker::before{content:"";display:inline-block;height:1px;width:2.5rem;background:rgba(255,255,255,.4)}
.vh-hero-title{font-family:"Instrument Serif",serif;font-style:italic;font-size:clamp(4.5rem,14vw,12rem);line-height:.9;letter-spacing:-.02em;margin:0;background:linear-gradient(180deg,#fff 0%,#ede6d3 55%,#8a8172 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.vh-hero-tagline{margin:2rem 0 0;max-width:36rem;font-family:"Instrument Serif",serif;font-size:clamp(1.5rem,3vw,2.25rem);line-height:1.15;color:rgba(255,255,255,.85)}
.vh-hero-tagline .vh-mute{color:rgba(255,255,255,.5)}
.vh-hero-cta{margin-top:3rem;display:flex;flex-wrap:wrap;align-items:center;gap:1rem}
.vh-hero-scroll{position:absolute;inset:auto 0 1.5rem 0;z-index:1;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:auto;height:auto;font-family:"JetBrains Mono",monospace;font-size:10px;line-height:1;letter-spacing:.4em;text-transform:uppercase;color:rgba(255,255,255,.5);transform:translateX(0)}
.vh-hero-scroll svg{animation:vh-bounce 2s infinite;color:var(--gold)}
@keyframes vh-bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}

/* Fade-in / stagger */
.vh-fade{opacity:0;transform:translateY(24px);transition:opacity 1s ease,transform 1s cubic-bezier(.22,1,.36,1)}
.vh-fade.is-in{opacity:1;transform:none}
.vh-delay-1{transition-delay:.2s}
.vh-delay-2{transition-delay:.35s}
.vh-delay-3{transition-delay:.55s}
.vh-delay-4{transition-delay:.75s}
.vh-delay-5{transition-delay:.95s}

/* Particles */
.vh-particles{pointer-events:none;position:absolute;inset:0;overflow:hidden}
.vh-particles::before{content:"";position:absolute;inset:0;opacity:.06;mix-blend-mode:overlay;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>")}
.vh-dot{position:absolute;border-radius:999px;background:#fff;opacity:.25;filter:blur(.5px);box-shadow:0 0 6px rgba(255,255,255,.35);animation:vh-float-dust var(--d,10s) ease-in-out var(--delay,0s) infinite}
@keyframes vh-float-dust{0%,100%{transform:translate(0,0);opacity:.4}50%{transform:translate(10px,-30px);opacity:.9}}

/* ================================================================
   Marquee
   ================================================================ */
.vh-marquee{position:relative;overflow:hidden;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#000;padding:2rem 0}
.vh-marquee-track{display:flex;white-space:nowrap;animation:vh-marquee 40s linear infinite}
.vh-marquee-item{margin:0 2.5rem;font-family:"Instrument Serif",serif;font-style:italic;font-size:2rem;letter-spacing:-.01em;color:rgba(255,255,255,.25)}
@media (min-width:768px){.vh-marquee-item{font-size:3rem}}
.vh-marquee-sep{margin:0 2.5rem;font-family:"Inter",sans-serif;font-style:normal;font-size:12px;vertical-align:middle;color:rgba(255,255,255,.4)}
@keyframes vh-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ================================================================
   Music
   ================================================================ */
.vh-music-header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.5rem}
.vh-music-open{display:inline-flex;align-items:center;gap:.5rem;font-size:12px;letter-spacing:.3em;text-transform:uppercase;color:rgba(255,255,255,.7);transition:color .25s ease}
.vh-music-open:hover{color:var(--gold)}
.vh-spotify-embed{margin-top:3rem;overflow:hidden;border-radius:var(--radius);border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.02)}
.vh-spotify-embed iframe{display:block;width:100%;height:480px;border:0}

.vh-releases{margin-top:4rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}
.vh-release{position:relative;display:block;overflow:hidden;border-radius:var(--radius);border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02);transition:transform .5s cubic-bezier(.22,1,.36,1),border-color .5s ease}
.vh-release:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.25)}
.vh-release-art{aspect-ratio:1;overflow:hidden;background:#111}
.vh-release-art img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.22,1,.36,1)}
.vh-release:hover .vh-release-art img{transform:scale(1.06)}
.vh-release-body{padding:1.25rem 1.25rem 1.5rem}
.vh-release-title{font-family:"Instrument Serif",serif;font-size:1.5rem;line-height:1.1;color:#fff;margin:0}
.vh-release-links{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem}
.vh-release-link{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.7);transition:all .25s ease}
.vh-release-link:hover{border-color:rgba(255,255,255,.4);color:#fff}
.vh-release-link svg{width:16px;height:16px}

.vh-platforms{margin-top:2.5rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}
.vh-platform{position:relative;display:block;height:100%;overflow:hidden;border-radius:var(--radius);border:1px solid rgba(255,255,255,.1);background:linear-gradient(to bottom,rgba(255,255,255,.04),rgba(255,255,255,.01));padding:2rem;transition:transform .5s ease,border-color .5s ease}
.vh-platform:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.25)}
.vh-platform-glow{position:absolute;inset:0;z-index:-1;opacity:0;transition:opacity .7s ease;background:radial-gradient(400px circle at 50% -20%,var(--brand,#fff)26,transparent 60%)}
.vh-platform:hover .vh-platform-glow{opacity:1}
.vh-platform-icon{width:36px;height:36px;color:var(--brand,#fff)}
.vh-platform-name{margin-top:2rem;font-family:"Instrument Serif",serif;font-size:1.875rem;color:#fff}
.vh-platform-cta{margin-top:2.5rem;display:flex;align-items:center;justify-content:space-between;font-size:12px;letter-spacing:.3em;text-transform:uppercase;color:rgba(255,255,255,.6);transition:color .25s ease}
.vh-platform:hover .vh-platform-cta{color:#fff}

.vh-subhead{margin-top:6rem;font-family:"Instrument Serif",serif;font-size:2rem;line-height:1.1;color:#fff}
@media (min-width:768px){.vh-subhead{font-size:2.5rem}}
.vh-subhead + p{margin-top:.75rem;max-width:36rem;font-size:14px;color:rgba(255,255,255,.55)}

/* ================================================================
   Videos
   ================================================================ */
.vh-videos-grid{margin-top:4rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}
.vh-video{display:block}
.vh-video-thumb{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:var(--radius);border:1px solid rgba(255,255,255,.1);background:#111}
.vh-video-thumb img{width:100%;height:100%;object-fit:cover;opacity:.8;transition:transform .7s ease,opacity .7s ease}
.vh-video:hover .vh-video-thumb img{transform:scale(1.05);opacity:1}
.vh-video-thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,#000,transparent)}
.vh-video-play{position:absolute;inset:0;display:grid;place-items:center}
.vh-video-play span{display:grid;place-items:center;width:64px;height:64px;border-radius:999px;border:1px solid rgba(237,230,211,.4);background:rgba(0,0,0,.4);backdrop-filter:blur(12px);transition:transform .3s ease,border-color .3s ease}
.vh-video:hover .vh-video-play span{transform:scale(1.1);border-color:var(--gold)}
.vh-video-play svg{color:var(--gold);fill:currentColor}
.vh-video-title{margin-top:1rem;font-family:"Instrument Serif",serif;font-size:1.25rem;color:rgba(255,255,255,.9);transition:color .25s ease}
.vh-video:hover .vh-video-title{color:var(--gold)}
.vh-videos-empty{margin-top:4rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;overflow:hidden;border-radius:var(--radius);border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.02);padding:6rem 1.5rem;text-align:center;transition:all .5s ease}
.vh-videos-empty:hover{border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.04)}
.vh-videos-empty h3{margin:0;font-family:"Instrument Serif",serif;font-size:2rem;color:#fff}
.vh-videos-empty p{margin:.75rem auto 0;max-width:28rem;font-size:14px;color:rgba(255,255,255,.55)}

/* ================================================================
   About
   ================================================================ */
.vh-about-grid{display:grid;gap:4rem;grid-template-columns:1fr}
@media (min-width:768px){.vh-about-grid{grid-template-columns:5fr 7fr}}
.vh-about-text p{margin:0;font-size:1.125rem;line-height:1.7;color:rgba(255,255,255,.8)}
.vh-about-text p + p{margin-top:1.5rem;font-size:1rem;color:rgba(255,255,255,.6)}
.vh-genres{margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;gap:.5rem}
.vh-genre{border-radius:999px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03);padding:.4rem .9rem;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.7)}

/* ================================================================
   Contact
   ================================================================ */
.vh-contact-grid{display:grid;gap:4rem;grid-template-columns:1fr}
@media (min-width:768px){.vh-contact-grid{grid-template-columns:5fr 7fr}}
.vh-contact-follow{margin-top:2.5rem}
.vh-contact-follow-label{font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:rgba(255,255,255,.4)}
.vh-contact-chips{margin-top:1.25rem;display:flex;flex-wrap:wrap;gap:.75rem}
.vh-contact-chip{display:inline-flex;align-items:center;gap:.5rem;border-radius:999px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.02);padding:.6rem 1rem;font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.8);transition:all .25s ease}
.vh-contact-chip:hover{border-color:rgba(255,255,255,.4);color:#fff}
.vh-contact-chip svg{width:16px;height:16px;color:var(--brand,#fff)}
.vh-form{background:rgba(18,18,18,.55);backdrop-filter:blur(18px) saturate(140%);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);padding:2rem}
@media (min-width:768px){.vh-form{padding:2.5rem}}
.vh-form-row{display:grid;gap:1.25rem;grid-template-columns:1fr}
@media (min-width:640px){.vh-form-row{grid-template-columns:1fr 1fr}}
.vh-field{display:block}
.vh-field-label{display:block;font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:rgba(255,255,255,.5)}
.vh-field input,.vh-field textarea{width:100%;background:transparent;border:0;border-bottom:1px solid rgba(255,255,255,.15);padding:.75rem 0;color:#fff;font:inherit;outline:none;transition:border-color .25s ease}
.vh-field input::placeholder,.vh-field textarea::placeholder{color:rgba(255,255,255,.3)}
.vh-field input:focus,.vh-field textarea:focus{border-color:var(--gold)}
.vh-field textarea{margin-top:.5rem;resize:none}
.vh-form-submit{margin-top:2rem;display:flex;justify-content:flex-end}
.vh-form-status{margin-top:1rem;font-size:14px}
.vh-form-status.is-success{color:#7ee082}
.vh-form-status.is-error{color:#ff8a7a}

/* ================================================================
   Footer
   ================================================================ */
.vh-footer{position:relative;overflow:hidden;border-top:1px solid var(--border);background:#000}
.vh-footer-inner{max-width:80rem;margin:0 auto;padding:5rem 1.5rem}
.vh-footer-grid{display:grid;gap:3rem;grid-template-columns:1fr}
@media (min-width:768px){.vh-footer-grid{grid-template-columns:6fr 3fr 3fr}}
.vh-footer-brand{display:flex;align-items:center;gap:.75rem}
.vh-footer-brand-word{font-family:"Instrument Serif",serif;font-style:italic;font-size:2.25rem;letter-spacing:-.01em;color:#fff}
.vh-footer-tagline{margin:1.5rem 0 0;max-width:24rem;font-size:14px;line-height:1.6;color:rgba(255,255,255,.5)}
.vh-footer-heading{font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:rgba(255,255,255,.4);margin:0}
.vh-footer-list{margin:1.25rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.75rem;font-size:14px;color:rgba(255,255,255,.7)}
.vh-footer-list a{transition:color .25s ease}
.vh-footer-list a:hover{color:var(--gold)}
.vh-footer-listen a{display:inline-flex;align-items:center;gap:.5rem}
.vh-footer-listen svg{width:16px;height:16px;color:var(--brand,#fff)}
.vh-footer-bottom{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:1rem;align-items:flex-start;justify-content:space-between;font-size:11px;letter-spacing:.25em;text-transform:uppercase;color:rgba(255,255,255,.4)}
@media (min-width:640px){.vh-footer-bottom{flex-direction:row;align-items:center}}
.vh-footer-social{display:flex;align-items:center;gap:.75rem}
.vh-footer-social a{transition:transform .25s ease}
.vh-footer-social a:hover{transform:scale(1.1)}
.vh-footer-social svg{width:16px;height:16px;color:var(--brand,#fff)}
.vh-footer-glow{position:absolute;inset:auto 0 -160px 0;height:320px;opacity:.4;pointer-events:none;background:radial-gradient(600px 200px at 50% 0%,rgba(255,255,255,.1),transparent 70%)}

/* Reduce motion */
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}
  .vh-fade{opacity:1;transform:none}
}

/* ================================================================
   Icon sizing — scoped per context to match the React version.
   SVGs are rendered inline without width/height attributes; without
   these rules browsers fall back to the ~300×150 SVG default and
   icons render oversized. Do NOT add a global `svg { width: ... }`.
   ================================================================ */
.vh-btn-primary svg{width:16px;height:16px;flex:none}
.vh-btn-ghost svg{width:14px;height:14px;flex:none}
.vh-hero-scroll{font-size:10px !important;line-height:1 !important;gap:6px !important;transform:none}
.vh-hero-scroll svg,
a.vh-hero-scroll > svg{display:block;width:14px !important;height:18px !important;min-width:14px !important;max-width:14px !important;min-height:18px !important;max-height:18px !important;flex:0 0 18px;transform:none !important;font-size:10px}
.vh-menu-toggle svg{width:18px;height:18px;flex:none}
.vh-mobile-menu-top .vh-brand-dot + *,
.vh-mobile-menu-top .vh-menu-toggle svg{width:20px;height:20px}
.vh-music-open{display:inline-flex;align-items:center;gap:.4rem}
.vh-music-open svg{width:14px;height:14px;flex:none}
.vh-video-play svg{width:26px;height:26px;flex:none;margin-left:2px}
.vh-videos-empty-icon{width:48px;height:48px;color:#ff0033;flex:none}
.vh-form-submit .vh-btn-primary svg{width:14px;height:14px}
.vh-contact-chip svg,
.vh-footer-listen svg,
.vh-footer-social svg{flex:none}

/* ================================================================
   Platform card CTA arrow — hard-scoped so no WP/global rule wins.
   Target sizes: 24px desktop, 22px tablet, 20px mobile.
   ================================================================ */
.vh-platform-card__action{display:inline-flex;align-items:center;gap:10px}
.vh-platform-card__arrow,
.vh-platform-card__arrow svg,
.vh-platform .vh-platform-cta svg{
	width:24px !important;
	height:24px !important;
	min-width:24px !important;
	min-height:24px !important;
	max-width:24px !important;
	max-height:24px !important;
	flex:0 0 24px;
	transform:none !important;
	display:inline-block;
	vertical-align:middle;
}
.vh-platform-cta{gap:12px;align-items:center;flex-wrap:nowrap;white-space:nowrap}
.vh-platform-cta-label{letter-spacing:.3em;text-transform:uppercase;font-size:12px}
@media (max-width:1024px){
	.vh-platform-card__arrow,
	.vh-platform-card__arrow svg,
	.vh-platform .vh-platform-cta svg{width:22px !important;height:22px !important;min-width:22px !important;min-height:22px !important;max-width:22px !important;max-height:22px !important;flex-basis:22px}
}
@media (max-width:640px){
	.vh-platform-card__arrow,
	.vh-platform-card__arrow svg,
	.vh-platform .vh-platform-cta svg{width:20px !important;height:20px !important;min-width:20px !important;min-height:20px !important;max-width:20px !important;max-height:20px !important;flex-basis:20px}
}

/* Contact — compact text links (no oversized chips) */
.vh-contact-links{margin-top:1rem;display:flex;flex-wrap:wrap;gap:1.25rem;row-gap:.6rem}
.vh-contact-link{font-size:12px;letter-spacing:.25em;text-transform:uppercase;color:rgba(255,255,255,.7);border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:2px;transition:color .25s ease,border-color .25s ease}
.vh-contact-link:hover{color:var(--brand,#fff);border-color:var(--brand,#fff)}

/* Social row — Instagram/Facebook only. Small, subtle. */
.vh-social-follow{margin-top:1.75rem}
.vh-social-row{margin-top:.75rem;display:inline-flex;align-items:center;gap:.85rem}
.vh-social-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.02);color:rgba(255,255,255,.85);transition:transform .25s ease,border-color .25s ease,color .25s ease,background .25s ease}
.vh-social-btn:hover{transform:translateY(-2px);border-color:var(--brand,#fff);color:var(--brand,#fff);background:rgba(255,255,255,.04)}
.vh-social-btn svg{width:22px !important;height:22px !important;min-width:22px;min-height:22px;max-width:22px;max-height:22px;flex:0 0 22px;transform:none !important;display:block}
.vh-social-btn img{width:22px;height:22px;object-fit:contain;display:block}
@media (max-width:640px){
	.vh-social-btn{width:36px;height:36px}
	.vh-social-btn svg,.vh-social-btn img{width:20px !important;height:20px !important;min-width:20px;min-height:20px;max-width:20px;max-height:20px;flex-basis:20px}
}

/* Footer compact social row: one line, all brands + separator */
.vh-footer-social{display:inline-flex;align-items:center;gap:.9rem;flex-wrap:wrap}
.vh-footer-social a{display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,.75);transition:color .25s ease,transform .25s ease}
.vh-footer-social a:hover{color:var(--brand,#fff);transform:translateY(-1px)}
.vh-footer-social svg{width:18px !important;height:18px !important;min-width:18px;min-height:18px;max-width:18px;max-height:18px;flex:0 0 18px;transform:none !important;display:block}
.vh-footer-social img{width:18px;height:18px;object-fit:contain;display:block}
.vh-footer-social-sep{display:inline-block;width:1px;height:16px;background:rgba(255,255,255,.18)}
@media (max-width:640px){
	.vh-footer-social svg,.vh-footer-social img{width:16px !important;height:16px !important;min-width:16px;min-height:16px;max-width:16px;max-height:16px;flex-basis:16px}
}
.vh-videos-empty-cta{display:inline-flex;align-items:center;gap:.5rem;font-size:12px;letter-spacing:.3em;text-transform:uppercase;color:rgba(255,255,255,.7)}
.vh-videos-empty-cta svg{width:14px;height:14px;flex:none}


/* Platform icon wrapper — supports custom uploaded icons + bg color. */
.vh-platform-icon-wrap{
	display:inline-flex;align-items:center;justify-content:center;
	border-radius:12px;overflow:hidden;
}
.vh-platform-icon-img{
	max-width:100%;max-height:100%;width:100%;height:100%;
	object-fit:contain;object-position:center;display:block;
}
.vh-platform-icon-wrap .vh-platform-icon{width:100%;height:100%}

/* About image */
.vh-about-image{margin-top:1.5rem;border-radius:var(--radius);overflow:hidden;border:1px solid rgba(255,255,255,.08)}
.vh-about-image img{display:block;width:100%;height:auto;object-fit:cover}

/* Shop section — manual product grid */
.vh-section-shop{position:relative;overflow-x:hidden}
.vh-shop-subtitle{margin-top:1rem;max-width:44rem;color:rgba(255,255,255,.6);font-size:1rem;line-height:1.6}
.vh-shop-grid{margin-top:2.5rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}
.vh-shop-empty{margin-top:2rem;padding:1.5rem;border:1px dashed rgba(255,255,255,.14);border-radius:var(--radius);color:rgba(255,255,255,.55);font-size:.9rem}
.vh-product{display:flex;flex-direction:column;text-decoration:none;color:inherit;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);overflow:hidden;transition:transform .5s ease,border-color .3s ease,background .3s ease}
.vh-product:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.04)}
.vh-product__media{aspect-ratio:1/1;overflow:hidden;background:#0b0b0b}
.vh-product__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s ease}
.vh-product:hover .vh-product__media img{transform:scale(1.04)}
.vh-product__meta{padding:1rem 1.1rem 1.15rem;display:flex;flex-direction:column;gap:.35rem}
.vh-product__title{font-family:var(--font-serif,serif);font-size:1.05rem;font-weight:500;line-height:1.3;margin:0;color:#fff}
.vh-product__price{margin:0;color:rgba(255,255,255,.65);font-size:.85rem;letter-spacing:.02em}
.vh-product__cta{margin-top:.4rem;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.55);transition:color .3s ease}
.vh-product:hover .vh-product__cta{color:#fff}
.vh-shop-cta{margin-top:2.5rem;display:flex;justify-content:center}
@media (max-width:1024px){.vh-shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:768px){.vh-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}
@media (max-width:480px){.vh-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.vh-product__meta{padding:.85rem .9rem 1rem}.vh-product__title{font-size:.95rem}}


/* ================================================================
   v1.5.0 — unified brand-icon renderer (violinhop_render_platform_icon)
   Uploaded icons (SVG/PNG/WebP) preserve aspect ratio and never crop;
   inline SVG fallbacks inherit currentColor and the same box sizing.
   ================================================================ */
.vh-brand-icon{display:inline-flex;align-items:center;justify-content:center;line-height:0;flex:0 0 auto}
.vh-brand-icon--custom{display:block;object-fit:contain;object-position:center;max-width:100%;max-height:100%;background:transparent}
.vh-brand-icon--svg{display:inline-flex}
.vh-brand-icon--svg svg{width:100% !important;height:100% !important;display:block}

/* Contact + footer inherit their existing button sizing; the renderer
   only controls the icon box, not the surrounding chip/circle. */
.vh-social-btn .vh-brand-icon,
.vh-footer-social a .vh-brand-icon{pointer-events:none}

/* ================================================================
   v1.6.0 — Featured Releases, richer Video cards, Press Kit,
            Consent checkbox, Loading spinner, Legal footer.
   ================================================================ */

/* Featured Releases */
.vh-releases-sub{margin:1rem 0 0;max-width:44rem;color:rgba(255,255,255,.6);font-size:1rem;line-height:1.6}
.vh-releases-grid{margin-top:2.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,minmax(0,1fr))}
@media (max-width:1024px){.vh-releases-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.vh-releases-grid{grid-template-columns:1fr;gap:1.1rem}}
.vh-release-card{display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);background:rgba(255,255,255,.02);overflow:hidden;transition:transform .5s ease,border-color .3s ease,background .3s ease}
.vh-release-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.04)}
.vh-release-card__art{display:block;aspect-ratio:1/1;overflow:hidden;background:#0b0b0b}
.vh-release-card__art img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s ease}
.vh-release-card:hover .vh-release-card__art img{transform:scale(1.04)}
.vh-release-card__body{padding:1.15rem 1.2rem 1.25rem;display:flex;flex-direction:column;gap:.5rem}
.vh-release-card__meta{display:flex;align-items:center;gap:.6rem;font-family:"JetBrains Mono",monospace;font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:rgba(255,255,255,.5)}
.vh-release-card__title{margin:0;font-family:"Instrument Serif",serif;font-size:1.35rem;line-height:1.2;color:#fff}
.vh-release-card__desc{margin:0;color:rgba(255,255,255,.6);font-size:.9rem;line-height:1.55}
.vh-release-card__actions{margin-top:.6rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.vh-release-card__listen{display:inline-flex;align-items:center;gap:.4rem;font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:rgba(255,255,255,.85);border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:2px;transition:color .25s ease,border-color .25s ease}
.vh-release-card__listen:hover{color:var(--gold);border-color:var(--gold)}
.vh-release-card__listen svg{width:12px !important;height:12px !important;flex:none}
.vh-release-card__links{display:inline-flex;align-items:center;gap:.65rem}
.vh-release-card__links a{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:rgba(255,255,255,.7);transition:color .25s ease,transform .25s ease}
.vh-release-card__links a:hover{color:var(--brand,#fff);transform:translateY(-1px)}

/* Video cards enriched */
.vh-video-body{padding:.85rem 0 0}
.vh-video-desc{margin:.35rem 0 0;color:rgba(255,255,255,.55);font-size:.85rem;line-height:1.5}
.vh-video-cta{margin-top:.6rem;display:inline-flex;align-items:center;gap:.4rem;font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:rgba(255,255,255,.7)}
.vh-video-cta svg{width:12px !important;height:12px !important;flex:none}

/* Press kit button */
.vh-presskit{margin-top:2rem;display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.1rem;border:1px solid rgba(255,255,255,.18);border-radius:999px;font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:rgba(255,255,255,.85);background:rgba(255,255,255,.02);transition:all .25s ease}
.vh-presskit:hover{border-color:var(--gold);color:var(--gold)}
.vh-presskit svg{width:12px;height:12px;flex:none}

/* Consent + form loading */
.vh-consent{margin-top:1.25rem;display:flex;align-items:flex-start;gap:.65rem;font-size:.82rem;line-height:1.55;color:rgba(255,255,255,.65);cursor:pointer}
.vh-consent input[type=checkbox]{margin-top:3px;width:16px;height:16px;accent-color:var(--gold);flex:none}
.vh-consent a{color:#fff;text-decoration:underline;text-underline-offset:2px}
.vh-contact-intro{margin-top:1.5rem;max-width:28rem;color:rgba(255,255,255,.6)}

.vh-btn-primary{position:relative}
.vh-btn-primary .vh-btn-spinner{display:none;width:14px;height:14px;border-radius:999px;border:2px solid rgba(0,0,0,.25);border-top-color:#000;animation:vh-spin .8s linear infinite;margin-left:.5rem}
.vh-btn-primary.is-loading .vh-btn-label{opacity:.55}
.vh-btn-primary.is-loading .vh-btn-spinner{display:inline-block}
.vh-btn-primary:disabled{opacity:.85;cursor:progress}
@keyframes vh-spin{to{transform:rotate(360deg)}}

/* Legal footer row */
.vh-footer-legal{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1.25rem;font-size:11px;letter-spacing:.25em;text-transform:uppercase}
.vh-footer-legal a,.vh-footer-cookie-button{color:rgba(255,255,255,.55);transition:color .25s ease}
.vh-footer-legal a:hover,.vh-footer-cookie-button:hover{color:#fff}
.vh-footer-cookie-button{padding:0;border:0;background:none;font:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer}
.vh-footer-bottom{gap:1.25rem;flex-wrap:wrap}
@media (min-width:900px){.vh-footer-bottom{flex-direction:row;align-items:center;justify-content:space-between}}

/* Mobile menu — auto-space when many links (Music, Releases, Videos, About, Shop, Contact) */
.vh-mobile-menu-links{gap:1.5rem}
.vh-mobile-menu-links a{font-size:2rem}
@media (max-height:720px){.vh-mobile-menu-links{gap:1.15rem;margin-top:1.5rem}.vh-mobile-menu-links a{font-size:1.6rem}}

/* ================================================================
   v2.1 — Blog, content templates, legal pages and accessibility
   ================================================================ */
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus,.vh-skip-link:focus{position:fixed!important;top:1rem;left:1rem;z-index:1000;width:auto;height:auto;margin:0;clip:auto;overflow:visible;white-space:normal;padding:.75rem 1rem;border-radius:8px;background:#fff;color:#000;font:600 14px/1.2 "Inter",sans-serif}
.vh-skip-link{position:fixed;left:-9999px;top:0;z-index:1000}
:where(a,button,input,textarea,select):focus-visible{outline:2px solid var(--gold);outline-offset:4px}
.vh-field input:focus-visible,.vh-field textarea:focus-visible{outline:2px solid var(--gold);outline-offset:5px;border-color:var(--gold)}

.vh-page-hero,.vh-article-header{padding:10rem 0 4.5rem;border-bottom:1px solid var(--border);background:radial-gradient(700px 350px at 20% 0%,rgba(237,230,211,.08),transparent 70%)}
.vh-blog-hero{padding-bottom:5.5rem}
.vh-reading-width{max-width:52rem}
.vh-page-title,.vh-article-title{margin:0;max-width:58rem;font-family:"Instrument Serif",serif;font-weight:400;letter-spacing:-.02em;line-height:.98;color:#fff}
.vh-page-title{font-size:clamp(3rem,8vw,6rem)}
.vh-article-title{font-size:clamp(2.75rem,7vw,5.5rem)}
.vh-page-intro{max-width:44rem;margin:1.5rem 0 0;color:rgba(255,255,255,.68);font-size:clamp(1rem,2vw,1.2rem);line-height:1.7}
.vh-page-intro p{margin:0}
.vh-content-section{padding:5rem 0 8rem}
.vh-entry-featured{margin-top:3rem}
.vh-entry-featured img{width:100%;height:auto;max-height:760px;object-fit:cover;border-radius:var(--radius);border:1px solid var(--border)}
.vh-entry-updated{margin:1.25rem 0 0;color:rgba(255,255,255,.5);font-size:.85rem}

.vh-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem;margin:0 0 2rem;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.55)}
.vh-breadcrumbs a:hover{color:var(--gold)}
.vh-article-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.65rem;margin-top:1.5rem;color:rgba(255,255,255,.55);font-size:.82rem}
.vh-article-meta a{color:rgba(255,255,255,.8)}

.vh-prose{font-size:1.0625rem;line-height:1.85;color:rgba(255,255,255,.78)}
.vh-prose>*:first-child{margin-top:0}
.vh-prose h2,.vh-prose h3,.vh-prose h4{font-family:"Instrument Serif",serif;font-weight:400;line-height:1.15;color:#fff;scroll-margin-top:7rem}
.vh-prose h2{margin:3.5rem 0 1.2rem;font-size:clamp(2rem,5vw,3rem)}
.vh-prose h3{margin:2.75rem 0 1rem;font-size:clamp(1.5rem,4vw,2.1rem)}
.vh-prose h4{margin:2rem 0 .8rem;font-size:1.35rem}
.vh-prose p,.vh-prose ul,.vh-prose ol,.vh-prose blockquote{margin:0 0 1.5rem}
.vh-prose a{color:var(--gold);text-decoration:underline;text-underline-offset:3px}
.vh-prose img{height:auto;border-radius:12px}
.vh-prose blockquote{padding:1.5rem 0 1.5rem 1.5rem;border-left:2px solid var(--gold);font-family:"Instrument Serif",serif;font-size:1.5rem;color:#fff}
.vh-prose code{padding:.15em .4em;border-radius:4px;background:rgba(255,255,255,.08);font-family:"JetBrains Mono",monospace;font-size:.9em}
.vh-prose pre{overflow:auto;padding:1.25rem;border:1px solid var(--border);border-radius:10px;background:#0c0c0c}
.vh-prose pre code{padding:0;background:none}
.vh-prose .alignwide{width:min(70rem,calc(100vw - 3rem));max-width:none;margin-left:50%;transform:translateX(-50%)}
.vh-prose .alignfull{width:100vw;max-width:none;margin-left:50%;transform:translateX(-50%)}

.vh-section-heading-row{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}
.vh-blog-intro{max-width:46rem;margin:1.25rem 0 0;color:rgba(255,255,255,.62);line-height:1.7}
.vh-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}
.vh-post-grid--preview{margin-top:3rem}
.vh-post-card{min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:rgba(255,255,255,.025);transition:transform .35s ease,border-color .35s ease}
.vh-post-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.2)}
.vh-post-card__media{display:block;aspect-ratio:16/9;overflow:hidden;background:#101010}
.vh-post-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}
.vh-post-card:hover .vh-post-card__media img{transform:scale(1.045)}
.vh-post-card__placeholder{display:block;width:100%;height:100%;background:radial-gradient(circle at 25% 20%,rgba(237,230,211,.15),transparent 40%),linear-gradient(135deg,#151515,#050505)}
.vh-post-card__body{padding:1.4rem 1.4rem 1.6rem}
.vh-post-card__meta{display:flex;align-items:center;flex-wrap:wrap;gap:.65rem;font:10px/1.5 "JetBrains Mono",monospace;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.45)}
.vh-post-card__meta a:hover{color:var(--gold)}
.vh-post-card__title{margin:1rem 0 0;font-family:"Instrument Serif",serif;font-size:1.65rem;font-weight:400;line-height:1.15;color:#fff}
.vh-post-card__title a:hover{color:var(--gold)}
.vh-post-card__excerpt{margin:.85rem 0 0;color:rgba(255,255,255,.58);font-size:.9rem;line-height:1.65}
.vh-post-card__link{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.2rem;font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.78)}
.vh-post-card__link:hover{color:var(--gold)}
.vh-post-card__link svg{width:12px;height:12px}
.vh-blog-empty,.vh-content-empty{margin-top:3rem;padding:2rem;border:1px dashed rgba(255,255,255,.15);border-radius:var(--radius);color:rgba(255,255,255,.6)}
.vh-blog-empty a,.vh-content-empty a{color:var(--gold)}

.vh-search-form{display:flex;max-width:40rem;margin-top:2rem;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.025);overflow:hidden}
.vh-search-form input{min-width:0;flex:1;padding:.9rem 1.2rem;border:0;background:transparent;color:#fff;font:inherit}
.vh-search-form input::placeholder{color:rgba(255,255,255,.38)}
.vh-search-form button{padding:.9rem 1.25rem;background:var(--gold);color:#000;font-size:11px;font-weight:600;letter-spacing:.15em;text-transform:uppercase}

.vh-pagination{margin-top:4rem}
.vh-pagination ul{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none}
.vh-pagination a,.vh-pagination .current{display:grid;place-items:center;min-width:42px;height:42px;padding:0 .75rem;border:1px solid rgba(255,255,255,.14);border-radius:999px;font-size:.78rem}
.vh-pagination a:hover,.vh-pagination .current{border-color:var(--gold);color:var(--gold)}

.post-navigation{margin:2rem 0 6rem;padding-top:2rem;border-top:1px solid var(--border)}
.post-navigation .nav-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}
.post-navigation a{display:flex;flex-direction:column;gap:.4rem;padding:1.25rem;border:1px solid var(--border);border-radius:12px}
.post-navigation .nav-next{text-align:right}
.post-navigation span{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.45)}
.post-navigation strong{font-family:"Instrument Serif",serif;font-size:1.2rem;font-weight:400}
.post-navigation a:hover{border-color:var(--gold);color:var(--gold)}
.vh-entry-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.78rem}
.vh-entry-tags span{margin-right:.5rem;text-transform:uppercase;letter-spacing:.16em;color:rgba(255,255,255,.45)}
.vh-entry-tags a{padding:.35rem .7rem;border:1px solid var(--border);border-radius:999px;text-decoration:none}
.vh-related{padding:6rem 0;border-top:1px solid var(--border)}
.vh-section-title{margin:0 0 2rem;font-family:"Instrument Serif",serif;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:400}

.vh-comments{padding:5rem 0;border-top:1px solid var(--border)}
.vh-comments-title,.comment-reply-title{font-family:"Instrument Serif",serif;font-size:2rem;font-weight:400}
.vh-comment-list{margin:2rem 0;padding:0;list-style:none}
.vh-comment-list .comment-body{margin-bottom:1.25rem;padding:1.25rem;border:1px solid var(--border);border-radius:12px;background:rgba(255,255,255,.02)}
.vh-comment-list .comment-meta{font-size:.78rem;color:rgba(255,255,255,.5)}
.vh-comment-list .comment-content{margin-top:1rem;color:rgba(255,255,255,.75)}
.comment-form input:not([type=checkbox]),.comment-form textarea{width:100%;padding:.8rem;border:1px solid rgba(255,255,255,.15);border-radius:8px;background:#080808;color:#fff;font:inherit}
.comment-form .submit{padding:.75rem 1.25rem;border:0;border-radius:999px;background:var(--gold);color:#000;font-weight:600}

.vh-legal-review{margin:0 0 2.5rem;padding:1.25rem;border:1px solid #d6a63b;border-radius:10px;background:rgba(214,166,59,.08);color:#f5d98c}
.vh-error-page{min-height:75vh;display:flex;align-items:center;padding:9rem 0 6rem;text-align:center}
.vh-error-page .vh-search-form{margin:2rem auto}
.vh-error-page .vh-btn-primary{margin-top:1rem}
.vh-error-code{margin:0;font:400 clamp(6rem,22vw,14rem)/.75 "Instrument Serif",serif;color:rgba(255,255,255,.08)}

.vh-cookie-banner{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:90;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;max-width:74rem;margin:auto;padding:1.25rem;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:rgba(8,8,8,.97);box-shadow:0 20px 60px rgba(0,0,0,.55);backdrop-filter:blur(18px)}
.vh-cookie-banner__copy{max-width:45rem}
.vh-cookie-banner h2{margin:0 0 .35rem;font-family:"Instrument Serif",serif;font-size:1.45rem;font-weight:400;color:#fff}
.vh-cookie-banner p{margin:0;color:rgba(255,255,255,.72);font-size:.85rem;line-height:1.55}
.vh-cookie-error{color:#ffb8b8!important;font-weight:500}
.vh-cookie-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem!important}
.vh-cookie-links a{color:var(--gold);text-decoration:underline;text-underline-offset:2px}
.vh-cookie-banner__actions,.vh-cookie-dialog__actions{display:flex;flex-wrap:wrap;gap:.65rem;flex:none}
.vh-cookie-action{min-height:42px;padding:.65rem 1rem;border:1px solid var(--gold);border-radius:999px;background:var(--gold);color:#000;font:600 11px/1 "Inter",sans-serif;letter-spacing:.08em;cursor:pointer}
.vh-cookie-action--secondary{border-color:rgba(255,255,255,.28);background:transparent;color:#fff}
.vh-cookie-action:hover{filter:brightness(1.08)}

.vh-cookie-dialog[hidden]{display:none!important}
.vh-cookie-dialog{position:fixed;inset:0;z-index:110;display:grid;place-items:center;padding:1rem}
.vh-cookie-dialog__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(8px)}
.vh-cookie-dialog__panel{position:relative;z-index:1;width:min(100%,42rem);max-height:calc(100vh - 2rem);overflow:auto;padding:clamp(1.4rem,4vw,2.25rem);border:1px solid rgba(255,255,255,.18);border-radius:18px;background:#090909;box-shadow:0 24px 90px rgba(0,0,0,.75)}
.vh-cookie-dialog__panel>h2{margin:.35rem 2.5rem .5rem 0;font-family:"Instrument Serif",serif;font-size:clamp(2rem,6vw,3rem);font-weight:400;color:#fff}
.vh-cookie-dialog__panel>p:not(.vh-eyebrow){margin:0 0 1.5rem;color:rgba(255,255,255,.68);line-height:1.65}
.vh-cookie-dialog__close{position:absolute;top:1rem;right:1rem;display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:transparent;color:#fff;font-size:1.6rem;line-height:1;cursor:pointer}
.vh-cookie-category{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;margin-top:.75rem;padding:1rem;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.025)}
.vh-cookie-category h3,.vh-cookie-category strong{margin:0;color:#fff;font-size:.95rem}
.vh-cookie-category p,.vh-cookie-category small{display:block;margin:.3rem 0 0;color:rgba(255,255,255,.58);font-size:.8rem;line-height:1.5}
.vh-cookie-category>strong{flex:none;color:var(--gold);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}
.vh-cookie-category input[type=checkbox]{width:22px;height:22px;flex:none;accent-color:var(--gold);cursor:pointer}
.vh-cookie-dialog__actions{margin-top:1.5rem}

.vh-external-media-placeholder{display:flex;min-height:310px;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;background:radial-gradient(circle at 50% 20%,rgba(237,230,211,.1),transparent 55%),#080808}
.vh-external-media-placeholder h3{margin:.5rem 0;font-family:"Instrument Serif",serif;font-size:clamp(2rem,5vw,3rem);font-weight:400;color:#fff}
.vh-external-media-placeholder>p:not(.vh-eyebrow){max-width:34rem;margin:.25rem auto 1.25rem;color:rgba(255,255,255,.62);line-height:1.65}

@media (max-width:900px){
  .vh-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vh-section{background-attachment:scroll}
}
@media (max-width:640px){
  .vh-page-hero,.vh-article-header{padding:8rem 0 3.5rem}
  .vh-content-section{padding:3.5rem 0 6rem}
  .vh-post-grid{grid-template-columns:1fr}
  .vh-section-heading-row{align-items:flex-start;flex-direction:column}
  .post-navigation .nav-links{grid-template-columns:1fr}
  .post-navigation .nav-next{text-align:left}
  .vh-search-form{border-radius:12px;align-items:stretch}
  .vh-search-form button{padding:.8rem}
  .vh-cookie-banner{align-items:stretch;flex-direction:column}
  .vh-cookie-banner__actions{display:grid;grid-template-columns:1fr 1fr}
  .vh-cookie-banner__actions .vh-cookie-action--secondary{grid-column:1/-1}
  .vh-cookie-dialog__actions{display:grid;grid-template-columns:1fr}
  .vh-cookie-category{align-items:flex-start}
}
