/* ===================== SCROLL PROGRESS ===================== */
#scroll-progress { position: fixed; top: 0; left: 0; height: 2px; background: #111110; z-index: 9999; width: 0%; transition: width 0.1s linear; }

/* ===================== NAVBAR ===================== */
.navbar { background: #f5f4f0; padding: 1rem 2.5rem; border-bottom: 1px solid #e8e7e3; width: 100%; z-index: 1000; }
#site-header { height: auto; }
.navbar-brand { font-size: 1.3rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #111110 !important; white-space: nowrap; flex-shrink: 0; }
.navbar-collapse { flex: 1 !important; }
.navbar-nav { width: 100%; display: flex !important; justify-content: space-around; }
.navbar-nav .nav-link { font-size: 1.2rem; font-weight: 600; color: #111110 !important; letter-spacing: 0.02em; padding: 0.3rem 0 !important; position: relative; transition: opacity 0.2s; }
.navbar-nav .nav-link::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 1px; background: #111110; transition: width 0.25s ease; }
.navbar-nav .nav-link:hover { opacity: 0.55; }
.navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after { width: 100%; }
.navbar-nav .nav-link.active { font-weight: 800; }
.navbar-toggler { border: none !important; outline: none !important; box-shadow: none !important; padding: 0.4rem 0.2rem !important; cursor: pointer; }
.navbar-toggler:focus { box-shadow: none !important; }
.ham-line { display: block; width: 22px; height: 2px; background: #111110; border-radius: 2px; transition: transform 0.3s cubic-bezier(0.16,1,0.3,1), opacity 0.25s ease, width 0.3s ease; }
.navbar-toggler[aria-expanded="true"] .ham-line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.navbar-toggler[aria-expanded="true"] .ham-line:nth-child(2) { opacity: 0; width: 0; }
.navbar-toggler[aria-expanded="true"] .ham-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 991px) {
  .navbar-toggler { display: flex !important; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
  .navbar { padding: 1rem 1.5rem !important; }
  .navbar-collapse {
    position: absolute; top: 100%; left: 0; right: 0;
    background: #f5f4f0; border-bottom: 1px solid #e8e7e3;
    padding: 0.25rem 1.5rem 0.75rem;
    box-shadow: 0 8px 28px rgba(0,0,0,0.07);
    z-index: 998;
  }
  .navbar-nav { justify-content: flex-start !important; flex-direction: column !important; gap: 0 !important; width: 100% !important; }
  .navbar-nav .nav-link { padding: 0.75rem 0 !important; font-size: 1rem; border-bottom: 1px solid #e8e7e3; }
  .navbar-nav .nav-item:last-child .nav-link { border-bottom: none; }
  .navbar-nav .nav-link::after { display: none; }
}

/* ===================== TRANSPARENT NAVBAR (home page) ===================== */
.page-home .navbar { background: transparent !important; border-bottom-color: transparent !important; }
.page-home .navbar-brand { color: #ffffff !important; }
.page-home .navbar-nav .nav-link { color: #ffffff !important; }
.page-home .navbar-nav .nav-link::after { background: #ffffff; }
.page-home .ham-line { background: #ffffff; }
/* When mobile menu is open, give it a solid dark background so links are readable */
.page-home .navbar-collapse.show,
.page-home .navbar-collapse.collapsing { background: rgba(17,17,16,0.95) !important; border-bottom-color: rgba(255,255,255,0.1) !important; }
.page-home .navbar-collapse.show .nav-link,
.page-home .navbar-collapse.collapsing .nav-link { border-bottom-color: rgba(255,255,255,0.1) !important; }

/* ===================== FOOTER ===================== */
.footer { background: #0d0d0b; position: relative; overflow: hidden; }
.footer::before { content: ''; display: block; height: 2px; background: linear-gradient(90deg, #e8c468 0%, #f0a070 40%, #c87dd4 80%, transparent 100%); }
.footer-cta { position: relative; z-index: 1; padding: 4.5rem 3rem 4rem; display: flex; align-items: flex-end; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,0.07); flex-wrap: wrap; gap: 2rem; }
.footer-brand-col { display: flex; flex-direction: column; gap: 1.2rem; }
.footer-logo { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.35); }
.footer-cta-heading { font-size: clamp(2.2rem, 4.5vw, 4rem); font-weight: 800; line-height: 1.05; letter-spacing: -0.04em; color: #fff; max-width: 14ch; }
.footer-cta-heading em { font-style: normal; background: linear-gradient(135deg, #e8c468, #f0a070); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.footer-cta-btn { display: inline-flex; align-items: center; gap: 0.7rem; background: #fff; color: #0d0d0b; font-size: 0.88rem; font-weight: 700; padding: 0.9rem 1.8rem; border-radius: 999px; text-decoration: none; transition: background 0.25s, transform 0.25s; white-space: nowrap; align-self: flex-end; margin-bottom: 0.3rem; }
.footer-cta-btn:hover { background: #e8c468; color: #0d0d0b; transform: translateY(-3px); }
.footer-cta-btn i { font-size: 0.8rem; transition: transform 0.2s; }
.footer-cta-btn:hover i { transform: translateX(4px); }
.footer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr 1fr 1.4fr; gap: 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.footer-col { padding: 3rem; border-right: 1px solid rgba(255,255,255,0.07); }
.footer-col:last-child { border-right: none; }
.footer-col-label { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.28); margin-bottom: 1.6rem; }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 0.65rem; }
.footer-links a { font-size: 0.9rem; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s, padding-left 0.2s; display: inline-block; }
.footer-links a:hover { color: #fff; padding-left: 4px; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 0.7rem; margin-bottom: 1rem; }
.footer-contact-item i { font-size: 0.75rem; color: #e8c468; margin-top: 3px; width: 14px; flex-shrink: 0; }
.footer-contact-item a, .footer-contact-item span { font-size: 0.88rem; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; line-height: 1.4; }
.footer-contact-item a:hover { color: #fff; }
.footer-socials { display: flex; gap: 0.6rem; margin-top: 1.8rem; }
.footer-socials a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.5); font-size: 0.8rem; text-decoration: none; transition: all 0.25s; }
.footer-socials a:hover { border-color: #e8c468; color: #e8c468; transform: translateY(-3px); }
.footer-subscribe-tag { display: inline-block; background: rgba(232,196,104,0.12); color: #e8c468; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.25rem 0.7rem; border-radius: 999px; margin-bottom: 1rem; }
.footer-subscribe h6 { font-size: 1.15rem; font-weight: 700; color: #fff; margin-bottom: 0.5rem; letter-spacing: -0.02em; }
.footer-subscribe p { font-size: 0.82rem; color: rgba(255,255,255,0.4); line-height: 1.6; margin-bottom: 1.4rem; }
.subscribe-input-group { display: flex; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 999px; overflow: hidden; transition: border-color 0.2s; }
.subscribe-input-group:focus-within { border-color: rgba(232,196,104,0.5); }
.subscribe-input { flex: 1; background: transparent; border: none; padding: 0.7rem 1.2rem; font-size: 0.82rem; color: #fff; outline: none; font-family: 'Inter', sans-serif; }
.subscribe-input::placeholder { color: rgba(255,255,255,0.3); }
.subscribe-btn { background: #e8c468; color: #0d0d0b; border: none; border-radius: 999px; width: 36px; height: 36px; margin: 3px; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; cursor: pointer; transition: background 0.2s, transform 0.2s; flex-shrink: 0; }
.subscribe-btn:hover { background: #f0d080; transform: scale(1.1); }
.marquee-wrap { position: relative; z-index: 1; overflow: hidden; padding: 2.5rem 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.marquee-track { display: flex; white-space: nowrap; animation: marquee 22s linear infinite; }
.marquee-track span { font-size: clamp(2.8rem, 6vw, 5.5rem); font-weight: 900; letter-spacing: -0.02em; padding-right: 1.5rem; color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,0.18); }
.marquee-track span:nth-child(odd) { color: rgba(255,255,255,0.08); -webkit-text-stroke: 0; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.footer-bottom { position: relative; z-index: 1; padding: 1.2rem 3rem; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 0.6rem; }
.footer-bottom span { font-size: 0.75rem; color: rgba(255,255,255,0.25); }
.footer-bottom a { font-size: 0.75rem; color: rgba(255,255,255,0.35); text-decoration: none; transition: color 0.2s; }
.footer-bottom a:hover { color: #e8c468; }
.footer-bottom .dot { color: rgba(255,255,255,0.15); margin: 0 0.4rem; }

@media (max-width: 991px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-col { padding: 2rem; }
  .footer-cta { padding: 3rem 2rem; }
  .footer-cta-heading { font-size: clamp(1.8rem, 6vw, 3rem); }
}
@media (max-width: 575px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-col { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07); padding: 1.8rem 1.5rem; }
  .footer-cta { padding: 2.5rem 1.5rem; flex-direction: column; align-items: flex-start; }
  .footer-bottom { padding: 1rem 1.5rem; flex-direction: column; text-align: center; }
}
