/* =========================
   Forma — Warm Dark Theme
   ========================= */

:root{
  --bg: #0b0a09;
  --panel: rgba(255,255,255,0.04);
  --panel-2: rgba(255,255,255,0.06);
  --text: #f2eee8;
  --muted: rgba(242,238,232,0.72);

  --accent: #c69352;
  --accent-2: #e0b47a;

  --border: rgba(255,255,255,0.10);
  --shadow: 0 20px 60px rgba(0,0,0,0.55);

  --radius: 18px;
  --radius-sm: 12px;

  --container: 1140px;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }

section{ scroll-margin-top: 190px; }

body{
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background: radial-gradient(1200px 700px at 20% -10%, rgba(198,147,82,0.22), transparent 60%),
              radial-gradient(900px 500px at 90% 10%, rgba(224,180,122,0.10), transparent 55%),
              var(--bg);
  color: var(--text);
  line-height: 1.5;
}

img{ max-width: 100%; display: block; }

.container{
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

/* =========================
   Header
   ========================= */

.site-header{
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(10,9,8,0.70);
  border-bottom: 1px solid var(--border);
}

.header-inner{
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  gap: 16px;
}

.brand{
  height: 100%;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-logo{
  height: 250px;
  width: auto;
  transform: none;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,0.45));
}

.nav{
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav a{
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav a:hover{ color: var(--text); }

.nav .nav-cta{
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(198,147,82,0.95), rgba(198,147,82,0.75));
  color: #120f0b;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(198,147,82,0.18);
}

.nav .nav-cta:hover{
  filter: brightness(1.05);
}

.nav-toggle{
  display: none;
  width: 44px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.02);
  cursor: pointer;
}

.nav-toggle span{
  display: block;
  height: 2px;
  width: 18px;
  margin: 4px auto;
  background: var(--text);
  opacity: 0.9;
}

/* =========================
   Hero
   ========================= */

.hero{
  position: relative;
  overflow: hidden;
  min-height: 78vh;
  display: grid;
  align-items: center;
}

.hero-bg{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(0,0,0,0.60) 0%,
      rgba(0,0,0,0.25) 60%,
      rgba(0,0,0,0.0) 100%
    ),
    url("../assets/hero.png") center / cover no-repeat;
  filter: brightness(1.18) contrast(1.04) saturate(1.08);
  transform: scale(1.02);
}

.hero-inner{
  position: relative;
  padding: 72px 0;
}

.hero-content{
  max-width: 720px;
}

.eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255,255,255,0.03);
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1{
  margin: 16px 0 10px;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.subhead{
  margin: 0 0 22px;
  max-width: 56ch;
  color: var(--muted);
  font-size: 16px;
}

.hero-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.02);
  color: var(--text);
  font-weight: 700;
}

.btn-primary{
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(198,147,82,0.95), rgba(198,147,82,0.75));
  color: #120f0b;
  font-weight: 700;
  border: 1px solid rgba(198,147,82,0.45);
  box-shadow: 0 12px 30px rgba(198,147,82,0.18);
}
.btn-primary:hover{
  filter: brightness(1.06);
  color: #fff;
}
.btn-ghost:hover,
.btn:hover{
  filter: brightness(1.06);
  color: rgba(198,147,82,0.95);
  background: black;
}

.btn-block{
  width: 100%;
}

.hero-badges{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
  max-width: 720px;
}

.badge{
  padding: 14px 14px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.badge-title{
  display: block;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.badge-text{
  display: block;
  color: var(--muted);
  font-size: 13px;
  margin-top: 4px;
}

/* =========================
   Sections
   ========================= */

.section{
  padding: 72px 0;
}

.section-alt{
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.section-head{
  margin-bottom: 22px;
}

.section-head h2{
  margin: 0 0 8px;
  font-size: 30px;
  letter-spacing: -0.02em;
}

.section-head p{
  margin: 0;
  color: var(--muted);
}

h2{
  margin: 0 0 12px;
  font-size: 30px;
  letter-spacing: -0.02em;
}

.lead{
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 16px;
  max-width: 60ch;
}

.grid-2{
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 26px;
  align-items: start;
}

.checklist{
  margin: 16px 0 18px;
  padding: 0;
  list-style: none;
}

.checklist li{
  padding-left: 26px;
  position: relative;
  margin: 10px 0;
  color: var(--muted);
}

.checklist li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: 900;
}

.mini-card{
  margin-top: 14px;
  padding: 16px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.03);
}

.mini-card-title{
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--muted);
}

.mini-card-text{
  margin-top: 6px;
  font-size: 14px;
}

.about-media{
  display: grid;
  gap: 12px;
}

.media-frame{
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.02);
  box-shadow: var(--shadow);
}

.media-frame.small{
  width: 78%;
  justify-self: end;
  border-radius: 16px;
  opacity: 0.95;
}

.media-frame img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================
   Cards
   ========================= */

.cards{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.card{
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.03);
  box-shadow: 0 18px 50px rgba(0,0,0,0.35);
}

.card img{
  width: 100%;
  height: 210px;
  object-fit: cover;
  filter: contrast(1.04) saturate(1.05);
}

.card-body{
  padding: 16px;
}

.card h3{
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}

.card p{
  margin: 0 0 10px;
  color: var(--muted);
}

.text-link{
  color: var(--accent-2);
  font-weight: 800;
  text-decoration: none;
}

.text-link:hover{
  text-decoration: underline;
}

/* =========================
   Gallery
   ========================= */

.gallery{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.gallery-item{
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.02);
  box-shadow: 0 18px 50px rgba(0,0,0,0.35);
}

.gallery-item img{
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 250ms ease, filter 250ms ease;
}

.gallery-item:hover img{
  transform: scale(1.03);
  filter: brightness(1.06);
}

/* =========================
   Lightbox (Gallery Viewer)
   ========================= */

.lightbox{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0,0,0,0.82);
  backdrop-filter: blur(10px);
}

.lightbox.open{ display: flex; }

.lightbox-inner{
  position: relative;
  width: min(1100px, 100%);
  max-height: 88vh;
  display: grid;
  place-items: center;
  z-index: 1;
}

.lightbox-img{
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: 88vh;
  object-fit: contain;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.02);
  box-shadow: var(--shadow);
  filter: contrast(1.03) saturate(1.02);
}

.lightbox-close,
.lightbox-prev,
.lightbox-next{
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(10,9,8,0.62);
  color: var(--text);
  cursor: pointer;
  user-select: none;
  z-index: 5;
  box-shadow: 0 18px 50px rgba(0,0,0,0.35);
  transition: transform 160ms ease, filter 160ms ease, border-color 160ms ease;
}

.lightbox-close{
  top: 10px;
  right: 10px;
  font-size: 22px;
  line-height: 1;
}

.lightbox-prev,
.lightbox-next{
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
}

.lightbox-prev{ left: 10px; }
.lightbox-next{ right: 10px; }

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover{
  filter: brightness(1.08);
  border-color: rgba(198,147,82,0.45);
}

.lightbox-close:active{
  transform: scale(0.98);
}

.lightbox-prev:active,
.lightbox-next:active{
  transform: translateY(-50%) scale(0.98);
}

.lightbox-counter{
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(10,9,8,0.62);
  color: rgba(242,238,232,0.90);
  font-size: 13px;
  letter-spacing: 0.04em;
  z-index: 5;
}

.lightbox-close:focus,
.lightbox-prev:focus,
.lightbox-next:focus{
  outline: none;
  border-color: rgba(198,147,82,0.55);
  box-shadow: 0 0 0 4px rgba(198,147,82,0.14), 0 18px 50px rgba(0,0,0,0.35);
}

.lightbox.open .lightbox-img{
  animation: lbPop 180ms ease-out;
}

@keyframes lbPop{
  from{ transform: scale(0.98); opacity: 0.75; }
  to{ transform: scale(1); opacity: 1; }
}

/* =========================
   Contact
   ========================= */

.contact{
  align-items: start;
}

.contact-box{
  margin-top: 14px;
  padding: 16px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.03);
}

.contact-row{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.contact-row:last-child{
  border-bottom: 0;
}

.contact-label{
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-value{
  font-weight: 700;
}

.note{
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
}

.form{
  padding: 18px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.03);
  box-shadow: var(--shadow);
}

.form-row{
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

label{
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

input, textarea{
  width: 100%;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.35);
  color: var(--text);
  outline: none;
}

input:focus, textarea:focus{
  border-color: rgba(198,147,82,0.55);
  box-shadow: 0 0 0 4px rgba(198,147,82,0.12);
}

.form-disclaimer{
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
}

/* =========================
   Footer
   ========================= */

.footer{
  border-top: 1px solid var(--border);
  padding: 26px 0;
  background: rgba(0,0,0,0.35);
}

.footer-inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.footer-brand{
  font-weight: 900;
  letter-spacing: 0.12em;
}

.footer-sub{
  color: var(--muted);
  font-size: 13px;
}

.footer a{
  color: var(--muted);
  text-decoration: none;
}

.footer a:hover{
  color: var(--text);
}
.footer-right{
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-partner-logo{
  height: 100px;
  width: auto;
  opacity: 0.85;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.footer-partner-logo:hover{
  opacity: 1;
  transform: translateY(-1px);
}

/* =========================
   Responsive
   ========================= */

@media (max-width: 920px){
  .grid-2{ grid-template-columns: 1fr; }
  .cards{ grid-template-columns: 1fr; }
  .gallery{ grid-template-columns: 1fr; }
  .media-frame.small{ width: 100%; }
  .hero-badges{ grid-template-columns: 1fr; }
  section{ scroll-margin-top: 120px; }
}

@media (max-width: 760px){
  .header-inner{
    height: 140px;
    justify-content: center;
    position: relative;
  }

  .brand{
    width: 100%;
    justify-content: center;
  }

  .brand-logo{
    height: 200px;
  }

  .nav-toggle{
    display: inline-block;
    position: absolute;
    right: 24px;
    top: 18px;
  }

  .nav{
    position: absolute;
    right: 24px;
    top: 64px;
    width: min(360px, calc(100% - 48px));
    display: none;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
    border-radius: 16px;
    border: 1px solid var(--border);
    background: rgba(10,9,8,0.92);
    backdrop-filter: blur(12px);
  }

  .nav.open{ display: flex; }
}

/* Lightbox mobile tweaks */
@media (max-width: 640px){
  .lightbox{
    padding: 12px;
  }

  .lightbox-prev,
  .lightbox-next{
    width: 44px;
    height: 44px;
    font-size: 26px;
  }

  .lightbox-close{
    width: 44px;
    height: 44px;
  }

  .lightbox-counter{
    font-size: 12px;
    padding: 7px 10px;
  }
}

/* Hide Back to top on small screens */
@media (max-width: 768px){
  .footer-right a{
    display: none;
  }
}
