:root{
  --black:#030303;
  --near:#090909;
  --ink:#f7f3ea;
  --muted:#b9b0a2;
  --dim:#746f66;
  --gold:#d5aa53;
  --gold-2:#f0cf7a;
  --signal:#d5aa53;
  --panel:rgba(9,9,9,.72);
  --line:rgba(213,170,83,.28);
  --white:#fff;
  --max:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--black);
  font-family:"DM Sans",system-ui,sans-serif;
  line-height:1.55;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  background:
    linear-gradient(90deg,rgba(213,170,83,.035) 1px,transparent 1px) 0 0/96px 100%,
    linear-gradient(180deg,rgba(255,255,255,.025) 1px,transparent 1px) 0 0/100% 88px;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{width:min(calc(100% - 40px),var(--max));margin:auto}

.site-header{
  position:fixed;
  inset:0 0 auto;
  z-index:50;
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  padding:16px clamp(20px,4vw,60px);
  background:rgba(0,0,0,.76);
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(16px);
}
.brand{display:inline-flex;flex-direction:column;gap:2px;letter-spacing:.35em;font-family:"Manrope",sans-serif}
.brand-top{font-size:22px;font-weight:500;color:#fff}
.brand-rule{display:flex;align-items:center;gap:10px;color:var(--gold);font-size:11px;font-weight:700}
.brand-rule i{display:block;width:32px;height:1px;background:var(--gold)}
.nav{display:flex;align-items:center;gap:30px;color:#f4eee3;font-size:12px;font-weight:800;letter-spacing:.22em;text-transform:uppercase}
.nav a{transition:color .2s ease}.nav a:hover{color:var(--gold-2)}
.nav a.active{color:var(--gold-2)}
.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);background:#050505;color:#fff;padding:11px}
.menu-toggle span{display:block;height:2px;background:#fff;margin:5px 0}

.hero{
  position:relative;
  min-height:100svh;
  display:grid;
  align-items:center;
  overflow:hidden;
  border-bottom:1px solid var(--line);
}
.hero:before{
  content:"CONTROL ROOM  /  AUSTRALIA";
  position:absolute;
  z-index:2;
  left:32px;
  bottom:118px;
  writing-mode:vertical-rl;
  color:rgba(240,207,122,.66);
  font-size:10px;
  font-weight:800;
  letter-spacing:.22em;
}
.hero:after{
  content:"";
  position:absolute;
  z-index:1;
  left:0;
  right:0;
  bottom:132px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(213,170,83,.64),transparent);
}
.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:1}
.hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.56),rgba(0,0,0,.16) 43%,rgba(0,0,0,.08) 72%,rgba(0,0,0,.78)),linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.12) 45%,rgba(0,0,0,.72))}
.hero-scan{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0 78%,rgba(213,170,83,.08));opacity:.7}
.hero-content{
  position:relative;
  width:min(900px,calc(100% - 40px));
  margin:0 auto;
  padding-top:12px;
  text-align:center;
}
.hero-scroll-link{
  position:absolute;
  left:50%;
  bottom:34px;
  z-index:2;
  transform:translateX(-50%);
  color:var(--gold-2);
  border:1px solid var(--line);
  padding:13px 18px;
  background:rgba(0,0,0,.45);
  font-size:12px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
  white-space:nowrap;
  transition:background .2s ease,border-color .2s ease;
}
.hero-scroll-link:hover{background:rgba(213,170,83,.12);border-color:var(--gold)}
.eyebrow{margin:0 0 18px;color:var(--gold-2);font-size:12px;font-weight:800;letter-spacing:.24em;text-transform:uppercase}
h1,h2,h3{font-family:"Manrope",sans-serif;margin:0;line-height:.98;letter-spacing:0}
h1{font-size:clamp(54px,8vw,108px);font-weight:700;text-wrap:balance}
h2{font-size:clamp(40px,5.5vw,74px);font-weight:800;text-wrap:balance}
h3{font-size:24px}
.hero-logo{display:grid;gap:14px;font-weight:500;letter-spacing:.28em;line-height:1}
.hero-logo span{font-size:clamp(64px,9vw,132px);font-weight:500;color:#fff;text-shadow:0 0 24px rgba(255,255,255,.16)}
.hero-logo em{display:flex;align-items:center;justify-content:center;gap:24px;color:var(--gold-2);font-style:normal;font-size:clamp(24px,3.4vw,48px);letter-spacing:.45em}
.hero-logo i{display:block;width:clamp(70px,10vw,130px);height:2px;background:linear-gradient(90deg,transparent,var(--gold-2),transparent)}
.hero-tagline{margin:36px 0 0;color:#fff;font-size:clamp(16px,1.7vw,24px);letter-spacing:.32em;text-transform:uppercase}
.hero-lead{max-width:720px;margin:20px auto 0;color:#d9d1c4;font-size:18px}
.hero-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:14px;margin-top:34px}
.inline-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.btn{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 24px;
  border:1px solid transparent;
  font:800 13px "DM Sans",sans-serif;
  letter-spacing:.14em;
  text-transform:uppercase;
  cursor:pointer;
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--gold);color:#070707}
.btn-primary:hover{background:var(--gold-2)}
.btn-ghost{border-color:var(--gold);color:var(--gold-2);background:rgba(0,0,0,.2)}
.btn-ghost.light{color:#17120a;border-color:#b48a32;background:transparent}
.group-site .divisions-section .btn-ghost,
.group-site .black-section .btn-ghost,
.group-site .dark-band .btn-ghost{
  color:var(--gold-2);
  border-color:var(--gold);
  background:rgba(0,0,0,.25);
}
.btn.full{width:100%}
.ticker{
  display:flex;
  gap:0;
  overflow:hidden;
  border-bottom:1px solid var(--line);
  background:#050505;
}
.ticker span{
  flex:1;
  min-width:max-content;
  padding:16px 28px;
  border-right:1px solid rgba(255,255,255,.08);
  color:var(--gold-2);
  font-size:11px;
  font-weight:800;
  letter-spacing:.2em;
  text-align:center;
}
.ticker span:nth-child(odd){background:rgba(255,255,255,.025)}

.section{padding:106px 0}
.page-hero{
  min-height:72svh;
  display:grid;
  align-items:end;
  padding:150px 0 92px;
  background:
    linear-gradient(180deg,rgba(0,0,0,.38),rgba(0,0,0,.92)),
    url("assets/hero-premium-studio.png") center bottom/cover no-repeat;
  border-bottom:1px solid var(--line);
  position:relative;
}
.page-hero:after{
  content:"VUVALE MUSIC / CATALOGUE";
  position:absolute;
  right:28px;
  bottom:28px;
  color:rgba(240,207,122,.55);
  font-size:10px;
  font-weight:800;
  letter-spacing:.2em;
  writing-mode:vertical-rl;
}
.page-hero-inner{max-width:980px}
.page-hero h1{font-size:clamp(54px,8vw,108px);font-weight:700;max-width:1050px}
.page-hero h1 span{color:var(--gold-2)}
.page-hero p:not(.eyebrow){max-width:760px;color:#ded6ca;font-size:21px;margin:26px 0 0}
.page-hero .btn{margin-top:30px}
.split{display:grid;grid-template-columns:.95fr 1.05fr;gap:76px;align-items:start}
.section-copy>p:not(.eyebrow),.section-heading>p:not(.eyebrow),.large-copy p{color:var(--muted);font-size:19px}
.large-copy strong{color:#fff}
.soft-band .large-copy strong,.contact-section strong{color:#111}
.large-copy p:first-child{margin-top:0}
.narrow-copy{max-width:840px}
.dark-band{background:linear-gradient(180deg,#050505,#10100e)}
.dark-band,.black-section{position:relative}
.dark-band:before,.black-section:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:7px;
  background:repeating-linear-gradient(90deg,rgba(213,170,83,.55) 0 42px,transparent 42px 58px);
  opacity:.32;
}
.section-heading{max-width:860px;margin-bottom:48px}
.systems-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line)}
.system-card{min-height:280px;padding:28px;border-right:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.015))}
.system-card:last-child{border-right:0}
.system-card span{color:var(--gold-2);font-weight:800;letter-spacing:.18em}
.system-card h3{margin:42px 0 16px}
.system-card p{color:var(--muted);margin:0}

.records-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:78px;align-items:center}
.record-stack{position:relative;min-height:430px}
.stack-card{
  position:absolute;
  left:0;
  right:0;
  height:96px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 28px;
  border:1px solid var(--line);
  background:#0b0b0b;
  box-shadow:0 22px 60px rgba(0,0,0,.34);
}
.stack-card small{color:var(--gold);font-weight:800;letter-spacing:.18em}
.stack-card b{font:800 22px "Manrope";letter-spacing:.1em}
.card-one{top:0;transform:rotate(-1.5deg)}
.card-two{top:92px;left:8%;right:-3%;transform:rotate(1.2deg)}
.card-three{top:184px;right:8%;transform:rotate(-.8deg)}
.card-four{top:276px;left:5%;background:var(--gold);color:#070707;border-color:var(--gold)}
.card-four small{color:#070707}
.pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.pill-row span{border:1px solid var(--line);padding:9px 12px;color:var(--gold-2);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}

.division-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line)}
.division-card{position:relative;min-height:390px;padding:28px 28px 96px;border-right:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.012));transition:background .2s ease,transform .2s ease;overflow:hidden}
.division-card:last-child{border-right:0}
.division-card:hover{background:rgba(213,170,83,.08);transform:translateY(-2px)}
.division-card:before{
  content:"";
  position:absolute;
  left:28px;
  right:28px;
  bottom:46px;
  height:2px;
  background:rgba(213,170,83,.34);
}
.division-card:after{
  content:"";
  position:absolute;
  left:calc(50% - 8px);
  bottom:30px;
  width:16px;
  height:34px;
  border:1px solid var(--gold);
  background:#050505;
  box-shadow:0 0 0 4px rgba(0,0,0,.42);
}
.division-card span,.services-grid article span,.step-grid article span{display:block;color:var(--gold-2);font-weight:800;letter-spacing:.18em;margin-bottom:34px}
.division-card small,.contact-options small{display:block;color:var(--gold-2);font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.division-card h3{margin:18px 0 16px}
.division-card p{color:var(--muted)}
.division-card b{display:block;margin-top:22px;color:var(--gold-2);font-size:12px;letter-spacing:.14em;text-transform:uppercase}

.flow-line{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:12px 0 36px}
.flow-line span{padding:12px 15px;border:1px solid #b8a887;background:#fff;color:#111;font-weight:800;text-transform:uppercase;font-size:12px;letter-spacing:.12em;box-shadow:5px 5px 0 rgba(17,17,17,.12)}
.flow-line i{width:36px;height:1px;background:#9b741c}

.services-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line)}
.services-grid article{position:relative;min-height:250px;padding:26px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.01));overflow:hidden}
.services-grid article:after{
  content:"";
  position:absolute;
  right:18px;
  top:22px;
  bottom:22px;
  width:3px;
  background:linear-gradient(180deg,transparent,rgba(213,170,83,.54),transparent);
  opacity:.55;
}
.services-grid article:nth-child(3n){border-right:0}
.services-grid article:nth-last-child(-n+3){border-bottom:0}
.services-grid article h3{margin:0 0 12px}
.services-grid article p{margin:0;color:var(--muted)}

.step-grid{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line)}
.step-grid article{position:relative;padding:24px;border-right:1px solid var(--line);min-height:220px;background:rgba(255,255,255,.018)}
.step-grid article:last-child{border-right:0}
.step-grid b{display:block;font:800 18px "Manrope";margin-bottom:10px}
.step-grid p{color:var(--muted);margin:0}

.tag-grid{display:flex;flex-wrap:wrap;gap:12px}
.tag-grid span{border:1px solid var(--line);padding:12px 15px;color:#fff;background:rgba(255,255,255,.035);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:12px}

.soft-band{background:#ece7dc;color:#101010;position:relative}
.soft-band:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(9,9,9,.055) 1px,transparent 1px) 0 0/44px 100%;
}
.soft-band .eyebrow{color:#8d6500}
.soft-band .section-copy>p:not(.eyebrow),.soft-band .feature-list p{color:#5f584d}
.soft-band .large-copy p{
  color:#2c261f;
}
.soft-band .large-copy strong{
  color:#050505;
}
.feature-list{display:grid;gap:18px}
.feature-list div{border-top:1px solid #cbbfaa;padding-top:18px}
.feature-list b{display:block;font:800 22px "Manrope";margin-bottom:6px}
.feature-list p{margin:0;font-size:17px}

.black-section{background:#020202;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.songwriter-grid{display:grid;grid-template-columns:1fr .9fr;gap:70px}
.pathway{border:1px solid var(--line)}
.pathway div{padding:22px 26px;border-bottom:1px solid var(--line)}
.pathway div:last-child{border-bottom:0}
.pathway span{display:block;color:var(--gold-2);font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.pathway b{display:block;margin-top:7px;font:800 22px "Manrope"}

.ethics-section{background:linear-gradient(180deg,#090908,#030303)}
.ethics-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}
.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.principles article{border:1px solid var(--line);padding:24px;background:rgba(0,0,0,.34)}
.principles b{display:block;font:800 20px "Manrope";margin-bottom:12px}
.principles p{margin:0;color:var(--muted)}

.contact-section{padding:110px 0;background:#ece7dc;color:#111}
.contact-section .eyebrow{color:#8d6500}
.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:76px;align-items:start}
.cta-grid{display:grid;grid-template-columns:1fr .46fr;gap:70px;align-items:center}
.cta-panel{border:1px solid #d4c8b5;background:#fff;padding:28px;box-shadow:0 24px 80px rgba(0,0,0,.08)}
.contact-copy p:not(.eyebrow){color:#5f584d;font-size:19px}
.contact-points{display:grid;gap:0;margin:32px 0}
.contact-points div{border-top:1px solid #cfc3af;padding:14px 0}
.contact-points b,.contact-points span{display:block}.contact-points span{color:#6b6255;font-size:14px}
.contact-direct{
  display:grid;
  gap:10px;
  margin:28px 0 30px;
}
.contact-direct a{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  color:var(--gold-2);
  border-bottom:1px solid rgba(240,207,122,.55);
  font-size:clamp(18px,2vw,25px);
  font-weight:800;
  letter-spacing:.08em;
  overflow-wrap:anywhere;
}
.contact-options{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.contact-options article{background:#fff;border:1px solid #d4c8b5;padding:30px}
.contact-options h3{color:#111;font-size:28px;margin:16px 0 12px}
.contact-options p{color:#5f584d}
.contact-form{display:grid;gap:16px;padding:28px;background:#fff;border:1px solid #d4c8b5;box-shadow:0 24px 80px rgba(0,0,0,.1)}
.contact-form label{display:block;font-size:13px;font-weight:800;color:#111}
.contact-form input,.contact-form select,.contact-form textarea{
  width:100%;
  margin-top:7px;
  padding:14px;
  border:1px solid #c9beaa;
  background:#fbfaf6;
  color:#111;
  font:inherit;
  border-radius:0;
}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:2px solid rgba(213,170,83,.34);border-color:#9b741c}
.check-label{display:flex!important;gap:10px;align-items:flex-start}
.check-label input{width:auto;margin-top:4px}
.form-note{margin:0;color:#6d6458;font-size:12px}

.site-footer{
  display:grid;
  grid-template-columns:1fr 1fr 1fr auto;
  gap:24px;
  align-items:end;
  padding:38px clamp(20px,4vw,60px);
  background:#020202;
  border-top:1px solid var(--line);
}
.site-footer p,.site-footer small{margin:0;color:var(--muted);font-size:12px;letter-spacing:.12em;text-transform:uppercase}
.footer-brand .brand-top{font-size:20px}

/* Bespoke Vuvale editorial system */
.intro-section{
  padding:0;
  background:#e8dfcf;
  color:#101010;
  border-top:1px solid #b9aa8b;
  border-bottom:1px solid #b9aa8b;
}
.intro-section .wrap{
  width:100%;
  max-width:none;
  display:grid;
  grid-template-columns:minmax(260px,.58fr) minmax(0,1fr);
  gap:0;
}
.intro-section .section-copy{
  min-height:520px;
  padding:70px clamp(28px,4vw,64px);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border-right:1px solid #161616;
  background:#111;
  color:#fff;
}
.intro-section .section-copy:after{
  content:"LINER NOTES 001";
  color:var(--gold-2);
  font-size:11px;
  font-weight:800;
  letter-spacing:.24em;
}
.intro-section .eyebrow{color:var(--gold-2)}
.intro-section h2{
  color:#fff;
  font-size:clamp(48px,7vw,118px);
  line-height:.9;
}
.intro-section .large-copy{
  position:relative;
  padding:74px clamp(30px,7vw,120px);
  display:grid;
  align-content:center;
  background:
    linear-gradient(90deg,rgba(0,0,0,.08) 1px,transparent 1px) 0 0/38px 100%,
    #e8dfcf;
}
.intro-section .large-copy:before{
  content:"VUVALE MUSIC / RECORDS / PUBLISHING / STUDIOS";
  display:block;
  margin-bottom:34px;
  color:#6f561d;
  font-size:11px;
  font-weight:800;
  letter-spacing:.22em;
}
.intro-section .large-copy p{
  max-width:760px;
  color:#151515;
  font-size:clamp(22px,2.5vw,34px);
  line-height:1.22;
}
.intro-section .large-copy p + p{margin-top:0}
.intro-section .inline-actions{margin-top:36px}

.dark-band{
  background:#050505;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.dark-band .split{
  grid-template-columns:1fr;
  gap:30px;
}
.dark-band .section-copy,.dark-band .large-copy{
  max-width:none;
}
.dark-band .section-copy h2{
  max-width:1120px;
  font-size:clamp(50px,7vw,116px);
}
.dark-band .large-copy{
  columns:2 320px;
  column-gap:60px;
  border-top:1px solid var(--line);
  padding-top:34px;
}

.division-grid{
  border:0;
  gap:1px;
  background:var(--line);
}
.division-card{
  min-height:470px;
  background:#080808;
  border:0;
  padding:30px 24px 118px;
}
.division-card:nth-child(even){background:#11100d}
.division-card small{writing-mode:vertical-rl;position:absolute;right:18px;top:28px}
.division-card h3{font-size:clamp(24px,2.4vw,34px);padding-right:24px}
.division-card p{font-size:15px;max-width:310px}
.division-card b{position:absolute;left:24px;bottom:28px}
.division-card:before{
  left:24px;
  right:24px;
  bottom:74px;
  height:1px;
  background:rgba(213,170,83,.48);
}
.division-card:after{
  left:24px;
  bottom:53px;
  width:54px;
  height:18px;
}

.soft-band{
  background:#d8cfbd;
}
.soft-band .section-heading{
  max-width:none;
  display:grid;
  grid-template-columns:260px 1fr;
  gap:44px;
  align-items:start;
  border-bottom:2px solid #111;
  padding-bottom:30px;
}
.soft-band .section-heading h2{
  color:#111;
  font-size:clamp(44px,6vw,96px);
}
.soft-band .narrow-copy{
  margin-left:auto;
  margin-top:38px;
  padding:28px 0 0;
  border-top:1px solid #111;
}
.flow-line{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:0;
  border:1px solid #111;
  background:#111;
}
.flow-line span{
  border:0;
  border-right:1px solid #111;
  background:#f5efe4;
  padding:18px 12px;
  text-align:center;
  box-shadow:none;
}
.flow-line i{display:none}

.services-grid{
  border:0;
  gap:1px;
  background:var(--line);
}
.services-grid article{
  border:0;
  background:#080808;
}
.services-grid article:nth-child(odd){background:#11100d}
.services-grid article h3{
  font-size:clamp(22px,2vw,30px);
}

.step-grid{
  border:0;
  gap:1px;
  background:var(--line);
}
.step-grid article{
  border:0;
  background:#080808;
}

.tag-grid span{
  background:#f1e8d7;
  color:#111;
  border:0;
  box-shadow:5px 5px 0 rgba(213,170,83,.25);
}

.contact-section{
  background:#cfc5b3;
  border-top:1px solid #111;
}
.contact-form,.cta-panel,.contact-options article{
  box-shadow:none;
  border:1px solid #111;
}

@media (min-width: 981px){
  main,.site-footer{margin-left:242px}
  .site-header{
    inset:28px auto 28px 28px;
    width:190px;
    min-height:auto;
    align-items:stretch;
    justify-content:center;
    padding:18px 14px;
    background:rgba(3,3,3,.72);
    border:1px solid var(--line);
    backdrop-filter:blur(10px);
  }
  .site-header:before{
    content:"SITE INDEX";
    position:absolute;
    left:14px;
    top:14px;
    color:rgba(240,207,122,.72);
    font-size:10px;
    font-weight:800;
    letter-spacing:.2em;
  }
  .site-header:after{
    content:"REC / PUB / STUDIO";
    position:absolute;
    left:14px;
    bottom:14px;
    color:rgba(255,255,255,.34);
    font-size:9px;
    font-weight:800;
    letter-spacing:.14em;
  }
  .nav{
    counter-reset:page;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    font-size:11px;
    letter-spacing:.14em;
  }
  .nav a{
    counter-increment:page;
    display:grid;
    grid-template-columns:26px 1fr;
    gap:9px;
    align-items:center;
    padding:14px 0;
    border-top:1px solid rgba(255,255,255,.08);
  }
  .nav a:last-child{border-bottom:1px solid rgba(255,255,255,.08)}
  .nav a:before{
    content:counter(page, decimal-leading-zero);
    color:rgba(240,207,122,.65);
    font-size:10px;
    letter-spacing:0;
  }
  .hero-content{margin-left:10%;margin-right:auto;text-align:left}
  .hero-logo em{justify-content:flex-start}
  .hero-scroll-link{left:auto;right:34px;transform:none}
  .page-hero-inner{margin-left:0}
  .wrap{width:min(calc(100% - 60px),var(--max))}
}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}
.reveal.visible{opacity:1;transform:none}
.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .reveal{opacity:1;transform:none;transition:none}
  .btn:hover{transform:none}
}

@media (max-width: 980px){
  .menu-toggle{display:block}
  .nav{
    position:absolute;
    left:0;
    right:0;
    top:76px;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    padding:10px 24px 22px;
    background:#020202;
    border-bottom:1px solid var(--line);
  }
  .nav.open{display:flex}
  .nav a{width:100%;padding:14px 0}
  .hero-content{margin-inline:auto}
  .hero{align-content:center;padding:120px 0 48px}
  .split,.records-layout,.songwriter-grid,.ethics-grid,.contact-grid,.cta-grid{grid-template-columns:1fr;gap:42px}
  .systems-grid,.principles,.division-grid,.services-grid,.contact-options{grid-template-columns:1fr 1fr}
  .division-card:nth-child(2n),.services-grid article:nth-child(2n){border-right:0}
  .division-card,.services-grid article{border-bottom:1px solid var(--line)}
  .system-card:nth-child(2){border-right:0}
  .system-card{border-bottom:1px solid var(--line)}
  .step-grid{grid-template-columns:1fr 1fr}
  .step-grid article{border-bottom:1px solid var(--line)}
  .site-footer{grid-template-columns:1fr 1fr}
}

@media (max-width: 640px){
  .site-header{min-height:68px;padding:14px}
  .brand-top{font-size:18px}.brand-rule{font-size:10px;letter-spacing:.28em}.brand-rule i{width:24px}
  .nav{top:68px}
  .hero{min-height:100svh;padding-top:98px}
  .hero-image{object-position:center bottom;opacity:1}
  h1{font-size:50px}
  .hero-logo{gap:10px}
  .hero-logo span{font-size:46px;letter-spacing:.24em}
  .hero-logo em{gap:12px;font-size:22px;letter-spacing:.34em}
  .hero-logo i{width:54px}
  .hero-tagline{font-size:13px;letter-spacing:.22em}
  .hero-scroll-link{bottom:22px;font-size:10px;padding:12px 14px}
  h2{font-size:40px}
  .hero-lead,.section-copy>p:not(.eyebrow),.section-heading>p:not(.eyebrow),.large-copy p{font-size:17px}
  .btn{width:100%}
  .ticker{overflow:auto}
  .ticker span{flex:0 0 auto}
  .section,.contact-section{padding:74px 0}
  .page-hero{min-height:68svh;padding:120px 0 62px}
  .page-hero h1{font-size:42px}
  .page-hero p:not(.eyebrow){font-size:18px}
  .systems-grid,.principles,.division-grid,.services-grid,.step-grid,.contact-options{grid-template-columns:1fr}
  .division-card,.services-grid article,.step-grid article{border-right:0!important}
  .flow-line{display:grid;grid-template-columns:1fr}
  .flow-line i{display:none}
  .system-card{border-right:0}
  .record-stack{min-height:390px}
  .stack-card{height:86px;padding:0 18px}
  .stack-card b{font-size:16px}
  .card-two{top:84px}.card-three{top:168px}.card-four{top:252px}
  .site-footer{grid-template-columns:1fr}
}

/* Final visual direction: Vuvale control-room editorial */
.hero{
  isolation:isolate;
  align-items:end;
  padding:0 0 clamp(90px,12vh,130px);
  background:#020202;
}
.hero-image{
  object-position:center bottom;
  filter:contrast(1.08) saturate(.9);
}
.hero-shade{
  z-index:1;
  background:
    radial-gradient(circle at 69% 34%,rgba(240,207,122,.12),transparent 18%),
    linear-gradient(180deg,rgba(0,0,0,.82),rgba(0,0,0,.22) 48%,rgba(0,0,0,.08) 66%,rgba(0,0,0,.72)),
    linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.16) 58%,rgba(0,0,0,.72));
}
.hero-scan{
  z-index:2;
  background:
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px) 0 0/11.11% 100%,
    linear-gradient(180deg,transparent 0 62%,rgba(213,170,83,.1) 62% 62.4%,transparent 62.4%),
    repeating-linear-gradient(180deg,rgba(255,255,255,.028) 0 1px,transparent 1px 8px);
  mix-blend-mode:screen;
  opacity:.55;
}
.hero:before{
  z-index:3;
  left:clamp(18px,3vw,38px);
  top:50%;
  bottom:auto;
  transform:translateY(-50%);
  content:"CONTROL ROOM";
}
.hero:after{
  z-index:3;
  bottom:23vh;
  background:linear-gradient(90deg,transparent 0 6%,rgba(240,207,122,.9) 6% 18%,transparent 18% 22%,rgba(255,255,255,.22) 22% 100%);
}
.hero-content{
  z-index:4;
  width:min(1040px,calc(100% - 48px));
  margin:0 auto;
  padding:0;
  text-align:left;
}
.hero-logo{
  display:inline-grid;
  gap:18px;
  padding-left:clamp(0px,8vw,110px);
}
.hero-logo span{
  font-size:clamp(64px,10.8vw,158px);
  font-weight:600;
  letter-spacing:.34em;
  text-shadow:0 0 34px rgba(255,255,255,.18),0 16px 48px rgba(0,0,0,.75);
}
.hero-logo em{
  justify-content:flex-start;
  padding-left:.24em;
  gap:28px;
  color:#f2c967;
  font-size:clamp(24px,3.3vw,46px);
}
.hero-logo i{
  width:clamp(78px,9vw,132px);
  background:linear-gradient(90deg,#f2c967,rgba(242,201,103,.08));
}
.hero-studio-mark{
  position:absolute;
  z-index:4;
  right:clamp(20px,4vw,58px);
  top:clamp(100px,15vh,150px);
  max-width:156px;
  color:rgba(255,255,255,.62);
  font-size:10px;
  font-weight:800;
  letter-spacing:.28em;
  line-height:1.7;
  text-align:right;
}
.hero-studio-mark:after{
  content:"";
  display:block;
  width:100%;
  height:8px;
  margin-top:18px;
  background:repeating-linear-gradient(90deg,#d5aa53 0 6px,transparent 6px 14px);
}
.hero-channel-strip{
  position:absolute;
  z-index:4;
  left:242px;
  right:0;
  bottom:0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid rgba(213,170,83,.4);
  background:rgba(0,0,0,.82);
  backdrop-filter:blur(8px);
}
.hero-channel-strip span{
  min-height:74px;
  display:flex;
  align-items:center;
  padding:0 clamp(16px,2.5vw,32px);
  border-right:1px solid rgba(213,170,83,.24);
  color:#f0cf7a;
  font-size:11px;
  font-weight:800;
  letter-spacing:.2em;
  text-transform:uppercase;
}
.hero-channel-strip span:before{
  content:"";
  width:8px;
  height:26px;
  margin-right:14px;
  border:1px solid rgba(240,207,122,.8);
  background:#070707;
  box-shadow:0 0 18px rgba(213,170,83,.18);
}
.hero-meter{
  position:absolute;
  z-index:4;
  right:clamp(20px,4vw,60px);
  bottom:calc(74px + 32px);
  width:150px;
  height:74px;
  display:flex;
  align-items:end;
  gap:7px;
  padding:11px;
  border:1px solid rgba(240,207,122,.38);
  background:rgba(0,0,0,.58);
}
.hero-meter i{
  flex:1;
  min-width:0;
  background:linear-gradient(180deg,#f0cf7a,#725319);
}
.hero-meter i:nth-child(1){height:26%}.hero-meter i:nth-child(2){height:68%}.hero-meter i:nth-child(3){height:44%}.hero-meter i:nth-child(4){height:82%}.hero-meter i:nth-child(5){height:56%}.hero-meter i:nth-child(6){height:36%}.hero-meter i:nth-child(7){height:72%}
.hero-scroll-link{
  z-index:5;
  left:auto;
  right:clamp(20px,4vw,60px);
  top:clamp(238px,37vh,330px);
  bottom:auto;
  transform:none;
  border-color:rgba(240,207,122,.58);
}
.intro-section .wrap{
  grid-template-columns:minmax(320px,.52fr) minmax(0,1fr);
}
.intro-section .section-copy{
  min-height:620px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.04),transparent),
    #080808;
}
.intro-section .section-copy h2{
  max-width:620px;
}
.intro-section .large-copy{
  border-left:12px solid #d5aa53;
}
.intro-section .large-copy p{
  max-width:850px;
}
.dark-band{
  background:
    linear-gradient(90deg,rgba(213,170,83,.08) 0 1px,transparent 1px) 0 0/72px 100%,
    #030303;
}
.dark-band .large-copy{
  font-size:19px;
}
.division-grid{
  grid-template-columns:1.15fr .85fr 1.05fr .95fr;
}
.division-card{
  min-height:520px;
  display:flex;
  flex-direction:column;
}
.division-card h3{
  margin-top:auto;
}
.division-card:hover{
  transform:translateY(-8px);
}
.contact-section{
  background:
    linear-gradient(90deg,rgba(0,0,0,.08) 1px,transparent 1px) 0 0/54px 100%,
    #d9cfbd;
}

@media (max-width: 980px){
  .hero{
    padding-bottom:112px;
  }
  .hero-content{
    text-align:center;
  }
  .hero-logo{
    padding-left:0;
  }
  .hero-logo em{
    justify-content:center;
  }
  .hero-studio-mark{
    top:94px;
    right:18px;
  }
  .hero-meter{
    display:none;
  }
  .hero-channel-strip{
    left:0;
    grid-template-columns:repeat(2,1fr);
  }
  .hero-channel-strip span{
    min-height:56px;
    padding:0 16px;
  }
  .hero-scroll-link{
    right:18px;
    top:auto;
    bottom:126px;
  }
  .intro-section .wrap,
  .soft-band .section-heading{
    grid-template-columns:1fr;
  }
  .intro-section .section-copy{
    min-height:360px;
  }
  .division-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width: 640px){
  .hero{
    padding-bottom:132px;
  }
  .hero:before,
  .hero-studio-mark{
    display:none;
  }
  .hero-logo span{
    font-size:42px;
    letter-spacing:.22em;
  }
  .hero-logo em{
    font-size:19px;
    letter-spacing:.28em;
  }
  .hero-channel-strip{
    grid-template-columns:1fr 1fr;
  }
  .hero-channel-strip span{
    min-height:50px;
    font-size:9px;
    letter-spacing:.11em;
  }
  .hero-channel-strip span:before{
    width:6px;
    height:18px;
    margin-right:8px;
  }
  .hero-scroll-link{
    left:18px;
    right:18px;
    bottom:112px;
    justify-content:center;
  }
  .intro-section .section-copy{
    min-height:300px;
  }
  .intro-section .large-copy{
    border-left:0;
    border-top:10px solid #d5aa53;
  }
  .division-grid{
    grid-template-columns:1fr;
  }
}

/* New company content, old control-room visual language */
.group-hero-label{
  position:absolute;
  z-index:4;
  top:110px;
  right:clamp(20px,4vw,58px);
  color:rgba(240,207,122,.74);
  font-size:10px;
  font-weight:800;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.group-hero .hero-image{
  object-fit:contain;
  object-position:center bottom;
  filter:brightness(1.42) contrast(1.06) saturate(.95);
  background:#000;
}
.group-hero .hero-shade{
  background:
    radial-gradient(circle at 72% 36%,rgba(240,207,122,.12),transparent 18%),
    linear-gradient(180deg,rgba(0,0,0,.58),rgba(0,0,0,.1) 42%,rgba(0,0,0,.02) 70%,rgba(0,0,0,.42)),
    linear-gradient(90deg,rgba(0,0,0,.32),rgba(0,0,0,.04) 54%,rgba(0,0,0,.32));
}
.group-hero-line{
  max-width:760px;
  margin:32px 0 0;
  color:#fff;
  font:800 clamp(16px,2vw,28px) "Manrope",sans-serif;
  letter-spacing:.16em;
  line-height:1.35;
  text-transform:uppercase;
  text-shadow:0 4px 22px rgba(0,0,0,.72);
}
.group-hero .hero-content{
  transform:translateY(42px);
}
.group-hero .hero-scroll-link{
  top:auto;
  bottom:18px;
}
.group-intro{
  padding:0;
  background:#e8dfcf;
  color:#101010;
  border-top:1px solid #b9aa8b;
  border-bottom:1px solid #b9aa8b;
}
.group-statement{
  width:min(calc(100% - 60px),1180px);
  padding:86px 0;
}
.group-statement h2{
  max-width:1040px;
  color:#111;
  font-size:clamp(42px,6vw,92px);
  line-height:.95;
}
.divisions-section{
  background:#050505;
}
.division-list{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid var(--line);
}
.division-row{
  min-height:460px;
  position:relative;
  display:flex;
  flex-direction:column;
  padding:30px 26px 96px;
  border-right:1px solid var(--line);
  background:#080808;
  overflow:hidden;
  transition:transform .2s ease,background .2s ease;
}
.division-row:nth-child(even){
  background:#11100d;
}
.division-row:last-child{
  border-right:0;
}
.division-row:hover{
  background:rgba(213,170,83,.08);
  transform:translateY(-6px);
}
.division-row:before{
  content:"";
  position:absolute;
  left:26px;
  right:26px;
  bottom:70px;
  height:1px;
  background:rgba(213,170,83,.5);
}
.division-row:after{
  content:"";
  position:absolute;
  left:26px;
  bottom:48px;
  width:56px;
  height:18px;
  border:1px solid var(--gold);
  background:#050505;
}
.division-row span{
  color:var(--gold-2);
  font-weight:800;
  letter-spacing:.18em;
}
.division-row h3{
  margin:auto 0 18px;
  color:#fff;
  font-size:clamp(28px,3vw,44px);
  text-transform:uppercase;
}
.division-row p{
  margin:0;
  max-width:320px;
  color:var(--muted);
  font-size:17px;
}
.chain-section{
  background:
    linear-gradient(90deg,rgba(213,170,83,.08) 0 1px,transparent 1px) 0 0/72px 100%,
    #030303;
  color:#fff;
}
.chain-grid{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:70px;
}
.chain-list{
  display:grid;
  border:1px solid var(--line);
  background:#080808;
}
.chain-list div{
  display:grid;
  grid-template-columns:.78fr 1fr;
  gap:28px;
  padding:22px 26px;
  border-bottom:1px solid var(--line);
}
.chain-list div:last-child{
  border-bottom:0;
}
.chain-list b{
  color:#fff;
  font:800 22px "Manrope",sans-serif;
}
.chain-list span{
  color:var(--muted);
}
.songwriter-demo-spotlight{
  background:#d8cfbd;
  color:#111;
  position:relative;
}
.songwriter-demo-spotlight:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(9,9,9,.055) 1px,transparent 1px) 0 0/44px 100%;
}
.spotlight-grid{
  position:relative;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:70px;
  align-items:stretch;
}
.spotlight-copy h2{
  color:#111;
  font-size:clamp(44px,6vw,96px);
}
.spotlight-copy p:not(.eyebrow){
  max-width:760px;
  color:#2b261f;
  font-size:22px;
}
.spotlight-card{
  display:flex;
  flex-direction:column;
  min-height:420px;
  padding:34px;
  background:#080808;
  border:1px solid #111;
  color:#fff;
  box-shadow:10px 10px 0 rgba(213,170,83,.28);
}
.spotlight-card span,
.spotlight-card b{
  color:var(--gold-2);
  font-size:12px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.spotlight-card h3{
  margin:auto 0 18px;
  color:#fff;
  font-size:42px;
}
.spotlight-card p{
  color:var(--muted);
}
.group-page-hero{
  background:
    linear-gradient(180deg,rgba(0,0,0,.36),rgba(0,0,0,.84)),
    url("assets/hero-premium-studio.png") center bottom/cover no-repeat;
}
.group-page-hero h1 span{
  color:var(--gold-2);
}
.retained-links{
  margin-top:34px;
}

@media (max-width: 980px){
  .group-hero .hero-image{
    object-fit:cover;
    object-position:center bottom;
  }
  .group-hero .hero-content{
    transform:none;
  }
  .division-list{
    grid-template-columns:1fr 1fr;
  }
  .division-row:nth-child(2n){
    border-right:0;
  }
  .division-row{
    min-height:360px;
    border-bottom:1px solid var(--line);
  }
  .chain-grid,
  .spotlight-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 640px){
  .group-hero-label{
    display:none;
  }
  .group-hero-line{
    font-size:14px;
    letter-spacing:.1em;
  }
  .division-list{
    grid-template-columns:1fr;
  }
  .division-row{
    min-height:310px;
    border-right:0;
  }
  .chain-list div{
    grid-template-columns:1fr;
    gap:8px;
  }
  .spotlight-card{
    min-height:330px;
  }
}

/* Premium homepage direction */
.showcase-home{
  background:#020202;
}
.showcase-home main,
.showcase-home .site-footer{
  margin-left:0;
}
.showcase-home .site-header{
  inset:0 0 auto;
  width:auto;
  min-height:86px;
  justify-content:flex-end;
  padding:0 clamp(28px,4vw,64px) 0 clamp(28px,4vw,64px);
  background:rgba(0,0,0,.82);
  border:0;
  border-bottom:1px solid rgba(213,170,83,.16);
  backdrop-filter:blur(12px);
}
.showcase-home .site-header:before{
  content:"VUVALE";
  display:block;
  position:absolute;
  left:clamp(28px,4vw,64px);
  top:19px;
  color:#fff;
  font-family:"Manrope",sans-serif;
  font-size:27px;
  font-weight:500;
  letter-spacing:.34em;
}
.showcase-home .site-header:after{
  content:"MUSIC";
  display:block;
  position:absolute;
  left:calc(clamp(28px,4vw,64px) + 30px);
  top:51px;
  color:var(--gold-2);
  font-size:11px;
  font-weight:800;
  letter-spacing:.48em;
}
.showcase-home .nav{
  flex-direction:row;
  align-items:center;
  gap:clamp(18px,2.4vw,34px);
  counter-reset:none;
  font-size:11px;
  letter-spacing:.16em;
}
.showcase-home .nav a{
  display:block;
  padding:34px 0 31px;
  border:0;
}
.showcase-home .nav a:before{
  display:none;
}
.showcase-home .nav a.active{
  box-shadow:inset 0 -2px 0 var(--gold);
}
.premium-hero{
  min-height:100svh;
  padding:122px 0 76px;
  align-items:center;
}
.premium-hero .hero-image{
  object-fit:cover;
  object-position:center;
  filter:brightness(1.28) contrast(1.06) saturate(.96);
}
.premium-hero .hero-shade{
  background:
    radial-gradient(circle at 50% 42%,rgba(0,0,0,.05),rgba(0,0,0,.38) 54%,rgba(0,0,0,.62) 100%),
    linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.16) 54%,rgba(0,0,0,.56));
}
.premium-hero .hero-content{
  width:min(1040px,calc(100% - 44px));
  text-align:center;
  transform:none;
}
.premium-hero .hero-logo{
  padding-left:0;
  justify-items:center;
}
.premium-hero .hero-logo span{
  font-size:clamp(62px,11vw,148px);
  letter-spacing:.28em;
  font-weight:300;
  text-shadow:0 0 28px rgba(0,0,0,.75),0 8px 40px rgba(0,0,0,.85);
}
.premium-hero .hero-logo em{
  justify-content:center;
  color:var(--gold-2);
  font-size:clamp(25px,4vw,54px);
  letter-spacing:.48em;
  text-shadow:0 0 20px rgba(0,0,0,.8);
}
.premium-hero .group-hero-line{
  margin:28px auto 0;
  font-size:clamp(16px,2vw,26px);
  font-weight:500;
  letter-spacing:.36em;
}
.hero-main-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:260px;
  min-height:58px;
  margin-top:34px;
  border:1px solid var(--gold);
  color:var(--gold-2);
  background:rgba(0,0,0,.26);
  font-size:13px;
  font-weight:800;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.hero-down{
  position:absolute;
  left:50%;
  bottom:25px;
  z-index:5;
  width:22px;
  height:22px;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  transform:translateX(-50%) rotate(45deg);
}
.premium-hero .hero-scroll-link{
  display:none;
}
.showcase-home .hero:after{
  display:none;
}
.premium-about{
  display:grid;
  grid-template-columns:.43fr .57fr;
  min-height:400px;
  border-top:1px solid var(--gold);
  border-bottom:1px solid rgba(213,170,83,.2);
  background:#050505;
}
.about-copy{
  padding:64px clamp(28px,5vw,86px);
  align-self:center;
}
.about-copy h2,
.songwriter-copy h2{
  max-width:560px;
  color:#fff;
  font-weight:400;
  font-size:clamp(32px,4vw,58px);
  letter-spacing:.24em;
  line-height:1.25;
  text-transform:uppercase;
}
.about-copy p:not(.eyebrow),
.songwriter-copy p{
  max-width:480px;
  color:#d8d0c4;
}
.about-image{
  min-height:420px;
  background:
    linear-gradient(90deg,rgba(0,0,0,.3),rgba(0,0,0,.08),rgba(0,0,0,.5)),
    url("assets/hero-premium-studio.png") center/cover no-repeat;
  border-left:1px solid rgba(213,170,83,.18);
}
.premium-strip,
.premium-what,
.premium-pathway{
  padding:64px clamp(28px,5vw,86px);
  background:#030303;
  border-bottom:1px solid rgba(213,170,83,.17);
}
.section-title{
  margin:0 0 22px;
  color:#fff;
  font-size:clamp(22px,2.4vw,34px);
  font-weight:400;
  letter-spacing:.38em;
  text-align:center;
  text-transform:uppercase;
}
.feature-panels{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:34px;
  max-width:1320px;
  margin:auto;
}
.feature-panel{
  border:1px solid rgba(213,170,83,.32);
  background:#080808;
}
.feature-panel div{
  min-height:210px;
  background:
    linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.55)),
    url("assets/hero-premium-studio.png") center/cover no-repeat;
  filter:saturate(.8);
}
.feature-panel:nth-child(2) div{
  background-position:left bottom;
}
.feature-panel:nth-child(3) div{
  background-position:right bottom;
}
.feature-panel span{
  display:block;
  padding:20px 24px 4px;
  color:#fff;
  font-size:21px;
  letter-spacing:.34em;
  text-align:center;
  text-transform:uppercase;
}
.feature-panel b{
  display:block;
  padding:0 24px 24px;
  color:var(--gold-2);
  font-size:11px;
  letter-spacing:.18em;
  text-align:center;
  text-transform:uppercase;
}
.division-panels{
  grid-template-columns:repeat(5,1fr);
  gap:1px;
  background:rgba(213,170,83,.32);
  border:1px solid rgba(213,170,83,.32);
}
.division-panels .feature-panel{
  border:0;
  min-width:0;
  background:#070707;
  transition:transform .22s ease,background .22s ease;
}
.division-panels .feature-panel:hover{
  background:#11100d;
  transform:translateY(-3px);
}
.division-panels .feature-panel div{
  min-height:240px;
}
.division-panels .feature-panel:nth-child(1) div{
  background:
    linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.64)),
    url("assets/about-lounge.png") center/cover no-repeat;
}
.division-panels .feature-panel:nth-child(2) div{
  background:
    linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.64)),
    url("assets/hero-premium-studio.png") left bottom/cover no-repeat;
}
.division-panels .feature-panel:nth-child(3) div{
  background:
    linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.64)),
    url("assets/about-lounge.png") right center/cover no-repeat;
}
.division-panels .feature-panel:nth-child(4) div{
  background:
    linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.64)),
    url("assets/hero-premium-studio.png") right bottom/cover no-repeat;
}
.division-panels .feature-panel:nth-child(5) div{
  background:
    linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.64)),
    url("assets/hero-mixers.png") center bottom/cover no-repeat;
}
.division-panels .feature-panel span{
  min-height:68px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px 16px 6px;
  font-size:clamp(13px,1.15vw,17px);
  letter-spacing:.22em;
}
.division-panels .feature-panel b{
  min-height:76px;
  padding:0 18px 22px;
  line-height:1.45;
}
.what-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  max-width:1320px;
  margin:auto;
  border:1px solid rgba(213,170,83,.28);
}
.what-card{
  min-height:190px;
  padding:28px 22px;
  border-right:1px solid rgba(213,170,83,.22);
  background:linear-gradient(180deg,#111,#080808);
  text-align:center;
}
.what-card:last-child{
  border-right:0;
}
.what-card:before{
  content:"";
  display:block;
  width:34px;
  height:34px;
  margin:0 auto 24px;
  border:1px solid var(--gold);
  box-shadow:inset 0 0 0 8px #080808;
}
.what-card span{
  display:block;
  color:#fff;
  font-size:16px;
  letter-spacing:.32em;
  text-transform:uppercase;
}
.what-card p{
  color:#c9c0b3;
  font-size:14px;
}
.release-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:34px;
  max-width:1320px;
  margin:auto;
}
.release-card{
  display:grid;
  grid-template-columns:.42fr .58fr;
  min-height:190px;
  border:1px solid rgba(213,170,83,.32);
  background:#080808;
}
.release-card div{
  grid-row:1 / span 3;
  background:
    linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.58)),
    url("assets/hero-premium-studio.png") center/cover no-repeat;
}
.release-card:nth-child(2) div{background-position:left bottom}
.release-card:nth-child(3) div{background-position:right center}
.release-card p{
  margin:28px 24px 6px;
  color:#fff;
  font-size:12px;
  letter-spacing:.2em;
  text-transform:uppercase;
}
.release-card h3{
  margin:0 24px;
  color:var(--gold-2);
  font-size:23px;
  text-transform:uppercase;
}
.release-card span{
  margin:14px 24px 24px;
  color:#c9c0b3;
  font-size:14px;
}
.premium-songwriters{
  display:grid;
  grid-template-columns:.36fr .64fr;
  gap:70px;
  padding:72px clamp(28px,5vw,86px);
  border-bottom:1px solid var(--gold);
  background:
    linear-gradient(90deg,rgba(0,0,0,.96),rgba(0,0,0,.72),rgba(0,0,0,.34)),
    url("assets/hero-premium-studio.png") right bottom/cover no-repeat;
}
.writer-grid{
  align-self:center;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px 38px;
}
.writer-grid span{
  padding:16px 0;
  border-right:1px solid var(--gold);
  color:#fff;
  font-size:13px;
  font-weight:700;
  letter-spacing:.18em;
  text-align:center;
  text-transform:uppercase;
}
.writer-grid span:nth-child(3n){
  border-right:0;
}
.premium-closing{
  min-height:180px;
  display:grid;
  place-items:center;
  gap:22px;
  padding:42px 24px;
  background:
    linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.55)),
    url("assets/hero-mixers.png") center bottom/cover no-repeat;
  border-bottom:1px solid var(--gold);
  text-align:center;
}
.premium-closing h2{
  color:#fff;
  font-size:clamp(28px,3vw,48px);
  font-weight:400;
  letter-spacing:.32em;
  text-transform:uppercase;
}
.showcase-home .site-footer{
  grid-template-columns:.8fr 1fr 1fr auto;
  border-top:0;
}

@media (max-width: 1060px){
  .showcase-home .site-header{
    justify-content:flex-end;
  }
  .showcase-home .menu-toggle{
    display:block;
  }
  .showcase-home .nav{
    position:absolute;
    left:0;
    right:0;
    top:86px;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    padding:10px 24px 24px;
    background:#020202;
  }
  .showcase-home .nav.open{
    display:flex;
  }
  .showcase-home .nav a{
    width:100%;
    padding:13px 0;
  }
  .premium-about,
  .premium-songwriters{
    grid-template-columns:1fr;
  }
  .what-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .what-card:nth-child(2n){
    border-right:0;
  }
  .feature-panels,
  .release-grid{
    grid-template-columns:1fr;
  }
  .division-panels{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width: 640px){
  .showcase-home .site-header:before{
    font-size:20px;
    letter-spacing:.24em;
  }
  .showcase-home .site-header:after{
    left:calc(clamp(28px,4vw,64px) + 22px);
    letter-spacing:.34em;
  }
  .premium-hero .hero-logo span{
    font-size:48px;
    letter-spacing:.2em;
  }
  .premium-hero .hero-logo em{
    font-size:20px;
    letter-spacing:.34em;
  }
  .premium-hero .group-hero-line{
    font-size:14px;
    letter-spacing:.2em;
  }
  .hero-main-cta{
    width:100%;
  }
  .premium-about,
  .premium-strip,
  .premium-what,
  .premium-pathway,
  .premium-songwriters{
    padding-left:20px;
    padding-right:20px;
  }
  .what-grid,
  .division-panels,
  .writer-grid{
    grid-template-columns:1fr;
  }
  .what-card,
  .writer-grid span{
    border-right:0;
  }
  .release-card{
    grid-template-columns:1fr;
  }
  .release-card div{
    min-height:160px;
  }
  .showcase-home .site-footer{
    grid-template-columns:1fr;
  }
}

/* Keep the whole site in the premium top-nav system */
.group-site:not(.showcase-home) main,
.group-site:not(.showcase-home) .site-footer{
  margin-left:0;
}
.group-site:not(.showcase-home) .site-header{
  inset:0 0 auto;
  width:auto;
  min-height:86px;
  justify-content:flex-end;
  padding:0 clamp(28px,4vw,64px);
  background:rgba(0,0,0,.84);
  border:0;
  border-bottom:1px solid rgba(213,170,83,.16);
  backdrop-filter:blur(12px);
}
.group-site:not(.showcase-home) .site-header:before{
  content:"VUVALE";
  display:block;
  position:absolute;
  left:clamp(28px,4vw,64px);
  top:19px;
  color:#fff;
  font-family:"Manrope",sans-serif;
  font-size:27px;
  font-weight:500;
  letter-spacing:.34em;
}
.group-site:not(.showcase-home) .site-header:after{
  content:"MUSIC";
  display:block;
  position:absolute;
  left:calc(clamp(28px,4vw,64px) + 30px);
  top:51px;
  color:var(--gold-2);
  font-size:11px;
  font-weight:800;
  letter-spacing:.48em;
}
.group-site:not(.showcase-home) .nav{
  flex-direction:row;
  align-items:center;
  gap:clamp(18px,2.3vw,32px);
  counter-reset:none;
  font-size:11px;
  letter-spacing:.16em;
}
.group-site:not(.showcase-home) .nav a{
  display:block;
  padding:34px 0 31px;
  border:0;
}
.group-site:not(.showcase-home) .nav a:before{
  display:none;
}
.group-site:not(.showcase-home) .nav a.active{
  box-shadow:inset 0 -2px 0 var(--gold);
}
.group-site:not(.showcase-home) .page-hero{
  padding-top:170px;
}

@media (max-width: 1060px){
  .group-site:not(.showcase-home) .site-header{
    justify-content:flex-end;
  }
  .group-site:not(.showcase-home) .menu-toggle{
    display:block;
  }
  .group-site:not(.showcase-home) .nav{
    position:absolute;
    left:0;
    right:0;
    top:86px;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    padding:10px 24px 24px;
    background:#020202;
  }
  .group-site:not(.showcase-home) .nav.open{
    display:flex;
  }
  .group-site:not(.showcase-home) .nav a{
    width:100%;
    padding:13px 0;
  }
}

@media (max-width: 640px){
  .group-site:not(.showcase-home) .site-header:before{
    font-size:20px;
    letter-spacing:.24em;
  }
  .group-site:not(.showcase-home) .site-header:after{
    left:calc(clamp(28px,4vw,64px) + 22px);
    letter-spacing:.34em;
  }
}

/* Premium inner-page finish */
.group-site:not(.showcase-home){
  background:#030303;
}
.group-site:not(.showcase-home) .site-header{
  background:rgba(0,0,0,.84);
  border-bottom:1px solid rgba(213,170,83,.18);
}
.group-page-hero{
  min-height:76svh;
  align-items:center;
  padding:150px 0 90px;
  isolation:isolate;
  overflow:hidden;
  background:
    radial-gradient(circle at 72% 40%,rgba(213,170,83,.18),transparent 19%),
    linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.58) 48%,rgba(0,0,0,.28)),
    linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.88)),
    url("assets/hero-premium-studio.png") center bottom/cover no-repeat;
}
.group-page-hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px) 0 0/12.5% 100%,
    repeating-linear-gradient(180deg,rgba(255,255,255,.026) 0 1px,transparent 1px 8px);
  mix-blend-mode:screen;
  opacity:.42;
}
.group-page-hero:after{
  content:"VUVALE MUSIC";
  right:clamp(22px,3vw,44px);
  bottom:clamp(24px,4vw,54px);
  color:rgba(240,207,122,.62);
}
.page-hero h1{
  max-width:980px;
  color:#fff;
  font-size:clamp(50px,8vw,118px);
  font-weight:500;
  letter-spacing:.08em;
  text-transform:uppercase;
  text-shadow:0 10px 40px rgba(0,0,0,.72);
}
.page-hero p:not(.eyebrow){
  max-width:620px;
  color:#eee7da;
  font-size:clamp(18px,1.6vw,23px);
}
.editorial-section{
  background:
    linear-gradient(90deg,rgba(213,170,83,.055) 1px,transparent 1px) 0 0/82px 100%,
    #050505;
  border-bottom:1px solid rgba(213,170,83,.18);
}
.editorial-section .section-copy h2,
.chain-section .section-copy h2{
  font-weight:500;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.editorial-section .feature-list div{
  border-color:rgba(213,170,83,.34);
}
.editorial-section .feature-list b{
  color:#fff;
}
.about-image{
  background:
    linear-gradient(90deg,rgba(0,0,0,.15),rgba(0,0,0,.02),rgba(0,0,0,.46)),
    url("assets/about-lounge.png") center/cover no-repeat;
}
.compact-services{
  grid-template-columns:repeat(4,1fr);
}
.compact-services article{
  min-height:300px;
  padding:30px;
}
.compact-services article h3{
  margin-top:60px;
}
.company-model .chain-list div{
  min-height:110px;
}
.contact-section{
  background:
    linear-gradient(90deg,rgba(213,170,83,.05) 1px,transparent 1px) 0 0/68px 100%,
    #050505;
  color:#fff;
  border-top:1px solid rgba(213,170,83,.36);
}
.contact-section .eyebrow,
.contact-copy .eyebrow{
  color:var(--gold-2);
}
.contact-copy h2{
  color:#fff;
  font-weight:500;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.contact-copy p:not(.eyebrow),
.contact-points span{
  color:#cfc6b9;
}
.contact-points div{
  border-top:1px solid rgba(213,170,83,.28);
}
.contact-form,
.cta-panel{
  background:#0b0b0b;
  border:1px solid rgba(213,170,83,.36);
  color:#fff;
}
.contact-form label{
  color:#fff;
}
.contact-form input,
.contact-form select,
.contact-form textarea{
  background:#050505;
  border-color:rgba(213,170,83,.28);
  color:#fff;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder{
  color:#81786b;
}
.soft-band{
  background:#ded5c5;
}
.soft-band h2{
  color:#111;
}
.black-section .services-grid{
  max-width:1180px;
}

@media (max-width: 1060px){
  .compact-services{
    grid-template-columns:repeat(2,1fr);
  }
  .black-section .group-services article:nth-child(3):last-child{
    grid-column:1 / -1;
  }
}

@media (max-width: 640px){
  .group-page-hero{
    min-height:66svh;
    padding:118px 0 54px;
  }
  .page-hero h1{
    font-size:40px;
    letter-spacing:.04em;
  }
  .compact-services{
    grid-template-columns:1fr;
  }
  .black-section .group-services article:nth-child(3):last-child{
    grid-column:auto;
  }
  .compact-services article{
    min-height:230px;
  }
}

/* Homepage division cards: final responsive lock */
.showcase-home .division-panels{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:1px;
  background:rgba(213,170,83,.32);
  border:1px solid rgba(213,170,83,.32);
}
.showcase-home .division-panels .feature-panel{
  display:flex;
  opacity:1;
  transform:none;
  min-height:430px;
  flex-direction:column;
  background:#070707;
  overflow:hidden;
}
.showcase-home .division-panels .feature-panel div{
  flex:1 1 auto;
  min-height:250px;
}
.showcase-home .division-panels .feature-panel span{
  flex:0 0 auto;
  min-height:auto;
  padding:24px 16px 8px;
}
.showcase-home .division-panels .feature-panel b{
  flex:0 0 auto;
  min-height:72px;
  padding:0 18px 24px;
}

@media (max-width: 1060px){
  .showcase-home .division-panels{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .showcase-home .division-panels .feature-panel{
    min-height:480px;
  }
  .showcase-home .division-panels .feature-panel:nth-child(5){
    grid-column:1 / -1;
    min-height:420px;
  }
  .showcase-home .division-panels .feature-panel:nth-child(5) div{
    min-height:260px;
    background-position:center bottom;
  }
}

@media (max-width: 640px){
  .showcase-home .division-panels{
    grid-template-columns:1fr;
  }
  .showcase-home .division-panels .feature-panel:nth-child(5){
    grid-column:auto;
  }
  .showcase-home .division-panels .feature-panel{
    min-height:auto;
  }
  .showcase-home .division-panels .feature-panel div{
    min-height:260px;
  }
}
