@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow:wght@300;400;500;600;700&display=swap');

:root {
  --gold: #C9922A;
  --gold-light: #E8B84B;
  --black: #0e0e0e;
  --dark: #1a1a1a;
  --dark2: #242424;
  --white: #f5f5f5;
  --gray: #aaaaaa;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--black); color: var(--white); font-family: 'Barlow', sans-serif; overflow-x: hidden; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; justify-content: space-between; align-items: center; padding: 1.2rem 4rem; background: rgba(14,14,14,0.95); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(201,146,42,0.2); }
.nav-logo { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; letter-spacing: 3px; color: var(--gold); text-decoration: none; }
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a { color: var(--gray); text-decoration: none; font-size: 0.85rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; transition: color 0.3s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { background: var(--gold); color: var(--black) !important; padding: 0.6rem 1.4rem; font-weight: 700 !important; transition: background 0.3s !important; }
.nav-cta:hover { background: var(--gold-light) !important; }

/* PAGE HERO */
.page-hero { min-height: 45vh; display: flex; align-items: flex-end; padding: 0 4rem 4rem; position: relative; overflow: hidden; margin-top: 0; padding-top: 8rem; }
.page-hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse at 60% 50%, rgba(201,146,42,0.1) 0%, transparent 60%), var(--black); }
.page-hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(201,146,42,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(201,146,42,0.04) 1px, transparent 1px); background-size: 60px 60px; }
.page-hero-content { position: relative; z-index: 2; animation: fadeUp 0.7s ease both; }
.breadcrumb { font-size: 0.75rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.breadcrumb a { color: var(--gray); text-decoration: none; transition: color 0.3s; }
.breadcrumb a:hover { color: var(--gold); }
.page-icon { font-size: 3rem; margin-bottom: 1rem; display: block; }
.page-hero h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(3rem, 6vw, 5.5rem); letter-spacing: 2px; line-height: 1; }
.page-hero h1 span { color: var(--gold); }
.page-hero-sub { font-size: 1.05rem; color: var(--gray); font-weight: 300; margin-top: 1rem; max-width: 550px; line-height: 1.6; }

/* CONTENT */
.page-content { max-width: 1100px; margin: 0 auto; padding: 5rem 4rem; }
.content-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 5rem; align-items: start; }

.content-body h2 { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; letter-spacing: 1px; color: var(--gold); margin: 2.5rem 0 1rem; }
.content-body h2:first-child { margin-top: 0; }
.content-body p { color: var(--gray); font-size: 1rem; line-height: 1.8; font-weight: 300; margin-bottom: 1.2rem; }
.content-body ul { list-style: none; display: flex; flex-direction: column; gap: 0.8rem; margin-bottom: 1.5rem; }
.content-body ul li { display: flex; align-items: flex-start; gap: 0.8rem; color: var(--gray); font-size: 0.95rem; font-weight: 300; line-height: 1.5; }
.content-body ul li::before { content: '⚡'; font-size: 0.8rem; flex-shrink: 0; margin-top: 2px; }

/* SIDEBAR */
.sidebar { display: flex; flex-direction: column; gap: 1.5rem; position: sticky; top: 6rem; }
.sidebar-card { background: var(--dark); border: 1px solid rgba(201,146,42,0.2); padding: 2rem; }
.sidebar-card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.2rem; letter-spacing: 1px; color: var(--gold); margin-bottom: 1.2rem; }
.sidebar-card p { color: var(--gray); font-size: 0.88rem; line-height: 1.6; font-weight: 300; margin-bottom: 1rem; }
.btn-primary { background: var(--gold); color: var(--black); padding: 0.9rem 2rem; font-family: 'Barlow', sans-serif; font-size: 0.85rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; border: none; cursor: pointer; text-decoration: none; display: block; text-align: center; transition: background 0.3s, transform 0.2s; width: 100%; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--gold); padding: 0.9rem 2rem; font-family: 'Barlow', sans-serif; font-size: 0.85rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; border: 1px solid var(--gold); cursor: pointer; text-decoration: none; display: block; text-align: center; transition: background 0.3s; width: 100%; margin-top: 0.8rem; }
.btn-outline:hover { background: rgba(201,146,42,0.1); }

.services-list { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.services-list li a { display: flex; align-items: center; gap: 0.8rem; padding: 0.7rem 0.8rem; color: var(--gray); text-decoration: none; font-size: 0.88rem; font-weight: 500; transition: color 0.3s, background 0.3s; border-radius: 2px; }
.services-list li a:hover { color: var(--gold); background: rgba(201,146,42,0.05); }
.services-list li a.active { color: var(--gold); font-weight: 700; }

/* FOOTER */
footer { background: var(--black); border-top: 1px solid rgba(201,146,42,0.15); padding: 2.5rem 4rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; margin-top: 4rem; }
.footer-logo { font-family: 'Bebas Neue', sans-serif; font-size: 1.3rem; letter-spacing: 3px; color: var(--gold); }
.footer-text { font-size: 0.8rem; color: var(--gray); text-align: center; }
.footer-license { font-size: 0.78rem; color: var(--gray); letter-spacing: 1px; }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

/* MOBILE */
@media (max-width: 768px) {
  nav { padding: 1rem 1.5rem; }
  .nav-links { display: none; }
  .page-hero { padding: 6rem 1.5rem 3rem; }
  .page-content { padding: 3rem 1.5rem; }
  .content-grid { grid-template-columns: 1fr; gap: 3rem; }
  .sidebar { position: static; }
  footer { padding: 2rem 1.5rem; flex-direction: column; text-align: center; }
}






/* GALLERY */
  #gallery { padding: 5rem 4rem; background: var(--black); }
  .gallery-intro { margin-bottom: 3rem; }
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 6px;
  }
  .gallery-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    background: var(--dark);
  }
  .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease, filter 0.4s ease;
    filter: brightness(0.85);
    display: block;
  }
  .gallery-item:hover img {
    transform: scale(1.06);
    filter: brightness(1);
  }
  .gallery-item::after {
    content: '🔍';
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    background: rgba(201,146,42,0.15);
    opacity: 0;
    transition: opacity 0.3s;
  }
  .gallery-item:hover::after { opacity: 1; }

  /* LIGHTBOX */
  .lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.95);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .lightbox.active {
    opacity: 1;
    pointer-events: all;
  }
  .lightbox-img {
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
    border: 1px solid rgba(201,146,42,0.3);
    transform: scale(0.92);
    transition: transform 0.3s ease;
  }
  .lightbox.active .lightbox-img { transform: scale(1); }
  .lightbox-close {
    position: absolute;
    top: 1.5rem; right: 2rem;
    font-size: 2rem;
    color: var(--gray);
    cursor: pointer;
    background: none;
    border: none;
    line-height: 1;
    transition: color 0.3s;
  }
  .lightbox-close:hover { color: var(--gold); }
  .lightbox-prev,
  .lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(201,146,42,0.15);
    border: 1px solid rgba(201,146,42,0.3);
    color: var(--white);
    font-size: 1.5rem;
    width: 48px; height: 48px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
  }
  .lightbox-prev:hover,
  .lightbox-next:hover { background: rgba(201,146,42,0.35); }
  .lightbox-prev { left: 1.5rem; }
  .lightbox-next { right: 1.5rem; }
  .lightbox-caption {
    position: absolute;
    bottom: 1.5rem;
    font-size: 0.82rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gray);
  }
  .lightbox-counter {
    position: absolute;
    top: 1.5rem; left: 2rem;
    font-size: 0.78rem;
    letter-spacing: 2px;
    color: var(--gray);
    font-family: 'Bebas Neue', sans-serif;
  }

  @media (max-width: 768px) {
    #gallery { padding: 4rem 1.5rem; }
    .gallery-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 4px; }
    .lightbox-prev { left: 0.5rem; }
    .lightbox-next { right: 0.5rem; }
  }
