/* ════════════════════════════════════════════════
   D STUDIO — Dark / Gold theme
   ════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --black:   #08080a;
  --dark:    #101012;
  --card:    #161618;
  --border:  #262629;
  --gold:    #ff7a1a;
  --gold-lt: #ffa94d;
  --amber:   #ff7a1a;
  --amber-2: #ff5a1f;
  --warm:    linear-gradient(135deg, #ffb040 0%, #ff6a1a 55%, #ff3d00 100%);
  --white:   #F4F2ED;
  --grey:    #8c8c93;
  --font-display: 'Space Grotesk', system-ui, sans-serif;
  --font-body:    'Inter', system-ui, -apple-system, sans-serif;
}
html { scroll-behavior: smooth; }
body {
  background: var(--black); color: var(--white);
  font-family: var(--font-body); font-weight: 300; line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5vw; height: 70px;
  background: rgba(8,8,8,0.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  transition: height 0.3s, background 0.3s;
}
nav.scrolled { height: 58px; background: rgba(8,8,8,0.97); }
.nav-logo {
  display: flex; align-items: center; gap: 0.6rem; cursor: pointer;
}
.nav-logo-mark { height: 38px; width: auto; transition: height 0.3s; }
nav.scrolled .nav-logo-mark { height: 32px; }
.nav-logo-text {
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 700;
  letter-spacing: 0.02em; color: var(--gold); line-height: 1;
}
.nav-logo-text em { color: var(--white); font-weight: 400; font-style: italic; font-size: 1rem; }
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links li a {
  font-size: 0.85rem; font-weight: 500; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--grey); transition: color 0.2s; cursor: pointer;
}
.nav-links li a:hover, .nav-links li a.active { color: var(--gold); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { display: block; width: 24px; height: 1.5px; background: var(--white); transition: 0.3s; }

/* ── PAGE SYSTEM ── */
.page { display: none; min-height: 100vh; padding-top: 70px; }
.page.active { display: block; }

/* ── SECTION COMMON ── */
.section { padding: 90px 10vw; }
.section-label { font-size: 0.72rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.section-title { font-family: var(--font-display); font-size: clamp(1.55rem, 3.3vw, 2.5rem); font-weight: 700; line-height: 1.15; margin-bottom: 1.5rem; }
.section-sub { color: var(--grey); max-width: 560px; font-size: 0.95rem; line-height: 1.8; }
.gold-line { display: block; width: 50px; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); margin-bottom: 2rem; }
.btn-gold {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.75rem 2rem; border: 1px solid var(--gold); color: var(--gold);
  font-size: 0.8rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase;
  background: transparent; cursor: pointer; transition: background 0.25s, color 0.25s, transform 0.25s;
  font-family: var(--font-body);
}
.btn-gold:hover { background: var(--gold); color: var(--black); transform: translateY(-2px); }

/* ════ HOME ════ */
.hero { min-height: calc(100vh - 70px); display: flex; align-items: center; padding: 0 10vw; position: relative; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 70% at 80% 50%, rgba(201,168,76,0.07) 0%, transparent 70%),
    radial-gradient(ellipse 50% 60% at 20% 80%, rgba(255,140,0,0.04) 0%, transparent 60%),
    var(--black);
}
.hero-grain {
  position: absolute; inset: 0; opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}
/* Large decorative logo mark watermark */
.hero-deco {
  position: absolute; right: 6vw; top: 50%; transform: translateY(-50%);
  width: clamp(260px, 34vw, 520px); opacity: 0.06;
  user-select: none; pointer-events: none;
  animation: floatY 7s ease-in-out infinite;
}
@keyframes floatY { 0%,100% { transform: translateY(-50%); } 50% { transform: translateY(calc(-50% - 18px)); } }
.hero-content { position: relative; z-index: 2; max-width: 700px; }
.hero-eyebrow { font-size: 0.72rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 1rem; }
.hero-eyebrow::before { content: ''; display: block; width: 30px; height: 1px; background: var(--gold); }
.hero-title { font-family: var(--font-display); font-size: clamp(2.1rem, 4.6vw, 3.7rem); font-weight: 900; line-height: 1.05; margin-bottom: 1rem; }
.hero-title .italic { font-style: italic; font-weight: 400; color: var(--gold-lt); }
.hero-tagline { font-size: 1rem; color: var(--grey); max-width: 480px; margin-bottom: 2.5rem; line-height: 1.8; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-scroll { position: absolute; bottom: 2.5rem; left: 10vw; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--grey); display: flex; align-items: center; gap: 0.6rem; }
.hero-scroll::after { content: ''; display: block; width: 40px; height: 1px; background: var(--border); }

.stats-strip { background: var(--dark); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); display: flex; justify-content: space-around; flex-wrap: wrap; padding: 2rem 10vw; gap: 1rem; }
.stat { text-align: center; padding: 0.5rem 1rem; }
.stat-num { font-family: var(--font-display); font-size: 2.4rem; font-weight: 700; color: var(--gold); line-height: 1; }
.stat-label { font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--grey); margin-top: 0.3rem; }

.about-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; padding: 90px 10vw; align-items: center; }
.about-img-wrap { position: relative; aspect-ratio: 4/5; overflow: hidden; border: 1px solid var(--border); }
.about-img-wrap::after { content: ''; position: absolute; bottom: -1px; right: -1px; width: 60%; height: 60%; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold); pointer-events: none; }
.about-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #1a1a1a 0%, #222 50%, #161616 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 1rem; position: relative;
}
.about-placeholder img { width: 42%; opacity: 0.85; }
.about-placeholder span { color: var(--grey); font-size: 0.72rem; letter-spacing: 0.25em; text-transform: uppercase; }
.about-placeholder.has-photo { background: none; }
.about-placeholder.has-photo img { width: 100%; height: 100%; object-fit: cover; opacity: 1; }
.about-text .section-title { margin-bottom: 1rem; }
.about-text p { color: var(--grey); font-size: 0.95rem; line-height: 1.9; margin-bottom: 1rem; }
.about-sig { font-family: var(--font-display); font-style: italic; color: var(--gold-lt); font-size: 1.4rem; margin-top: 1.5rem; }

.services-teaser { padding: 90px 10vw; background: var(--dark); }
.services-teaser-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3rem; gap: 2rem; flex-wrap: wrap; }
.svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5px; background: var(--border); }
.svc-card { background: var(--card); padding: 2.5rem 2rem; position: relative; overflow: hidden; cursor: pointer; transition: background 0.3s; }
.svc-card::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 0; background: var(--gold); transition: height 0.4s ease; }
.svc-card:hover { background: #1c1c1c; }
.svc-card:hover::before { height: 100%; }
.svc-icon { width: 44px; height: 44px; margin-bottom: 1.5rem; border: 1px solid var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold); transition: transform 0.3s, border-color 0.3s; }
.svc-card:hover .svc-icon { transform: scale(1.08); border-color: var(--gold); }
.svc-num { position: absolute; top: 1.5rem; right: 1.5rem; font-family: var(--font-display); font-size: 2.4rem; font-weight: 900; color: rgba(201,168,76,0.06); line-height: 1; }
.svc-name { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; margin-bottom: 0.7rem; }
.svc-desc { color: var(--grey); font-size: 0.88rem; line-height: 1.7; }

.cta-banner { padding: 80px 10vw; text-align: center; background: radial-gradient(ellipse 80% 80% at 50% 50%, rgba(201,168,76,0.08) 0%, transparent 70%); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.cta-banner .section-title { margin-bottom: 0.8rem; }
.cta-banner p { color: var(--grey); margin-bottom: 2rem; font-size: 0.95rem; }

/* ════ SERVICES ════ */
.services-hero { padding: 70px 10vw 50px; background: linear-gradient(180deg, rgba(201,168,76,0.05) 0%, transparent 100%); border-bottom: 1px solid var(--border); }
.full-svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--border); margin: 0 10vw 80px; }
.full-svc-card { background: var(--card); padding: 3.5rem 3rem; position: relative; overflow: hidden; transition: background 0.3s; }
.full-svc-card:hover { background: #1e1e1e; }
.full-svc-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(201,168,76,0.03) 0%, transparent 60%); opacity: 0; transition: opacity 0.3s; }
.full-svc-card:hover::after { opacity: 1; }
.full-svc-num { font-family: var(--font-display); font-size: 3.6rem; font-weight: 900; color: rgba(201,168,76,0.06); line-height: 1; margin-bottom: 1rem; }
.full-svc-icon { width: 56px; height: 56px; margin-bottom: 1.5rem; border: 1px solid var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold); background: rgba(201,168,76,0.06); }
.full-svc-name { font-family: var(--font-display); font-size: 1.7rem; font-weight: 700; margin-bottom: 1rem; line-height: 1.2; }
.full-svc-desc { color: var(--grey); font-size: 0.92rem; line-height: 1.85; margin-bottom: 1.5rem; }
.full-svc-tags { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.tag { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.3rem 0.7rem; border: 1px solid var(--border); color: var(--grey); }
.process-strip { padding: 70px 10vw; background: var(--dark); border-top: 1px solid var(--border); }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 3rem; }
.process-step { position: relative; padding-left: 1.5rem; border-left: 2px solid var(--border); }
.process-step.gold-border { border-left-color: var(--gold); }
.step-n { font-family: var(--font-display); font-size: 0.85rem; font-weight: 700; color: var(--gold); margin-bottom: 0.5rem; }
.step-t { font-size: 0.95rem; font-weight: 500; margin-bottom: 0.4rem; }
.step-d { font-size: 0.82rem; color: var(--grey); line-height: 1.6; }

/* ════ GALLERY ════ */
.gallery-hero { padding: 70px 10vw 50px; border-bottom: 1px solid var(--border); }
.gallery-tabs { display: flex; gap: 0; padding: 0 10vw; border-bottom: 1px solid var(--border); overflow-x: auto; scrollbar-width: none; }
.gallery-tabs::-webkit-scrollbar { display: none; }
.gtab { padding: 1rem 1.5rem; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--grey); border-bottom: 2px solid transparent; cursor: pointer; white-space: nowrap; transition: color 0.2s, border-color 0.2s; background: none; border-top: none; border-left: none; border-right: none; font-family: var(--font-body); }
.gtab.active, .gtab:hover { color: var(--gold); border-bottom-color: var(--gold); }
.gallery-grid-wrap { padding: 3rem 10vw 80px; min-height: 40vh; }
.gallery-grid { columns: 3; column-gap: 10px; }
.gallery-item { break-inside: avoid; margin-bottom: 10px; overflow: hidden; position: relative; cursor: pointer; background: var(--card); }
.gallery-item img, .gallery-item video { width: 100%; display: block; transition: transform 0.5s ease; filter: brightness(0.92); }
/* Video tiles render as clean 16:9 (crops YouTube thumbnail letterboxing) */
.gallery-item.vid img, .gallery-item.vid video { aspect-ratio: 16 / 9; object-fit: cover; }
.gallery-item:hover img, .gallery-item:hover video { transform: scale(1.04); filter: brightness(1); }
.gallery-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.5); opacity: 0; transition: opacity 0.3s; display: flex; align-items: center; justify-content: center; }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay-icon { color: var(--gold); }
.gallery-item .vid-badge { position: absolute; bottom: 8px; right: 8px; background: rgba(8,8,8,0.8); border: 1px solid var(--gold); border-radius: 50%; width: 38px; height: 38px; display: grid; place-items: center; }
.gallery-item .vid-badge svg { fill: var(--gold); width: 14px; height: 14px; }
.gallery-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 5rem 2rem; text-align: center; border: 1px dashed var(--border); gap: 1rem; }
.gallery-empty p { color: var(--grey); font-size: 0.9rem; }
.gallery-empty svg { opacity: 0.5; }
.demo-tile { break-inside: avoid; margin-bottom: 10px; border-radius: 2px; display: flex; align-items: flex-end; padding: 1rem; color: var(--gold-lt); font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; background: linear-gradient(135deg, #1a1a1a, #232323); border: 1px solid var(--border); }

/* Lightbox */
.lightbox { display: none; position: fixed; inset: 0; z-index: 2000; background: rgba(0,0,0,0.95); align-items: center; justify-content: center; }
.lightbox.open { display: flex; }
.lightbox-img, .lightbox video { max-width: 90vw; max-height: 90vh; object-fit: contain; }
.lightbox iframe { width: min(90vw, 1100px); aspect-ratio: 16 / 9; height: auto; max-height: 86vh; border: 0; }
.lightbox-close { position: absolute; top: 1.5rem; right: 1.5rem; font-size: 1.5rem; color: var(--grey); cursor: pointer; background: none; border: none; font-family: var(--font-body); transition: color 0.2s; z-index: 3; }
.lightbox-close:hover { color: var(--white); }
.lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,0.5); border: 1px solid var(--border); color: var(--white); font-size: 1.5rem; padding: 0.6rem 1rem; cursor: pointer; transition: background 0.2s; }
.lightbox-nav:hover { background: rgba(201,168,76,0.2); }
.lightbox-prev { left: 1.5rem; }
.lightbox-next { right: 1.5rem; }

/* ════ CONTACT ════ */
.contact-page { padding: 80px 10vw; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 5vw; align-items: start; margin-top: 3rem; }
.contact-card { background: var(--card); border: 1px solid var(--border); padding: 2.5rem; margin-bottom: 1.5rem; position: relative; overflow: hidden; transition: transform 0.3s; }
.contact-card:hover { transform: translateY(-3px); }
.contact-card::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 100%; background: var(--gold); }
.contact-card-label { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--grey); margin-bottom: 0.6rem; }
.contact-card-val { font-family: var(--font-display); font-size: 1.4rem; color: var(--white); }
.contact-card-val a { color: var(--gold); }
.contact-card-val a:hover { color: var(--gold-lt); }
.contact-card-sub { font-size: 0.82rem; color: var(--grey); margin-top: 0.3rem; }
.map-wrap { position: relative; overflow: hidden; border: 1px solid var(--border); }
.map-wrap iframe { width: 100%; height: 380px; display: block; filter: grayscale(0.5) contrast(1.1); }
.map-badge { position: absolute; bottom: 1rem; left: 1rem; background: rgba(8,8,8,0.9); border: 1px solid var(--border); padding: 0.5rem 0.8rem; font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); }
.social-row { display: flex; gap: 1rem; margin-top: 1.5rem; flex-wrap: wrap; }
.social-btn { padding: 0.6rem 1.2rem; border: 1px solid var(--border); font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey); transition: 0.2s; cursor: pointer; background: none; font-family: var(--font-body); }
.social-btn:hover { border-color: var(--gold); color: var(--gold); }
.enquiry-form { background: var(--card); border: 1px solid var(--border); padding: 2.5rem; }
.enquiry-form h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; margin-bottom: 1.5rem; color: var(--white); }
.form-group { margin-bottom: 1.2rem; }
.form-group label { display: block; font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey); margin-bottom: 0.4rem; }
.form-group input, .form-group select, .form-group textarea { width: 100%; background: var(--dark); border: 1px solid var(--border); color: var(--white); padding: 0.7rem 1rem; font-family: var(--font-body); font-size: 0.9rem; transition: border-color 0.2s; outline: none; resize: vertical; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold); }
.form-group select option { background: var(--dark); }
.form-success { display: none; text-align: center; padding: 2rem; color: var(--gold); font-family: var(--font-display); font-size: 1.2rem; }

/* ── FOOTER ── */
footer { background: var(--dark); border-top: 1px solid var(--border); padding: 3rem 10vw; text-align: center; }
.footer-logo-img { height: 64px; width: auto; margin: 0 auto 1rem; }
.footer-tagline { font-size: 0.78rem; color: var(--grey); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1.5rem; }
.footer-links { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.footer-links a { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey); cursor: pointer; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { font-size: 0.75rem; color: #444; }
.footer-admin { font-size: 0.7rem; color: #333; margin-top: 0.6rem; }
.footer-admin a:hover { color: var(--gold); }

/* ── ON-LOAD ANIMATIONS ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.fade-up { animation: fadeUp 0.7s ease both; }
.delay-1 { animation-delay: 0.1s; } .delay-2 { animation-delay: 0.22s; }
.delay-3 { animation-delay: 0.34s; } .delay-4 { animation-delay: 0.46s; }

/* ── SCROLL-REVEAL ── */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal.r1 { transition-delay: 0.08s; } .reveal.r2 { transition-delay: 0.16s; }
.reveal.r3 { transition-delay: 0.24s; } .reveal.r4 { transition-delay: 0.32s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-deco { animation: none; }
}

/* ════ ADMIN ════ */
.admin-body { padding-top: 0; }
.login-box { max-width: 400px; margin: 12vh auto; background: var(--card); border: 1px solid var(--border); padding: 3rem 2.5rem; }
.login-box .login-logo { height: 60px; margin: 0 auto 1.5rem; }
.login-box h3 { font-family: var(--font-display); text-align: center; font-weight: 700; font-size: 1.5rem; margin-bottom: 0.3rem; }
.login-box .sub { text-align: center; color: var(--grey); font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 2rem; }
.admin-wrap { max-width: 1100px; margin: 0 auto; padding: 100px 5vw 60px; }
.admin-bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 2rem; }
.admin-bar h3 { font-family: var(--font-display); font-weight: 700; }
.uploader { background: var(--card); border: 1px solid var(--border); padding: 2rem; margin-bottom: 2.5rem; }
.dropzone { border: 1px dashed var(--border); padding: 2.5rem; text-align: center; cursor: pointer; transition: border-color 0.2s, background 0.2s; }
.dropzone.drag, .dropzone:hover { border-color: var(--gold); background: rgba(201,168,76,0.03); }
.dropzone .upload-label { color: var(--gold); font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500; }
.dropzone p { color: var(--grey); font-size: 0.82rem; margin-top: 0.5rem; }
.admin-grid { columns: 4; column-gap: 12px; }
.admin-thumb { break-inside: avoid; margin-bottom: 12px; position: relative; overflow: hidden; border: 1px solid var(--border); }
.admin-thumb img, .admin-thumb video { width: 100%; display: block; }
.admin-thumb .del { position: absolute; top: 8px; right: 8px; width: 32px; height: 32px; border-radius: 50%; background: rgba(8,8,8,0.85); border: 1px solid #b3424a; color: #ff8088; cursor: pointer; font-size: 1rem; display: grid; place-items: center; }
.admin-thumb .del:hover { background: #b3424a; color: #fff; }
.admin-thumb .cat-tag { position: absolute; left: 8px; bottom: 8px; font-size: 0.65rem; letter-spacing: 0.08em; text-transform: uppercase; background: rgba(8,8,8,0.8); color: var(--gold); padding: 3px 8px; }
.progress { height: 4px; background: var(--border); margin-top: 1.2rem; display: none; }
.progress.show { display: block; }
.progress span { display: block; height: 100%; width: 0; background: var(--gold); transition: width 0.2s; }
.notice { background: rgba(201,168,76,0.06); border: 1px solid var(--border); border-left: 3px solid var(--gold); padding: 1rem 1.2rem; font-size: 0.85rem; color: var(--grey); margin-bottom: 2rem; }
.toast { position: fixed; bottom: 1.5rem; left: 50%; transform: translateX(-50%); background: var(--card); border: 1px solid var(--gold); color: var(--white); padding: 0.8rem 1.4rem; font-size: 0.85rem; z-index: 3000; opacity: 0; transition: opacity 0.25s, transform 0.25s; pointer-events: none; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(-4px); }
.toast.err { border-color: #b3424a; color: #ff8088; }
.field { margin-bottom: 1.2rem; }
.field label { display: block; font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey); margin-bottom: 0.4rem; }
.field input, .field select { width: 100%; background: var(--dark); border: 1px solid var(--border); color: var(--white); padding: 0.7rem 1rem; font-family: var(--font-body); font-size: 0.9rem; outline: none; }
.field input:focus, .field select:focus { border-color: var(--gold); }
.login-err { color: #ff8088; font-size: 0.82rem; text-align: center; margin-top: 1rem; display: none; }

/* ── MOBILE ── */
@media (max-width: 768px) {
  .nav-links { display: none; flex-direction: column; gap: 0; position: fixed; top: 70px; left: 0; width: 100%; background: rgba(8,8,8,0.98); padding: 1rem 0; border-bottom: 1px solid var(--border); }
  .nav-links.open { display: flex; }
  .nav-links li a { display: block; padding: 0.9rem 2rem; }
  .hamburger { display: flex; }
  .hero-deco { opacity: 0.04; right: -10vw; }
  .hero { padding: 3rem 6vw; }
  .about-strip { grid-template-columns: 1fr; }
  .svc-grid, .full-svc-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .gallery-grid { columns: 2; }
  .admin-grid { columns: 2; }
  .section { padding: 60px 6vw; }
  .gallery-grid-wrap { padding: 2rem 6vw 60px; }
  .gallery-tabs { padding: 0 6vw; }
  .contact-page { padding: 60px 6vw; }
  .services-hero { padding: 50px 6vw 30px; }
  .full-svc-grid { margin: 0 6vw 60px; }
  .process-strip { padding: 50px 6vw; }
  .about-strip { padding: 60px 6vw; }
  .services-teaser { padding: 60px 6vw; }
  .stats-strip { padding: 1.5rem 6vw; }
  .cta-banner { padding: 60px 6vw; }
  footer { padding: 2.5rem 6vw; }
}
@media (max-width: 480px) {
  .gallery-grid { columns: 1; }
  .process-steps { grid-template-columns: 1fr; }
  .admin-grid { columns: 1; }
}

/* ════════════════════════════════════════════════
   GCORE-INSPIRED REDESIGN (sans type, warm glows, hub hero,
   scroll reveals, accordion, light section)
   ════════════════════════════════════════════════ */
:root { --header-h: 70px; }

/* Sans-friendly heading weights/spacing */
.hero-title, .section-title { font-weight: 700; letter-spacing: -0.025em; }
.svc-num, .full-svc-num, .stat-num { font-weight: 700; }
.nav-logo-text { font-family: var(--font-body); font-size: 1rem; font-weight: 500; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--white); }
.nav-logo-text em { font-style: normal; }
.section-label { font-weight: 600; }

/* Warm gradient primary button */
.btn-warm { display:inline-flex; align-items:center; gap:.5rem; padding:.85rem 2rem; border:none; border-radius:50px;
  background: var(--warm); color:#1c1206; font-family:var(--font-body); font-weight:600; font-size:.85rem;
  letter-spacing:.06em; text-transform:uppercase; cursor:pointer; transition: transform .25s, box-shadow .25s, filter .25s;
  box-shadow: 0 10px 34px rgba(255,122,26,.28); }
.btn-warm:hover { transform: translateY(-2px); filter: brightness(1.07); box-shadow: 0 14px 42px rgba(255,122,26,.4); }
.btn-gold { border-radius: 50px; }

/* ---- HERO 2 (hub) ---- */
.hero2 { position: relative; min-height: calc(100vh - var(--header-h)); display: grid; place-items: center;
  text-align: center; padding: 110px 6vw 70px; overflow: hidden; }
.hero2 .glow { position: absolute; pointer-events: none; border-radius: 50%; filter: blur(30px); }
.hero2 .glow.g1 { width: 70vw; height: 50vw; left: 50%; top: -6%; transform: translateX(-50%);
  background: radial-gradient(circle, rgba(255,122,26,.20), transparent 60%); }
.hero2 .glow.g2 { width: 46vw; height: 46vw; left: 12%; bottom: -18%;
  background: radial-gradient(circle, rgba(226,196,122,.12), transparent 60%); }
.hero2 .inner { position: relative; z-index: 3; max-width: 880px; margin: 0 auto; }
.hero2 .eyebrow { justify-content: center; }
.hero2 .hero-title { margin: .4rem 0 1.2rem; }
.hero2 .hero-tagline { margin: 0 auto 2rem; }
.hero2 .hero-actions { justify-content: center; }

/* hub graphic */
.hub { position: relative; width: min(540px, 88vw); aspect-ratio: 1; margin: 3rem auto 0; z-index: 2; }
.hub .links { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.hub .links line { stroke: url(#hubgrad); stroke-width: .5; stroke-dasharray: 2.5 3; animation: hubdash 1.6s linear infinite; }
@keyframes hubdash { to { stroke-dashoffset: -11; } }
.hub .center { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 124px; height: 124px;
  border-radius: 26px; display: grid; place-items: center; background: rgba(255,255,255,.03);
  border: 1px solid var(--border); box-shadow: 0 0 70px rgba(255,122,26,.28); backdrop-filter: blur(4px); }
.hub .center img { width: 60%; filter: drop-shadow(0 0 16px rgba(226,196,122,.55)); }
.hub .center::after { content: ''; position: absolute; inset: -16px; border-radius: 34px;
  border: 1px solid rgba(255,122,26,.3); animation: hubpulse 3s ease-out infinite; }
@keyframes hubpulse { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(1.55); opacity: 0; } }
.node { position: absolute; transform: translate(-50%,-50%); display: flex; flex-direction: column; align-items: center; gap: .55rem; z-index: 2; }
.node .ic { width: 56px; height: 56px; border-radius: 15px; display: grid; place-items: center; background: var(--card);
  border: 1px solid var(--border); color: var(--gold); box-shadow: 0 10px 30px rgba(0,0,0,.45); transition: .3s; }
.node .ic svg { width: 24px; height: 24px; }
.node:hover .ic { border-color: var(--amber); color: var(--amber); box-shadow: 0 0 28px rgba(255,122,26,.45); transform: translateY(-4px); }
.node .lbl { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--grey); white-space: nowrap; }
.node.n1 { left: 15%; top: 17%; } .node.n2 { left: 85%; top: 17%; }
.node.n3 { left: 15%; top: 83%; } .node.n4 { left: 85%; top: 83%; }

/* ---- Word / line scroll reveal ---- */
.reveal-words .word { display: inline-block; opacity: 0; transform: translateY(0.55em); transition: opacity .5s ease, transform .5s ease; }
.reveal-words.in .word { opacity: 1; transform: none; }

/* ---- Light ("experience") section ---- */
.section.light { background: #f3f1ec; color: #15151a; position: relative; overflow: hidden; }
.section.light .section-title { color: #14141a; }
.section.light .section-sub, .section.light p { color: #57575e; }
.section.light .section-label { color: var(--amber-2); }
.section.light .sun { position: absolute; left: 50%; top: -34%; transform: translateX(-50%); width: 90vw; height: 70vw;
  background: radial-gradient(circle at 50% 50%, rgba(255,122,26,.5), rgba(255,122,26,0) 55%); pointer-events: none; }
.section.light .inner { position: relative; z-index: 2; }

/* ---- FAQ accordion ---- */
.acc { max-width: 840px; margin: 2.5rem auto 0; }
.acc-item { border-bottom: 1px solid var(--border); }
.acc-q { width: 100%; text-align: left; background: none; border: none; color: var(--white); font-family: var(--font-display);
  font-size: 1.05rem; font-weight: 500; padding: 1.4rem 0; display: flex; justify-content: space-between; align-items: center; gap: 1rem; cursor: pointer; }
.acc-q .pm { flex: none; width: 22px; height: 22px; position: relative; }
.acc-q .pm::before, .acc-q .pm::after { content: ''; position: absolute; background: var(--amber); transition: transform .3s; }
.acc-q .pm::before { left: 0; top: 50%; width: 100%; height: 2px; transform: translateY(-50%); }
.acc-q .pm::after { top: 0; left: 50%; height: 100%; width: 2px; transform: translateX(-50%); }
.acc-item.open .acc-q .pm::after { transform: translateX(-50%) scaleY(0); }
.acc-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.acc-a p { padding: 0 0 1.4rem; color: var(--grey); font-size: .92rem; max-width: 64ch; margin: 0; }

@media (max-width: 600px) {
  .hub { margin-top: 2rem; }
  .node .ic { width: 46px; height: 46px; }
  .node .lbl { font-size: .6rem; }
  .hub .center { width: 92px; height: 92px; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal-words .word { opacity: 1; transform: none; transition: none; }
  .hub .center::after, .hub .links line { animation: none; }
}

/* ════ GLASS CARDS ════ */
.svc-grid, .full-svc-grid { background: transparent; gap: 16px; }
.svc-card, .full-svc-card, .contact-card {
  background: rgba(255,255,255,0.045);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  backdrop-filter: blur(14px) saturate(130%);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;
}
.svc-card:hover, .full-svc-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,122,26,0.45);
  box-shadow: 0 18px 50px rgba(0,0,0,.45), 0 0 30px rgba(255,122,26,.12);
}
.contact-card { box-shadow: 0 10px 30px rgba(0,0,0,.3); }
.contact-card::before { z-index: 1; }
/* Glassy hub pieces */
.hub .center { background: rgba(255,255,255,0.05); }
.node .ic { background: rgba(255,255,255,0.045); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
/* Glassy enquiry form + map frame to match */
.enquiry-form {
  background: rgba(255,255,255,0.045);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.10); border-radius: 18px;
}
/* keep cards readable on the light section */
.section.light .svc-card, .section.light .full-svc-card { background: rgba(0,0,0,0.04); border-color: rgba(0,0,0,0.08); }

/* ════ REFLECTIVE GLASS (sheen + light edge + hover glare sweep) ════ */
.svc-card, .full-svc-card, .contact-card, .enquiry-form {
  background:
    linear-gradient(115deg, transparent 34%, rgba(255,255,255,0.14) 48%, transparent 62%),
    rgba(255,255,255,0.05);
  background-size: 250% 100%, auto;
  background-position: 135% 0, 0 0;
  background-repeat: no-repeat;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.20), inset 0 0 0 1px rgba(255,255,255,0.04), 0 12px 36px rgba(0,0,0,0.38);
  transition: background-position 0.7s ease, box-shadow 0.35s ease, border-color 0.35s ease, transform 0.3s ease;
}
.svc-card:hover, .full-svc-card:hover, .contact-card:hover, .enquiry-form:hover {
  background-position: -35% 0, 0 0;            /* glare sweeps across */
  border-color: rgba(255,122,26,0.45);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.28), 0 20px 54px rgba(0,0,0,0.5), 0 0 34px rgba(255,122,26,0.14);
  transform: translateY(-4px);
}
/* glassy reflective edge on the hub pieces too */
.hub .center, .node .ic { box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), 0 10px 30px rgba(0,0,0,0.45); }

/* Founders photo — warm orange glow frame */
.about-img-wrap {
  box-shadow: 0 0 0 1px rgba(255,122,26,0.30), 0 24px 60px rgba(0,0,0,0.55), 0 0 60px rgba(255,122,26,0.14);
}
@media (prefers-reduced-motion: reduce) {
  .svc-card, .full-svc-card, .contact-card, .enquiry-form { transition: box-shadow .2s, border-color .2s; }
}

/* ════ HERO — full-bleed background video, welcome text overlaid (left) ════ */
.hero2 { position: relative; overflow: hidden; text-align: left; align-items: center; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: right bottom; z-index: 1; }
.hero2 .hero-bg, .hero2 .hero-grain, .hero2 .glow { z-index: 0; }
.hero-scrim {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8,8,10,0.95) 0%, rgba(8,8,10,0.82) 36%, rgba(8,8,10,0.45) 66%, rgba(8,8,10,0.18) 100%),
    linear-gradient(0deg, rgba(8,8,10,0.6) 0%, rgba(8,8,10,0) 45%);
}
.hero2-inner.single { position: relative; z-index: 3; width: 100%; max-width: 1180px; margin: 0 auto; }
.hero2-inner.single .hero2-text { max-width: 620px; }
.hero2 .hero-eyebrow { justify-content: flex-start; }
.hero2 .hero-title { margin: 0.3rem 0 1.1rem; }
.hero2 .hero-tagline { margin: 0 0 2rem; max-width: 30rem; }
.hero2 .hero-actions { justify-content: flex-start; }

@media (max-width: 760px) {
  /* Fill the screen and frame the figure (crop empty sides), text in the dark space above it */
  .hero2 { align-items: flex-start; padding-top: 108px; }
  .hero-video { object-fit: cover; object-position: 62% center; }
  .hero-scrim { background: linear-gradient(180deg, rgba(8,8,10,0.95) 0%, rgba(8,8,10,0.8) 26%, rgba(8,8,10,0.34) 52%, rgba(8,8,10,0.22) 76%, rgba(8,8,10,0.62) 100%); }
  .hero2-inner.single { text-align: center; }
  .hero2-inner.single .hero2-text { max-width: 560px; margin: 0 auto; }
  .hero2 .hero-eyebrow, .hero2 .hero-actions { justify-content: center; }
  .hero2 .hero-tagline { margin-left: auto; margin-right: auto; }
}
