/* ═══════════════════════════════════════════
   BNG INDUSTRIES — SHARED STYLESHEET
   Edit this ONE file to change styles
   across every page of the site.
═══════════════════════════════════════════ */

:root {
  --void:    #050507;
  --deep:    #0d0d12;
  --stage:   #13131a;
  --wing:    #1c1c26;
  --gold:    #c9a84c;
  --gold-lt: #f0cc6e;
  --gold-dk: #7a6330;
  --red:     #9b1d20;
  --ivory:   #f5f0e8;
  --smoke:   #8a8a9a;
  --mist:    #4a4a5a;
  --white:   #fdfcfa;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--void);
  color: var(--ivory);
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  cursor: none;
}

/* ── CURSOR ── */
#cur {
  position: fixed; width: 8px; height: 8px;
  background: var(--gold); border-radius: 50%;
  pointer-events: none; z-index: 9999;
  transform: translate(-50%,-50%);
  transition: width .15s, height .15s, background .2s;
  mix-blend-mode: screen;
}
#cur-ring {
  position: fixed; width: 40px; height: 40px;
  border: 1px solid rgba(201,168,76,0.4); border-radius: 50%;
  pointer-events: none; z-index: 9998;
  transform: translate(-50%,-50%);
}

/* ── NOISE OVERLAY ── */
body::before {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.025; pointer-events: none; z-index: 9997;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 52px;
  transition: background .4s, padding .3s, border-color .4s;
  border-bottom: 1px solid transparent;
}
nav.scrolled {
  background: rgba(5,5,7,0.96);
  backdrop-filter: blur(16px);
  border-color: rgba(201,168,76,0.12);
  padding: 14px 52px;
}
.nav-logo { display: block; text-decoration: none; }
.nav-logo img { height:36px; width: auto; display: block; transition: opacity .2s; }
.nav-logo img:hover { opacity: 0.82; }
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links a {
  font-family: 'Oswald', sans-serif; font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--smoke); text-decoration: none; transition: color .2s;
}
.nav-links a:hover, .nav-links a.act { color: var(--gold); }
.nav-quote {
  font-family: 'Oswald', sans-serif; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  background: transparent; border: 1px solid var(--gold); color: var(--gold);
  padding: 10px 24px; cursor: pointer; text-decoration: none; display: inline-block;
  transition: background .2s, color .2s, transform .15s;
}
.nav-quote:hover { background: var(--gold); color: var(--void); transform: translateY(-1px); }
.hamburger { display: none; flex-direction: column; gap: 6px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 1px; background: var(--ivory); transition: .3s; }

/* ── MOBILE NAV ── */
.mob-nav {
  display: none; position: fixed; inset: 0; background: var(--void); z-index: 600;
  flex-direction: column; align-items: center; justify-content: center; gap: 28px;
}
.mob-nav.open { display: flex; }
.mob-nav a {
  font-family: 'Playfair Display', serif; font-size: clamp(2rem,7vw,3.5rem); font-weight: 700; font-style: italic;
  color: var(--ivory); text-decoration: none; transition: color .2s;
}
.mob-nav a:hover { color: var(--gold); }
.mob-close { position: absolute; top: 28px; right: 36px; font-size: 1.8rem; background: none; border: none; color: var(--smoke); cursor: pointer; }

/* ── SHARED BUTTONS ── */
.cta-p {
  font-family: 'Oswald', sans-serif; font-size: 0.75rem; letter-spacing: 0.25em; text-transform: uppercase;
  background: var(--gold); color: var(--void); padding: 15px 36px; border: none; cursor: pointer;
  transition: background .2s, transform .15s; text-decoration: none; display: inline-block;
}
.cta-p:hover { background: var(--gold-lt); transform: translateY(-2px); }
.cta-g {
  font-family: 'Oswald', sans-serif; font-size: 0.75rem; letter-spacing: 0.25em; text-transform: uppercase;
  background: transparent; color: var(--ivory); padding: 14px 34px;
  border: 1px solid rgba(245,240,232,0.25); cursor: pointer;
  transition: border-color .2s, color .2s, transform .15s; text-decoration: none; display: inline-block;
}
.cta-g:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

/* ── PAGE HERO (inner pages) ── */
.pg-hero {
  min-height: 48vh; display: flex; align-items: flex-end;
  padding: 130px 52px 56px; position: relative; overflow: hidden;
  border-bottom: 1px solid rgba(201,168,76,0.1);
}
.pg-hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 20% 50%, rgba(155,29,32,0.12) 0%, transparent 70%); }
.pg-hero-lines { position: absolute; inset: 0; background: repeating-linear-gradient(-60deg, transparent, transparent 48px, rgba(201,168,76,0.03) 48px, rgba(201,168,76,0.03) 49px); }
.pg-hero-c { position: relative; z-index: 2; }
.pg-ey { font-family: 'Oswald', sans-serif; font-weight: 200; font-size: 0.68rem; letter-spacing: 0.45em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.pg-ttl { font-family: 'Playfair Display', serif; font-weight: 900; font-size: clamp(3rem,7vw,6.5rem); line-height: 0.92; color: var(--white); }
.pg-ttl em { color: var(--gold); font-style: italic; }

/* ── SHARED LABELS ── */
.xp-ey { font-family: 'Oswald', sans-serif; font-weight: 200; font-size: 0.68rem; letter-spacing: 0.4em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }

/* ── FOOTER ── */
footer { background: var(--void); border-top: 1px solid rgba(201,168,76,0.1); padding: 64px 52px 32px; }
.ft-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.ft-logo img { height: 52px; width: auto; display: block; margin-bottom: 16px; }
.ft-tag { font-size: 0.85rem; color: var(--smoke); line-height: 1.7; max-width: 260px; }
.ft-col h4 { font-family: 'Oswald', sans-serif; font-size: 0.62rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.ft-col ul { list-style: none; }
.ft-col ul li { margin-bottom: 10px; }
.ft-col ul li a { color: var(--smoke); text-decoration: none; font-size: 0.85rem; transition: color .2s; }
.ft-col ul li a:hover { color: var(--ivory); }
.ft-bot { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.05); flex-wrap: wrap; gap: 10px; }
.ft-copy { font-size: 0.75rem; color: var(--mist); font-family: 'Oswald', sans-serif; letter-spacing: 0.1em; }

/* ── REVEAL ANIMATIONS ── */
.rev { opacity: 0; transform: translateY(28px); transition: opacity .7s, transform .7s; }
.rev.vis { opacity: 1; transform: none; }
.rev-l { opacity: 0; transform: translateX(-28px); transition: opacity .7s, transform .7s; }
.rev-l.vis { opacity: 1; transform: none; }

/* ── KEYFRAMES ── */
@keyframes riseIn { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: none; } }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes scrollPulse { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }

/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--deep); }
::-webkit-scrollbar-thumb { background: var(--gold-dk); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold); }

/* ════════════════════════════════════
   HOME PAGE STYLES
════════════════════════════════════ */
.hero {
  position: relative; height: calc(max(100vh, 500px + 20vw));
  display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
  padding: 0 52px; overflow: hidden;
}
.hero-cl, .hero-cr { position: absolute; top: 0; bottom: 0; width: 18%; pointer-events: none; z-index: 2; }
.hero-cl { left: 0; background: linear-gradient(to right, rgba(155,29,32,0.35) 0%, transparent 100%); }
.hero-cr { right: 0; background: linear-gradient(to left, rgba(155,29,32,0.35) 0%, transparent 100%); }
.hero-spot {
  position: absolute; inset: 0; z-index: 1;
  background: radial-gradient(ellipse 55% 70% at 50% 30%, rgba(201,168,76,0.07) 0%, transparent 70%),
    linear-gradient(180deg, rgba(5,5,7,0.3) 0%, rgba(5,5,7,0) 40%, rgba(5,5,7,0.85) 100%);
}
.hero-floor {
  position: absolute; bottom: 0; left: 0; right: 0; height: 280px; z-index: 1;
  background: repeating-linear-gradient(to right, transparent, transparent 79px, rgba(201,168,76,0.04) 79px, rgba(201,168,76,0.04) 80px);
  -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 100%);
  mask-image: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 100%);
}
.hero-content { position: relative; z-index: 3; max-width: 820px; }
.hero-act { font-family: 'Oswald', sans-serif; font-weight: 200; font-size: 0.72rem; letter-spacing: 0.5em; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; opacity: 0; animation: riseIn .8s .3s forwards; }
.hero h1 { font-family: 'Playfair Display', serif; font-weight: 900; font-size: clamp(3.8rem,10vw,9.5rem); line-height: 0.9; letter-spacing: -0.01em; color: var(--white); opacity: 0; animation: riseIn .9s .55s forwards; }
.hero h1 em { color: var(--gold); font-style: italic; display: block; }
.hero-sub { font-size: clamp(0.95rem,1.5vw,1.15rem); font-weight: 300; line-height: 1.75; color: var(--smoke); max-width: 540px; margin-top: 28px; opacity: 0; animation: riseIn .9s .8s forwards; }
.hero-ctas { display: flex; gap: 14px; margin-top: 40px; flex-wrap: wrap; opacity: 0; animation: riseIn .9s 1s forwards; }
.hero-scroll { position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 8px; opacity: 0; animation: riseIn 1s 1.4s forwards; }
.scroll-line { width: 1px; height: 48px; background: linear-gradient(to bottom, var(--gold), transparent); animation: scrollPulse 2s ease-in-out infinite; }
.scroll-lbl { font-family: 'Oswald', sans-serif; font-size: 0.6rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold-dk); }

/* TICKER */
.ticker-rail { background: var(--red); overflow: hidden; padding: 11px 0; border-top: 1px solid rgba(198,37,40,0.5); border-bottom: 1px solid rgba(198,37,40,0.5); }
.ticker-inner { display: inline-block; white-space: nowrap; animation: ticker 32s linear infinite; font-family: 'Oswald', sans-serif; font-weight: 200; font-size: 0.75rem; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(245,240,232,0.85); }
.ticker-inner .sep { margin: 0 30px; color: var(--gold); }

/* INDUSTRY BANDS */
.ind-bands { display: grid; grid-template-columns: repeat(3,1fr); }
.ind-band { position: relative; padding: 72px 48px 60px; border-right: 1px solid rgba(255,255,255,0.04); overflow: hidden; cursor: pointer; transition: background .35s; }
.ind-band:last-child { border-right: none; }
.ind-band:hover { background: rgba(201,168,76,0.04); }
.ind-n { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 7rem; line-height: 1; color: rgba(201,168,76,0.06); position: absolute; top: 16px; right: 20px; transition: color .35s; }
.ind-band:hover .ind-n { color: rgba(201,168,76,0.12); }
.ind-icon { font-size: 2.2rem; margin-bottom: 20px; display: block; }
.ind-band h3 { font-family: 'Playfair Display', serif; font-weight: 700; font-style: italic; font-size: 1.6rem; color: var(--white); margin-bottom: 14px; }
.ind-band p { font-size: 0.88rem; line-height: 1.8; color: var(--smoke); }
.ind-cta { display: inline-block; margin-top: 22px; font-family: 'Oswald', sans-serif; font-size: 0.65rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); text-decoration: none; border-bottom: 1px solid rgba(201,168,76,0.3); padding-bottom: 2px; transition: letter-spacing .2s, border-color .2s; }
.ind-band:hover .ind-cta { letter-spacing: 0.42em; border-color: var(--gold); }

/* QUOTE STRIP */
.q-strip { background: var(--stage); border-top: 1px solid rgba(201,168,76,0.15); border-bottom: 1px solid rgba(201,168,76,0.15); padding: 64px 52px; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.q-strip h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem,3.5vw,2.8rem); font-style: italic; color: var(--white); margin-bottom: 8px; }
.q-strip p { font-size: 0.9rem; color: var(--smoke); }
.q-lbl { font-family: 'Oswald', sans-serif; font-size: 0.65rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }

/* STATS */
.stats-band { display: flex; flex-wrap: wrap; }
.stat-cell { flex: 1; min-width: 180px; padding: 56px 44px; border-right: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); position: relative; overflow: hidden; }
.stat-cell::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); transform: scaleX(0); transform-origin: left; transition: transform .5s .2s; }
.stat-cell.visible::after { transform: scaleX(1); }
.stat-cell:last-child { border-right: none; }
.stat-n { font-family: 'Playfair Display', serif; font-weight: 900; font-size: clamp(3rem,5vw,4.5rem); color: var(--white); line-height: 1; }
.stat-n sup { font-size: 0.5em; color: var(--gold); vertical-align: super; }
.stat-lbl { font-family: 'Oswald', sans-serif; font-weight: 200; font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--smoke); margin-top: 8px; }

/* XP BARS */
.xp-sec { padding: 80px 52px; background: var(--deep); }
.xp-ttl { font-family: 'Playfair Display', serif; font-weight: 900; font-style: italic; font-size: clamp(2.2rem,4vw,3.5rem); color: var(--white); margin-bottom: 48px; }
.xp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 80px; }
.xp-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 9px; }
.xp-name { font-family: 'Oswald', sans-serif; font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--ivory); }
.xp-lvl { font-family: 'Playfair Display', serif; font-style: italic; font-size: 0.75rem; color: var(--gold); }
.xp-track { height: 3px; background: rgba(255,255,255,0.07); position: relative; overflow: hidden; }
.xp-fill { height: 100%; width: 0; background: linear-gradient(90deg, var(--gold-dk), var(--gold-lt)); transition: width 1.6s cubic-bezier(.4,0,.2,1); position: relative; }
.xp-fill::after { content: ''; position: absolute; right: 0; top: -3px; bottom: -3px; width: 6px; background: var(--gold-lt); box-shadow: 0 0 10px var(--gold); }

/* PARTNER TILES */
.ptile-row { display: flex; gap: 16px; flex-wrap: wrap; padding: 64px 52px; border-top: 1px solid rgba(255,255,255,0.05); }
.ptile { flex: 1; min-width: 240px; border: 1px solid rgba(201,168,76,0.15); padding: 36px 32px; text-decoration: none; position: relative; overflow: hidden; transition: border-color .25s, background .25s, transform .25s; }
.ptile::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(201,168,76,0.05) 0%, transparent 60%); opacity: 0; transition: opacity .3s; }
.ptile:hover { border-color: var(--gold); background: rgba(201,168,76,0.03); transform: translateY(-4px); }
.ptile:hover::before { opacity: 1; }
.pt-badge { font-family: 'Oswald', sans-serif; font-weight: 200; font-size: 0.6rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold-dk); margin-bottom: 10px; display: block; }
.pt-name { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.4rem; color: var(--white); display: block; margin-bottom: 8px; }
.pt-desc { font-size: 0.84rem; line-height: 1.65; color: var(--smoke); }
.pt-arr { position: absolute; top: 28px; right: 28px; font-size: 1rem; color: var(--gold-dk); transition: transform .2s, color .2s; }
.ptile:hover .pt-arr { transform: translate(3px,-3px); color: var(--gold); }

/* ════════════════════════════════════
   SERVICES PAGE
════════════════════════════════════ */
.svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,0.04); }
.svc-card { background: var(--void); padding: 56px 52px; position: relative; overflow: hidden; transition: background .3s; }
.svc-card:hover { background: rgba(201,168,76,0.03); }
.svc-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); transform: scaleX(0); transform-origin: left; transition: transform .4s; }
.svc-card:hover::after { transform: scaleX(1); }
.svc-n { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 6rem; line-height: 1; color: rgba(201,168,76,0.07); margin-bottom: -12px; }
.svc-card h3 { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 700; font-size: 1.6rem; color: var(--white); margin-bottom: 14px; }
.svc-card p { font-size: 0.88rem; line-height: 1.8; color: var(--smoke); }
.svc-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.svc-tag { font-family: 'Oswald', sans-serif; font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; border: 1px solid rgba(201,168,76,0.2); color: var(--gold-dk); padding: 4px 10px; }

/* ════════════════════════════════════
   PROJECTS PAGE
════════════════════════════════════ */
.proj-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 120px; gap: 3px; padding: 3px; }
.pc { position: relative; overflow: hidden; background: var(--stage); cursor: pointer; }
.pc.lg { grid-column: span 7; grid-row: span 4; }
.pc.tl { grid-column: span 5; grid-row: span 5; }
.pc.wd { grid-column: span 8; grid-row: span 3; }
.pc.md { grid-column: span 4; grid-row: span 3; }
.pc.sq { grid-column: span 6; grid-row: span 4; }
.pc.sm { grid-column: span 4; grid-row: span 2; }
.pc-bg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 4rem; transition: transform .6s cubic-bezier(.4,0,.2,1); }
.pc:hover .pc-bg { transform: scale(1.08); }
.p1 .pc-bg { background: linear-gradient(135deg,#0d0d12,#1c1210); }
.p2 .pc-bg { background: linear-gradient(135deg,#0d0d12,#0d1218); }
.p3 .pc-bg { background: linear-gradient(135deg,#120d12,#0d0d12); }
.p4 .pc-bg { background: linear-gradient(135deg,#0d120f,#0d0d12); }
.p5 .pc-bg { background: linear-gradient(135deg,#12100d,#0d0d12); }
.p6 .pc-bg { background: linear-gradient(135deg,#0e0d14,#0d0d12); }
.pc-veil { position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,5,7,0.97) 0%, rgba(5,5,7,0.3) 50%, transparent 100%); opacity: 0; transition: opacity .35s; }
.pc:hover .pc-veil { opacity: 1; }
.pc-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 28px 32px; transform: translateY(10px); opacity: 0; transition: .35s; }
.pc:hover .pc-info { transform: translateY(0); opacity: 1; }
.pc-cat { font-family: 'Oswald', sans-serif; font-weight: 200; font-size: 0.6rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold); margin-bottom: 5px; }
.pc-name { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 700; font-size: 1.2rem; color: var(--white); }

/* ════════════════════════════════════
   WAREHOUSE PAGE
════════════════════════════════════ */
.wh-split { display: grid; grid-template-columns: 1fr 1fr; }
.wh-l { padding: 72px 52px; background: var(--deep); }
.wh-r { padding: 72px 52px; }
.wh-fact { display: flex; gap: 18px; align-items: flex-start; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.wh-fact:last-of-type { border-bottom: none; }
.wh-icon { font-size: 1.6rem; flex-shrink: 0; margin-top: 2px; }
.wh-lbl { font-family: 'Oswald', sans-serif; font-weight: 200; font-size: 0.62rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.wh-val { font-size: 0.9rem; color: var(--ivory); line-height: 1.6; }
.wh-map { margin-top: 36px; display: inline-flex; align-items: center; gap: 12px; text-decoration: none; padding: 16px 28px; border: 1px solid rgba(201,168,76,0.25); font-family: 'Oswald', sans-serif; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); transition: border-color .2s, background .2s; }
.wh-map:hover { border-color: var(--gold); background: rgba(201,168,76,0.06); }
.inv-sec { padding: 0 52px 80px; }
.inv-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px,1fr)); gap: 3px; }
.inv-tile { background: var(--stage); padding: 28px 20px; text-align: center; border-bottom: 2px solid transparent; transition: border-color .2s, background .2s; }
.inv-tile:hover { background: var(--wing); border-color: var(--gold); }
.inv-em { font-size: 2rem; margin-bottom: 10px; display: block; }
.inv-nm { font-family: 'Oswald', sans-serif; font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--smoke); }

/* ════════════════════════════════════
   TEAM PAGE
════════════════════════════════════ */
.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); gap: 2px; padding: 52px; }
.team-card { background: var(--stage); padding: 48px 40px; position: relative; overflow: hidden; transition: background .3s; }
.team-card:hover { background: var(--wing); }
.team-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); transform: scaleX(0); transform-origin: left; transition: transform .4s; }
.team-card:hover::before { transform: scaleX(1); }
.team-av { width: 72px; height: 72px; border-radius: 50%; background: var(--wing); display: flex; align-items: center; justify-content: center; font-size: 2rem; margin-bottom: 20px; border: 2px solid rgba(201,168,76,0.2); overflow: hidden; }
.team-av img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.team-name { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.3rem; color: var(--white); margin-bottom: 4px; }
.team-role { font-family: 'Oswald', sans-serif; font-weight: 200; font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.team-bio { font-size: 0.86rem; line-height: 1.75; color: var(--smoke); }

/* ════════════════════════════════════
   ABOUT PAGE
════════════════════════════════════ */
.about-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 70vh; }
.ab-l { padding: 80px 52px; }
.ab-r { padding: 80px 52px; background: var(--deep); }
.ab-yr { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 9rem; line-height: 1; color: rgba(201,168,76,0.1); margin-bottom: -20px; }
.ab-hd { font-family: 'Playfair Display', serif; font-weight: 700; font-style: italic; font-size: 1.8rem; color: var(--white); margin-bottom: 22px; }
.ab-body { font-size: 0.92rem; line-height: 1.85; color: var(--smoke); margin-bottom: 16px; }
.ab-body a { color: var(--gold); text-decoration: none; }
.val-list { list-style: none; margin-top: 32px; }
.val-list li { display: flex; align-items: center; gap: 18px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.06); font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ivory); }
.val-list li span { width: 32px; height: 1px; background: var(--gold); flex-shrink: 0; }

/* ════════════════════════════════════
   CONTACT PAGE
════════════════════════════════════ */
.contact-wrap { display: grid; grid-template-columns: 1fr 1.4fr; }
.con-l { padding: 72px 52px; background: var(--deep); }
.con-r { padding: 72px 52px; }
.c-lbl { font-family: 'Oswald', sans-serif; font-weight: 200; font-size: 0.62rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold); margin-bottom: 5px; }
.c-val { font-size: 0.95rem; color: var(--ivory); line-height: 1.55; margin-bottom: 28px; }
.c-val a { color: var(--gold); text-decoration: none; }
.quiz-wrap { margin-top: 48px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.07); }
.quiz-ttl { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 700; font-size: 1.1rem; color: var(--white); margin-bottom: 10px; }
.quiz-sub { font-size: 0.82rem; color: var(--smoke); margin-bottom: 24px; }
.qprog-track { height: 2px; background: rgba(255,255,255,0.06); margin-bottom: 28px; }
.qprog-fill { height: 100%; background: var(--gold); transition: width .4s; }
.qq { font-family: 'Oswald', sans-serif; font-size: 0.9rem; letter-spacing: 0.05em; color: var(--ivory); margin-bottom: 16px; }
.qopts { display: flex; flex-direction: column; gap: 8px; }
.qopt { display: flex; align-items: center; gap: 14px; padding: 14px 18px; background: var(--stage); border: 1px solid rgba(255,255,255,0.06); cursor: pointer; transition: border-color .2s, background .2s; font-size: 0.86rem; color: var(--ivory); }
.qopt:hover { border-color: var(--gold); background: rgba(201,168,76,0.05); }
.qopt.sel { border-color: var(--gold); background: rgba(201,168,76,0.08); color: var(--gold); }
.qltr { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1rem; color: var(--gold-dk); min-width: 18px; }
.qres { display: none; margin-top: 20px; }
.qres.show { display: block; }
.qres-box { padding: 16px 20px; border-left: 2px solid var(--gold); background: rgba(201,168,76,0.06); font-size: 0.84rem; color: var(--smoke); line-height: 1.65; }
.qnav { margin-top: 16px; display: flex; gap: 10px; flex-wrap: wrap; }
.qbtn { font-family: 'Oswald', sans-serif; font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; padding: 9px 22px; background: none; border: 1px solid rgba(201,168,76,0.3); color: var(--gold); cursor: pointer; transition: background .2s, color .2s; }
.qbtn:hover { background: var(--gold); color: var(--void); }
.f-ey { font-family: 'Oswald', sans-serif; font-weight: 200; font-size: 0.68rem; letter-spacing: 0.4em; text-transform: uppercase; color: var(--gold); margin-bottom: 32px; }
.f-row { display: flex; gap: 14px; }
.f-grp { display: flex; flex-direction: column; margin-bottom: 18px; flex: 1; }
.f-grp label { font-family: 'Oswald', sans-serif; font-size: 0.62rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--smoke); margin-bottom: 7px; }
.f-grp input, .f-grp select, .f-grp textarea { background: var(--stage); border: 1px solid rgba(255,255,255,0.08); color: var(--ivory); padding: 13px 16px; font-family: 'DM Sans', sans-serif; font-size: 0.88rem; transition: border-color .2s; outline: none; resize: vertical; }
.f-grp input:focus, .f-grp select:focus, .f-grp textarea:focus { border-color: var(--gold); }
.f-grp select option { background: var(--deep); }
.f-submit { width: 100%; padding: 18px; background: var(--gold); color: var(--void); border: none; font-family: 'Oswald', sans-serif; font-size: 0.78rem; letter-spacing: 0.28em; text-transform: uppercase; cursor: pointer; transition: background .2s, transform .15s; }
.f-submit:hover { background: var(--gold-lt); transform: translateY(-2px); }
.f-ok { display: none; margin-top: 16px; padding: 18px 22px; border-left: 2px solid #4CAF50; background: rgba(76,175,80,0.08); font-family: 'Oswald', sans-serif; font-size: 0.78rem; letter-spacing: 0.1em; color: #4CAF50; }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .nav-links, .nav-quote { display: none; }
  .hamburger { display: flex; }
  nav, nav.scrolled { padding: 18px 28px; }
  .hero { padding: 0 28px; }
  .ind-bands { grid-template-columns: 1fr; }
  .ind-band { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.04); }
  .svc-grid { grid-template-columns: 1fr; }
  .about-split, .wh-split, .contact-wrap { grid-template-columns: 1fr; }
  .ft-top { grid-template-columns: 1fr 1fr; }
  .proj-grid { grid-template-columns: repeat(6,1fr); }
  .pc.lg,.pc.tl,.pc.wd,.pc.md,.pc.sq,.pc.sm { grid-column: span 6; grid-row: span 3; }
  .q-strip, .xp-sec, .ptile-row { padding: 44px 28px; }
  .team-grid { padding: 28px; }
  .wh-l, .wh-r, .con-l, .con-r, .ab-l, .ab-r { padding: 60px 28px; }
  .inv-sec { padding: 0 28px 60px; }
  .xp-grid { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 580px) {
  .ft-top { grid-template-columns: 1fr; }
  .f-row { flex-direction: column; }
  .hero h1 { font-size: 3.5rem; }
}
