/* northpunkt. v2 — main.css */

/* ── Reset & Base ──────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --nacht:  #0D2940;
  --tief:   #1E4D7A;
  --t3:     #325581;
  --mittel: #4A7AAD;
  --hell:   #7AADD4;
  --border: #D4E4F0;
  --eis:    #EEF4FA;
  --nebel:  #F7FAFE;
  --weiss:  #FFFFFF;
  --font:   'Inter', sans-serif;
}

html { scroll-behavior: smooth; margin-top: 0 !important; }
body { font-family: var(--font); font-weight: 300; color: var(--nacht); background: var(--weiss); -webkit-font-smoothing: antialiased; margin-top: 0 !important; }
#wpadminbar { display: none !important; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

/* ── Language ──────────────────────────────────────────────────────────── */
.de { display: block; }
.en { display: none; }
span.de, a.de { display: inline; }
span.en, a.en { display: none; }
body.lang-en .de  { display: none !important; }
body.lang-en .en  { display: block !important; }
body.lang-en span.en, body.lang-en a.en { display: inline !important; }
body.lang-en span.de, body.lang-en a.de { display: none !important; }

/* ── Nav ───────────────────────────────────────────────────────────────── */
.np-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: var(--weiss); border-bottom: 0.5px solid var(--border);
  padding: 0 2rem; height: 60px;
  display: flex; align-items: center; justify-content: space-between;
}
.np-logo {
  font-size: 24px; font-weight: 300; letter-spacing: -0.03em;
  color: var(--nacht); text-decoration: none;
  display: inline-flex; align-items: center; white-space: nowrap;
}
.np-dot {
  display: inline-block; flex-shrink: 0;
}
.np-logo .np-dot    { width: 5px; height: 5px; background: var(--t3); margin-left: 2px; vertical-align: 1px; }
.nav-links          { display: flex; gap: 2rem; list-style: none; }
.nav-links a        { font-size: 14px; font-weight: 400; color: var(--mittel); text-decoration: none; letter-spacing: 0.02em; transition: color 0.2s; }
.nav-links a:hover  { color: var(--nacht); }
.nav-right          { display: flex; align-items: center; gap: 0.5rem; }
.lang-btn           { font-size: 13px; font-weight: 500; color: var(--mittel); background: none; border: none; cursor: pointer; padding: 4px 6px; letter-spacing: 0.06em; transition: color 0.2s; }
.lang-btn.active    { color: var(--nacht); }
.lang-divider       { font-size: 13px; color: var(--border); }

/* ── Hero ──────────────────────────────────────────────────────────────── */
.np-hero {
  min-height: 100vh; padding-top: 60px;
  display: grid; grid-template-columns: 1fr 1fr;
}
.hero-left {
  background: var(--tief); padding: 5rem 3rem 5rem 2rem;
  display: flex; flex-direction: column; justify-content: center;
}
.hero-eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--hell); margin-bottom: 2rem; }
.hero-h1      { font-size: clamp(42px, 3.5vw, 72px); font-weight: 300; letter-spacing: -0.04em; line-height: 1.1; color: var(--eis); margin-bottom: 0.1rem; }
.hero-h1b     { font-size: clamp(42px, 3.5vw, 72px); font-weight: 600; color: var(--hell); letter-spacing: -0.04em; line-height: 1.1; margin-bottom: 1.5rem; }
.hero-sub     { font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-bottom: 4rem; }
.hero-right   { background: var(--nebel); padding: 5rem 2rem 5rem 3rem; display: flex; align-items: center; border-left: 0.5px solid var(--border); }
.hero-statement { font-size: clamp(16px, 1.3vw, 22px); font-weight: 300; line-height: 1.85; color: var(--tief); }
.hero-statement p { margin-bottom: 1.5rem; }
.hero-statement p:last-child { margin-bottom: 0; }
.hero-statement strong { font-weight: 500; color: var(--nacht); }

/* ── Sections ──────────────────────────────────────────────────────────── */
.np-section      { border-top: 0.5px solid var(--border); }
.np-section-bg   { border-top: 0.5px solid var(--border); background: var(--nebel); }
.np-section-dark { background: var(--nacht); }
.section-inner   { max-width: 1100px; margin: 0 auto; padding: 5rem 2rem; }
.section-label   { font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--hell); margin-bottom: 2.5rem; padding-bottom: 0.75rem; border-bottom: 0.5px solid var(--border); }

/* ── About ─────────────────────────────────────────────────────────────── */
.about-grid      { display: grid; grid-template-columns: 200px 1fr 1fr; gap: 3rem; align-items: start; }
.about-photo     { width: 100%; border: 0.5px solid var(--border); filter: saturate(0.9) contrast(1.05); }
.about-name      { font-size: 13px; font-weight: 500; color: var(--nacht); margin-top: 0.75rem; }
.about-title     { font-size: 10px; font-weight: 400; color: var(--hell); letter-spacing: 0.06em; text-transform: uppercase; margin-top: 3px; }
.about-wordmark  { font-size: 26px; font-weight: 300; letter-spacing: -0.03em; color: var(--t3); margin-bottom: 1.25rem; display: flex; align-items: center; }
.about-wordmark .np-dot { width: 0.13em; height: 0.13em; background: var(--hell); margin-left: 0.06em; vertical-align: 0.12em; }
.about-text-body { font-size: 17px; font-weight: 300; line-height: 1.85; color: var(--nacht); }
.about-text-body p { margin-bottom: 1.25rem; }
.about-text-body p:last-child { margin-bottom: 0; }
.about-sidebar   { border-left: 0.5px solid var(--border); padding-left: 2rem; }
.sidebar-item    { margin-bottom: 1.75rem; }
.sidebar-label   { font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--hell); margin-bottom: 0.4rem; }
.sidebar-value   { font-size: 14px; font-weight: 400; color: var(--nacht); line-height: 1.6; }

/* ── Expertise Grid ────────────────────────────────────────────────────── */
.expertise-grid  { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); }
.expertise-card  { background: var(--weiss); padding: 2.5rem; }
.expertise-card.akzent { background: var(--tief); }
.expertise-num   { font-size: 11px; font-weight: 500; letter-spacing: 0.1em; color: var(--hell); margin-bottom: 0.75rem; }
.expertise-card.akzent .expertise-num { color: rgba(255,255,255,0.6); }
.expertise-title { font-size: 20px; font-weight: 400; letter-spacing: -0.02em; color: var(--nacht); margin-bottom: 1.25rem; line-height: 1.3; }
.expertise-card.akzent .expertise-title { color: var(--eis); }
.expertise-text  { font-size: 15px; font-weight: 300; line-height: 1.8; color: var(--mittel); }
.expertise-card.akzent .expertise-text { color: rgba(255,255,255,0.85); }

/* ── Mandate ───────────────────────────────────────────────────────────── */
.mandate-grid    { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border: 0.5px solid var(--border); }
.mandate-card    { background: var(--weiss); padding: 2.5rem; }
.mandate-name    { font-size: 26px; font-weight: 300; letter-spacing: -0.03em; color: var(--nacht); margin-bottom: 1rem; transition: color 0.2s; }
.mandate-card a:hover .mandate-name { color: var(--tief); }
.mandate-dot     { display: inline-block; width: 7px; height: 7px; background: var(--t3); margin-left: 2px; margin-bottom: 2px; vertical-align: baseline; }
.mandate-text    { font-size: 15px; font-weight: 300; line-height: 1.75; color: var(--mittel); margin-bottom: 1.5rem; }
.mandate-tags    { display: flex; flex-wrap: wrap; gap: 6px; }
.mandate-tag     { font-size: 11px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 10px; border: 0.5px solid var(--border); color: var(--mittel); }

/* ── Standpunkte ───────────────────────────────────────────────────────── */
.standpunkte-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); }
.standpunkt-card  { background: var(--weiss); padding: 2.5rem; position: relative; cursor: pointer; transition: background 0.2s; }
.standpunkt-card:hover { background: var(--nebel); }
.standpunkt-card a.card-link { position: absolute; inset: 0; z-index: 1; }
.standpunkt-card .standpunkt-link { position: relative; z-index: 2; }
.standpunkt-card .standpunkt-thumb { position: relative; z-index: 0; }
.standpunkt-card.placeholder { background: var(--nebel); display: flex; align-items: center; justify-content: center; min-height: 280px; }
.standpunkt-placeholder-text { text-align: center; }
.standpunkt-placeholder-wm   { font-size: 42px; font-weight: 300; color: var(--border); letter-spacing: -0.04em; display: flex; align-items: center; }
.standpunkt-placeholder-wm .np-dot { width: 0.13em; height: 0.13em; background: var(--border); margin-left: 0.06em; }
.standpunkt-placeholder-sub  { font-size: 10px; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: var(--border); margin-top: 1rem; }
.standpunkt-thumb     { margin: -2.5rem -2.5rem 1.5rem; overflow: hidden; }
.standpunkt-thumb-img { width: 100%; height: 220px; object-fit: cover; object-position: top; display: block; }
.standpunkt-tag   { font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--hell); margin-bottom: 1rem; }
.standpunkt-title { font-size: 20px; font-weight: 300; letter-spacing: -0.02em; color: var(--nacht); margin-bottom: 1rem; line-height: 1.3; }
.standpunkt-excerpt { font-size: 14px; font-weight: 300; line-height: 1.8; color: var(--mittel); margin-bottom: 1.5rem; }
.standpunkt-link  { font-size: 12px; font-weight: 500; color: var(--tief); text-decoration: none; letter-spacing: 0.04em; border-bottom: 1px solid var(--border); padding-bottom: 2px; }

/* ── Netzwerk ──────────────────────────────────────────────────────────── */
.netzwerk-text   { font-size: 17px; font-weight: 300; line-height: 1.85; color: var(--nacht); max-width: 700px; }
.netzwerk-text p { margin-bottom: 1.25rem; }

/* ── Kontakt ───────────────────────────────────────────────────────────── */
.kontakt-inner   { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.kontakt-label   { font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--hell); margin-bottom: 2rem; padding-bottom: 0.75rem; border-bottom: 0.5px solid rgba(255,255,255,0.1); }
.kontakt-h2      { font-size: clamp(30px, 2.5vw, 48px); font-weight: 300; letter-spacing: -0.03em; color: var(--eis); line-height: 1.2; margin-bottom: 1.5rem; }
.kontakt-h2 .np-dot { width: 0.13em; height: 0.13em; background: var(--hell); margin-left: 0.06em; vertical-align: 0.12em; }
.kontakt-text    { font-size: 15px; font-weight: 300; line-height: 1.75; color: rgba(255,255,255,0.75); margin-bottom: 1rem; }
.kontakt-links   { display: flex; flex-direction: column; gap: 1px; }
.kontakt-link    { display: flex; align-items: center; gap: 1rem; padding: 1.25rem 1.5rem; background: rgba(255,255,255,0.04); border: 0.5px solid rgba(255,255,255,0.08); text-decoration: none; transition: all 0.2s; }
.kontakt-link:hover { background: rgba(255,255,255,0.08); border-color: var(--hell); }
.kontakt-link-label { font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--hell); margin-bottom: 3px; }
.kontakt-link-value { font-size: 16px; font-weight: 300; color: var(--eis); }
.kontakt-arrow  { margin-left: auto; color: var(--hell); font-size: 20px; }

/* ── Booking Button ────────────────────────────────────────────────────── */
.booking-wrap   { margin-top: 2rem; }
.booking-btn    { display: inline-block; padding: 0.9rem 2rem; background: var(--hell); color: var(--nacht); font-family: var(--font); font-size: 13px; font-weight: 500; letter-spacing: 0.04em; text-decoration: none; transition: background 0.2s; }
.booking-btn:hover { background: var(--t3); color: var(--weiss); }

/* ── Footer ────────────────────────────────────────────────────────────── */
.np-footer       { background: var(--nacht); border-top: 0.5px solid rgba(255,255,255,0.06); padding: 1.5rem 2rem; display: flex; align-items: center; justify-content: space-between; }
.footer-logo     { font-size: 16px; font-weight: 300; letter-spacing: -0.02em; color: rgba(255,255,255,0.6); display: flex; align-items: center; }
.footer-logo .np-dot { width: 4px; height: 4px; background: var(--t3); margin-left: 1px; vertical-align: 1px; }
.footer-strapline { font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.4); }
.footer-links    { display: flex; gap: 1.5rem; list-style: none; }
.footer-links a  { font-size: 13px; color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: rgba(255,255,255,0.8); }

/* ── Artikel-Template ──────────────────────────────────────────────────── */
.article-hero    { background: var(--tief); padding: 8rem 2rem 4rem; }
.article-hero-inner { max-width: 800px; margin: 0 auto; }
.article-tag     { font-size: 10px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--hell); margin-bottom: 1.5rem; }
.article-title   { font-size: clamp(28px, 3vw, 48px); font-weight: 300; letter-spacing: -0.03em; color: var(--eis); line-height: 1.2; margin-bottom: 1.5rem; }
.article-meta    { font-size: 12px; color: rgba(255,255,255,0.5); }
.article-image   { width: 100%; max-height: 480px; object-fit: cover; }
.article-body    { max-width: 800px; margin: 0 auto; padding: 4rem 2rem; }
.article-body p  { font-size: 17px; font-weight: 300; line-height: 1.85; color: var(--nacht); margin-bottom: 1.5rem; }
.article-body h2 { font-size: 22px; font-weight: 400; letter-spacing: -0.02em; color: var(--nacht); margin: 3rem 0 1.25rem; }
.article-body hr { border: none; border-top: 0.5px solid var(--border); margin: 3rem 0; }
.article-body em { color: var(--mittel); font-style: normal; font-size: 14px; }
.article-back    { display: none; font-size: 12px; font-weight: 500; color: var(--tief); text-decoration: none; letter-spacing: 0.04em; border-bottom: 1px solid var(--border); padding-bottom: 2px; margin-bottom: 2rem; }

/* ── WordPress Block Content ───────────────────────────────────────────── */
.article-body .wp-block-paragraph,
.article-body p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.85;
  color: var(--nacht);
  margin-bottom: 1.5rem;
  font-family: var(--font);
}
.article-body h2 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--nacht);
  margin: 3rem 0 1.25rem;
  font-family: var(--font);
}
.article-body h3 {
  font-size: 18px;
  font-weight: 400;
  color: var(--nacht);
  margin: 2rem 0 1rem;
  font-family: var(--font);
}
.article-body em, .article-body i {
  color: var(--mittel);
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
}
.article-body strong {
  font-weight: 500;
  color: var(--nacht);
}
.article-body hr,
.article-body .wp-block-separator {
  border: none;
  border-top: 0.5px solid var(--border);
  margin: 3rem 0;
}
.article-body a {
  color: var(--tief);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* WordPress body font override */
body, button, input, select, textarea {
  font-family: var(--font);
}
@media (max-width: 900px) {
  .about-grid     { grid-template-columns: 1fr; gap: 2rem; }
  .about-sidebar  { border-left: none; border-top: 0.5px solid var(--border); padding-left: 0; padding-top: 1.5rem; }
}
@media (max-width: 768px) {
  .np-nav         { padding: 0 1rem; }
  .nav-links      { display: none; }
  .np-hero        { grid-template-columns: 1fr; }
  .hero-left      { padding: 3rem 1.5rem; }
  .hero-right     { padding: 2.5rem 1.5rem; border-left: none; border-top: 0.5px solid var(--border); }
  .expertise-grid { grid-template-columns: 1fr; }
  .mandate-grid   { grid-template-columns: 1fr; }
  .standpunkte-grid { grid-template-columns: 1fr; }
  .kontakt-inner  { grid-template-columns: 1fr; gap: 2rem; }
  .section-inner  { padding: 3rem 1.5rem; }
  .np-footer      { flex-direction: column; gap: 1rem; text-align: center; padding: 1.5rem; }
  .footer-strapline { display: none; }
  .article-body   { padding: 2.5rem 1.5rem; }
}
@media (max-width: 480px) {
  .hero-h1, .hero-h1b { font-size: 34px; }
  .kontakt-h2     { font-size: 26px; }
}

/* ── Hamburger & Mobile Menu ─────────────────────────────────────────── */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  margin-left: 0.75rem;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--nacht);
  transition: all 0.25s;
}
.nav-hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(4.5px, 4.5px); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(4.5px, -4.5px); }

.nav-mobile {
  display: none;
  position: fixed;
  top: 60px; left: 0; right: 0;
  background: var(--weiss);
  border-bottom: 0.5px solid var(--border);
  padding: 0 1.5rem 2rem;
  z-index: 99;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.nav-mobile.open { display: block; }
.nav-mobile ul { list-style: none; }
.nav-mobile ul li { border-bottom: 0.5px solid var(--border); }
.nav-mobile ul li a {
  display: block;
  padding: 1rem 0;
  font-size: 18px;
  font-weight: 300;
  color: var(--nacht);
  text-decoration: none;
}
.nav-mobile-lang { margin-top: 1.5rem; display: flex; align-items: center; gap: 0.5rem; }

@media (max-width: 768px) {
  .nav-hamburger { display: flex; }
}
