
:root {
  --black: #0d0d0d;
  --black-soft: #151310;
  --gold: #d4af37;
  --gold-light: #f1d27a;
  --ivory: #f2f2f2;
  --muted: #bbb4a7;
  --line: rgba(212, 175, 55, .28);
  --container: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--ivory);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.7;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: var(--container); margin-inline: auto; }
.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 9999;
  background: var(--gold); color: #000; padding: 10px 14px;
}
.skip-link:focus { top: 16px; }
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000;
  background: linear-gradient(to bottom, rgba(6,6,6,.96), rgba(6,6,6,.72));
  border-bottom: 1px solid rgba(212,175,55,.18);
  backdrop-filter: blur(14px);
}
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { width: 54px; height: 46px; object-fit: contain; }
.brand span {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--gold-light); text-transform: uppercase; letter-spacing: .12em;
  font-size: 1.15rem; line-height: 1;
}
.brand small { display: block; font: 500 .62rem/1.7 "Montserrat", sans-serif; letter-spacing: .45em; color: var(--muted); }
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a { color: #d7d1c7; font-size: .82rem; letter-spacing: .06em; position: relative; }
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -8px;
  height: 1px; background: var(--gold); transition: right .25s ease;
}
.nav-links a:hover::after, .nav-links a:focus-visible::after { right: 0; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; }
.menu-button span { display: block; height: 1px; background: var(--gold); margin: 6px 0; transition: .25s; }


.hero-v3 {
  min-height: 780px;
  padding-top: 76px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 40%, rgba(212,175,55,.08), transparent 32%),
    #070707;
}
.hero-shell {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(430px, .92fr) minmax(500px, 1.08fr);
  align-items: center;
  gap: 42px;
  padding-bottom: 96px;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 40px 0 30px;
}
.hero-mark {
  width: 94px;
  height: auto;
  margin: 0 0 -4px -8px;
  object-fit: contain;
}
.hero-brand-name {
  margin: 0 0 22px;
  color: var(--gold-light);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  line-height: .95;
  text-transform: uppercase;
  letter-spacing: .15em;
}
.hero-brand-name span {
  display: block;
  margin-top: 8px;
  color: #eee7db;
  font-family: "Montserrat", sans-serif;
  font-size: .42em;
  letter-spacing: .56em;
}
.hero-v3 h1 {
  font-size: clamp(4rem, 6vw, 6.7rem);
  color: #f1ece3;
  letter-spacing: -.025em;
}
.hero-v3 h1::after {
  content: "";
  display: inline-block;
  width: .13em;
  height: .13em;
  margin-left: .05em;
  border-radius: 50%;
  background: var(--gold);
}
.hero-services {
  margin: 24px 0 18px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .82rem;
  font-weight: 500;
}
.hero-services b { padding-inline: .45em; font-weight: 400; }
.hero-description {
  max-width: 530px;
  color: #d6d0c6;
  font-size: .98rem;
}
.hero-portrait {
  align-self: stretch;
  margin: 0;
  min-width: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.hero-portrait::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 24%;
  z-index: 2;
  background: linear-gradient(90deg, #070707 0%, rgba(7,7,7,.82) 30%, transparent 100%);
  pointer-events: none;
}
.hero-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 660px;
  object-fit: cover;
  object-position: 56% center;
  border-left: 1px solid rgba(212,175,55,.12);
}
.hero-benefits {
  position: absolute;
  inset: auto 0 0;
  min-height: 88px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  background: rgba(5,5,5,.94);
}
.hero-benefits > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px;
  border-right: 1px solid rgba(212,175,55,.18);
}
.hero-benefits > div:last-child { border-right: 0; }
.hero-benefits strong { color: var(--gold); font-size: 1.45rem; font-weight: 400; }
.hero-benefits span {
  color: #d7d0c6;
  text-transform: uppercase;
  font-size: .67rem;
  letter-spacing: .08em;
}

@media (max-width: 980px) {
  .hero-v3 { padding-top: 68px; }
  .hero-shell {
    grid-template-columns: .9fr 1.1fr;
    gap: 16px;
    min-height: 730px;
  }
  .hero-v3 h1 { font-size: clamp(3.7rem, 7.5vw, 5.8rem); }
  .hero-portrait img { min-height: 700px; object-position: 57% center; }
  .hero-benefits span { font-size: .57rem; }
}
@media (max-width: 700px) {
  .hero-v3 {
    min-height: auto;
    padding-top: 68px;
  }
  .hero-shell {
    width: 100%;
    min-height: auto;
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    padding-bottom: 132px;
  }
  .hero-portrait {
    width: 100%;
    height: 430px;
  }
  .hero-portrait::before {
    inset: auto 0 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(0deg, #070707 0%, rgba(7,7,7,.82) 34%, transparent 100%);
  }
  .hero-portrait img {
    min-height: 0;
    height: 430px;
    border-left: 0;
    object-position: 55% 22%;
  }
  .hero-copy {
    width: min(100% - 28px, 620px);
    margin: -78px auto 0;
    padding: 0 0 38px;
    z-index: 3;
  }
  .hero-mark { width: 68px; margin-bottom: 0; }
  .hero-brand-name { font-size: 1.38rem; margin-bottom: 14px; }
  .hero-v3 h1 { font-size: clamp(3.25rem, 15vw, 4.45rem); }
  .hero-services { font-size: .61rem; line-height: 1.8; margin-top: 18px; }
  .hero-description { font-size: .87rem; }
  .hero-v3 .button-row { gap: 10px; margin-top: 22px; }
  .hero-v3 .button { width: auto; padding-inline: 17px; font-size: .64rem; }
  .hero-benefits {
    grid-template-columns: repeat(2, 1fr);
    min-height: 124px;
  }
  .hero-benefits > div { padding: 11px 7px; gap: 8px; }
  .hero-benefits strong { font-size: 1.05rem; }
  .hero-benefits span { font-size: .5rem; line-height: 1.4; }
}

.section { padding: 120px 0; border-top: 1px solid var(--line); position: relative; }
.release { background: radial-gradient(circle at 20% 40%, rgba(212,175,55,.07), transparent 30%), #0c0c0c; }
.release-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.release-cover { position: relative; }
.release-cover::before {
  content: ""; position: absolute; inset: 6% -6% -6% 6%;
  border: 1px solid var(--line); z-index: 0;
}
.release-cover img { width: 100%; position: relative; z-index: 1; box-shadow: 0 28px 70px rgba(0,0,0,.55); }
.release-copy h2 { max-width: 700px; }
.artist-name { color: var(--gold); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.45rem; margin: 10px 0 24px; }
.release-copy > p:not(.eyebrow):not(.artist-name) { color: var(--muted); max-width: 680px; }
.release-status { display: inline-flex; align-items: center; gap: 10px; margin: 20px 0; color: #dcd5c8; font-size: .86rem; }
.release-status span { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 15px var(--gold); }
.platforms { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 28px; }
.platforms span { border: 1px solid var(--line); padding: 9px 14px; color: #bfb8ad; font-size: .78rem; }
.text-link { color: var(--gold-light); font-size: .82rem; letter-spacing: .05em; }
.services { background: linear-gradient(180deg, #10100f, #0b0b0b); }
.section-heading { max-width: 760px; margin-bottom: 55px; }
.section-heading > p:last-child { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card {
  min-height: 290px; padding: 30px 28px; border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255,255,255,.025), rgba(212,175,55,.025));
  display: flex; flex-direction: column; justify-content: flex-end; transition: .3s ease;
}
.service-card:hover { transform: translateY(-7px); border-color: rgba(212,175,55,.7); background: rgba(212,175,55,.055); }
.service-number { color: var(--gold); font-size: .72rem; letter-spacing: .2em; margin-bottom: auto; }
.service-card p { color: var(--muted); font-size: .88rem; margin-bottom: 0; }
.about { overflow: hidden; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 115px); align-items: center; }
.about-image { position: relative; max-width: 540px; }
.about-image::before { content: ""; position: absolute; inset: -22px 22px 22px -22px; border: 1px solid var(--line); }
.about-image img { position: relative; box-shadow: 0 20px 65px rgba(0,0,0,.5); }
.about-copy p { color: var(--muted); }
.about-copy .button { margin-top: 18px; }

.gallery { background: #090909; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 280px; gap: 10px; }
.gallery-item {
  border: 0; padding: 0; background: #111; cursor: zoom-in; overflow: hidden; position: relative;
}
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 0; border: 1px solid transparent; transition: .3s; }
.gallery-item:hover img { transform: scale(1.045); filter: brightness(1.08); }
.gallery-item:hover::after { inset: 10px; border-color: rgba(212,175,55,.72); }

.contact { background: radial-gradient(circle at 80% 50%, rgba(212,175,55,.12), transparent 35%), #11100e; }
.contact-panel {
  border: 1px solid var(--line); padding: clamp(35px, 6vw, 70px);
  display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; align-items: center;
}
.contact-panel p { color: var(--muted); }
.contact-actions { display: grid; gap: 14px; justify-items: start; }
.contact-email { color: var(--gold-light); font-size: .92rem; overflow-wrap: anywhere; }
.contact-actions span { color: #9d968a; font-size: .8rem; }

.site-footer { border-top: 1px solid var(--line); padding: 36px 0; background: #070707; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px 50px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 78px; }
.footer-brand strong { display: block; font-family: "Cormorant Garamond", Georgia, serif; color: var(--gold-light); font-size: 1.35rem; letter-spacing: .08em; }
.footer-brand span { display: block; color: #928a7e; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-links { display: flex; gap: 22px; color: #aaa397; font-size: .78rem; }
.footer-grid > p { grid-column: 1/-1; margin: 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.06); color: #79736a; font-size: .7rem; text-align: center; }

.lightbox { border: 1px solid var(--line); padding: 0; background: rgba(5,5,5,.96); max-width: 92vw; max-height: 92vh; }
.lightbox::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(7px); }
.lightbox img { max-height: 88vh; max-width: 88vw; }
.lightbox-close {
  position: fixed; top: 20px; right: 24px; border: 1px solid var(--gold);
  background: #080808; color: var(--gold); width: 46px; height: 46px; font-size: 1.7rem; cursor: pointer;
}

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .menu-button { display: block; }
  .nav-links {
    position: fixed; inset: 76px 0 auto; height: calc(100vh - 76px);
    background: rgba(7,7,7,.98); display: flex; flex-direction: column; justify-content: center;
    gap: 28px; transform: translateX(100%); transition: .3s; visibility: hidden;
  }
  .nav-links.open { transform: none; visibility: visible; }
  .nav-links a { font-size: 1rem; }
  .hero { min-height: 860px; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,5,5,.97) 0%, rgba(5,5,5,.72) 52%, rgba(5,5,5,.25) 100%); }
  .hero-content { display: block; padding-top: 100px; }
  .hero-logo { width: min(440px, 76vw); margin: 0 auto -35px; }
  .hero-copy { margin: 0; padding: 0; max-width: 700px; }
  .release-grid, .about-grid { grid-template-columns: 1fr; }
  .release-cover { max-width: 620px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-panel { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}
@media (max-width: 620px) {
  :root { --container: min(100% - 28px, 1180px); }
  .nav { height: 68px; }
  .brand span { font-size: .95rem; }
  .brand img { width: 46px; }
  .nav-links { inset: 68px 0 auto; height: calc(100vh - 68px); }
  .hero { min-height: 780px; }
  .hero-logo { width: 92vw; margin-left: -13vw; }
  h1 { font-size: 3.3rem; }
  .hero-copy > p:not(.eyebrow) { font-size: .92rem; }
  .button { width: 100%; }
  .section { padding: 85px 0; }
  .release-grid { gap: 55px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 225px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 210px; }
  .gallery-item.wide { grid-column: span 2; }
  .gallery-item.tall { grid-row: span 2; }
  .contact-panel { padding: 30px 22px; }
  .footer-brand { align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
