/* Felix Rieger Fotografie — Version 9 fixed logo */
:root {
  --bg: #080807;
  --surface: #11100e;
  --surface-2: #181612;
  --text: #f7efe5;
  --muted: #b9aa98;
  --line: rgba(247, 239, 229, .13);
  --accent: #d6a15f;
  --accent-soft: rgba(214, 161, 95, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 0%, rgba(214,161,95,.17), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(255,255,255,.06), transparent 25%),
    var(--bg);
  color: var(--text);
}

a { color: inherit; text-decoration: none; }

img {
  display: block;
  max-width: 100%;
}

.site-header {
  height: 78px;
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(18px, 4vw, 56px);
  background: rgba(8,8,7,.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-weight: 950;
  letter-spacing: -.055em;
  font-size: 1.08rem;
  min-width: 0;
}

.nav-logo {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  max-width: 46px !important;
  max-height: 46px !important;
  object-fit: cover !important;
  border-radius: 12px;
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(0,0,0,.28);
}

.brand-link span {
  display: inline-block;
  white-space: nowrap;
}

nav {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-weight: 850;
  font-size: .92rem;
}

main {
  max-width: 1440px;
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 22px;
  padding: 22px clamp(18px, 4vw, 56px) 54px;
}

.hero-copy,
.hero-person,
.personal-section,
.seo-copy,
.contact-section,
.legal-content {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.02)),
    var(--surface);
  border-radius: 36px;
}

.hero-copy {
  padding: clamp(32px, 6vw, 78px);
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.eyebrow {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .74rem;
  font-weight: 950;
  margin: 0 0 14px;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  font-size: clamp(3.5rem, 7.6vw, 7.7rem);
  line-height: .84;
  letter-spacing: -.09em;
  margin-bottom: 28px;
  max-width: 980px;
}

.lead {
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
  line-height: 1.72;
  max-width: 700px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 21px;
  border-radius: 999px;
  font-weight: 950;
}

.primary { background: var(--accent); color: #111; }
.ghost { border: 1px solid var(--line); background: rgba(255,255,255,.055); }

.hero-person {
  overflow: hidden;
  min-height: 620px;
  position: relative;
  box-shadow: 0 40px 120px rgba(0,0,0,.38);
}

.hero-person > img,
.personal-image > img,
.feature > img,
.image-strip > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-person::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(8,8,7,.86), transparent 56%),
    radial-gradient(circle at 20% 20%, rgba(214,161,95,.18), transparent 35%);
  pointer-events: none;
}

.person-card {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 20px;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: rgba(8,8,7,.64);
  backdrop-filter: blur(18px);
}

.person-card span {
  color: var(--accent);
  font-size: .75rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 950;
}

.person-card strong {
  display: block;
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  letter-spacing: -.065em;
  margin-top: 6px;
}

.person-card p {
  color: var(--muted);
  margin: 4px 0 0;
  font-weight: 850;
}

.signal-bar {
  margin: 0 clamp(18px, 4vw, 56px);
  padding: 16px 0;
  display: flex;
  gap: 14px 20px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.signal-bar span {
  color: var(--muted);
  font-weight: 900;
  font-size: .9rem;
}

.personal-section {
  margin: 90px clamp(18px, 4vw, 56px);
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 30px;
  padding: clamp(18px, 3vw, 30px);
  align-items: stretch;
}

.personal-image {
  min-height: 540px;
  border-radius: 28px;
  overflow: hidden;
}

.personal-copy {
  padding: clamp(18px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

h2 {
  font-size: clamp(2.4rem, 5.3vw, 5.4rem);
  line-height: .94;
  letter-spacing: -.075em;
  margin-bottom: 22px;
}

.personal-copy p:not(.eyebrow),
.section-intro p,
.seo-copy p,
.steps p,
.offer-grid p,
.contact-section p,
.legal-content p {
  color: var(--muted);
  line-height: 1.76;
  font-size: 1.08rem;
}

.portfolio-section,
.offer-section,
.process-section {
  padding: 0 clamp(18px, 4vw, 56px) 90px;
}

.section-intro {
  max-width: 920px;
  margin-bottom: 28px;
}

.section-intro p:last-child { max-width: 760px; }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 330px;
  gap: 16px;
}

.feature {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid var(--line);
  background: var(--surface-2);
}

.feature.large { grid-column: span 2; grid-row: span 2; }
.feature.wide { grid-column: span 2; }

.feature img,
.image-strip img {
  transition: transform .55s ease, filter .55s ease;
}

.feature:hover img,
.image-strip img:hover {
  transform: scale(1.035);
  filter: contrast(1.05);
}

figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(8,8,7,.66);
  backdrop-filter: blur(14px);
  font-size: .78rem;
  font-weight: 950;
}

.image-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.image-strip img {
  aspect-ratio: 4 / 5;
  border-radius: 24px;
  border: 1px solid var(--line);
}

.offer-grid,
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.offer-grid article,
.steps div,
.contact-box {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
}

.offer-grid span { color: var(--accent); font-weight: 950; }

h3 {
  font-size: 1.35rem;
  letter-spacing: -.04em;
  margin: 20px 0 12px;
}

.seo-copy {
  margin: 0 clamp(18px, 4vw, 56px) 90px;
  padding: clamp(34px, 6vw, 70px);
  background:
    radial-gradient(circle at 80% 20%, var(--accent-soft), transparent 34%),
    var(--surface);
}

.seo-copy p { max-width: 930px; }
.steps strong { color: var(--accent); }

.contact-section {
  margin: 0 clamp(18px, 4vw, 56px) 90px;
  padding: clamp(34px, 6vw, 70px);
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 36px;
  align-items: end;
  background:
    linear-gradient(to right, rgba(8,8,7,.92), rgba(8,8,7,.54)),
    url("assets/work-07.jpg");
  background-size: cover;
  background-position: center;
}

.contact-section p { max-width: 700px; }

.contact-box {
  background: rgba(8,8,7,.67);
  backdrop-filter: blur(18px);
}

.contact-box p {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .75rem;
  font-weight: 950;
  margin: 20px 0 8px;
}

.contact-box p:first-child { margin-top: 0; }

.contact-box a {
  display: block;
  font-size: clamp(1.2rem, 2.5vw, 2.3rem);
  font-weight: 950;
  letter-spacing: -.055em;
  overflow-wrap: anywhere;
}

footer {
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px clamp(18px, 4vw, 56px) 50px;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  gap: 22px;
  border-top: 1px solid var(--line);
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-weight: 950;
}

.legal-page {
  max-width: 1080px;
  margin: 0 auto;
  padding: 70px clamp(18px, 4vw, 56px) 100px;
}

.legal-content { padding: clamp(28px, 5vw, 64px); }

.legal-content h1 {
  font-size: clamp(3rem, 7vw, 6rem);
  margin-bottom: 42px;
}

.legal-content h2 {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  margin-top: 34px;
  margin-bottom: 12px;
  letter-spacing: -.04em;
}

.legal-content a { color: var(--accent); font-weight: 950; }

@media (max-width: 1050px) {
  .hero,
  .personal-section,
  .contact-section { grid-template-columns: 1fr; }

  .offer-grid,
  .steps,
  .feature-grid { grid-template-columns: repeat(2, 1fr); }

  .image-strip { grid-template-columns: repeat(3, 1fr); }

  .hero-person,
  .personal-image { min-height: 520px; }
}

@media (max-width: 720px) {
  .site-header { height: 66px; }
  nav { display: none; }

  .nav-logo {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    border-radius: 10px;
  }

  .brand-link span { font-size: .9rem; }

  .hero {
    min-height: auto;
    padding: 16px 16px 42px;
  }

  .hero-copy { padding: 28px; }
  .hero-person, .personal-image { min-height: 460px; }

  h1 { font-size: clamp(3.1rem, 14vw, 4.9rem); }

  .signal-bar,
  .personal-section,
  .seo-copy,
  .contact-section {
    margin-left: 16px;
    margin-right: 16px;
  }

  .personal-section {
    margin-top: 60px;
    margin-bottom: 70px;
  }

  .portfolio-section,
  .offer-section,
  .process-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .feature-grid,
  .offer-grid,
  .steps,
  .image-strip { grid-template-columns: 1fr; }

  .feature-grid { grid-auto-rows: 430px; }

  .feature.large,
  .feature.wide {
    grid-column: span 1;
    grid-row: span 1;
  }

  .contact-section { padding: 28px; }

  footer {
    display: block;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-links { margin-top: 14px; }
}


/* Version 10: kleines Logo mittig oben */
.centered-header {
  height: auto !important;
  min-height: 104px;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 11px;
  padding: 14px clamp(18px, 4vw, 56px) 12px !important;
}

.center-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.center-logo img {
  width: 86px !important;
  height: 86px !important;
  max-width: 86px !important;
  max-height: 86px !important;
  object-fit: cover !important;
  border-radius: 18px;
  border: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(0,0,0,.32);
}

.center-nav {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-weight: 850;
  font-size: .88rem;
}

.hero {
  min-height: calc(100vh - 126px);
}

@media (max-width: 720px) {
  .centered-header {
    min-height: 92px;
    padding: 12px 16px 10px !important;
    gap: 9px;
  }

  .center-logo img {
    width: 66px !important;
    height: 66px !important;
    max-width: 66px !important;
    max-height: 66px !important;
    border-radius: 14px;
  }

  .center-nav {
    display: flex !important;
    gap: 16px;
    font-size: .78rem;
    flex-wrap: wrap;
  }

  .hero {
    min-height: auto;
  }
}
