/* =============================================
   VERSION C — CINEMATIC
   Deep Dark · Outback Amber · Warm White
   ============================================= */

:root {
  --bg:        #080604;
  --bg-2:      #100d0a;
  --bg-3:      #1a1510;
  --surface:   #241e18;
  --border:    rgba(230,160,60,.08);
  --accent:    #e8962a;
  --accent-2:  #c97820;
  --text:      #f0e8d8;
  --muted:     #a89070;
  --subtle:    #5a4830;
  --radius:    6px;
  --shadow:    0 28px 80px rgba(0,0,0,.7);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3 {
  font-family: 'Space Grotesk', sans-serif;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 15px 32px; border-radius: 3px;
  font-family: 'Space Grotesk', sans-serif; font-weight: 600;
  font-size: 0.95rem; letter-spacing: 0.01em;
  cursor: pointer; transition: all .2s; border: none; white-space: nowrap;
}
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: #f5a840; transform: translateY(-1px); box-shadow: 0 8px 32px rgba(232,150,42,.3); }
.btn-ghost {
  background: transparent; color: var(--text);
  border: 1.5px solid rgba(230,160,60,.22);
}
.btn-ghost:hover { border-color: rgba(230,160,60,.55); }
.btn-nav { background: var(--accent); color: #fff; padding: 10px 22px; font-size: 0.88rem; }
.btn-full { width: 100%; justify-content: center; }

.label {
  font-family: 'Space Grotesk', sans-serif; font-size: 0.7rem;
  font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--accent); margin-bottom: 12px;
}

/* ---- HEADER ---- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 20px 0;
  background: linear-gradient(to bottom, rgba(8,6,4,.96), rgba(8,6,4,0));
  backdrop-filter: blur(10px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.brand {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  font-size: 1.05rem; letter-spacing: 0.08em;
  display: flex; align-items: baseline; gap: 0;
}
.brand-outer { color: var(--text); }
.brand-ops { color: var(--accent); }
.brand small { font-weight: 400; font-size: 0.78rem; letter-spacing: 0.04em; color: var(--muted); margin-left: 6px; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav a:not(.btn) {
  font-size: 0.9rem; color: var(--muted);
  font-family: 'Space Grotesk', sans-serif; font-weight: 500; transition: color .15s;
}
.site-nav a:not(.btn):hover { color: var(--text); }

/* ---- HERO ---- */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: flex-end; padding-bottom: 100px; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-position: center 35%; }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(to right, rgba(8,6,4,.9) 0%, rgba(8,6,4,.45) 50%, rgba(8,6,4,.1) 100%),
    linear-gradient(to top, rgba(8,6,4,.85) 0%, transparent 52%);
}
.hero-content { position: relative; z-index: 2; max-width: 680px; }
.hero-eyebrow {
  font-family: 'Space Grotesk', sans-serif; font-size: 0.7rem; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--accent); margin-bottom: 20px;
}
.hero h1 { font-size: clamp(3.2rem, 6.5vw, 6rem); font-weight: 700; color: var(--text); margin-bottom: 26px; }
.hero-sub { font-size: 1.1rem; color: var(--muted); max-width: 520px; margin-bottom: 38px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---- TRUST STRIP ---- */
.trust-strip {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}
.trust-inner { display: flex; flex-wrap: wrap; gap: 12px 36px; align-items: center; justify-content: space-between; }
.trust-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.88rem; font-family: 'Space Grotesk', sans-serif;
  font-weight: 500; color: var(--muted); white-space: nowrap;
}
.trust-icon { color: var(--accent); font-size: 0.9rem; }

/* ---- SECTIONS ---- */
.section { padding: 108px 0; }
.section-dark { background: var(--bg-2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-header { max-width: 600px; margin-bottom: 68px; }
.section-header h2 { font-size: clamp(2.2rem, 4.5vw, 3.2rem); margin-bottom: 18px; }
.section-intro { color: var(--muted); font-size: 1.05rem; line-height: 1.75; }

/* ---- SERVICES ---- */
.services-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--border);
  border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden;
}
.service-card { background: var(--bg-2); padding: 30px 26px; transition: background .2s; }
.service-card:hover { background: var(--bg-3); }
.service-num { font-family: 'Space Grotesk', sans-serif; font-size: 0.68rem; font-weight: 700; letter-spacing: 2px; color: var(--accent); margin-bottom: 12px; }
.service-card h3 { font-size: 0.96rem; font-weight: 600; margin-bottom: 10px; color: var(--text); }
.service-card p { font-size: 0.88rem; color: var(--muted); line-height: 1.6; }

/* ---- SPLIT ---- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: start; }
.split-text h2 { font-size: clamp(2rem, 3.5vw, 2.8rem); margin-bottom: 26px; }
.split-text p { color: var(--muted); margin-bottom: 18px; line-height: 1.8; }
.why-list { list-style: none; margin-top: 28px; display: flex; flex-direction: column; gap: 10px; }
.why-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 0.95rem; color: var(--muted); }
.why-list li::before { content: '→'; color: var(--accent); font-family: 'Space Grotesk', sans-serif; flex-shrink: 0; margin-top: 1px; }
.split-media { display: grid; grid-template-columns: 1fr; gap: 12px; }
.split-media img { border-radius: var(--radius); aspect-ratio: 4/3; object-fit: cover; }

/* ---- GALLERY ---- */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.gallery-item { border-radius: var(--radius); overflow: hidden; aspect-ratio: 1; }
.gallery-item.tall { aspect-ratio: 3/4; grid-row: span 2; }
.gallery-item.wide { aspect-ratio: 16/7; grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.04); }

/* ---- BRANDS ---- */
.brands-section { background: var(--bg-2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 52px 0; }
.brands-label { font-family: 'Space Grotesk', sans-serif; font-size: 0.7rem; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--subtle); text-align: center; margin-bottom: 36px; }
.brands-row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 56px; }
.brands-row img { height: 120px; width: auto; max-width: 340px; object-fit: contain; mix-blend-mode: screen; opacity: 0.75; transition: opacity .2s; }
.brands-row img:hover { opacity: 1; }

/* ---- ABOUT ---- */
.about-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: center; }
.about-text h2 { font-size: clamp(2rem, 3.5vw, 2.8rem); margin-bottom: 26px; }
.about-text p { color: var(--muted); margin-bottom: 18px; line-height: 1.8; }
.about-img { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/5; }

/* ---- CTA ---- */
.cta-section { background: var(--bg-3); border-top: 1px solid var(--border); }
.cta-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: start; }
.cta-text h2 { font-size: clamp(2rem, 3.5vw, 2.8rem); margin-bottom: 18px; }
.cta-text p { color: var(--muted); margin-bottom: 28px; line-height: 1.75; }
.objection-list { list-style: none; display: flex; flex-direction: column; gap: 16px; margin-bottom: 36px; }
.objection-list li { display: flex; gap: 12px; font-size: 0.9rem; color: var(--muted); align-items: flex-start; }
.objection-list li strong { color: var(--text); font-family: 'Space Grotesk', sans-serif; }
.check { color: var(--accent); flex-shrink: 0; margin-top: 2px; }
.cta-contact { display: flex; flex-direction: column; gap: 12px; }
.contact-link { display: flex; align-items: center; gap: 10px; font-family: 'Space Grotesk', sans-serif; font-size: 1.05rem; font-weight: 600; color: var(--text); transition: color .15s; }
.contact-link:hover { color: var(--accent); }
.contact-icon { color: var(--accent); }

.form-card { background: var(--bg-2); border: 1px solid rgba(230,160,60,.12); border-radius: var(--radius); padding: 36px; }
.form-card h3 { font-size: 1.15rem; margin-bottom: 6px; }
.form-card .form-sub { font-size: 0.86rem; color: var(--muted); margin-bottom: 28px; }
.enquiry-form { display: flex; flex-direction: column; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field label { font-family: 'Space Grotesk', sans-serif; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.03em; color: var(--muted); }
.form-field input, .form-field textarea {
  background: var(--bg-3); border: 1.5px solid var(--border); border-radius: 3px;
  padding: 12px 14px; color: var(--text); font-family: 'Inter', sans-serif;
  font-size: 0.95rem; outline: none; transition: border-color .15s; resize: vertical;
}
.form-field input:focus, .form-field textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(232,150,42,.12); }
.form-field input::placeholder, .form-field textarea::placeholder { color: var(--subtle); }

/* ---- FOOTER ---- */
.site-footer { background: var(--bg); border-top: 1px solid var(--border); padding-top: 52px; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding-bottom: 44px; }
.footer-brand .brand-outer { color: var(--text); }
.footer-brand .brand-ops { color: var(--accent); }
.footer-brand p { margin-top: 8px; font-size: 0.82rem; color: var(--subtle); }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 10px; }
.footer-links a, .footer-contact a { font-size: 0.88rem; color: var(--muted); font-family: 'Space Grotesk', sans-serif; transition: color .15s; }
.footer-links a:hover, .footer-contact a:hover { color: var(--text); }
.footer-base { border-top: 1px solid var(--border); padding: 20px 0; }
.footer-base .container { display: flex; justify-content: space-between; font-size: 0.78rem; color: var(--subtle); }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) { .services-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 860px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .about-inner, .cta-inner { grid-template-columns: 1fr; gap: 44px; }
  .split-media { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .site-nav a:not(.btn) { display: none; }
}
@media (max-width: 600px) {
  .services-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item.tall { aspect-ratio: 1; grid-row: span 1; }
  .gallery-item.wide { grid-column: span 2; aspect-ratio: 16/9; }
  .form-row { grid-template-columns: 1fr; }
  .hero { padding-bottom: 64px; }
  .hero h1 { font-size: clamp(2.8rem, 11vw, 4rem); }
  .footer-inner { grid-template-columns: 1fr; }
}
