:root {
  --moss: #244b35;
  --moss-soft: #386348;
  --sand: #f5f1e8;
  --clay: #e7e0d2;
  --text: #292a27;
  --muted: #777872;
  --white: #faf9f5;
  --border: rgba(42, 43, 39, 0.14);
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background: var(--sand);
  line-height: 1.5;
}

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

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

.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245, 241, 232, 0.86);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(14px);
}

.nav-inner,
.container {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

.nav-inner {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--moss);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.brand-dot {
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
  background: var(--moss);
}

.brand-dot.small {
  width: 24px;
  height: 24px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  color: #62635f;
  font-size: 14px;
  font-weight: 600;
}

.nav-links a:not(.nav-button):hover {
  color: var(--moss);
}

.nav-button,
.primary-button,
.submit-button {
  background: var(--moss);
  color: white;
  border-radius: 999px;
  transition: .25s ease;
}

.nav-button {
  padding: 10px 17px;
}

.nav-button:hover,
.primary-button:hover,
.submit-button:hover {
  background: var(--moss-soft);
  transform: translateY(-1px);
}

.mobile-call {
  display: none;
  color: var(--moss);
  font-size: 14px;
  font-weight: 600;
}

.hero {
  position: relative;
  min-height: 90vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background: rgba(36, 75, 53, .10);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding-bottom: 70px;
}

.hero-card {
  width: min(650px, 100%);
  padding: 48px;
  background: rgba(245, 241, 232, .95);
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
}

.eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--moss);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow.muted {
  color: #999a94;
}

.eyebrow.light {
  color: #b7c1b8;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

h1 {
  color: var(--moss);
  font-size: clamp(48px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: -.04em;
  margin-bottom: 24px;
}

.hero-card p {
  max-width: 520px;
  color: #666761;
  margin-bottom: 30px;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.primary-button {
  padding: 14px 24px;
  font-weight: 600;
}

.phone {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: #777872;
}

.phone span {
  color: var(--moss);
  font-weight: 800;
  margin-bottom: 2px;
}

.section {
  padding: 96px 0;
}

.services-section,
.request-section {
  background: rgba(231, 224, 210, .42);
}

.section-heading {
  margin-bottom: 56px;
}

.section-heading h2,
.process-section h2,
.gallery-heading h2,
.request-heading h2 {
  color: var(--moss);
  font-size: clamp(40px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -.03em;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  overflow: hidden;
  border-radius: 12px;
  background: var(--sand);
  box-shadow: 0 0 0 1px rgba(0,0,0,.05);
}

.service-image {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.05);
}

.service-body {
  padding: 24px;
}

.service-body h3 {
  color: var(--moss);
  font-size: 29px;
  margin-bottom: 8px;
}

.service-body p {
  color: #666761;
  font-size: 14px;
}

.process-section {
  color: white;
  background: var(--moss);
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 64px;
}

.process-section h2 {
  color: white;
  margin-bottom: 48px;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.step {
  display: flex;
  gap: 24px;
}

.step-number {
  color: #aeb8af;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1;
}

.step h3 {
  font-family: Inter, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.step p {
  max-width: 500px;
  margin-top: 8px;
  color: #cbd2cc;
  font-size: 14px;
}

.process-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 12px;
  align-self: start;
}

.gallery-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
}

.gallery-heading span {
  color: #777872;
  font-size: 12px;
}

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

.gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  border-radius: 12px;
}

.gallery-wide {
  grid-column: span 2;
  aspect-ratio: 16 / 9;
}

.gallery-bottom {
  grid-column: span 3;
  aspect-ratio: 21 / 9;
}

.request-container {
  max-width: 850px;
}

.request-heading {
  margin-bottom: 58px;
  text-align: center;
}

.request-heading h2 {
  margin-bottom: 16px;
}

.request-heading p {
  color: #666761;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.field.full,
.upload-wrapper.full,
.submit-button.full {
  grid-column: 1 / -1;
}

.field label {
  color: #999a94;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #c8c8c1;
  outline: none;
  background: transparent;
  padding: 12px 0;
  color: var(--text);
  font: inherit;
  transition: border-color .2s ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--moss);
}

.field textarea {
  resize: vertical;
}

.upload-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 105px;
  border: 2px dashed #c9c8c1;
  border-radius: 9px;
  color: #777872;
  font-size: 12px;
  cursor: pointer;
  transition: border-color .2s ease;
}

.upload-box:hover {
  border-color: var(--moss);
}

.upload-box input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.submit-button {
  border: 0;
  padding: 16px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.footer {
  padding: 48px 0;
  border-top: 1px solid var(--border);
  background: var(--sand);
  color: #777872;
  font-size: 12px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-links {
  display: flex;
  gap: 30px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-links a:hover {
  color: var(--moss);
}

@media (max-width: 800px) {
  .nav-links {
    display: none;
  }

  .mobile-call {
    display: block;
  }

  .hero {
    min-height: 720px;
  }

  .hero-content {
    width: min(100% - 28px, 1200px);
    padding-bottom: 28px;
  }

  .hero-card {
    padding: 32px 26px;
  }

  .services-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-image {
    display: none;
  }

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

  .gallery-wide,
  .gallery-bottom {
    grid-column: span 2;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .field.full,
  .upload-wrapper.full,
  .submit-button.full {
    grid-column: auto;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .nav-inner,
  .container {
    width: min(100% - 32px, 1200px);
  }

  .section {
    padding: 72px 0;
  }

  h1 {
    font-size: 47px;
  }

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

  .gallery-wide,
  .gallery-bottom {
    grid-column: auto;
  }

  .gallery-grid img {
    min-height: 240px;
  }

  .gallery-heading {
    display: block;
  }

  .gallery-heading span {
    display: block;
    margin-top: 12px;
  }
}
/* Impressum */

.impressum-page{
  min-height: calc(100vh - 64px);
  background: var(--sand);
}

.impressum-container{
  width: min(850px, calc(100% - 40px));
  margin: 0 auto;
}

.impressum-container h1{
  margin-bottom: 50px;
}

.impressum-content{
  background: #f9f7f1;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  padding: 42px;
  box-shadow: 0 8px 30px rgba(0,0,0,.04);
}

.impressum-content h2{
  font-size: 25px;
  color: var(--moss);
  margin-top: 30px;
  margin-bottom: 12px;
}

.impressum-content h2:first-child{
  margin-top: 0;
}

.impressum-content p{
  color: #5f605a;
  line-height: 1.8;
  margin-bottom: 8px;
}

.impressum-content a{
  color: var(--moss);
  font-weight: 600;
}

.back-button{
  display: inline-block;
  margin-top: 28px;
  background: var(--moss);
  color: white;
  padding: 13px 22px;
  border-radius: 999px;
  transition: .2s;
}

.back-button:hover{
  background: var(--moss-soft);
}

@media(max-width:600px){
  .impressum-content{
    padding: 25px;
  }

  .impressum-container{
    width: min(100% - 28px, 850px);
  }
}/* Datenschutz */

.privacy-page {
  min-height: calc(100vh - 64px);
  background: var(--sand);
}

.privacy-container {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
}

.privacy-container h1 {
  margin-bottom: 50px;
}

.privacy-content {
  background: #f9f7f1;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 14px;
  padding: 45px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .04);
}

.privacy-content h2 {
  color: var(--moss);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
  margin-top: 38px;
  margin-bottom: 14px;
}

.privacy-content h2:first-child {
  margin-top: 0;
}

.privacy-content p {
  color: #5f605a;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 16px;
}

.privacy-content a {
  color: var(--moss);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 600px) {

  .privacy-container {
    width: min(100% - 28px, 900px);
  }

  .privacy-content {
    padding: 25px 20px;
  }

  .privacy-content h2 {
    font-size: 22px;
  }

  .privacy-content p {
    font-size: 14px;
  }
}
.brand-logo {
  width: 92px;
  height: 72px;
  object-fit: contain;
  display: block;
}
/* =========================================================
   ÜBER UNS
   ========================================================= */

.about-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: var(--sand);
}

.about-hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  height: 100%;
  overflow: hidden;
}

.about-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    var(--sand) 0%,
    var(--sand) 35%,
    rgba(245, 241, 232, 0.85) 48%,
    rgba(245, 241, 232, 0) 72%
  );
}

.about-hero-content {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 90px 0;
}

.about-hero-content h1 {
  color: var(--moss);
  font-size: clamp(52px, 6vw, 78px);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 25px;
}

.about-hero-content p {
  max-width: 500px;
  color: #60615c;
  font-size: 17px;
  line-height: 1.7;
}


/* =========================================================
   GESCHICHTE
   ========================================================= */

.about-story {
  background: var(--sand);
}

.about-story-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 70px;
}

.about-story-text h2 {
  color: var(--moss);
  font-size: clamp(42px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 25px;
}

.about-story-text p {
  max-width: 520px;
  color: #666761;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.about-story-image {
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 16 / 9;
}

.about-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.about-story-image:hover img {
  transform: scale(1.04);
}


/* =========================================================
   SECTION HEADING
   ========================================================= */

.centered {
  text-align: center;
}

.centered .eyebrow {
  margin-bottom: 12px;
}

.centered h2 {
  color: var(--moss);
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.03em;
}


/* =========================================================
   WERTE
   ========================================================= */

.values-section {
  background: #faf9f5;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.value-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 30px;
  background: #f9f7f1;
  border: 1px solid rgba(36, 75, 53, 0.12);
  border-radius: 14px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.07);
}

.value-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--moss);
  color: white;
  font-size: 20px;
  font-weight: 600;
}

.value-card h3 {
  color: var(--moss);
  font-size: 24px;
  margin-bottom: 10px;
}

.value-card p {
  color: #666761;
  font-size: 14px;
  line-height: 1.7;
}


/* =========================================================
   TEAM
   ========================================================= */

.team-section {
  background: var(--sand);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 50px;
}

.team-card {
  display: grid;
  grid-template-columns: 42% 58%;
  overflow: hidden;
  background: #faf9f5;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 14px;
  min-height: 310px;
}

.team-image {
  min-height: 310px;
  overflow: hidden;
}

.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-content {
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-content h3 {
  color: var(--moss);
  font-size: 29px;
  margin-bottom: 5px;
}

.team-role {
  display: block;
  color: var(--moss-soft);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.team-content p {
  color: #666761;
  font-size: 14px;
  line-height: 1.75;
}


/* =========================================================
   CALL TO ACTION
   ========================================================= */

.about-cta {
  padding: 80px 0;
  background: var(--moss);
  color: white;
}

.about-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.about-cta h2 {
  max-width: 700px;
  color: white;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.about-cta .primary-button {
  flex-shrink: 0;
  background: white;
  color: var(--moss);
}

.about-cta .primary-button:hover {
  background: #eee;
}




/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 900px) {

  .about-hero {
    min-height: 650px;
    align-items: flex-end;
  }

  .about-hero-image {
    width: 100%;
    height: 100%;
  }

  .about-hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(245, 241, 232, 0.15) 0%,
      rgba(245, 241, 232, 0.35) 35%,
      rgba(245, 241, 232, 0.96) 72%,
      var(--sand) 100%
    );
  }

  .about-hero-content {
    padding: 50px 0;
  }

  .about-story-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

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

  .about-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}


@media (max-width: 600px) {

  .about-hero-content {
    width: calc(100% - 32px);
  }

  .about-hero-content h1 {
    font-size: 50px;
  }

  .about-hero-content p {
    font-size: 15px;
  }

  .about-story-grid {
    gap: 30px;
  }

  .values-grid {
    margin-top: 35px;
  }

  .value-card {
    padding: 24px;
  }

  .team-card {
    grid-template-columns: 1fr;
  }

  .team-image {
    height: 280px;
    min-height: 0;
  }

  .team-content {
    padding: 28px 24px;
  }

  .about-cta {
    padding: 65px 0;
  }

  .about-cta-inner {
    gap: 30px;
  }
}