/* =========================================================
   Thomas Masselink – responsive.css
   Sprint M-01: Mobile Hero
   Desktop bleibt unverändert.
========================================================= */

@media (max-width: 980px) {
  body {
    font-size: 17px;
  }

  .site-header {
    position: static;
  }

  .nav {
    display: block;
    padding: 1rem 1.2rem;
  }

  .nav ul {
    display: none;
  }

  section {
    scroll-margin-top: 0;
  }

  .hero {
    min-height: 0;
    height: auto;
    display: block;
    align-items: initial;
    padding: 2.4rem 1.2rem 3.7rem;
  }

  .hero-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-width: 680px;
    margin: 0 auto;
  }

  .hero-inner > div:first-child {
    order: 1;
  }

  .hero-inner > div:last-child {
    order: 2;
  }

  .hero-photo-wrap {
    order: 3;
    width: 74%;
    max-width: 360px;
    margin: 2.7rem auto 0;
  }

  .hero-photo {
    aspect-ratio: 0.82;
    object-fit: cover;
    object-position: 50% 36%;
  }

  .name-large {
    font-size: clamp(3rem, 15vw, 5.5rem);
    line-height: 0.95;
    margin-bottom: 1.35rem;
  }

  .identity {
    font-size: clamp(1.22rem, 5vw, 1.65rem);
    line-height: 1.45;
    margin-bottom: 2.1rem;
  }

  .hero-title {
    font-size: clamp(2rem, 9.5vw, 3rem);
    line-height: 1.16;
    margin-bottom: 1.35rem;
  }

  .hero-sub {
    font-size: 1rem;
    max-width: 34rem;
  }

  .section {
    min-height: 0;
    height: auto;
    padding: 3.8rem 1.2rem;
  }

  .ansatz {
    padding-top: 3.5rem;
  }

  .section h2 {
    font-size: clamp(1.9rem, 8vw, 2.6rem);
    margin-bottom: 2.2rem;
  }

  .perspectives,
  .weg-grid {
    grid-template-columns: 1fr;
  }

  .perspectives {
    gap: 2.2rem;
  }

  .connection {
    text-align: left;
    margin: 0 0 3rem;
    padding-top: 1.8rem;
  }

  .questions {
    grid-template-columns: 1fr;
  }

  .question {
    min-height: auto;
  }

  .fields-desktop {
    display: none;
  }

  .field-mobile {
    display: block;
  }

  .field-mobile article {
    padding: 0 0 3.8rem;
    margin-bottom: 3.8rem;
    border-bottom: 1px solid rgba(30,53,80,.10);
  }

  .field-mobile article:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .field-mobile h3 {
    font-size: clamp(1.8rem, 7vw, 2.55rem);
    line-height: 1.25;
    letter-spacing: -0.035em;
    margin-bottom: .8rem;
  }

  .field-mobile .field-subtitle {
    margin-bottom: 1.5rem;
  }

  .field-mobile ul {
    list-style: none;
  }

  .field-mobile li {
    font-size: 1rem;
    padding: .6rem 0;
    border-bottom: 1px solid rgba(30,53,80,.10);
  }

  .work-title {
    margin-top: 2rem;
  }

  .quote {
    position: static;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
    line-height: 1.7;
  }

  .nav {
    display: block;
    padding: 1rem 1.1rem;
  }

  .brand-name {
    font-size: 1.18rem;
  }

  .hero {
    padding: 2.2rem 1.1rem 3.4rem;
  }

  .name-large {
    font-size: clamp(3rem, 16vw, 4.8rem);
    margin-bottom: 1.3rem;
  }

  .identity {
    font-size: 1.34rem;
    margin-bottom: 1.9rem;
  }

  .hero-title {
    font-size: clamp(2.05rem, 11vw, 3rem);
  }

  .hero-sub {
    font-size: 1rem;
  }

  .hero-photo-wrap {
    width: 76%;
    max-width: 320px;
    margin-top: 2.4rem;
  }

  .section {
    padding: 3.6rem 1.1rem;
  }

  .section h2 {
    font-size: clamp(1.9rem, 9vw, 2.6rem);
    margin-bottom: 2.4rem;
  }

  .perspective h3 {
    font-size: 1.55rem;
  }

  .connection {
    padding-top: 1.6rem;
  }

  .connect-title {
    font-size: 1.32rem;
  }

  .questions {
    gap: .9rem;
  }

  .field-mobile h3 {
    font-size: 1.9rem;
  }

  .field-subtitle {
    font-size: 1.05rem;
  }

  .work-title {
    font-size: .72rem;
    letter-spacing: .09em;
  }

  .weg {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }

  .highlight {
    padding-left: 1rem;
    font-size: 1.02rem;
  }

  .kontakt {
    padding-top: 6.4rem;
  }

  .contact {
    display: block;
  }

  .contact > * {
    display: block;
    margin: .55rem 0;
  }
}
