/*
Theme Name: Catalis Consulting
Theme URI: https://catalis.de
Author: Erdi Sari
Author URI: https://catalis.de
Description: Professionelles One-Page Theme für Catalis Consulting – SAP-Beratung
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: catalis
*/

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

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

:root {
  --navy: #162035;
  --navy-mid: #1e2d4a;
  --navy-light: #263556;
  --gold: #b8924a;
  --gold-light: #d4ab6e;
  --cream: #f7f4ef;
  --cream-dark: #ede9e2;
  --text: #1a1a1a;
  --text-muted: #5a5a5a;
  --white: #ffffff;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  font-weight: 300;
}

/* ── NAV ── */
nav.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 6vw;
  background: rgba(22, 32, 53, 0.97);
  backdrop-filter: blur(8px);
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--white);
  letter-spacing: 0.04em;
  text-decoration: none;
}
.nav-logo span { color: var(--gold-light); }
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--gold-light); }

/* ── HERO ── */
#hero {
  min-height: 100vh;
  background: var(--navy);
  display: flex;
  align-items: center;
  padding: 10rem 6vw 6rem;
  position: relative;
  overflow: hidden;
}
.hero-bg-lines {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none; opacity: 0.07;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 80px, rgba(184,146,74,0.5) 80px, rgba(184,146,74,0.5) 81px);
}
.hero-accent {
  position: absolute; top: -120px; right: -80px;
  width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, rgba(184,146,74,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.hero-content { position: relative; max-width: 700px; }
.hero-eyebrow {
  font-size: 0.78rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem;
}
h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  font-weight: 500; color: var(--white); line-height: 1.15; margin-bottom: 1.75rem;
}
h1 em { font-style: italic; color: var(--gold-light); }
.hero-sub {
  font-size: 1.05rem; color: rgba(255,255,255,0.65);
  max-width: 520px; margin-bottom: 3rem; line-height: 1.8;
}
.btn {
  display: inline-block; padding: 0.9rem 2.4rem;
  background: var(--gold); color: var(--white); text-decoration: none;
  font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase;
  font-weight: 500; transition: background 0.2s, transform 0.15s;
}
.btn:hover { background: var(--gold-light); transform: translateY(-2px); color: var(--white); }
.btn-outline {
  display: inline-block; margin-left: 1.25rem; padding: 0.9rem 2.4rem;
  border: 1px solid rgba(255,255,255,0.3); color: rgba(255,255,255,0.8);
  text-decoration: none; font-size: 0.85rem; letter-spacing: 0.1em;
  text-transform: uppercase; font-weight: 400; transition: border-color 0.2s, color 0.2s;
}
.btn-outline:hover { border-color: var(--gold-light); color: var(--gold-light); }

/* ── SECTION BASE ── */
section { padding: 6rem 6vw; }
.section-label {
  font-size: 0.72rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 1rem;
}
h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 500; line-height: 1.2; margin-bottom: 1.5rem;
}
h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 500; margin-bottom: 0.75rem;
}
.divider { width: 48px; height: 2px; background: var(--gold); margin-bottom: 2.5rem; }

/* ── ÜBER UNS standalone ── */
.ueber-standalone { background: var(--cream); }
.ueber-stats {
  display: flex; gap: 3rem; flex-wrap: wrap;
  margin-top: 3.5rem; padding-top: 2.5rem;
  border-top: 1px solid var(--cream-dark);
}
.stat-item { display: flex; flex-direction: column; }
.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem; font-weight: 500; color: var(--navy); line-height: 1;
  margin-bottom: 0.4rem;
}
.stat-label { font-size: 0.82rem; color: var(--text-muted); letter-spacing: 0.05em; }

/* ── PERSON SECTION ── */
.person-section {
  background: var(--white);
  display: grid; grid-template-columns: 340px 1fr; gap: 5rem; align-items: start;
}
.person-photo-col {}
.photo-placeholder {
  width: 100%; aspect-ratio: 3/4; background: var(--cream);
  border: 1px dashed var(--cream-dark);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.5rem; position: relative;
}
.photo-inner { text-align: center; }
.photo-hint { font-size: 0.78rem; color: var(--gold); letter-spacing: 0.08em; margin-top: 0.75rem; text-transform: uppercase; }
.person-name-big {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem; font-weight: 500; color: var(--navy); margin-bottom: 0.25rem;
}
.person-role-big { font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); }
.person-bio-text { color: var(--text-muted); margin-bottom: 1.2rem; font-size: 0.98rem; line-height: 1.85; }
.person-tags { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 2rem; }
.tag {
  padding: 0.4rem 1rem; border: 1px solid var(--cream-dark);
  font-size: 0.78rem; color: var(--text-muted);
  letter-spacing: 0.06em; text-transform: uppercase;
  transition: border-color 0.2s, color 0.2s;
}
.tag:hover { border-color: var(--gold); color: var(--gold); }

/* ── NETZWERK ── */
.netzwerk-section { background: var(--cream); }
.netzwerk-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}
.netzwerk-card {
  background: var(--white); padding: 2rem 1.75rem;
  border: 1px solid var(--cream-dark);
  transition: border-color 0.25s, transform 0.2s;
}
.netzwerk-card:hover { border-color: var(--gold); transform: translateY(-3px); }
.netzwerk-icon { margin-bottom: 1.25rem; }
.netzwerk-card h3 { font-size: 1.25rem; margin-bottom: 0.75rem; }
.netzwerk-card p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.75; }
.netzwerk-cta {
  margin-top: 3rem; padding: 2.5rem 3rem;
  background: var(--navy); display: flex; align-items: center;
  justify-content: space-between; flex-wrap: wrap; gap: 1.5rem;
}
.netzwerk-cta p { color: rgba(255,255,255,0.75); font-size: 1rem; max-width: 500px; }

/* ── ÜBER UNS ── */
#ueber {
  background: var(--cream);
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center;
}
.ueber-text p { color: var(--text-muted); margin-bottom: 1.25rem; font-size: 1rem; }
.person-card {
  background: var(--white); border-left: 3px solid var(--gold);
  padding: 2.5rem 2.5rem 2.5rem 2rem;
}
.person-initials {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--navy); color: var(--gold-light);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-size: 1.4rem;
  font-weight: 600; margin-bottom: 1.5rem;
}
.person-name { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 500; margin-bottom: 0.25rem; }
.person-role { font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.25rem; }
.person-bio { color: var(--text-muted); font-size: 0.95rem; line-height: 1.8; }

/* ── LEISTUNGEN ── */
#leistungen { background: var(--white); }
.leistungen-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem; margin-top: 3rem;
}
.leistung-card {
  border: 1px solid var(--cream-dark); padding: 2.5rem 2rem;
  position: relative; transition: border-color 0.25s, transform 0.2s;
}
.leistung-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.leistung-icon { width: 40px; height: 40px; margin-bottom: 1.5rem; }
.leistung-icon svg { width: 100%; height: 100%; }
.leistung-card h3 { margin-bottom: 1rem; }
.leistung-card p { color: var(--text-muted); font-size: 0.92rem; line-height: 1.75; }
.leistung-num {
  position: absolute; top: 2rem; right: 2rem;
  font-family: 'Cormorant Garamond', serif; font-size: 2.5rem;
  font-weight: 400; color: var(--cream-dark); line-height: 1;
}

/* ── WARUM CATALIS ── */
#warum { background: var(--navy); color: var(--white); }
#warum h2 { color: var(--white); }
#warum .divider { background: var(--gold); }
.values-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2.5rem; margin-top: 3rem;
}
.value-line { width: 32px; height: 2px; background: var(--gold); margin-bottom: 1.25rem; }
.value-item h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; color: var(--white); margin-bottom: 0.6rem; }
.value-item p { color: rgba(255,255,255,0.55); font-size: 0.9rem; }

/* ── KONTAKT ── */
#kontakt { background: var(--cream); }
.kontakt-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.kontakt-text p { color: var(--text-muted); margin-bottom: 1.25rem; }
.kontakt-info { margin-top: 2rem; }
.kontakt-row {
  display: flex; align-items: center; gap: 1rem;
  margin-bottom: 1.25rem; color: var(--text-muted); font-size: 0.95rem;
}
.kontakt-row a { color: var(--navy); text-decoration: none; transition: color 0.2s; }
.kontakt-row a:hover { color: var(--gold); }
.kontakt-icon {
  width: 36px; height: 36px; background: var(--white);
  border: 1px solid var(--cream-dark);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.kontakt-form { background: var(--white); padding: 2.5rem; }
.form-group { margin-bottom: 1.5rem; }
.form-group label {
  display: block; font-size: 0.75rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--text-muted); margin-bottom: 0.5rem;
}
.form-group input,
.form-group textarea {
  width: 100%; padding: 0.8rem 1rem;
  border: 1px solid var(--cream-dark); background: var(--cream);
  font-family: 'DM Sans', sans-serif; font-size: 0.95rem;
  color: var(--text); outline: none; transition: border-color 0.2s;
}
.form-group input:focus,
.form-group textarea:focus { border-color: var(--gold); }
.form-group textarea { height: 130px; resize: vertical; }
.btn-submit {
  display: inline-block; padding: 0.9rem 2.4rem;
  background: var(--navy); color: var(--white);
  font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase;
  font-weight: 500; border: none; cursor: pointer;
  transition: background 0.2s; font-family: 'DM Sans', sans-serif; width: 100%;
}
.btn-submit:hover { background: var(--navy-light); }

/* ── FOOTER ── */
footer.site-footer {
  background: var(--navy); color: rgba(255,255,255,0.45);
  padding: 2.5rem 6vw;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 0.82rem;
}
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: var(--white); font-weight: 500; letter-spacing: 0.04em; }
.footer-logo span { color: var(--gold-light); }
footer.site-footer a { color: rgba(255,255,255,0.45); text-decoration: none; }
footer.site-footer a:hover { color: var(--gold-light); }

/* ── ANIMATION ── */
.fade-in { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in.visible { opacity: 1; transform: none; }

/* ── WordPress defaults reset ── */
img { max-width: 100%; height: auto; }
p { margin: 0; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  nav.site-nav { padding: 1rem 5vw; }
  .nav-links { display: none; }
  #hero { padding: 8rem 5vw 5rem; }
  .btn-outline { display: none; }
  #ueber, .kontakt-inner, .person-section { grid-template-columns: 1fr; gap: 3rem; }
  .photo-placeholder { max-width: 280px; }
  .ueber-stats { gap: 2rem; }
  .netzwerk-cta { flex-direction: column; text-align: center; }
  section { padding: 4rem 5vw; }
  footer.site-footer { flex-direction: column; gap: 1rem; text-align: center; }
}
