/*
Theme Name:  Altus Private Sourcing
Theme URI:   https://altusprivatesourcing.com
Description: Bespoke Automotive Brokerage — NL to Balkans. Premium dark theme.
Author:      Altus Private Sourcing
Version:     1.0.0
License:     Private
Text Domain: altus
*/

/* ── GOOGLE FONTS ─────────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Montserrat:wght@300;400;500;600&family=Cinzel:wght@400;500&display=swap');

/* ── VARIABLES ────────────────────────────────────────────────── */
:root {
  --dark:    #1a1c1e;
  --darker:  #111214;
  --panel:   #1f2123;
  --gold:    #c9a84c;
  --gold-lt: #e2c97e;
  --cream:   #f0ece3;
  --muted:   #8a8680;
  --border:  rgba(201,168,76,0.25);
  --ff-display: 'Cinzel', serif;
  --ff-body:    'Cormorant Garamond', serif;
  --ff-ui:      'Montserrat', sans-serif;
}

/* ── RESET ────────────────────────────────────────────────────── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--darker);
  color: var(--cream);
  font-family: var(--ff-body);
  font-size: 18px;
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

/* ── WORDPRESS DEFAULTS OVERRIDE ─────────────────────────────── */
.wp-block-image { margin: 0; }
.entry-content { max-width: 100%; }
p { margin-bottom: 1em; }

/* ── CUSTOM CURSOR ────────────────────────────────────────────── */
body { cursor: none; }
.cursor { position: fixed; top: 0; left: 0; z-index: 9999; pointer-events: none; }
.cursor-dot {
  width: 6px; height: 6px;
  background: var(--gold); border-radius: 50%;
  position: absolute; transform: translate(-50%,-50%);
}
.cursor-ring {
  width: 36px; height: 36px;
  border: 1px solid rgba(201,168,76,0.5); border-radius: 50%;
  position: absolute; transform: translate(-50%,-50%);
  transition: width .2s, height .2s, border-color .2s;
}
body.hovering .cursor-ring { width: 54px; height: 54px; border-color: var(--gold); }

/* ── NAV ──────────────────────────────────────────────────────── */
#altus-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 28px 60px;
  transition: background .4s, padding .4s;
}
#altus-nav.scrolled {
  background: rgba(17,18,20,0.96);
  backdrop-filter: blur(12px);
  padding: 16px 60px;
  border-bottom: 1px solid var(--border);
}
.nav-logo { display: flex; align-items: center; gap: 14px; }
.logo-mark { width: 44px; height: 44px; }
.logo-mark svg { width: 100%; height: 100%; }
.logo-text-wrap { display: flex; flex-direction: column; line-height: 1; }
.logo-name { font-family: var(--ff-display); font-size: 18px; letter-spacing: .25em; color: var(--cream); }
.logo-sub  { font-family: var(--ff-ui); font-size: 8px; letter-spacing: .35em; color: var(--gold); text-transform: uppercase; margin-top: 4px; }

.nav-menu { display: flex; gap: 40px; list-style: none; }
.nav-menu a {
  font-family: var(--ff-ui); font-size: 10px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--muted);
  transition: color .2s; position: relative;
}
.nav-menu a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; right: 0; height: 1px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.nav-menu a:hover { color: var(--cream); }
.nav-menu a:hover::after { transform: scaleX(1); }

.nav-cta {
  font-family: var(--ff-ui); font-size: 9px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--gold);
  border: 1px solid var(--border); padding: 10px 22px;
  transition: background .2s, color .2s, border-color .2s;
}
.nav-cta:hover { background: var(--gold); color: var(--darker); border-color: var(--gold); }

.lang-switcher { display: flex; gap: 8px; align-items: center; }
.lang-switcher a {
  font-family: var(--ff-ui); font-size: 9px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--muted); padding: 4px 8px;
  transition: color .2s;
}
.lang-switcher a.active,
.lang-switcher a:hover { color: var(--gold); }
.lang-switcher span { color: var(--border); font-size: 10px; }

/* ── HERO ─────────────────────────────────────────────────────── */
#hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(17,18,20,.93) 42%, rgba(17,18,20,.5) 100%),
    url('https://images.unsplash.com/photo-1617469767053-d3b523a0b982?w=1800&q=80') center/cover no-repeat;
}
.hero-grain {
  position: absolute; inset: 0; opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px;
}
.hero-line {
  position: absolute; left: 50px; top: 0; bottom: 0; width: 1px;
  background: linear-gradient(to bottom, transparent, var(--gold) 30%, var(--gold) 70%, transparent);
  opacity: .3;
}
.hero-content {
  position: relative; z-index: 2;
  padding: 0 60px 0 80px; max-width: 720px;
}
.hero-eyebrow {
  font-family: var(--ff-ui); font-size: 9px; letter-spacing: .4em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 32px;
  display: flex; align-items: center; gap: 16px;
  opacity: 0; animation: fadeUp .8s .3s forwards;
}
.hero-eyebrow::before { content: ''; display: block; width: 32px; height: 1px; background: var(--gold); }
.hero-title {
  font-family: var(--ff-display);
  font-size: clamp(38px,5.5vw,72px); font-weight: 400; line-height: 1.1;
  color: var(--cream); margin-bottom: 10px;
  opacity: 0; animation: fadeUp .9s .5s forwards;
}
.hero-title span { color: var(--gold); }
.hero-tagline {
  font-size: clamp(15px,1.6vw,20px); font-weight: 300;
  color: rgba(240,236,227,.6); letter-spacing: .05em; margin-bottom: 20px;
  opacity: 0; animation: fadeUp .9s .7s forwards;
}
.hero-bs {
  font-family: var(--ff-ui); font-size: 10px; letter-spacing: .14em;
  color: rgba(201,168,76,.55); font-style: italic; margin-bottom: 52px;
  opacity: 0; animation: fadeUp .9s .85s forwards;
}
.hero-actions {
  display: flex; align-items: center; gap: 32px;
  opacity: 0; animation: fadeUp .9s 1s forwards;
}
.btn-primary {
  font-family: var(--ff-ui); font-size: 9px; letter-spacing: .28em;
  text-transform: uppercase; color: var(--darker); background: var(--gold);
  padding: 16px 36px; display: inline-block;
  transition: background .25s, transform .2s;
}
.btn-primary:hover { background: var(--gold-lt); transform: translateY(-1px); }
.btn-ghost {
  font-family: var(--ff-ui); font-size: 9px; letter-spacing: .28em;
  text-transform: uppercase; color: var(--cream);
  display: flex; align-items: center; gap: 10px; opacity: .7; transition: opacity .2s;
}
.btn-ghost:hover { opacity: 1; }
.btn-ghost-arrow {
  width: 28px; height: 1px; background: var(--cream); position: relative; transition: width .25s;
}
.btn-ghost:hover .btn-ghost-arrow { width: 44px; }
.btn-ghost-arrow::after {
  content: ''; position: absolute; right: 0; top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 5px; height: 5px; border-top: 1px solid var(--cream); border-right: 1px solid var(--cream);
}

.hero-services {
  position: absolute; right: 60px; top: 50%; transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 2px; z-index: 2;
}
.service-pill {
  background: rgba(31,33,35,.92); backdrop-filter: blur(8px);
  border: 1px solid var(--border); border-left: 3px solid var(--gold);
  padding: 20px 24px; width: 264px;
  opacity: 0; transform: translateX(20px);
  transition: border-left-width .2s, background .2s;
}
.service-pill:nth-child(1) { animation: slideLeft .7s .9s forwards; }
.service-pill:nth-child(2) { animation: slideLeft .7s 1.1s forwards; }
.service-pill:nth-child(3) { animation: slideLeft .7s 1.3s forwards; }
.service-pill:hover { background: rgba(31,33,35,1); border-left-width: 5px; }
.pill-icon { width: 26px; height: 26px; color: var(--gold); margin-bottom: 8px; }
.pill-title { font-family: var(--ff-ui); font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 5px; }
.pill-desc { font-family: var(--ff-body); font-size: 13px; color: var(--muted); line-height: 1.5; }

.hero-scroll {
  position: absolute; bottom: 44px; left: 80px;
  font-family: var(--ff-ui); font-size: 8px; letter-spacing: .35em;
  text-transform: uppercase; color: var(--muted);
  display: flex; align-items: center; gap: 12px;
  opacity: 0; animation: fadeUp .8s 1.5s forwards;
}
.scroll-line { width: 1px; height: 48px; background: linear-gradient(to bottom,var(--gold),transparent); animation: scrollPulse 2s 2s infinite; }

/* ── STATS BAR ────────────────────────────────────────────────── */
#altus-stats {
  background: var(--panel); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 52px 60px; display: grid; grid-template-columns: repeat(4,1fr);
}
.stat { text-align: center; position: relative; padding: 0 24px; }
.stat::after {
  content: ''; position: absolute; right: 0; top: 10%; bottom: 10%;
  width: 1px; background: var(--border);
}
.stat:last-child::after { display: none; }
.stat-number { font-family: var(--ff-display); font-size: 44px; color: var(--gold); line-height: 1; margin-bottom: 8px; }
.stat-label { font-family: var(--ff-ui); font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }

/* ── SECTION SHARED ───────────────────────────────────────────── */
.section-eyebrow {
  font-family: var(--ff-ui); font-size: 9px; letter-spacing: .4em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 24px;
  display: flex; align-items: center; gap: 16px;
}
.section-eyebrow::before { content: ''; display: block; width: 24px; height: 1px; background: var(--gold); }
.section-eyebrow.center { justify-content: center; }
.section-eyebrow.center::before { display: none; }

.section-title {
  font-family: var(--ff-display); font-size: clamp(30px,3.5vw,52px);
  font-weight: 400; line-height: 1.15; color: var(--cream); margin-bottom: 24px;
}
.section-title em { font-style: italic; color: var(--gold); }
.section-body { font-family: var(--ff-body); font-size: 17px; color: rgba(240,236,227,.6); line-height: 1.9; margin-bottom: 18px; }

/* ── ABOUT ────────────────────────────────────────────────────── */
#altus-about {
  padding: 140px 60px; display: grid; grid-template-columns: 1fr 1fr;
  gap: 100px; align-items: center; max-width: 1400px; margin: 0 auto;
}
.about-img-wrap { position: relative; aspect-ratio: 4/5; overflow: hidden; }
.about-img-wrap img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(15%); transition: filter .4s, transform .6s; }
.about-img-wrap:hover img { filter: grayscale(0); transform: scale(1.03); }
.about-img-border { position: absolute; inset: -16px 16px 16px -16px; border: 1px solid var(--border); z-index: -1; }
.about-badge {
  position: absolute; bottom: -24px; right: -24px;
  background: var(--gold); color: var(--darker); padding: 24px 28px;
  font-family: var(--ff-display); font-size: 13px; line-height: 1.3; text-align: center;
}
.about-badge strong { display: block; font-size: 26px; }
.about-signature { margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--border); display: flex; align-items: center; gap: 20px; }
.sig-avatar {
  width: 56px; height: 56px; border-radius: 50%; background: var(--panel); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center; font-family: var(--ff-display); font-size: 20px; color: var(--gold); flex-shrink: 0;
}
.sig-name { font-family: var(--ff-display); font-size: 18px; color: var(--cream); }
.sig-role { font-family: var(--ff-ui); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }

/* ── BRANDS ───────────────────────────────────────────────────── */
#altus-brands { padding: 72px 60px; border-top: 1px solid var(--border); text-align: center; }
.brands-label { font-family: var(--ff-ui); font-size: 8px; letter-spacing: .4em; text-transform: uppercase; color: var(--muted); margin-bottom: 36px; }
.brands-list { display: flex; justify-content: center; align-items: center; gap: 56px; flex-wrap: wrap; }
.brand-item { font-family: var(--ff-display); font-size: 19px; color: rgba(240,236,227,.2); letter-spacing: .18em; transition: color .3s; }
.brand-item:hover { color: var(--gold); }

/* ── SERVICES ─────────────────────────────────────────────────── */
#altus-services { background: var(--panel); padding: 140px 60px; border-top: 1px solid var(--border); }
.services-header { text-align: center; max-width: 600px; margin: 0 auto 72px; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; max-width: 1300px; margin: 0 auto; }
.service-card {
  background: var(--darker); padding: 52px 44px; position: relative; overflow: hidden;
  transition: background .3s;
}
.service-card::before {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .4s;
}
.service-card:hover { background: #1d1f21; }
.service-card:hover::before { transform: scaleX(1); }
.service-number { font-family: var(--ff-display); font-size: 72px; color: rgba(201,168,76,.08); line-height: 1; position: absolute; top: 20px; right: 24px; transition: color .3s; }
.service-card:hover .service-number { color: rgba(201,168,76,.14); }
.service-icon { width: 48px; height: 48px; color: var(--gold); margin-bottom: 28px; }
.service-name { font-family: var(--ff-display); font-size: 22px; color: var(--cream); margin-bottom: 16px; }
.service-desc { font-family: var(--ff-body); font-size: 16px; color: var(--muted); line-height: 1.8; margin-bottom: 28px; }
.service-features { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.service-features li {
  font-family: var(--ff-ui); font-size: 9px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--muted); display: flex; align-items: center; gap: 10px;
}
.service-features li::before { content: ''; display: block; width: 14px; height: 1px; background: var(--gold); flex-shrink: 0; }

/* ── PROCESS ──────────────────────────────────────────────────── */
#altus-process { padding: 140px 60px; max-width: 1300px; margin: 0 auto; }
.process-header { max-width: 500px; margin-bottom: 80px; }
.process-steps { display: grid; grid-template-columns: repeat(5,1fr); gap: 0; position: relative; }
.process-steps::before {
  content: ''; position: absolute; top: 28px; left: 10%; right: 10%;
  height: 1px; background: var(--border);
}
.process-step { text-align: center; padding: 0 16px; }
.step-dot {
  width: 56px; height: 56px; border: 1px solid var(--border); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 28px; background: var(--darker); position: relative; z-index: 1;
  transition: border-color .3s, background .3s;
}
.process-step:hover .step-dot { border-color: var(--gold); background: rgba(201,168,76,.1); }
.step-num { font-family: var(--ff-display); font-size: 16px; color: var(--gold); }
.step-title { font-family: var(--ff-display); font-size: 16px; color: var(--cream); margin-bottom: 10px; }
.step-desc { font-family: var(--ff-body); font-size: 14px; color: var(--muted); line-height: 1.7; }

/* ── MARKETS ──────────────────────────────────────────────────── */
#altus-markets { background: var(--panel); border-top: 1px solid var(--border); padding: 140px 60px; }
.markets-inner { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.market-card {
  background: var(--darker); border: 1px solid var(--border);
  padding: 28px 32px; margin-bottom: 2px;
  display: flex; align-items: flex-start; gap: 20px;
  transition: border-color .3s, transform .3s;
}
.market-card:hover { border-color: var(--gold); transform: translateX(8px); }
.market-flag { width: 44px; height: 44px; border-radius: 50%; background: var(--panel); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.market-country { font-family: var(--ff-display); font-size: 17px; color: var(--cream); margin-bottom: 3px; }
.market-detail { font-family: var(--ff-body); font-size: 14px; color: var(--muted); }
.market-tag { margin-left: auto; font-family: var(--ff-ui); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--border); padding: 5px 9px; align-self: center; white-space: nowrap; }

/* ── TESTIMONIALS ─────────────────────────────────────────────── */
#altus-testimonials { padding: 140px 60px; max-width: 1300px; margin: 0 auto; }
.testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 64px; }
.testimonial-card { background: var(--panel); border: 1px solid var(--border); padding: 48px; position: relative; transition: border-color .3s; }
.testimonial-card:first-child { grid-row: span 2; background: var(--darker); border-color: var(--gold); }
.testimonial-card:hover { border-color: rgba(201,168,76,.5); }
.quote-mark { font-family: var(--ff-display); font-size: 90px; color: rgba(201,168,76,.1); line-height: .7; margin-bottom: 20px; }
.quote-text { font-family: var(--ff-body); font-size: 18px; color: rgba(240,236,227,.75); line-height: 1.8; margin-bottom: 28px; font-style: italic; }
.quote-author { font-family: var(--ff-display); font-size: 16px; color: var(--cream); }
.quote-location { font-family: var(--ff-ui); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-top: 4px; }

/* ── CONTACT ──────────────────────────────────────────────────── */
#altus-contact { background: var(--darker); border-top: 1px solid var(--border); padding: 140px 60px; }
.contact-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.contact-heading { font-family: var(--ff-display); font-size: clamp(34px,4vw,58px); line-height: 1.1; color: var(--cream); margin-bottom: 28px; }
.contact-heading span { color: var(--gold); font-style: italic; }
.contact-channels { margin-top: 44px; display: flex; flex-direction: column; gap: 16px; }
.channel {
  display: flex; align-items: center; gap: 20px; padding: 20px 24px;
  border: 1px solid var(--border); transition: border-color .2s, background .2s;
}
.channel:hover { border-color: var(--gold); background: rgba(201,168,76,.04); }
.channel-icon { width: 34px; height: 34px; color: var(--gold); flex-shrink: 0; }
.channel-label { font-family: var(--ff-ui); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.channel-value { font-family: var(--ff-body); font-size: 17px; color: var(--cream); }

/* ── CONTACT FORM ─────────────────────────────────────────────── */
.altus-form { display: flex; flex-direction: column; gap: 14px; }
.altus-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { display: flex; flex-direction: column; gap: 7px; }
.form-label { font-family: var(--ff-ui); font-size: 8px; letter-spacing: .28em; text-transform: uppercase; color: var(--muted); }
.altus-form input,
.altus-form textarea,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  background: var(--panel); border: 1px solid var(--border);
  color: var(--cream); font-family: var(--ff-body); font-size: 16px;
  padding: 15px 18px; outline: none; transition: border-color .2s;
  width: 100%; resize: none;
}
.altus-form input:focus,
.altus-form textarea:focus,
.wpcf7-form input:focus,
.wpcf7-form textarea:focus { border-color: var(--gold); }
.altus-form textarea,
.wpcf7-form textarea { min-height: 130px; }
.altus-form input::placeholder,
.altus-form textarea::placeholder { color: var(--muted); }
.form-disclaimer { font-family: var(--ff-body); font-size: 13px; color: var(--muted); font-style: italic; }
.altus-form .submit-btn,
.wpcf7-form input[type="submit"] {
  font-family: var(--ff-ui); font-size: 9px; letter-spacing: .28em;
  text-transform: uppercase; color: var(--darker); background: var(--gold);
  border: none; padding: 16px 38px; cursor: pointer;
  transition: background .2s, transform .2s; align-self: flex-start;
  width: auto;
}
.altus-form .submit-btn:hover,
.wpcf7-form input[type="submit"]:hover { background: var(--gold-lt); transform: translateY(-1px); }

/* ── FOOTER ───────────────────────────────────────────────────── */
#altus-footer { background: var(--darker); border-top: 1px solid var(--border); padding: 52px 60px 36px; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 52px; }
.footer-links { display: flex; gap: 72px; }
.footer-col-title { font-family: var(--ff-ui); font-size: 8px; letter-spacing: .32em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.footer-col-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col-links a { font-family: var(--ff-body); font-size: 15px; color: var(--muted); transition: color .2s; }
.footer-col-links a:hover { color: var(--cream); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; border-top: 1px solid var(--border); }
.footer-copy { font-family: var(--ff-ui); font-size: 9px; letter-spacing: .14em; color: var(--muted); }
.footer-tagline { font-family: var(--ff-body); font-size: 13px; color: var(--muted); font-style: italic; }

/* ── WHATSAPP FLOAT ───────────────────────────────────────────── */
.wa-float {
  position: fixed; bottom: 32px; right: 32px; z-index: 90;
  width: 56px; height: 56px; background: #25D366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 24px rgba(37,211,102,.35);
  transition: transform .2s, box-shadow .2s;
}
.wa-float:hover { transform: scale(1.1); box-shadow: 0 8px 32px rgba(37,211,102,.5); }
.wa-float svg { width: 28px; height: 28px; fill: white; }

/* ── SCROLL REVEAL ────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s, transform .7s; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .1s; }
.reveal-d2 { transition-delay: .2s; }
.reveal-d3 { transition-delay: .3s; }
.reveal-d4 { transition-delay: .4s; }

/* ── ANIMATIONS ───────────────────────────────────────────────── */
@keyframes fadeUp   { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:translateY(0); } }
@keyframes slideLeft{ from { opacity:0; transform:translateX(20px); } to { opacity:1; transform:translateX(0); } }
@keyframes scrollPulse { 0%,100%{opacity:.4} 50%{opacity:1} }

/* ── RESPONSIVE ───────────────────────────────────────────────── */
@media (max-width: 1024px) {
  #altus-nav { padding: 20px 30px; }
  .nav-menu { display: none; }
  .hero-services { display: none; }
  .hero-content { padding: 0 30px 0 50px; }
  #altus-about, .markets-inner, .contact-inner { grid-template-columns: 1fr; gap: 60px; }
  .services-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps::before { display: none; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card:first-child { grid-row: auto; }
  #altus-stats { grid-template-columns: repeat(2,1fr); gap: 32px; }
  .stat::after { display: none; }
  .footer-top { flex-direction: column; gap: 48px; }
  .footer-links { flex-wrap: wrap; gap: 40px; }
}
@media (max-width: 640px) {
  #altus-nav { padding: 16px 20px; }
  .hero-content { padding: 0 20px 0 36px; }
  #hero { padding-top: 80px; }
  #altus-about, #altus-services, #altus-process, #altus-markets,
  #altus-testimonials, #altus-contact, #altus-stats, #altus-brands, #altus-footer {
    padding-left: 20px; padding-right: 20px;
  }
  .form-row { grid-template-columns: 1fr; }
  .hero-line { left: 16px; }
}
