:root{
  --bg:#050505;
  --bg2:#0e0c08;
  --panel:#11100c;
  --gold:#e5bf3f;
  --gold2:#9f7e25;
  --text:#f7f1e6;
  --muted:#bdb4a5;
  --line:rgba(229,191,63,.24);
  --shadow:0 30px 80px rgba(0,0,0,.55);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,system-ui,sans-serif;
  overflow-x:hidden;
}
body.locked{overflow:hidden}
a{color:inherit;text-decoration:none}
button{font:inherit}
img,video{max-width:100%}

.hidden{display:none!important}

.eyebrow{
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.42em;
  font-weight:800;
  font-size:clamp(.64rem,.9vw,.8rem);
  margin:0 0 18px;
}

.primary-btn,.secondary-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 30px;
  border-radius:999px;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-weight:800;
  font-size:.75rem;
  cursor:pointer;
  transition:transform .25s ease,background .25s ease,border-color .25s ease,color .25s ease;
}
.primary-btn{
  background:linear-gradient(135deg,var(--gold),#f7d75a);
  color:#0b0905;
  border:1px solid var(--gold);
  box-shadow:0 16px 35px rgba(229,191,63,.16);
}
.secondary-btn{
  background:rgba(0,0,0,.18);
  color:var(--text);
  border:1px solid rgba(229,191,63,.55);
}
.primary-btn:hover,.secondary-btn:hover{transform:translateY(-2px)}

/* INTRO */
.intro-screen{
  position:fixed;
  inset:0;
  z-index:1000;
  display:grid;
  place-items:center;
  min-height:100svh;
  background:#050505;
  overflow:hidden;
  padding:24px;
  text-align:center;
  transition:opacity .9s ease,visibility .9s ease;
}
.intro-screen.hide{opacity:0;visibility:hidden;pointer-events:none}
.intro-bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at center,rgba(229,191,63,.18),transparent 100%),
    linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.96)),
    url("../images/hero/hero1.jpg") center/cover;
  filter:brightness(.72);
  transform:scale(1.04);
  animation:introBreath 10s ease-in-out infinite alternate;
}
@keyframes introBreath{to{transform:scale(1.1)}}
.intro-content{
  position:relative;
  width:min(980px,94vw);
  z-index:2;
}
.intro-content h1{
  margin:0;
  font-family:Cinzel,Georgia,serif;
  font-size:clamp(3rem,7vw,7rem);
  line-height:.94;
  letter-spacing:.025em;
  text-wrap:balance;
}
.ornament{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  color:var(--gold);
  margin:24px auto;
}
.ornament span{
  width:min(160px,24vw);
  height:1px;
  background:var(--line);
}
.tagline{
  margin:0 auto 28px;
  color:var(--muted);
  font-size:clamp(1rem,1.7vw,1.28rem);
  font-family:Georgia,serif;
  font-style:italic;
}
.intro-screen small{display:block;color:#9b9284;margin-top:16px}

/* NAV */
.site{animation:fadeIn 1s ease both}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
.nav{
  position:fixed;
  top:0;left:0;right:0;
  z-index:90;
  height:74px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 clamp(20px,5vw,92px);
  background:linear-gradient(180deg,rgba(0,0,0,.82),rgba(0,0,0,.20));
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(229,191,63,.08);
}
.brand{
  font-family:Cinzel,serif;
  font-weight:700;
  letter-spacing:.14em;
  font-size:clamp(.72rem,1.3vw,.98rem);
}
.nav nav{display:flex;gap:28px;align-items:center}
.nav nav a{
  color:var(--muted);
  font-weight:800;
  font-size:.76rem;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.nav nav a:hover{color:var(--gold)}
.menu-btn{
  display:none;
  background:transparent;
  border:0;
  color:var(--gold);
  font-size:1.45rem;
}
.music-btn{
  position:fixed;
  z-index:100;
  right:22px;
  bottom:22px;
  width:54px;
  height:54px;
  border-radius:50%;
  border:1px solid var(--gold);
  background:rgba(0,0,0,.68);
  color:var(--gold);
  font-size:1.2rem;
  cursor:pointer;
  box-shadow:0 12px 30px rgba(0,0,0,.35);
}
.music-btn.paused{opacity:.65}

/* HERO */
.hero{
  min-height:100svh;
  position:relative;
  display:flex;
  align-items:center;
  padding:110px clamp(22px,6vw,96px) 70px;
  overflow:hidden;
}
.hero-media{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.58) 43%,rgba(0,0,0,.28) 100%),
    url("../images/hero/hero1.jpg") center/cover;
  animation:kenburns 18s ease-in-out infinite alternate;
}
@keyframes kenburns{to{transform:scale(1.08)}}
.hero-content{
  position:relative;
  z-index:1;
  max-width:680px;
}
.hero h2{
  margin:0 0 20px;
  font-family:Cinzel,Georgia,serif;
  font-size:clamp(2.2rem,5vw,5rem);
  line-height:1.03;
  letter-spacing:-.02em;
  text-wrap:balance;
}
.hero p:not(.eyebrow){
  max-width:560px;
  color:var(--muted);
  font-size:1.02rem;
  line-height:1.75;
}
.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:28px;
}

/* SECTIONS */
.section{
  padding:96px clamp(20px,6vw,96px);
  background:
    radial-gradient(circle at top,rgba(229,191,63,.06),transparent 28%),
    linear-gradient(180deg,#060606,#0d0b08);
  border-top:1px solid rgba(229,191,63,.12);
}
.section-heading{
  text-align:center;
  max-width:800px;
  margin:0 auto 44px;
}
.section h2{
  font-family:Cinzel,Georgia,serif;
  font-size:clamp(2rem,4vw,4rem);
  line-height:1.05;
  margin:0 0 14px;
}
.section p{color:var(--muted);line-height:1.78}

/* PORTFOLIO */
.cards{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.portfolio-card{
  position:relative;
  min-height:360px;
  border:1px solid rgba(229,191,63,.16);
  border-radius:16px;
  overflow:hidden;
  background:#111;
  padding:0;
  color:inherit;
  text-align:left;
  cursor:pointer;
  box-shadow:var(--shadow);
}
.portfolio-card img{
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
  display:block;
  filter:brightness(.72);
  transition:transform .55s ease,filter .55s ease;
}
.portfolio-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.78),rgba(0,0,0,.08));
}
.portfolio-card:hover img{
  transform:scale(1.06);
  filter:brightness(.92);
}
.card-content{
  position:absolute;
  z-index:2;
  left:22px;
  right:22px;
  bottom:22px;
}
.card-content span{color:var(--gold);font-weight:800}
.card-content h3{
  font-family:Cinzel,serif;
  font-size:1.15rem;
  line-height:1.12;
  margin:10px 0 6px;
  text-transform:uppercase;
}
.card-content p{
  color:var(--gold);
  margin:0;
  font-size:.9rem;
}

/* FILM */
.film-section{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:44px;
  align-items:center;
}
.film-copy{max-width:530px}
.film-box{
  width:100%;
  aspect-ratio:16/9;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(229,191,63,.25);
  background:#000;
  box-shadow:var(--shadow);
}
.featured-video{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  background:#000;
}

/* ABOUT */
.about-section{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:46px;
  align-items:center;
}
.about-img img{
  width:100%;
  border-radius:18px;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.about-copy{max-width:620px}

/* TESTIMONIALS */
.testimonials{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.testimonial{
  border:1px solid rgba(229,191,63,.16);
  border-radius:16px;
  padding:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));
}
.testimonial strong{color:var(--gold);font-size:.9rem}

/* CONTACT */
.contact-buttons{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px;
  max-width:1050px;
  margin:28px auto 0;
}
.contact-buttons a{
  min-height:50px;
  border:1px solid rgba(229,191,63,.22);
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--gold);
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-size:.72rem;
  background:rgba(255,255,255,.035);
}
.contact-buttons a:hover{border-color:var(--gold);background:rgba(229,191,63,.08)}

/* FOOTER */
footer{
  position:relative;
  padding:34px 90px;
  color:#887f70;
  background:#050505;
  text-align:center;
  border-top:1px solid rgba(229,191,63,.12);
}
.to-top{
  position:absolute;
  right:28px;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid var(--gold);
  display:grid;
  place-items:center;
  color:var(--gold);
}

/* LIGHTBOX */
.lightbox{
  position:fixed;
  inset:0;
  z-index:1100;
  display:grid;
  place-items:center;
  background:rgba(0,0,0,.94);
  padding:28px;
}
.lightbox img{
  max-width:min(1100px,88vw);
  max-height:78vh;
  border-radius:14px;
  border:1px solid var(--line);
  object-fit:contain;
}
.close-btn,.arrow{
  position:absolute;
  background:rgba(0,0,0,.58);
  color:var(--text);
  border:1px solid var(--line);
  cursor:pointer;
}
.close-btn{
  top:24px;
  right:24px;
  width:46px;
  height:46px;
  border-radius:50%;
  font-size:2rem;
}
.arrow{
  top:50%;
  transform:translateY(-50%);
  width:54px;
  height:54px;
  border-radius:50%;
  font-size:2.4rem;
}
.left{left:24px}
.right{right:24px}
#galleryTitle{
  position:absolute;
  bottom:18px;
  color:var(--muted);
}

/* ANIMATION */
.reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .75s ease,transform .75s ease;
}
.reveal.visible{
  opacity:1;
  transform:translateY(0);
}

/* TABLET */
@media(max-width:980px){
  .cards{grid-template-columns:repeat(2,1fr)}
  .film-section,.about-section{grid-template-columns:1fr}
  .contact-buttons{grid-template-columns:repeat(3,1fr)}
}

/* MOBILE */
@media(max-width:680px){
  .nav{
    height:66px;
    padding:0 20px;
  }
  .menu-btn{display:block}
  .nav nav{
    position:absolute;
    top:66px;
    left:14px;
    right:14px;
    display:none;
    flex-direction:column;
    gap:0;
    background:rgba(5,5,5,.96);
    border:1px solid var(--line);
    border-radius:14px;
    overflow:hidden;
  }
  .nav nav.open{display:flex}
  .nav nav a{
    padding:15px 18px;
    border-bottom:1px solid rgba(229,191,63,.1);
  }
  .brand{font-size:.72rem;max-width:245px}
  .intro-content h1{
    font-size:clamp(2.4rem,11vw,4.2rem);
    line-height:1;
  }
  .intro-screen .eyebrow,.eyebrow{
    letter-spacing:.25em;
  }
  .hero{
    min-height:100svh;
    padding:96px 24px 52px;
    align-items:center;
  }
  .hero-media{
    background:
      linear-gradient(180deg,rgba(0,0,0,.66) 0%,rgba(0,0,0,.50) 45%,rgba(0,0,0,.88) 100%),
      url("../images/hero/hero1.jpg") 62% center/cover;
  }
  .hero-content{
    max-width:335px;
  }
  .hero h2{
    font-size:clamp(2.05rem,9vw,3.35rem);
    line-height:1.03;
  }
  .hero p:not(.eyebrow){
    font-size:.94rem;
    line-height:1.62;
    max-width:320px;
  }
  .hero-actions{
    flex-direction:column;
    align-items:flex-start;
  }
  .primary-btn,.secondary-btn{
    min-height:46px;
    padding:0 24px;
    font-size:.7rem;
  }
  .section{
    padding:76px 20px;
  }
  .section h2{
    font-size:clamp(1.75rem,8vw,2.7rem);
  }
  .cards{grid-template-columns:1fr;gap:16px}
  .portfolio-card{min-height:280px}
  .portfolio-card img{min-height:280px}
  .film-box{border-radius:16px}
  .featured-video{object-fit:contain}
  .testimonials{grid-template-columns:1fr}
  .contact-buttons{grid-template-columns:1fr 1fr}
  .music-btn{
    right:20px;
    bottom:78px;
    width:48px;
    height:48px;
  }
  footer{
    padding:34px 64px 34px 20px;
    text-align:left;
  }
  .arrow{
    width:44px;
    height:44px;
  }
  .left{left:10px}
  .right{right:10px}
}

@media(max-width:380px){
  .hero h2{font-size:clamp(1.85rem,8.2vw,2.85rem)}
  .contact-buttons{grid-template-columns:1fr}
}

/* =====================================================
   TyRaw Animated Luxury Background Patch
   Paste at the VERY BOTTOM of assets/css/style.css
   ===================================================== */

/* Brighter intro background */
.intro-bg {
  background:
    radial-gradient(circle at 50% 45%, rgba(229,191,63,.16), transparent 34%),
    linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.58)),
    url("../images/hero/hero1.jpg") center/cover !important;
  filter: brightness(.95) contrast(1.05) !important;
}

/* Animated luxury layers */
.intro-screen::before,
.intro-screen::after {
  content: "";
  position: absolute;
  inset: -20%;
  pointer-events: none;
  z-index: 1;
}

.intro-screen::before {
  background:
    radial-gradient(circle at 18% 25%, rgba(229,191,63,.16) 0 2px, transparent 3px),
    radial-gradient(circle at 78% 18%, rgba(229,191,63,.12) 0 2px, transparent 3px),
    radial-gradient(circle at 86% 72%, rgba(229,191,63,.18) 0 2px, transparent 3px),
    radial-gradient(circle at 38% 82%, rgba(229,191,63,.10) 0 2px, transparent 3px);
  background-size: 280px 280px;
  opacity: .75;
  animation: goldParticles 18s linear infinite;
}

.intro-screen::after {
  background:
    conic-gradient(from 40deg at 72% 50%,
      transparent 0deg,
      rgba(229,191,63,.08) 42deg,
      transparent 86deg,
      transparent 360deg),
    radial-gradient(ellipse at 70% 50%,
      transparent 0 36%,
      rgba(229,191,63,.10) 37% 38%,
      transparent 39% 48%,
      rgba(229,191,63,.06) 49% 50%,
      transparent 51%);
  opacity: .8;
  animation: goldRings 22s ease-in-out infinite alternate;
}

/* Make intro content stay above animation */
.intro-content {
  z-index: 3 !important;
}

/* Dark soft panel behind text for readability */
.intro-content::before {
  content: "";
  position: absolute;
  inset: -55px -70px;
  z-index: -1;
  border-radius: 40px;
  background:
    radial-gradient(circle at center, rgba(0,0,0,.55), rgba(0,0,0,.15) 62%, transparent 74%);
  filter: blur(2px);
}

/* Hero background also brighter and more premium */
.hero-media {
  background:
    linear-gradient(90deg,
      rgba(0,0,0,.58) 0%,
      rgba(0,0,0,.34) 46%,
      rgba(0,0,0,.18) 100%),
    url("../images/hero/hero.jpg") center/cover !important;
  filter: brightness(.98) contrast(1.05);
}

/* Animated golden smoke/ribbon effect on hero */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 18% 80%, rgba(229,191,63,.12), transparent 38%),
    radial-gradient(ellipse at 88% 24%, rgba(229,191,63,.10), transparent 32%),
    linear-gradient(115deg,
      transparent 0%,
      rgba(229,191,63,.06) 40%,
      transparent 54%,
      rgba(229,191,63,.035) 70%,
      transparent 100%);
  mix-blend-mode: screen;
  opacity: .75;
  animation: heroGlow 14s ease-in-out infinite alternate;
}

.hero-content {
  z-index: 2 !important;
}

/* Animations */
@keyframes goldParticles {
  from {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  to {
    transform: translate3d(70px, -120px, 0) rotate(4deg);
  }
}

@keyframes goldRings {
  from {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: .55;
  }
  to {
    transform: translate3d(-55px, 20px, 0) scale(1.08);
    opacity: .9;
  }
}

@keyframes heroGlow {
  from {
    transform: translateX(-2%) scale(1);
    opacity: .45;
  }
  to {
    transform: translateX(2%) scale(1.05);
    opacity: .85;
  }
}

/* Mobile tuning */
@media (max-width: 680px) {
  .intro-bg {
    background:
      radial-gradient(circle at 50% 43%, rgba(229,191,63,.14), transparent 38%),
      linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.68)),
      url("../images/hero/hero1.jpg") center/cover !important;
    filter: brightness(.9) contrast(1.05) !important;
  }

  .intro-content::before {
    inset: -42px -22px;
    border-radius: 28px;
    background: radial-gradient(circle at center, rgba(0,0,0,.62), rgba(0,0,0,.18) 68%, transparent 78%);
  }

  .hero-media {
    background:
      linear-gradient(180deg,
        rgba(0,0,0,.46) 0%,
        rgba(0,0,0,.35) 45%,
        rgba(0,0,0,.82) 100%),
      url("../images/hero/hero.jpg") 62% center/cover !important;
  }

  .intro-screen::after {
    opacity: .5;
  }
}


/* =====================================================
   HERO DESKTOP + MOBILE IMAGE FIX
   Added by ChatGPT
   Use these files:
   - assets/images/hero/hero-desktop.jpg
   - assets/images/hero/hero-mobile.jpg
   ===================================================== */

/* Intro desktop background */
.intro-bg {
  background:
    radial-gradient(circle at 50% 45%, rgba(229,191,63,.16), transparent 34%),
    linear-gradient(180deg, rgba(0,0,0,.22), rgba(0,0,0,.72)),
    url("../images/hero/hero1.jpg") center center / cover no-repeat !important;
  filter: brightness(.85) contrast(1.05) !important;
}

/* Main hero desktop background */
.hero-media {
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.68) 0%,
      rgba(0,0,0,.42) 45%,
      rgba(0,0,0,.22) 100%
    ),
    url("../images/hero/hero-desktop.jpg") center center / cover no-repeat !important;
  filter: brightness(.92) contrast(1.05) !important;
}

/* Mobile uses separate portrait image */
@media (max-width: 680px) {
  .intro-bg {
    background:
      radial-gradient(circle at 50% 43%, rgba(229,191,63,.14), transparent 38%),
      linear-gradient(180deg, rgba(0,0,0,.28), rgba(0,0,0,.78)),
      url("../images/hero/hero1.jpg") center center / cover no-repeat !important;
    filter: brightness(.82) contrast(1.05) !important;
  }

  .hero-media {
    background:
      linear-gradient(
        180deg,
        rgba(0,0,0,.52) 0%,
        rgba(0,0,0,.34) 42%,
        rgba(0,0,0,.86) 100%
      ),
      url("../images/hero/hero-mobile.jpg") center top / cover no-repeat !important;
    filter: brightness(.9) contrast(1.05) !important;
  }
}
