/*
Theme Name: Momentum Advisory & Events
Theme URI: https://momentum.com.cy
Author: Momentum
Description: Premium black & gold corporate theme for Momentum Advisory & Events — bilingual (EN/GR) via Polylang, custom contact form handler. People. Culture. Experiences.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: momentum
Tags: business, corporate, custom-menu, featured-images, translation-ready, two-columns
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Great+Vibes&display=swap');

:root {
  --bg: #050505;
  --bg-soft: #0b0b0b;
  --gold: #d4af37;
  --gold-light: #e9c766;
  --cream: #f4e9c7;
  --cream-dim: rgba(244, 233, 199, 0.65);
  --cream-dimmer: rgba(244, 233, 199, 0.4);
  --border-gold: rgba(212, 175, 55, 0.2);
  --radius: 0.25rem;
}

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

body {
  background: var(--bg);
  color: var(--cream);
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

a { color: var(--gold); text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 1.25rem; }
@media (min-width: 768px) { .container { padding: 0 2.5rem; } }

/* Header */
.site-header {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 100;
  background: rgba(5,5,5,0.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-gold);
}
.site-header .inner { max-width: 1280px; margin: 0 auto; padding: 0 1.25rem; height: 80px; display: flex; align-items: center; justify-content: space-between; }
@media (min-width: 768px) { .site-header .inner { padding: 0 2.5rem; } }

.brand { display: flex; align-items: center; gap: 12px; color: var(--gold); }
.brand svg { width: 36px; height: 36px; }
.brand .word { line-height: 1; }
.brand .word .name { font-weight: 800; font-size: 1.05rem; letter-spacing: 0.35em; color: var(--cream); }
.brand .word .sub { display: block; font-size: 9px; letter-spacing: 0.2em; color: rgba(212,175,55,0.7); margin-top: 2px; }

.nav { display: none; gap: 2.25rem; }
.nav a { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.2em; color: rgba(244,233,199,0.7); transition: color .2s; }
.nav a:hover, .nav a.active { color: var(--gold); }
@media (min-width: 1024px) { .nav { display: flex; } }

.header-tools { display: flex; align-items: center; gap: 1.25rem; }
.lang-switch { display: flex; gap: 6px; align-items: center; border: 1px solid rgba(212,175,55,0.3); border-radius: 999px; padding: 4px 12px; }
.lang-switch a, .lang-switch span { font-size: 11px; font-weight: 600; letter-spacing: 0.05em; color: rgba(244,233,199,0.4); }
.lang-switch a.current, .lang-switch a:hover { color: var(--gold); }

.menu-toggle { display: block; background: none; border: none; color: var(--gold); cursor: pointer; }
@media (min-width: 1024px) { .menu-toggle { display: none; } }
.mobile-nav { display: none; flex-direction: column; gap: 1.25rem; padding: 1.5rem 1.25rem; border-top: 1px solid var(--border-gold); background: var(--bg); }
.mobile-nav.open { display: flex; }
@media (min-width: 1024px) { .mobile-nav { display: none !important; } }
.mobile-nav a { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.2em; color: rgba(244,233,199,0.75); }

main { padding-top: 80px; }

/* Typography */
.eyebrow { font-size: 11px; text-transform: uppercase; letter-spacing: 0.35em; color: var(--gold); display: block; margin-bottom: 1.25rem; }
.eyebrow.wide { letter-spacing: 0.2em; }
h1, h2, h3 { font-weight: 800; line-height: 1.08; color: var(--cream); letter-spacing: -0.01em; }
h1 { font-size: clamp(2.25rem, 6vw, 4.5rem); }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
h3 { font-size: 1.2rem; }
.section { padding: 5rem 0; border-top: 1px solid var(--border-gold); }
.section:first-child { border-top: none; }
.gold-line { height: 1px; width: 96px; background: linear-gradient(90deg, transparent, var(--gold) 50%, transparent); margin-top: 1.5rem; }
.gold-line.center { margin-left: auto; margin-right: auto; }
.lead { color: var(--cream-dim); font-size: 1.05rem; max-width: 36rem; }
.script { font-family: 'Great Vibes', cursive; color: var(--gold); }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--gold); color: var(--bg); font-weight: 600; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.2em; padding: 1rem 2rem; border: none; cursor: pointer; transition: background .2s; }
.btn:hover { background: var(--gold-light); color: var(--bg); }
.btn.outline { background: transparent; border: 1px solid rgba(212,175,55,0.5); color: var(--gold); }
.btn.outline:hover { background: rgba(212,175,55,0.1); }
.btn-row { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.25rem; }

/* Hero */
.hero { position: relative; min-height: 88vh; display: flex; align-items: center; overflow: hidden; }
.hero .slides { position: absolute; inset: 0; }
.hero .slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; }
.hero .slide.active { opacity: 1; }
.hero .slide img { width: 100%; height: 100%; object-fit: cover; }
.hero .overlay { position: absolute; inset: 0; background: linear-gradient(to right, var(--bg), rgba(5,5,5,0.85), rgba(5,5,5,0.4)); }
.hero .content { position: relative; z-index: 2; padding: 6rem 0; max-width: 42rem; }
.hero h1 .amp { color: var(--gold); }
.hero-dots { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); display: flex; gap: 12px; z-index: 3; }
.hero-dots button { border: none; height: 6px; width: 16px; background: rgba(244,233,199,0.3); cursor: pointer; transition: all .3s; padding: 0; }
.hero-dots button.active { width: 40px; background: var(--gold); }

/* Grids */
.grid { display: grid; gap: 1px; background: var(--border-gold); }
.cards-3 { grid-template-columns: 1fr; }
@media (min-width: 640px) { .cards-3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .cards-3 { grid-template-columns: repeat(3, 1fr); } }
.cards-4 { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 1024px) { .cards-4 { grid-template-columns: repeat(4, 1fr); } }
.card { background: var(--bg); padding: 2rem; transition: background .2s; }
.card:hover { background: var(--bg-soft); }
.card .icon { width: 36px; height: 36px; color: var(--gold); margin-bottom: 1.5rem; display: flex; }
.card .icon svg { width: 100%; height: 100%; }
.svc-head .icon svg { width: 100%; height: 100%; }
.svc-head .icon { display: flex; }
.card h3 { margin-bottom: 0.75rem; }
.card p { font-size: 0.85rem; color: var(--cream-dim); }

/* Split */
.split { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .split { grid-template-columns: 5fr 7fr; gap: 3.5rem; } }
.split.reverse .img-col { order: 2; }
.split img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.section-head { max-width: 36rem; }

/* Service row */
.svc { padding: 4rem 0; border-bottom: 1px solid rgba(212,175,55,0.12); }
.svc-head { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.svc-head .num { font-size: 11px; letter-spacing: 0.35em; color: rgba(212,175,55,0.6); }
.svc-head .icon { width: 32px; height: 32px; color: var(--gold); }

.svc-with-img { display: grid; grid-template-columns: 5fr 7fr; gap: 3rem; align-items: center; }
.svc-with-img .svc-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
@media (max-width: 1023px) { .svc-with-img { grid-template-columns: 1fr; gap: 1.5rem; } .svc-with-img .svc-img { order: 1 !important; } .svc-with-img .svc-body { order: 2 !important; } }

/* Packages */
.pkg-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 768px) { .pkg-grid { grid-template-columns: repeat(3, 1fr); } }
.pkg { position: relative; padding: 2rem; border: 1px solid rgba(212,175,55,0.25); background: var(--bg); display: flex; flex-direction: column; }
.pkg.featured { border: 2px solid var(--gold); background: var(--bg-soft); }
.pkg .tag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--bg); font-size: 10px; text-transform: uppercase; letter-spacing: 0.2em; font-weight: 700; padding: 4px 16px; }
.pkg h3 { color: var(--gold); text-transform: uppercase; letter-spacing: 0.1em; }
.pkg .price { font-size: 2.25rem; font-weight: 800; color: var(--cream); margin-top: 1.25rem; }
.pkg .price small { font-size: 0.85rem; font-weight: 400; color: rgba(244,233,199,0.4); }
.pkg .divider { height: 1px; background: var(--border-gold); margin: 1.5rem 0; }
.pkg ul { list-style: none; flex-grow: 1; }
.pkg li { font-size: 0.85rem; color: var(--cream-dim); display: flex; gap: 0.75rem; margin-bottom: 0.75rem; }
.pkg li::before { content: '✓'; color: var(--gold); }
.pkg .btn { margin-top: 2rem; width: 100%; justify-content: center; }

/* Forms */
.form { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 768px) { .form.two-col { grid-template-columns: 1fr 1fr; } }
.field label { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--gold); margin-bottom: 0.5rem; }
.field input, .field textarea, .field select {
  width: 100%; background: var(--bg-soft); border: 1px solid rgba(212,175,55,0.2); color: var(--cream);
  padding: 0.85rem 1rem; font-family: inherit; font-size: 0.9rem; border-radius: var(--radius);
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--gold); }
.field textarea { min-height: 140px; resize: vertical; }
.form-msg { padding: 1rem 1.25rem; border: 1px solid var(--gold); background: rgba(212,175,55,0.08); color: var(--cream); font-size: 0.9rem; }
.form-msg.error { border-color: #b33; }
.full-row { grid-column: 1 / -1; }

/* Contact info */
.contact-info .item { display: flex; gap: 1rem; margin-bottom: 1.25rem; align-items: flex-start; }
.contact-info .item svg { width: 20px; height: 20px; color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.contact-info .item .lbl { font-size: 10px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--cream-dimmer); }
.contact-info .item .val { font-size: 0.9rem; color: var(--cream); }

/* Footer */
.site-footer { background: var(--bg); border-top: 1px solid var(--border-gold); color: var(--cream-dim); }
.site-footer .grid { display: grid; grid-template-columns: 1fr; gap: 3rem; padding: 4rem 1.25rem; }
@media (min-width: 768px) { .site-footer .grid { grid-template-columns: 5fr 3fr 4fr; padding: 4rem 2.5rem; gap: 3rem; } }
.site-footer h4 { font-size: 10px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--gold); margin-bottom: 1rem; }
.site-footer ul { list-style: none; }
.site-footer ul li { margin-bottom: 0.6rem; }
.site-footer ul a { color: rgba(244,233,199,0.6); font-size: 0.85rem; }
.site-footer ul a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(212,175,55,0.1); }
.footer-bottom .inner { max-width: 1280px; margin: 0 auto; padding: 1.5rem 1.25rem; display: flex; flex-direction: column; gap: 0.75rem; align-items: center; text-align: center; }
@media (min-width: 640px) { .footer-bottom .inner { flex-direction: row; justify-content: space-between; text-align: left; padding: 1.5rem 2.5rem; } }
.footer-bottom span { font-size: 11px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--cream-dimmer); }

.cta-center { text-align: center; }
.cta-center .lead { margin: 1.25rem auto 2rem; }

.gold-text-gradient {
  background: linear-gradient(135deg, #e9c766, #d4af37 45%, #b8902a);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
}