/* Kymera Group — Shared Styles */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --orange: #E8721A; --orange-light: #F08030;
  --black: #0F0F0F; --dark: #181818; --dark2: #222222;
  --white: #F8F6F2;
}
html { scroll-behavior: smooth; }
body { font-family: 'Barlow', sans-serif; background: var(--white); color: var(--black); overflow-x: hidden; }

/* ── NAV ── */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; display: flex; align-items: center; justify-content: space-between; padding: 0 60px; height: 108px; background: var(--black); border-bottom: 1px solid rgba(255,255,255,0.06); }
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo-icon { width: 42px; height: 42px; background: var(--orange); clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%); display: flex; align-items: center; justify-content: center; font-family: 'Barlow Condensed',sans-serif; font-weight: 900; font-size: 18px; color: white; }
.nav-logo-text { font-family: 'Barlow Condensed',sans-serif; font-weight: 700; font-size: 22px; color: white; letter-spacing: 0.08em; }
.nav-logo-text span { color: var(--orange); font-size: 11px; letter-spacing: 0.2em; display: block; font-weight: 400; margin-top: -3px; }
.nav-links { display: flex; gap: 0; list-style: none; position: relative; }
.nav-links > li { position: relative; }
.nav-links > li > a { font-family: 'Barlow',sans-serif; font-weight: 500; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.65); text-decoration: none; transition: color 0.2s; padding: 26px 18px; display: block; }
.nav-links > li > a:hover, .nav-links > li > a.active { color: var(--orange); }
.nav-links > li:hover .nav-dropdown, .nav-links > li.open .nav-dropdown { opacity: 1; pointer-events: all; transform: translateY(0); }
.nav-dropdown { position: absolute; top: 100%; left: 0; min-width: 220px; background: #111; border: 1px solid rgba(255,255,255,0.08); padding: 8px 0; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity 0.2s, transform 0.2s; z-index: 1001; }
.nav-dropdown::before { content: ''; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
.nav-dropdown a { display: block; padding: 10px 20px; font-size: 12px; color: rgba(255,255,255,0.5); text-decoration: none; letter-spacing: 0.08em; text-transform: uppercase; transition: color 0.2s, background 0.2s; font-family: 'Barlow',sans-serif; font-weight: 400; }
.nav-dropdown a:hover { color: var(--orange); background: rgba(232,114,26,0.05); }
.nav-cta { background: var(--orange); color: white; padding: 10px 24px; border: none; cursor: pointer; font-family: 'Barlow Condensed',sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.15em; text-transform: uppercase; text-decoration: none; transition: background 0.2s; white-space: nowrap; }
.nav-cta:hover { background: var(--orange-light); }

/* ── SHARED ELEMENTS ── */
.marquee-bar { background: var(--orange); overflow: hidden; height: 44px; display: flex; align-items: center; }
.marquee-track { display: flex; animation: marquee 22s linear infinite; white-space: nowrap; }
.marquee-track span { font-family: 'Barlow Condensed',sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: white; padding: 0 32px; }
.marquee-track span.sep { color: rgba(255,255,255,0.4); padding: 0; }
@keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }

.breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 24px; }
.breadcrumb a { font-size: 12px; color: rgba(255,255,255,0.3); text-decoration: none; letter-spacing: 0.1em; text-transform: uppercase; transition: color 0.2s; }
.breadcrumb a:hover { color: var(--orange); }
.breadcrumb span { color: rgba(255,255,255,0.15); font-size: 12px; }
.breadcrumb .current { color: var(--orange); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; }

.section-label { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.section-label-line { width: 28px; height: 2px; background: var(--orange); }
.section-label span { font-size: 11px; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase; color: var(--orange); }
h2.section-title { font-family: 'Barlow Condensed',sans-serif; font-weight: 800; font-size: clamp(36px,3.5vw,58px); text-transform: uppercase; line-height: 1; letter-spacing: -0.01em; }

.btn-primary { background: var(--orange); color: white; text-decoration: none; padding: 16px 36px; font-family: 'Barlow Condensed',sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 0.15em; text-transform: uppercase; display: inline-block; transition: background 0.2s, transform 0.2s; border: none; cursor: pointer; }
.btn-primary:hover { background: var(--orange-light); transform: translateY(-1px); }
.btn-outline { border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.6); padding: 16px 36px; text-decoration: none; font-family: 'Barlow Condensed',sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 0.15em; text-transform: uppercase; transition: border-color 0.2s, color 0.2s; display: inline-block; }
.btn-outline:hover { border-color: var(--orange); color: var(--orange); }
.btn-outline-dark { border: 1px solid rgba(0,0,0,0.15); color: #555; padding: 14px 32px; text-decoration: none; font-family: 'Barlow Condensed',sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.15em; text-transform: uppercase; transition: border-color 0.2s, color 0.2s; display: inline-block; }
.btn-outline-dark:hover { border-color: var(--orange); color: var(--orange); }

/* ── PAGE HERO (standard) ── */
.page-hero { padding-top: 108px; background: var(--black); position: relative; overflow: hidden; }
.page-hero-inner { display: grid; grid-template-columns: 1fr 1fr; min-height: 460px; }
.page-hero-left { padding: 80px 60px 80px 80px; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.page-hero-left h1 { font-family: 'Barlow Condensed',sans-serif; font-weight: 900; font-size: clamp(52px,5.5vw,80px); line-height: 0.95; color: white; text-transform: uppercase; letter-spacing: -0.01em; margin-bottom: 20px; }
.page-hero-left h1 em { color: var(--orange); font-style: normal; }
.page-hero-left p { font-size: 16px; font-weight: 300; line-height: 1.7; color: rgba(255,255,255,0.5); max-width: 420px; margin-bottom: 36px; }
.hero-tag { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.hero-tag-line { width: 36px; height: 2px; background: var(--orange); }
.hero-tag span { font-family: 'Barlow',sans-serif; font-weight: 500; font-size: 12px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--orange); }
.page-hero-right { position: relative; overflow: hidden; }
.page-hero-right img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-img-overlay { position: absolute; inset: 0; background: linear-gradient(to right,rgba(15,15,15,0.4) 0%,transparent 60%); }

/* ── CONTACT STRIP ── */
.contact-strip { background: var(--dark); padding: 60px 80px; display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border-top: 1px solid rgba(255,255,255,0.04); }
.contact-item { padding: 32px 40px; border-right: 1px solid rgba(255,255,255,0.05); display: flex; align-items: center; gap: 20px; }
.contact-item:last-child { border-right: none; }
.contact-icon { width: 44px; height: 44px; background: rgba(232,114,26,0.1); border: 1px solid rgba(232,114,26,0.3); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.contact-label { font-size: 10px; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 5px; }
.contact-value { font-family: 'Barlow Condensed',sans-serif; font-weight: 600; font-size: 18px; color: white; text-decoration: none; }
.contact-value:hover { color: var(--orange); }

/* ── FORM ── */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field.full { grid-column: span 2; }
.form-field label { font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: #999; }
.form-field input, .form-field select, .form-field textarea { background: var(--dark); border: 1px solid rgba(255,255,255,0.06); color: white; padding: 14px 16px; font-family: 'Barlow',sans-serif; font-size: 14px; font-weight: 300; transition: border-color 0.2s; -webkit-appearance: none; appearance: none; outline: none; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: rgba(232,114,26,0.5); }
.form-field textarea { resize: vertical; min-height: 100px; }
.form-field select option { background: var(--dark); }
.form-submit { margin-top: 24px; width: 100%; background: var(--orange); color: white; border: none; cursor: pointer; padding: 18px 36px; font-family: 'Barlow Condensed',sans-serif; font-weight: 700; font-size: 15px; letter-spacing: 0.2em; text-transform: uppercase; transition: background 0.2s, transform 0.2s; }
.form-submit:hover { background: var(--orange-light); transform: translateY(-1px); }
.form-success { display: none; padding: 20px; background: rgba(232,114,26,0.1); border: 1px solid rgba(232,114,26,0.3); color: var(--orange); font-family: 'Barlow Condensed',sans-serif; font-weight: 600; font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; margin-top: 16px; }

/* ── FOOTER ── */
footer { background: var(--black); padding: 72px 80px 40px; border-top: 1px solid rgba(255,255,255,0.04); }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 60px; }
.footer-brand h3 { font-family: 'Barlow Condensed',sans-serif; font-weight: 800; font-size: 28px; color: white; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 4px; }
.footer-brand h3 span { color: var(--orange); }
.footer-brand .tagline { font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 20px; }
.footer-brand p { font-size: 14px; font-weight: 300; line-height: 1.7; color: rgba(255,255,255,0.35); max-width: 280px; }
.footer-col h4 { font-family: 'Barlow Condensed',sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 20px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a { font-size: 14px; color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.2s; }
.footer-col ul a:hover { color: var(--orange); }
.footer-bottom { padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.06); display: flex; justify-content: space-between; align-items: center; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.2); }
.footer-socials { display: flex; gap: 12px; }
.social-btn { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.3); text-decoration: none; font-size: 13px; font-weight: 600; transition: border-color 0.2s, color 0.2s; }
.social-btn:hover { border-color: var(--orange); color: var(--orange); }

/* ── REVEAL ── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.07s; }
.reveal-delay-2 { transition-delay: 0.14s; }
.reveal-delay-3 { transition-delay: 0.21s; }
.reveal-delay-4 { transition-delay: 0.28s; }
