/* ===================================================
   REMSMOVIES PRODUCTION — style.css v=1
   VFX & 3D Special Effects Studio
   =================================================== */

/* --- RESET & BASE --- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;font-size:16px;}
body{font-family:'Segoe UI',system-ui,-apple-system,sans-serif;background:#0d0d0d;color:#e5e5e5;line-height:1.7;overflow-x:hidden;}
img{max-width:100%;height:auto;display:block;}
a{color:#dc2626;text-decoration:none;transition:color .25s;}
a:hover{color:#ef4444;}
ul{list-style:none;}
:focus-visible{outline:2px solid #dc2626;outline-offset:3px;}

/* --- TYPOGRAPHY --- */
h1,h2,h3,h4,h5{font-weight:800;line-height:1.15;letter-spacing:-.02em;color:#fff;}
h1{font-size:clamp(2.4rem,6vw,4.5rem);}
h2{font-size:clamp(1.8rem,4vw,2.8rem);}
h3{font-size:clamp(1.25rem,2.5vw,1.75rem);}
h4{font-size:1.15rem;}
p{margin-bottom:1.1rem;color:#c5c5c5;}
p:last-child{margin-bottom:0;}
.lead{font-size:1.2rem;color:#d4d4d4;line-height:1.8;}

/* --- LAYOUT --- */
.container{max-width:1200px;margin:0 auto;padding:0 1.5rem;}
.section{padding:5rem 0;}
.section-sm{padding:3rem 0;}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;}
.text-center{text-align:center;}

/* --- COLOUR UTILS --- */
.bg-dark{background:#0d0d0d;}
.bg-darker{background:#080808;}
.bg-card{background:#111;}
.bg-red{background:#dc2626;}
.text-red{color:#dc2626;}
.text-white{color:#fff;}
.text-muted{color:#888;}

/* --- SECTION LABELS --- */
.section-label{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#dc2626;margin-bottom:.75rem;}
.section-title{margin-bottom:1.25rem;}
.section-sub{color:#aaa;max-width:640px;margin:0 auto 2.5rem;}

/* ===================================================
   HEADER & NAV
   =================================================== */
.site-header{position:fixed;top:0;left:0;width:100%;z-index:100;padding:.9rem 0;transition:background .35s,backdrop-filter .35s,box-shadow .35s;}
.site-header.scrolled{background:rgba(13,13,13,.97);backdrop-filter:blur(12px);box-shadow:0 2px 20px rgba(0,0,0,.6);}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;}
.logo-link{display:flex;align-items:center;gap:.7rem;flex-shrink:0;}
.logo-img{height:42px;width:auto;}
.logo-text{font-size:1.05rem;font-weight:800;color:#fff;letter-spacing:.04em;line-height:1.2;}
.logo-text span{display:block;font-size:.65rem;font-weight:500;color:#dc2626;letter-spacing:.14em;text-transform:uppercase;}
.main-nav{display:flex;align-items:center;gap:.25rem;}
.main-nav a{display:block;padding:.5rem .85rem;font-size:.88rem;font-weight:600;color:#ccc;letter-spacing:.04em;text-transform:uppercase;border-radius:4px;transition:color .2s,background .2s;}
.main-nav a:hover,.main-nav a.active{color:#fff;background:rgba(220,38,38,.15);}
.main-nav a.active{color:#dc2626;}
.nav-cta{background:#dc2626 !important;color:#fff !important;padding:.5rem 1.1rem !important;border-radius:4px;}
.nav-cta:hover{background:#b91c1c !important;}
.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.4rem;}
.nav-toggle span{display:block;width:24px;height:2px;background:#fff;transition:.3s;}

/* ===================================================
   HERO — VIDEO
   =================================================== */
.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;}
.hero::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(13,13,13,0.88) 0%,rgba(40,10,10,0.45) 50%,rgba(13,13,13,0.92) 100%);z-index:1;}
.hero-video{background-color:#0d0d0d;}
.hero-video-bg{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;z-index:0;opacity:0.45;pointer-events:none;}
.hero-content{position:relative;z-index:2;padding:8rem 0 5rem;}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(220,38,38,.15);border:1px solid rgba(220,38,38,.35);color:#dc2626;font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:.4rem 1rem;border-radius:999px;margin-bottom:1.5rem;}
.hero-badge::before{content:'';display:block;width:7px;height:7px;background:#dc2626;border-radius:50%;animation:pulse 1.8s ease-in-out infinite;}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1);}50%{opacity:.5;transform:scale(1.4);}}
.hero h1{margin-bottom:1.2rem;}
.hero h1 em{font-style:normal;color:#dc2626;}
.hero .lead{max-width:620px;margin-bottom:2.2rem;}
.hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;}
.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#888;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;}
.hero-scroll::after{content:'';display:block;width:1px;height:40px;background:linear-gradient(to bottom,#dc2626,transparent);}

/* --- HERO STATS --- */
.hero-stats{display:flex;flex-wrap:wrap;gap:2.5rem;margin-top:2.5rem;}
.hero-stat strong{display:block;font-size:2rem;font-weight:900;color:#dc2626;line-height:1;}
.hero-stat span{font-size:.78rem;color:#999;letter-spacing:.08em;text-transform:uppercase;}

/* ===================================================
   BUTTONS
   =================================================== */
.btn{display:inline-flex;align-items:center;gap:.55rem;font-size:.9rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.85rem 1.8rem;border-radius:4px;border:2px solid transparent;cursor:pointer;transition:all .25s;}
.btn-primary{background:#dc2626;color:#fff;border-color:#dc2626;}
.btn-primary:hover{background:#b91c1c;border-color:#b91c1c;color:#fff;transform:translateY(-2px);box-shadow:0 6px 24px rgba(220,38,38,.4);}
.btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.35);}
.btn-outline:hover{border-color:#dc2626;color:#dc2626;transform:translateY(-2px);}
.btn-sm{font-size:.78rem;padding:.6rem 1.2rem;}
.btn svg{width:18px;height:18px;flex-shrink:0;}

/* ===================================================
   CARDS
   =================================================== */
.card{background:#111;border:1px solid rgba(255,255,255,.06);border-radius:8px;overflow:hidden;transition:transform .25s,box-shadow .25s,border-color .25s;}
.card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.5);border-color:rgba(220,38,38,.3);}
.card-img{width:100%;height:200px;object-fit:cover;}
.card-body{padding:1.5rem;}
.card-label{font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#dc2626;margin-bottom:.5rem;}
.card-title{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.6rem;line-height:1.3;}
.card-text{font-size:.88rem;color:#999;line-height:1.6;}
.card-meta{display:flex;align-items:center;gap:.75rem;font-size:.75rem;color:#666;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.06);}
.card-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:700;color:#dc2626;text-transform:uppercase;letter-spacing:.06em;margin-top:1rem;}
.card-link svg{width:14px;height:14px;transition:transform .2s;}
.card-link:hover svg{transform:translateX(4px);}

/* ===================================================
   SERVICE ICONS
   =================================================== */
.service-icon{width:52px;height:52px;background:rgba(220,38,38,.12);border:1px solid rgba(220,38,38,.25);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem;}
.service-icon svg{width:26px;height:26px;stroke:#dc2626;fill:none;stroke-width:1.8;}

/* ===================================================
   FEATURE BLOCKS
   =================================================== */
.feature-block{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.07);}
.feature-block img{width:100%;height:100%;object-fit:cover;min-height:420px;}
.feature-body{padding:3.5rem;display:flex;flex-direction:column;justify-content:center;background:#111;}
.feature-body .section-label{margin-bottom:.5rem;}
.feature-checklist{margin-top:1.5rem;display:flex;flex-direction:column;gap:.6rem;}
.feature-checklist li{display:flex;align-items:flex-start;gap:.6rem;font-size:.9rem;color:#bbb;}
.feature-checklist li::before{content:'';display:inline-block;width:18px;height:18px;min-width:18px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dc2626' stroke-width='2.5'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat;margin-top:3px;}

/* ===================================================
   BANNER (CSS BG)
   =================================================== */
.banner-section{position:relative;padding:5rem 0;text-align:center;background-image:url('/images/breakdown-vfx.jpg');background-size:cover;background-position:center;background-attachment:fixed;}
.banner-section::before{content:'';position:absolute;inset:0;background:rgba(13,13,13,.78);}
.banner-section .container{position:relative;z-index:1;}
.banner-section h2{color:#fff;margin-bottom:1rem;}
.banner-section p{color:#ccc;max-width:580px;margin:0 auto 2rem;}

/* ===================================================
   PROCESS STEPS
   =================================================== */
.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;counter-reset:step;}
.step{background:#111;border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:2rem 1.5rem;position:relative;counter-increment:step;}
.step::before{content:counter(step,decimal-leading-zero);font-size:3rem;font-weight:900;color:rgba(220,38,38,.15);position:absolute;top:1rem;right:1.2rem;line-height:1;}
.step-icon{margin-bottom:1rem;}
.step h4{color:#fff;margin-bottom:.5rem;}
.step p{font-size:.88rem;color:#999;margin:0;}

/* ===================================================
   TESTIMONIAL
   =================================================== */
.testimonial-block{background:#111;border-left:4px solid #dc2626;border-radius:0 8px 8px 0;padding:2rem 2.5rem;margin:2rem 0;}
.testimonial-text{font-size:1.1rem;font-style:italic;color:#ddd;margin-bottom:1rem;}
.testimonial-author{font-size:.85rem;font-weight:700;color:#dc2626;text-transform:uppercase;letter-spacing:.08em;}

/* ===================================================
   SHOWREEL
   =================================================== */
.reel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;}
.reel-item{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:16/9;background:#111;border:1px solid rgba(255,255,255,.07);cursor:pointer;}
.reel-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s;}
.reel-item:hover img{transform:scale(1.05);}
.reel-overlay{position:absolute;inset:0;background:rgba(13,13,13,.55);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;transition:background .3s;}
.reel-item:hover .reel-overlay{background:rgba(13,13,13,.3);}
.reel-play{width:56px;height:56px;background:#dc2626;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.reel-play svg{width:24px;height:24px;fill:#fff;margin-left:3px;}
.reel-title{color:#fff;font-weight:700;font-size:.9rem;text-align:center;padding:0 1rem;}
.reel-year{color:#dc2626;font-size:.75rem;font-weight:700;letter-spacing:.1em;}

/* ===================================================
   BLOG
   =================================================== */
.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;}
.blog-hero-img{width:100%;height:220px;object-fit:cover;}
.blog-tag{display:inline-block;background:rgba(220,38,38,.15);color:#dc2626;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.25rem .7rem;border-radius:3px;margin-bottom:.75rem;}
.blog-card-title{font-size:1.05rem;font-weight:700;color:#fff;line-height:1.4;margin-bottom:.6rem;}
.blog-excerpt{font-size:.87rem;color:#999;line-height:1.6;}
.blog-date{color:#555;font-size:.78rem;}

/* --- Article single --- */
.article-header{padding:8rem 0 3rem;text-align:center;}
.article-header h1{font-size:clamp(1.8rem,4vw,2.8rem);}
.article-meta{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1rem;font-size:.82rem;color:#666;}
.article-body{max-width:760px;margin:0 auto;padding:0 1.5rem 4rem;}
.article-body h2{font-size:1.6rem;margin:2.5rem 0 .8rem;color:#fff;}
.article-body h3{font-size:1.25rem;margin:2rem 0 .6rem;color:#e5e5e5;}
.article-body p{color:#bbb;margin-bottom:1.3rem;line-height:1.85;}
.article-body a{color:#dc2626;text-decoration:underline;text-underline-offset:3px;}
.article-body a:hover{color:#ef4444;}
.article-body ul,
.article-body ol{margin:1rem 0 1.3rem 1.5rem;color:#bbb;}
.article-body li{margin-bottom:.4rem;line-height:1.7;}
.article-hero-img{width:100%;max-height:460px;object-fit:cover;border-radius:8px;margin-bottom:2.5rem;}
.article-mid-img{width:100%;border-radius:8px;margin:2rem 0;}

/* ===================================================
   CONTACT FORM
   =================================================== */
.form-group{margin-bottom:1.3rem;}
.form-group label{display:block;font-size:.82rem;font-weight:700;color:#999;letter-spacing:.07em;text-transform:uppercase;margin-bottom:.45rem;}
.form-group input,
.form-group select,
.form-group textarea{width:100%;background:#111;border:1px solid rgba(255,255,255,.1);color:#fff;padding:.85rem 1rem;border-radius:4px;font-size:.95rem;font-family:inherit;transition:border-color .2s;}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{outline:none;border-color:#dc2626;}
.form-group textarea{min-height:130px;resize:vertical;}
.form-group select option{background:#111;color:#fff;}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}

/* ===================================================
   FOOTER
   =================================================== */
.site-footer{background:#080808;border-top:1px solid rgba(255,255,255,.07);padding:4rem 0 0;}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;}
.footer-brand .logo-img{height:38px;margin-bottom:1rem;}
.footer-brand p{font-size:.87rem;color:#666;line-height:1.75;}
.footer-col h5{font-size:.78rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#dc2626;margin-bottom:1rem;}
.footer-col ul li{margin-bottom:.55rem;}
.footer-col ul li a{font-size:.87rem;color:#666;transition:color .2s;}
.footer-col ul li a:hover{color:#fff;}
.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding:1.5rem 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;}
.footer-bottom p{font-size:.8rem;color:#444;margin:0;}
.footer-bottom a{color:#666;font-size:.8rem;}
.footer-bottom a:hover{color:#dc2626;}

/* ===================================================
   PAGE HERO (inner pages)
   =================================================== */
.page-hero{padding:9rem 0 4rem;text-align:center;background:linear-gradient(180deg,rgba(220,38,38,.08) 0%,transparent 100%);border-bottom:1px solid rgba(255,255,255,.06);}
.page-hero h1{margin-bottom:.75rem;}
.page-hero .lead{max-width:600px;margin:0 auto;}

/* ===================================================
   MISC
   =================================================== */
.divider{width:60px;height:3px;background:#dc2626;border-radius:2px;margin:.75rem 0 1.5rem;}
.divider-center{margin:.75rem auto 1.5rem;}
.tag-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;}
.tag{display:inline-block;background:rgba(255,255,255,.07);color:#aaa;font-size:.73rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .75rem;border-radius:3px;}
.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#666;margin-bottom:2rem;}
.breadcrumb a{color:#666;}
.breadcrumb a:hover{color:#dc2626;}
.breadcrumb span{color:#444;}

/* --- 404 --- */
.error-page{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;}
.error-code{font-size:clamp(5rem,20vw,12rem);font-weight:900;color:rgba(220,38,38,.18);line-height:1;display:block;}
.error-page h1{color:#fff;margin-bottom:1rem;}
.error-page p{color:#888;max-width:440px;margin:0 auto 2rem;}

/* --- Sitemap --- */
.sitemap-section h3{font-size:1rem;color:#dc2626;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.75rem;margin-top:2rem;}
.sitemap-section ul li{padding:.3rem 0;border-bottom:1px solid rgba(255,255,255,.04);}
.sitemap-section ul li a{color:#bbb;font-size:.9rem;}
.sitemap-section ul li a:hover{color:#dc2626;}

/* ===================================================
   RESPONSIVE
   =================================================== */
@media(max-width:1024px){
  .grid-4{grid-template-columns:repeat(2,1fr);}
  .footer-grid{grid-template-columns:1fr 1fr;gap:2rem;}
}
@media(max-width:768px){
  .section{padding:3.5rem 0;}
  .grid-2,.feature-block{grid-template-columns:1fr;}
  .feature-block img{min-height:260px;order:-1;}
  .grid-3,.grid-4{grid-template-columns:1fr;}
  .form-grid{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr;}
  .footer-bottom{flex-direction:column;text-align:center;}
  .main-nav{display:none;position:fixed;inset:0;background:rgba(8,8,8,.98);flex-direction:column;align-items:center;justify-content:center;gap:1rem;z-index:200;}
  .main-nav.open{display:flex;}
  .main-nav a{font-size:1.2rem;padding:.75rem 2rem;}
  .nav-toggle{display:flex;z-index:300;}
  .hero-stats{gap:1.5rem;}
  .banner-section{background-attachment:scroll;}
  .blog-grid{grid-template-columns:1fr;}
}
@media(max-width:480px){
  h1{font-size:2rem;}
  .hero-ctas{flex-direction:column;}
  .btn{width:100%;justify-content:center;}
}
