*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  background:#050505;
  color:#fff;
  font-family:Arial, Helvetica, sans-serif;
  overflow-x:hidden;
}

a{
  text-decoration:none;
  color:inherit;
}

img,
video{
  width:100%;
  display:block;
}

/* HEADER */

.header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:92px;
  padding:0 48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:rgba(0,0,0,.78);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.06);
  z-index:99;
}

.logo{
  font-size:21px;
  font-weight:800;
  letter-spacing:2px;
}

nav{
  display:flex;
  gap:34px;
}

nav a{
  color:#cfcfcf;
  font-size:15px;
  transition:.3s;
}

nav a:hover{
  color:#d4a94d;
}

.header-btn,
.btn-primary{
  background:#d4a94d;
  color:#000;
  padding:16px 28px;
  border-radius:10px;
  font-weight:800;
  display:inline-block;
  transition:.3s;
}

.header-btn:hover,
.btn-primary:hover{
  background:#efc66b;
}

.btn-secondary{
  border:1px solid rgba(255,255,255,.18);
  padding:16px 28px;
  border-radius:10px;
  color:#fff;
  font-weight:700;
  display:inline-block;
}

/* HERO */

.hero{
  min-height:100vh;
  padding:120px 80px 60px;
  display:flex;
  align-items:center;
  background:
    linear-gradient(
      to right,
      #050505 0%,
      rgba(5,5,5,.98) 20%,
      rgba(5,5,5,.82) 42%,
      rgba(5,5,5,.35) 67%,
      rgba(5,5,5,.08) 100%
    ),
    url("images/hero-bg.png");
  background-size:cover;
  background-position:center center;
}

#home,
#services,
#portfolio,
#process,
#contact{
  scroll-margin-top:92px;
}

.hero-content{
  max-width:680px;
}

.eyebrow{
  color:#d4a94d;
  font-size:13px;
  font-weight:800;
  letter-spacing:2.4px;
  text-transform:uppercase;
}

.hero h1{
  margin-top:24px;
  font-size:76px;
  line-height:1.03;
  letter-spacing:-4px;
}

.hero p{
  margin-top:28px;
  max-width:580px;
  color:#d8d8d8;
  font-size:18px;
  line-height:1.8;
}

.hero-buttons{
  display:flex;
  gap:18px;
  margin-top:42px;
  flex-wrap:wrap;
}

.stats{
  display:flex;
  gap:46px;
  margin-top:70px;
  flex-wrap:wrap;
}

.stats strong{
  display:block;
  color:#d4a94d;
  font-size:28px;
}

.stats span{
  color:#aaa;
  font-size:13px;
}

/* GENERAL */

.section{
  padding:110px 80px;
}

.section-head{
  max-width:760px;
  margin-bottom:58px;
}

.section-head.row{
  max-width:none;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:30px;
}

.section-head h2,
.about-text h2,
.contact-left h2{
  margin-top:14px;
  font-size:48px;
  line-height:1.12;
  letter-spacing:-2px;
}

.section-head p,
.about-text p,
.contact-left p{
  margin-top:18px;
  color:#aaa;
  font-size:17px;
  line-height:1.8;
}

.small-link{
  color:#d4a94d;
  font-weight:800;
}


/* SERVICES */

.services-section{
  position:relative;
  background:
    radial-gradient(circle at 14% 12%, rgba(212,169,77,.12), transparent 30%),
    radial-gradient(circle at 86% 60%, rgba(212,169,77,.06), transparent 34%),
    linear-gradient(180deg, #070707, #050505);
  border-top:1px solid rgba(255,255,255,.06);
}

.services-head{
  max-width:860px;
}

.services-showcase{
  display:grid;
  grid-template-columns:1fr;
  gap:28px;
}

.service-feature-card{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0, 65%) minmax(320px, 35%);
  min-height:440px;
  overflow:hidden;
  border-radius:30px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.04), rgba(255,255,255,.012));
  border:1px solid rgba(255,255,255,.08);
  color:#fff;
  transition:transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.service-feature-card:hover{
  transform:translateY(-7px);
  border-color:rgba(212,169,77,.58);
  box-shadow:0 32px 90px rgba(0,0,0,.58);
}

.service-reverse{
  grid-template-columns:minmax(320px, 35%) minmax(0, 65%);
}

.service-reverse .service-visual{
  order:2;
}

.service-reverse .service-content{
  order:1;
}

.service-wide-card{
  grid-column:auto;
}

.service-visual{
  position:relative;
  min-height:100%;
  overflow:hidden;
  background:#0b0b0b;
}

.service-visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to right, rgba(0,0,0,.04), rgba(0,0,0,.42)),
    linear-gradient(to top, rgba(0,0,0,.45), transparent 48%);
  z-index:2;
  pointer-events:none;
}

.service-reverse .service-visual::after{
  background:
    linear-gradient(to left, rgba(0,0,0,.04), rgba(0,0,0,.42)),
    linear-gradient(to top, rgba(0,0,0,.45), transparent 48%);
}

.service-slider{
  position:relative;
  width:100%;
  height:100%;
  min-height:440px;
  overflow:hidden;
  background:#050505;
}

.service-slider img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  opacity:0;
  transform:scale(1);
  transition:opacity .9s ease, filter .9s ease;
}

.service-slider img.active{
  opacity:1;
  transform:scale(1);
}

.service-feature-card:hover .service-slider img.active{
  transform:scale(1.02);
  filter:brightness(.9);
}

.service-index{
  position:absolute;
  top:26px;
  left:26px;
  z-index:3;
  width:54px;
  height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  border:1px solid rgba(212,169,77,.6);
  background:rgba(0,0,0,.58);
  color:#d4a94d;
  font-size:16px;
  font-weight:900;
  box-shadow:0 12px 30px rgba(0,0,0,.35);
}

.service-content{
  position:relative;
  z-index:4;
  padding:42px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:
    linear-gradient(135deg, rgba(18,18,18,.96), rgba(7,7,7,.98));
}

.service-label{
  color:#d4a94d;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.8px;
  text-transform:uppercase;
}

.service-content h3{
  margin-top:14px;
  font-size:42px;
  line-height:1.02;
  letter-spacing:-1.8px;
}

.service-content p{
  margin-top:18px;
  color:#bdbdbd;
  line-height:1.75;
  font-size:16px;
  max-width:460px;
}

.service-content ul{
  margin-top:26px;
  list-style:none;
  display:grid;
  gap:11px;
}

.service-content li{
  color:#e7e7e7;
  font-size:15px;
}

.service-content li::before{
  content:"✓";
  color:#d4a94d;
  font-weight:900;
  margin-right:10px;
}

.service-content strong{
  margin-top:30px;
  color:#d4a94d;
  font-size:15px;
  font-weight:900;
  transition:transform .25s ease;
}

.service-feature-card:hover .service-content strong{
  transform:translateX(5px);
}


/* PORTFOLIO */

.portfolio-section{
  background:#050505;
  border-top:1px solid rgba(255,255,255,.06);
}

.portfolio-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:24px;
}

.portfolio-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  background:#0f0f0f;
  border:1px solid rgba(212,169,77,.24);
  border-radius:22px;
  overflow:hidden;
  color:#fff;
  transition:transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.portfolio-card:hover{
  transform:translateY(-7px);
  border-color:rgba(212,169,77,.72);
  box-shadow:0 24px 70px rgba(0,0,0,.55);
}

.portfolio-image{
  position:relative;
  height:255px;
  overflow:hidden;
  background:#080808;
}

.portfolio-image::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:45%;
  background:linear-gradient(to top, rgba(0,0,0,.5), transparent);
  pointer-events:none;
  z-index:2;
}

.portfolio-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .8s ease, filter .8s ease;
}

.portfolio-card:hover .portfolio-image img{
  transform:scale(1.08);
  filter:brightness(.78);
}

.portfolio-number{
  position:absolute;
  top:18px;
  left:18px;
  z-index:3;
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  border:1px solid rgba(212,169,77,.55);
  background:rgba(0,0,0,.55);
  color:#d4a94d;
  font-size:16px;
  font-weight:900;
}

.portfolio-info{
  min-height:150px;
  padding:22px 24px 24px;
  background:
    linear-gradient(
      to bottom,
      rgba(18,18,18,.98),
      rgba(8,8,8,1)
    );
  border-top:1px solid rgba(255,255,255,.06);
}

.portfolio-info > span{
  color:#d4a94d;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.4px;
  text-transform:uppercase;
}

.portfolio-title-row{
  margin-top:10px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
}

.portfolio-title-row h3{
  font-size:24px;
  line-height:1.12;
  letter-spacing:-.7px;
}

.portfolio-title-row strong{
  flex:0 0 auto;
  color:#d4a94d;
  font-size:14px;
  white-space:nowrap;
  transform:translateX(0);
  transition:transform .3s ease;
}

.portfolio-card:hover .portfolio-title-row strong{
  transform:translateX(4px);
}

.portfolio-info p{
  margin-top:9px;
  color:#aaa;
  line-height:1.55;
  font-size:15px;
}

/* PROCESS */

.process-section{
  background:#090909;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.process-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
}

.process-grid > div{
  background:#101010;
  padding:30px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.07);
  transition:transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.process-grid > div:hover{
  transform:translateY(-8px);
  border-color:rgba(212,169,77,.55);
  box-shadow:0 20px 45px rgba(0,0,0,.45);
}

.process-grid span{
  color:#d4a94d;
  font-size:28px;
  font-weight:900;
}

.process-grid h3{
  margin-top:18px;
  font-size:20px;
  transition:color .3s ease;
}

.process-grid > div:hover h3{
  color:#d4a94d;
}

.process-grid p{
  margin-top:12px;
  color:#aaa;
  line-height:1.6;
}

/* ABOUT */

.about{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.about-img{
  min-height:560px;
  border-radius:28px;
  background-image:url("images/about-image.jpg?v=2");
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  border:1px solid rgba(255,255,255,.08);
}

.about-text p{
  margin-bottom:38px;
}

/* CONTACT */

.contact-section{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:80px;
  align-items:start;
  background:#080808;
}

.contact-left{
  max-width:620px;
}

.contact-stats{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
  margin-bottom:10px;
}

.contact-stats span{
  padding:10px 16px;
  border:1px solid rgba(212,169,77,.25);
  background:rgba(212,169,77,.05);
  border-radius:999px;
  color:#d4a94d;
  font-size:13px;
  font-weight:700;
}

.contact-left p{
  margin-top:22px;
  color:#cfcfcf;
}

.contact-features{
  margin-top:34px;
  display:flex;
  flex-direction:column;
  gap:13px;
}

.contact-form{
  width:100%;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
  width:100%;
  background:#101010;
  color:#fff;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  padding:18px;
  outline:none;
  font-size:15px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
  border-color:#d4a94d;
}

.contact-form select:nth-of-type(2){
  grid-column:1 / -1;
}

.upload-box{
  grid-column:1 / -1;
  position:relative;
  border:2px dashed rgba(212,169,77,.25);
  border-radius:18px;
  background:#0d0d0d;
  transition:.3s;
  overflow:hidden;
}

.upload-box:hover{
  border-color:#d4a94d;
  background:#111;
}

.upload-content{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:40px 20px;
  cursor:pointer;
}

.upload-icon{
  font-size:34px;
  margin-bottom:12px;
}

.upload-content h4{
  color:#fff;
  font-size:18px;
  margin-bottom:10px;
}

.upload-content p{
  max-width:380px;
  color:#9f9f9f;
  line-height:1.6;
  margin-bottom:12px;
}

.upload-content span{
  color:#d4a94d;
  font-size:14px;
  font-weight:700;
}

.upload-box input[type="file"]{
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  position:absolute !important;
  width:0 !important;
  height:0 !important;
  pointer-events:none !important;
}

.contact-form textarea{
  grid-column:1 / -1;
  min-height:180px;
  resize:vertical;
}

.contact-form button{
  grid-column:1 / -1;
  background:#d4a94d;
  color:#000;
  border:none;
  border-radius:14px;
  padding:20px;
  font-weight:900;
  cursor:pointer;
  transition:.3s;
  box-shadow:0 10px 25px rgba(212,169,77,.25);
}

.contact-form button:hover{
  background:#e3b85d;
  transform:translateY(-2px);
}

/* FOOTER */

.footer{
  padding:55px 80px;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:40px;
  background:#030303;
  border-top:1px solid rgba(255,255,255,.08);
}

.footer h3{
  letter-spacing:2px;
  margin-bottom:12px;
}

.footer p{
  color:#888;
  max-width:420px;
  line-height:1.7;
}

.footer-links{
  display:flex;
  gap:30px;
}

.footer-links a{
  color:#aaa;
  transition:.3s;
}

.footer-links a:hover{
  color:#d4a94d;
}


/* RESPONSIVE */

@media(max-width:1100px){
  .hero h1{
    font-size:58px;
  }

  .services-showcase,
  .portfolio-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .service-feature-card,
  .service-wide-card{
    grid-template-columns:1fr;
    min-height:auto;
  }

  .service-wide-card{
    grid-column:auto;
  }

  .service-visual,
  .service-slider{
    height:300px;
    min-height:300px;
  }

  .process-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .about,
  .contact-section{
    grid-template-columns:1fr;
  }

  .portfolio-title-row{
    display:block;
  }

  .portfolio-title-row strong{
    display:inline-block;
    margin-top:14px;
  }
}

@media(max-width:800px){
  .header{
    height:78px;
    padding:0 22px;
  }

  nav{
    display:none;
  }

  .header-btn{
    padding:12px 16px;
    font-size:13px;
  }

  .hero{
    padding:120px 24px 80px;
    background-position:70% center;
  }

  .hero h1{
    font-size:44px;
    letter-spacing:-2px;
  }

  .section{
    padding:80px 24px;
  }

  .section-head.row{
    display:block;
  }

  .section-head h2,
  .about-text h2,
  .contact-left h2{
    font-size:36px;
  }

  .services-showcase,
  .portfolio-grid,
  .process-grid,
  .contact-form{
    grid-template-columns:1fr;
  }

  .service-content{
    padding:26px;
  }

  .service-content h3{
    font-size:28px;
  }

  .service-visual,
  .service-slider,
  .portfolio-image{
    height:300px;
    min-height:300px;
  }

  .about-img{
    min-height:380px;
  }

  .footer{
    padding:45px 24px;
    flex-direction:column;
  }

  .footer-links{
    flex-wrap:wrap;
  }
}


/* SERVICES VISUAL-FIRST RESPONSIVE OVERRIDES */

@media(max-width:1100px){
  .service-feature-card,
  .service-reverse,
  .service-wide-card{
    grid-template-columns:1fr;
    min-height:auto;
  }

  .service-reverse .service-visual,
  .service-reverse .service-content{
    order:initial;
  }

  .service-visual,
  .service-slider{
    height:360px;
    min-height:360px;
  }
}

@media(max-width:800px){
  .service-feature-card{
    border-radius:24px;
  }

  .service-content{
    padding:28px;
  }

  .service-content h3{
    font-size:30px;
  }

  .service-visual,
  .service-slider{
    height:320px;
    min-height:320px;
  }
}

/* FINAL SERVICE IMAGE FIX — no side gaps, no forced shifting */
.service-feature-card{
  grid-template-columns:minmax(0, 62%) minmax(380px, 38%) !important;
}

.service-reverse{
  grid-template-columns:minmax(380px, 38%) minmax(0, 62%) !important;
}

.service-visual,
.service-slider{
  height:440px !important;
  min-height:440px !important;
  background:#050505 !important;
}

.service-slider img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  min-width:100% !important;
  min-height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  background:transparent !important;
  opacity:0;
  transform:scale(1) !important;
  transition:opacity .9s ease, filter .9s ease !important;
}

.service-slider img.active{
  opacity:1;
  transform:scale(1) !important;
}

.service-feature-card:hover .service-slider img.active{
  transform:scale(1.015) !important;
  filter:brightness(.92);
}

.service-visual::after{
  background:
    linear-gradient(to right, rgba(0,0,0,.02), rgba(0,0,0,.28)),
    linear-gradient(to top, rgba(0,0,0,.35), transparent 48%) !important;
}

.service-reverse .service-visual::after{
  background:
    linear-gradient(to left, rgba(0,0,0,.02), rgba(0,0,0,.28)),
    linear-gradient(to top, rgba(0,0,0,.35), transparent 48%) !important;
}

.service-content{
  padding:48px !important;
}

@media(max-width:1100px){
  .services-showcase{
    grid-template-columns:1fr !important;
  }

  .service-feature-card,
  .service-reverse,
  .service-wide-card{
    grid-template-columns:1fr !important;
    min-height:auto !important;
  }

  .service-reverse .service-visual,
  .service-reverse .service-content{
    order:initial !important;
  }

  .service-visual,
  .service-slider{
    height:360px !important;
    min-height:360px !important;
  }
}

@media(max-width:800px){
  .service-visual,
  .service-slider{
    height:320px !important;
    min-height:320px !important;
  }

  .service-content{
    padding:28px !important;
  }
}

/* FINAL SERVICES CLEAN COVER — no blur, no side fog, no black gaps */
.services-showcase{
  grid-template-columns:1fr !important;
  gap:32px !important;
}

.service-feature-card{
  grid-template-columns:minmax(0, 70%) minmax(360px, 30%) !important;
  min-height:460px !important;
}

.service-reverse{
  grid-template-columns:minmax(360px, 30%) minmax(0, 70%) !important;
}

.service-visual,
.service-slider{
  height:460px !important;
  min-height:460px !important;
  background:#050505 !important;
}

.service-slider{
  position:relative !important;
  overflow:hidden !important;
}

.service-slider::before,
.service-slider::after{
  content:none !important;
  display:none !important;
}

.service-slider img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  opacity:0;
  transform:none !important;
  transition:opacity .9s ease, filter .9s ease !important;
  background:transparent !important;
}

.service-slider img.active{
  opacity:1;
  transform:none !important;
}

.service-feature-card:hover .service-slider img.active{
  transform:none !important;
  filter:brightness(.94);
}

.service-content{
  padding:46px !important;
}

.service-content h3{
  font-size:38px !important;
}

@media(max-width:1100px){
  .service-feature-card,
  .service-reverse,
  .service-wide-card{
    grid-template-columns:1fr !important;
    min-height:auto !important;
  }

  .service-reverse .service-visual,
  .service-reverse .service-content{
    order:initial !important;
  }

  .service-visual,
  .service-slider{
    height:360px !important;
    min-height:360px !important;
  }
}

@media(max-width:800px){
  .service-visual,
  .service-slider{
    height:320px !important;
    min-height:320px !important;
  }

  .service-content{
    padding:28px !important;
  }

  .service-content h3{
    font-size:30px !important;
  }
}


/* PRODUCT RENDERING DETAIL PAGE — PREMIUM SALES PAGE */
.detail-page{
  background:#050505;
}

.product-hero{
  min-height:100vh;
  padding:150px 80px 80px;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:58px;
  align-items:center;
  background:
    radial-gradient(circle at 20% 20%, rgba(212,169,77,.15), transparent 30%),
    radial-gradient(circle at 80% 60%, rgba(212,169,77,.07), transparent 32%),
    linear-gradient(180deg, #070707, #050505);
  border-bottom:1px solid rgba(255,255,255,.07);
}

.product-hero-copy{
  max-width:720px;
}

.product-hero-copy h1{
  margin-top:22px;
  font-size:68px;
  line-height:1.02;
  letter-spacing:-3.8px;
}

.product-hero-copy p{
  margin-top:26px;
  max-width:650px;
  color:#cfcfcf;
  font-size:18px;
  line-height:1.8;
}

.product-hero-points{
  margin-top:34px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.product-hero-points span{
  padding:11px 16px;
  border-radius:999px;
  background:rgba(212,169,77,.08);
  border:1px solid rgba(212,169,77,.25);
  color:#d4a94d;
  font-size:13px;
  font-weight:800;
}

.product-hero-visual{
  position:relative;
  min-height:560px;
  border-radius:32px;
  overflow:hidden;
  border:1px solid rgba(212,169,77,.22);
  background:#0b0b0b;
  box-shadow:0 34px 90px rgba(0,0,0,.52);
}

.product-hero-visual img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

.product-hero-visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to top, rgba(0,0,0,.44), transparent 45%),
    linear-gradient(to right, rgba(0,0,0,.10), transparent 42%);
}

.detail-split{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
  align-items:center;
}

.detail-split h2,
.deliver-section h2,
.before-after-section h2,
.faq-section h2,
.final-product-cta h2{
  margin-top:14px;
  font-size:48px;
  line-height:1.12;
  letter-spacing:-2px;
}

.detail-split p{
  color:#bdbdbd;
  font-size:17px;
  line-height:1.85;
}

.benefit-list{
  margin-top:30px;
  display:grid;
  gap:16px;
}

.benefit-item{
  padding:22px;
  border-radius:18px;
  background:#0f0f0f;
  border:1px solid rgba(255,255,255,.08);
}

.benefit-item strong{
  display:block;
  color:#fff;
  font-size:18px;
  margin-bottom:8px;
}

.benefit-item span{
  color:#aaa;
  line-height:1.65;
}

.visual-panel{
  min-height:520px;
  border-radius:28px;
  overflow:hidden;
  border:1px solid rgba(212,169,77,.2);
  background:#0b0b0b;
}

.visual-panel img{
  height:100%;
  object-fit:cover;
}

.deliver-section{
  background:#080808;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.deliver-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:20px;
}

.deliver-card{
  min-height:260px;
  padding:28px;
  border-radius:22px;
  background:linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
  border:1px solid rgba(255,255,255,.08);
  transition:transform .3s ease, border-color .3s ease;
}

.deliver-card:hover{
  transform:translateY(-6px);
  border-color:rgba(212,169,77,.55);
}

.deliver-card span{
  color:#d4a94d;
  font-size:26px;
  font-weight:900;
}

.deliver-card h3{
  margin-top:22px;
  font-size:24px;
  letter-spacing:-.6px;
}

.deliver-card p{
  margin-top:14px;
  color:#aaa;
  line-height:1.65;
}

.deliver-card ul{
  margin-top:18px;
  list-style:none;
  display:grid;
  gap:8px;
}

.deliver-card li{
  color:#d4d4d4;
  font-size:14px;
}

.deliver-card li::before{
  content:"✓";
  color:#d4a94d;
  font-weight:900;
  margin-right:8px;
}

.before-after-section{
  background:#050505;
}

.before-after-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  margin-top:42px;
}

.compare-card{
  border-radius:26px;
  overflow:hidden;
  background:#101010;
  border:1px solid rgba(255,255,255,.08);
}

.compare-card img{
  height:380px;
  object-fit:cover;
}

.compare-info{
  padding:24px;
}

.compare-info span{
  color:#d4a94d;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.4px;
}

.compare-info h3{
  margin-top:10px;
  font-size:26px;
}

.compare-info p{
  margin-top:10px;
  color:#aaa;
  line-height:1.65;
}

.product-process-section{
  background:#090909;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.product-process-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:20px;
}

.product-process-card{
  padding:30px;
  border-radius:20px;
  background:#101010;
  border:1px solid rgba(255,255,255,.08);
}

.product-process-card span{
  color:#d4a94d;
  font-size:28px;
  font-weight:900;
}

.product-process-card h3{
  margin-top:18px;
  font-size:23px;
}

.product-process-card p{
  margin-top:12px;
  color:#aaa;
  line-height:1.65;
}

.faq-section{
  background:#050505;
}

.faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.faq-item{
  padding:26px;
  border-radius:20px;
  background:#0f0f0f;
  border:1px solid rgba(255,255,255,.08);
}

.faq-item h3{
  font-size:20px;
}

.faq-item p{
  margin-top:12px;
  color:#aaa;
  line-height:1.7;
}

.final-product-cta{
  text-align:center;
  background:
    radial-gradient(circle at 50% 0%, rgba(212,169,77,.16), transparent 34%),
    linear-gradient(180deg, #080808, #030303);
}

.final-product-cta p{
  margin:18px auto 34px;
  max-width:720px;
  color:#bdbdbd;
  font-size:17px;
  line-height:1.8;
}

.detail-gallery-premium{
  display:grid;
  grid-template-columns:1.3fr .85fr .85fr;
  gap:18px;
}

.detail-gallery-premium img{
  height:420px;
  border-radius:22px;
  object-fit:cover;
  border:1px solid rgba(212,169,77,.18);
}

@media(max-width:1100px){
  .product-hero,
  .detail-split{
    grid-template-columns:1fr;
  }

  .product-hero-copy h1{
    font-size:54px;
  }

  .deliver-grid,
  .product-process-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .detail-gallery-premium{
    grid-template-columns:1fr;
  }
}

@media(max-width:800px){
  .product-hero{
    padding:120px 24px 70px;
  }

  .product-hero-copy h1{
    font-size:42px;
    letter-spacing:-2px;
  }

  .product-hero-visual,
  .visual-panel{
    min-height:360px;
  }

  .detail-split h2,
  .deliver-section h2,
  .before-after-section h2,
  .faq-section h2,
  .final-product-cta h2{
    font-size:34px;
  }

  .deliver-grid,
  .before-after-grid,
  .product-process-grid,
  .faq-grid{
    grid-template-columns:1fr;
  }

  .compare-card img,
  .detail-gallery-premium img{
    height:300px;
  }
}


/* PRODUCT DETAIL GALLERY — EQUAL 3 COLUMNS FINAL FIX */
.detail-gallery-premium{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:24px !important;
  align-items:stretch !important;
}

.detail-gallery-premium img{
  width:100% !important;
  height:360px !important;
  aspect-ratio:auto !important;
  object-fit:cover !important;
  object-position:center center !important;
  border-radius:22px !important;
  border:1px solid rgba(212,169,77,.18) !important;
}

@media(max-width:1100px){
  .detail-gallery-premium{
    grid-template-columns:1fr !important;
  }

  .detail-gallery-premium img{
    height:360px !important;
  }
}

@media(max-width:800px){
  .detail-gallery-premium img{
    height:300px !important;
  }
}


/* CGI ANIMATION DETAIL PAGE — PRODUCT SYSTEM MATCH */
.cgi-hero .product-hero-visual img{
  object-fit:cover;
  object-position:center center;
}

.motion-style-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:24px;
}

.motion-style-card{
  overflow:hidden;
  border-radius:24px;
  background:#101010;
  border:1px solid rgba(212,169,77,.16);
}

.motion-style-card img{
  width:100%;
  height:360px;
  object-fit:cover;
  object-position:center center;
}

.motion-style-card div{
  padding:22px;
}

.motion-style-card span{
  color:#d4a94d;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.4px;
  text-transform:uppercase;
}

.motion-style-card h3{
  margin-top:10px;
  font-size:24px;
  letter-spacing:-.6px;
}

.motion-style-card p{
  margin-top:10px;
  color:#aaa;
  line-height:1.65;
}

@media(max-width:1100px){
  .motion-style-grid{
    grid-template-columns:1fr;
  }

  .motion-style-card img{
    height:360px;
  }
}

@media(max-width:800px){
  .motion-style-card img{
    height:300px;
  }
}

/* SOCIAL MEDIA CONTENT — 8 POST PREMIUM SHOWCASE */
.social-post-showcase{
  background:
    radial-gradient(circle at 18% 0%, rgba(212,169,77,.12), transparent 34%),
    linear-gradient(180deg, #050505, #080808);
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.social-post-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:22px;
}
.social-post-card{
  position:relative;
  overflow:hidden;
  min-height:420px;
  border-radius:24px;
  background:#0d0d0d;
  border:1px solid rgba(212,169,77,.18);
  box-shadow:0 22px 60px rgba(0,0,0,.32);
  transition:transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.social-post-card:hover{
  transform:translateY(-7px);
  border-color:rgba(212,169,77,.62);
  box-shadow:0 32px 82px rgba(0,0,0,.55);
}
.social-post-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  transition:transform .75s ease, filter .75s ease;
}
.social-post-card:hover img{
  transform:scale(1.045);
  filter:brightness(.82);
}
.social-post-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to top, rgba(0,0,0,.78), rgba(0,0,0,.08) 58%),
    linear-gradient(to right, rgba(0,0,0,.18), transparent 44%);
  z-index:1;
  pointer-events:none;
}
.social-post-info{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  z-index:2;
}
.social-post-info span{
  color:#d4a94d;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.5px;
}
.social-post-info h3{
  margin-top:8px;
  color:#fff;
  font-size:22px;
  line-height:1.12;
  letter-spacing:-.5px;
}
@media(max-width:1200px){
  .social-post-grid{grid-template-columns:repeat(2, minmax(0, 1fr));}
  .social-post-card{min-height:440px;}
}
@media(max-width:700px){
  .social-post-grid{grid-template-columns:1fr;}
  .social-post-card{min-height:380px;}
}


/* OUR WORK / PORTFOLIO FINAL SYSTEM */
.premium-work-section{
  background:
    radial-gradient(circle at 18% 8%, rgba(212,169,77,.10), transparent 30%),
    linear-gradient(180deg,#050505,#070707);
}

.premium-work-card .portfolio-info p{
  min-height:48px;
}

.portfolio-tags,
.portfolio-detail-tags{
  margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.portfolio-tags span,
.portfolio-detail-tags span{
  padding:7px 10px;
  border-radius:999px;
  background:rgba(212,169,77,.08);
  border:1px solid rgba(212,169,77,.22);
  color:#d4a94d;
  font-size:11px;
  font-weight:800;
  letter-spacing:.5px;
}

.project-detail-page{
  background:#050505;
}

.portfolio-detail-hero{
  min-height:100vh;
  padding:150px 80px 80px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:58px;
  align-items:center;
  background:
    radial-gradient(circle at 18% 18%, rgba(212,169,77,.16), transparent 30%),
    radial-gradient(circle at 86% 72%, rgba(212,169,77,.07), transparent 32%),
    linear-gradient(180deg,#070707,#050505);
  border-bottom:1px solid rgba(255,255,255,.07);
}

.portfolio-detail-copy h1{
  margin-top:22px;
  font-size:68px;
  line-height:1.02;
  letter-spacing:-3.8px;
}

.portfolio-detail-copy p{
  margin-top:24px;
  max-width:650px;
  color:#cfcfcf;
  font-size:18px;
  line-height:1.8;
}

.portfolio-detail-visual{
  position:relative;
  min-height:560px;
  border-radius:32px;
  overflow:hidden;
  border:1px solid rgba(212,169,77,.22);
  background:#0b0b0b;
  box-shadow:0 34px 90px rgba(0,0,0,.52);
}

.portfolio-detail-visual img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

.portfolio-detail-visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,.42), transparent 45%);
}

.project-meta-band{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  background:#080808;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.project-meta-band div{
  padding:28px;
  border-radius:20px;
  background:#101010;
  border:1px solid rgba(255,255,255,.08);
}

.project-meta-band span{
  display:block;
  color:#d4a94d;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.4px;
  text-transform:uppercase;
  margin-bottom:10px;
}

.project-meta-band strong{
  color:#fff;
  font-size:18px;
  line-height:1.35;
}

.project-story-section{
  background:#050505;
}

.story-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.story-grid div{
  padding:30px;
  border-radius:22px;
  background:linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
  border:1px solid rgba(255,255,255,.08);
}

.story-grid span,
.portfolio-highlights span{
  color:#d4a94d;
  font-size:26px;
  font-weight:900;
}

.story-grid h3{
  margin-top:18px;
  font-size:24px;
}

.story-grid p{
  margin-top:12px;
  color:#aaa;
  line-height:1.7;
}

.project-gallery-section{
  background:#080808;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.portfolio-detail-gallery{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:22px;
}

.portfolio-detail-gallery img{
  width:100%;
  height:360px;
  object-fit:cover;
  border-radius:24px;
  border:1px solid rgba(212,169,77,.18);
  background:#0b0b0b;
}

.portfolio-detail-gallery img:first-child{
  grid-row:span 2;
  height:744px;
}

.project-navigation{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  background:#080808;
  border-top:1px solid rgba(255,255,255,.06);
}

.project-navigation a{
  padding:30px;
  border-radius:22px;
  background:#101010;
  border:1px solid rgba(255,255,255,.08);
  transition:.3s;
}

.project-navigation a:hover{
  transform:translateY(-5px);
  border-color:rgba(212,169,77,.55);
}

.project-navigation span{
  display:block;
  color:#d4a94d;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.4px;
  text-transform:uppercase;
  margin-bottom:10px;
}

.project-navigation strong{
  font-size:22px;
}

@media(max-width:1100px){
  .portfolio-detail-hero,
  .portfolio-detail-gallery,
  .project-meta-band,
  .story-grid,
  .project-navigation{
    grid-template-columns:1fr;
  }

  .portfolio-detail-copy h1{
    font-size:54px;
  }

  .portfolio-detail-gallery img:first-child{
    grid-row:auto;
    height:360px;
  }
}

@media(max-width:800px){
  .portfolio-detail-hero{
    padding:120px 24px 70px;
  }

  .portfolio-detail-copy h1{
    font-size:42px;
    letter-spacing:-2px;
  }

  .portfolio-detail-visual{
    min-height:360px;
  }

  .portfolio-detail-gallery img,
  .portfolio-detail-gallery img:first-child{
    height:300px;
  }
}
