*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --terra:     #C84B2A;
  --cream:     #FAF4E8;
  --navy:      #1A0A3C;
  --purple:    #6C35DE;
  --purple-dk: #4A1FA8;
  --gold:      #FFD93D;
  --teal:      #3ECFBF;
  --white:     #FFFFFF;
  --ease:      cubic-bezier(0.16, 1, 0.3, 1);
  --ease-expo: cubic-bezier(0.16, 1, 0.3, 1);
}

.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: 70px; padding: 0 52px; display: flex; align-items: center; justify-content: space-between; }
.navbar::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: -56px; background: linear-gradient(to bottom, rgba(0,0,0,0.62) 0%, transparent 100%); pointer-events: none; }
.logo { position: relative; z-index: 1; display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.logo-img { height: 65px; width: auto; object-fit: contain; display: block; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.30)); }
.nav-links { position: absolute; left: 50%; transform: translateX(-50%); display: flex; gap: 36px; list-style: none; z-index: 1; }
.nav-links a { font-family: 'Caveat', cursive; font-size: 24px; font-weight: 600; color: rgba(255,255,255,0.72); text-decoration: none; letter-spacing: 0.02em; transition: color 0.18s ease; }
.nav-links a.active { color: #fff; }
.nav-links a:hover { font-weight: 700; }
.nav-links li:nth-child(1) a:hover { color: #FF6B6B; }
.nav-links li:nth-child(2) a:hover { color: #FFD93D; }
.nav-links li:nth-child(3) a:hover { color: #3ECFBF; }
.nav-links li:nth-child(4) a:hover { color: #FF9F43; }
.nav-links li:nth-child(5) a:hover { color: #A29BFE; }
.nav-cta { position: relative; z-index: 1; display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.13); border-radius: 100px; padding: 8px 8px 8px 20px; text-decoration: none; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); transition: background 0.25s ease, border-color 0.25s ease, transform 0.30s var(--ease-expo); }
.nav-cta:hover { background: rgba(255,255,255,0.13); border-color: rgba(255,255,255,0.24); transform: translateY(-2px); }
.nav-cta-label { font-size: 13.5px; font-weight: 600; color: rgba(255,255,255,0.90); letter-spacing: -0.1px; white-space: nowrap; }
.nav-cta-plus { width: 30px; height: 30px; background: var(--purple); border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; transition: background 0.25s ease, transform 0.40s var(--ease-expo); }
.nav-cta:hover .nav-cta-plus { background: var(--gold); transform: rotate(90deg); }
.nav-cta-plus svg { width: 13px; height: 13px; fill: none; stroke: #fff; stroke-width: 2.5; stroke-linecap: round; overflow: visible; }

.site-footer { background: #C84B2A; color: #fff; overflow: hidden; }
.footer-top  { padding: 72px 0 0; }
.footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 60px; display: grid; grid-template-columns: 1.4fr 1.3fr 1fr 1fr; gap: 48px; }
.fc-heading  { font-family: 'Nunito', sans-serif; font-size: 15px; font-weight: 700; color: rgba(255,255,255,0.55); letter-spacing: 0.5px; margin-bottom: 20px; }
.footer-logo { height: 70px; width: auto; object-fit: contain; display: block; margin-bottom: 14px; }
.footer-find { font-family: 'Nunito', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 12px; }
.footer-socials { display: flex; gap: 12px; margin-bottom: 24px; }
.fsoc { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.15); display: grid; place-items: center; color: #fff; text-decoration: none; transition: background 0.2s ease, transform 0.2s ease; }
.fsoc:hover { background: rgba(255,255,255,0.30); transform: translateY(-2px); }
.fsoc svg { width: 16px; height: 16px; }
.footer-legal { display: flex; flex-direction: column; gap: 6px; }
.footer-legal a { font-family: 'Nunito', sans-serif; font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.65); text-decoration: none; transition: color 0.2s ease; }
.footer-legal a:hover { color: #fff; }
.fc-name { font-family: 'Nunito', sans-serif; font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 16px; }
.fc-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.fc-list li { display: flex; align-items: flex-start; gap: 10px; font-family: 'Nunito', sans-serif; font-size: 13.5px; color: rgba(255,255,255,0.78); line-height: 1.5; }
.fc-list li svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; opacity: 0.70; }
.fc-list small { font-size: 12px; opacity: 0.75; }
.fc-links { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.fc-links a { font-family: 'Nunito', sans-serif; font-size: 14px; font-weight: 400; color: rgba(255,255,255,0.72); text-decoration: none; transition: color 0.2s ease, padding-left 0.2s ease; }
.fc-links a:hover { color: #fff; padding-left: 4px; }
.footer-copy { max-width: 1200px; margin: 48px auto 0; padding: 20px 60px; border-top: 1px solid rgba(255,255,255,0.16); text-align: center; }
.footer-copy p { font-family: 'Nunito', sans-serif; font-size: 13px; color: rgba(255,255,255,0.50); }
.footer-stamp { padding-top: 52px; }
.footer-text-reveal { text-align: center; padding: 32px 0 12px; overflow: hidden; line-height: 1; }
.ftr-word { display: inline-block; font-family: 'Anton', sans-serif; font-size: clamp(52px, 9vw, 128px); font-weight: 400; color: #fff; text-transform: uppercase; letter-spacing: 0.04em; padding: 0 16px; opacity: 0; transform: translateY(90px) scale(0.65); transition: opacity 1s cubic-bezier(0.16,1,0.3,1), transform 1s cubic-bezier(0.16,1,0.3,1); }
.ftr-word.is-visible { opacity: 1; transform: translateY(0) scale(1); }
.footer-building { margin-top: 0; line-height: 0; position: relative; border-left: 4px solid rgba(255,255,255,0.55); border-right: 4px solid rgba(255,255,255,0.55); }
.footer-building::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.35); pointer-events: none; }
.footer-building img { width: 100%; max-height: 260px; object-fit: cover; object-position: center 75%; display: block; outline: 10px solid rgba(255,255,255,0.55); outline-offset: -3px; filter: drop-shadow(0 -8px 32px rgba(0,0,0,0.22)); }
