/* ═══════════════════════════════════════════════════════
   müller gartengestaltung — "Wo Paradiese wachsen"
   Botanisches Editorial. Creme · Waldgrün · müller-Grün.
   Elegante Serif, Bogen-Masken, viel Luft.
   ═══════════════════════════════════════════════════════ */

:root {
  --paper: #f3efe4;        /* warmes Naturpapier */
  --paper-2: #faf8f1;
  --forest: #1e3829;       /* tiefes Waldgrün */
  --forest-2: #26482f;
  --moss: #5d7a52;
  --leaf: #8cbf3f;         /* müller-Grün */
  --leaf-d: #6c9c2a;
  --ink: #1d271f;
  --ink-soft: #4f5a4d;
  --stone: #a7a08d;
  --line: #e0d9c8;
  --line-d: rgba(255,255,255,.16);

  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Inter', -apple-system, sans-serif;
  --wrap: 1240px;
  --pad: clamp(20px, 5vw, 60px);
  --sec: clamp(80px, 12vw, 170px);
  --e: cubic-bezier(.22,.7,.3,1);
  --arch: 50vw 50vw 6px 6px / 60vw 60vw 6px 6px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; background: var(--paper); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body { font-family: var(--sans); font-size: 17px; line-height: 1.75; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--leaf); color: var(--forest); }

h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.04; letter-spacing: -.015em; color: var(--ink); }
h1 { font-size: clamp(52px, 9vw, 124px); font-weight: 300; }
h2 { font-size: clamp(33px, 5vw, 64px); }
h3 { font-size: clamp(26px, 3vw, 38px); }
em { font-style: italic; color: var(--leaf-d); }
.it { font-style: italic; font-weight: 400; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--pad); }
.i { width: 1em; height: 1em; display: inline-block; vertical-align: -.14em; }

.kick { display: inline-flex; align-items: center; gap: 11px; font-family: var(--sans); font-size: 13px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--moss); margin-bottom: 22px; }
.kdot { width: 7px; height: 7px; border-radius: 50%; background: var(--leaf); flex-shrink: 0; }
.kick-light { color: rgba(255,255,255,.7); }
.kick-light .kdot { background: var(--leaf); }
.centerk { justify-content: center; }
.sec-head { max-width: 760px; margin-bottom: clamp(44px, 6vw, 76px); }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 11px; font-family: var(--sans); font-weight: 600; font-size: 15.5px; padding: 15px 30px; border-radius: 100px; border: 1.5px solid transparent; cursor: pointer; transition: all .25s var(--e); }
.btn .i { width: 18px; height: 18px; }
.btn-leaf { background: var(--leaf); color: var(--forest); }
.btn-leaf:hover { background: var(--leaf-d); color: #fff; transform: translateY(-2px); box-shadow: 0 16px 32px -14px rgba(108,156,42,.7); }
.btn-clear { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.btn-clear:hover { background: rgba(255,255,255,.12); border-color: #fff; }

/* NAV */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 80; display: flex; align-items: center; gap: 26px; padding: 18px var(--pad); transition: background .35s var(--e), padding .35s, box-shadow .35s; }
.nav.scrolled { background: rgba(243,239,228,.9); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); padding-top: 11px; padding-bottom: 11px; box-shadow: 0 6px 30px -18px rgba(30,56,41,.5); }
.brand img { height: 46px; width: auto; transition: filter .35s; }
.nav::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(18,30,21,.55), rgba(18,30,21,0)); opacity: 0; transition: opacity .35s var(--e); z-index: -1; pointer-events: none; }
.nav:not(.scrolled)::before { opacity: 1; }
.nav:not(.scrolled) .brand img { filter: brightness(0) invert(1); }   /* weiß über Hero */
.nav:not(.scrolled) .nav-links a { text-shadow: 0 1px 14px rgba(0,0,0,.45); }
.nav-links { display: flex; gap: 6px; flex: 1; justify-content: center; }
.nav-links a { font-size: 15px; font-weight: 500; color: #fff; padding: 8px 15px; border-radius: 100px; transition: color .25s, background .25s; }
.nav.scrolled .nav-links a { color: var(--ink-soft); }
.nav-links a:hover { color: var(--leaf-d); }
.nav.scrolled .nav-links a.active { color: var(--forest); background: rgba(140,191,63,.16); }
.nav-cta { font-size: 14.5px; font-weight: 600; color: var(--forest); background: var(--leaf); padding: 11px 22px; border-radius: 100px; transition: background .25s, transform .2s; white-space: nowrap; }
.nav-cta:hover { background: #fff; transform: translateY(-1px); }

/* HERO */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; padding: 130px var(--pad) clamp(54px, 9vh, 110px); }
.hero-bg { position: absolute; top: -7%; left: 0; right: 0; height: 114%; will-change: transform; }
.hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.5s var(--e); }
.hero-slide.is-active { opacity: 1; animation: kenburns 7.5s ease-out both; }
@keyframes kenburns { from { transform: scale(1.04); } to { transform: scale(1.11); } }
.noanim .hero-slide.is-active { animation: none; }
.hero-dots { position: absolute; z-index: 3; left: 50%; transform: translateX(-50%); bottom: clamp(54px, 9vh, 110px); display: flex; gap: 9px; }
.hero-dots button { width: 26px; height: 3px; padding: 0; border: 0; border-radius: 2px; background: rgba(255,255,255,.45); cursor: pointer; transition: background .35s var(--e), transform .35s var(--e); }
.hero-dots button.on { background: #fff; transform: scaleY(1.8); }
.hero-veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,34,24,.42) 0%, rgba(20,34,24,.15) 38%, rgba(20,34,24,.72) 100%); }
.hero-in { position: relative; z-index: 2; max-width: var(--wrap); margin: 0 auto; width: 100%; }
.hero h1 { color: #fff; margin-bottom: 26px; text-shadow: 0 2px 40px rgba(0,0,0,.3); }
.hero-sub { color: rgba(255,255,255,.92); font-size: clamp(18px, 1.9vw, 22px); max-width: 540px; line-height: 1.6; margin-bottom: 38px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.kick-on-img { color: rgba(255,255,255,.92); }
.hero-mark { position: absolute; z-index: 2; right: var(--pad); bottom: clamp(54px, 9vh, 110px); text-align: right; color: rgba(255,255,255,.9); display: flex; flex-direction: column; line-height: 1.2; }
.hero-mark span { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; opacity: .8; }
.hero-mark strong { font-family: var(--serif); font-weight: 300; font-size: 60px; line-height: 1; color: var(--leaf); }

/* INTRO */
.intro { padding: var(--sec) 0; }
.intro-grid { display: grid; grid-template-columns: .82fr 1fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.intro-arch { position: relative; }
.arch { border-radius: var(--arch); overflow: hidden; aspect-ratio: 4/5; box-shadow: 0 40px 80px -40px rgba(30,56,41,.5); }
.arch img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--e); }
.intro-arch:hover .arch img { transform: scale(1.05); }
.arch-cap { position: absolute; left: -14px; bottom: 28px; background: var(--paper-2); color: var(--moss); font-size: 12.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; padding: 9px 18px; border-radius: 100px; box-shadow: 0 12px 26px -14px rgba(30,56,41,.4); }
.intro-copy h2 { margin: 8px 0 24px; }
.lead { font-size: clamp(17px, 1.5vw, 19.5px); color: var(--ink-soft); max-width: 540px; }
.signature { font-family: var(--serif); font-style: italic; font-size: 18px; color: var(--moss); margin-top: 28px; }

/* LEISTUNGEN */
.leist { padding: var(--sec) 0; background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.rows { display: flex; flex-direction: column; gap: clamp(56px, 8vw, 120px); }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 88px); align-items: center; }
.row-media { position: relative; }
.ph-frame { overflow: hidden; aspect-ratio: 5/4; border-radius: 8px; box-shadow: 0 36px 70px -42px rgba(30,56,41,.55); }
.ph-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--e); }
.row:hover .ph-frame img { transform: scale(1.05); }
.row-rev .row-media { order: 2; }
.row-no { font-family: var(--serif); font-style: italic; font-size: 26px; color: var(--leaf-d); display: block; margin-bottom: 8px; }
.row-body h3 { margin-bottom: 16px; }
.row-body p { color: var(--ink-soft); max-width: 480px; }
.row-tags { list-style: none; display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.row-tags li { font-size: 13.5px; font-weight: 500; color: var(--moss); border: 1px solid var(--line); background: var(--paper); padding: 7px 16px; border-radius: 100px; }

/* JAHRESLAUF */
.jahr { padding: var(--sec) 0; background: var(--forest); color: #fff; }
.jahr h2 { color: #fff; }
.seasons { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2vw, 26px); max-width: 1360px; margin: 0 auto; padding: 0 var(--pad); }
.season { display: flex; flex-direction: column; }
.season-img { overflow: hidden; border-radius: 200px 200px 10px 10px; aspect-ratio: 3/4.4; }
.season-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.3s var(--e); }
.season:hover .season-img img { transform: scale(1.07); }
.season figcaption { padding: 22px 6px 0; }
.s-no { display: block; font-family: var(--serif); font-style: italic; font-size: 25px; color: var(--leaf); margin-bottom: 8px; }
.season p { font-size: 14.5px; color: rgba(255,255,255,.72); line-height: 1.6; }

/* PROJEKTE */
.projekte { padding: var(--sec) 0; }
.gal { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: clamp(140px, 15vw, 220px); gap: clamp(14px, 1.6vw, 22px); }
.gal figure { overflow: hidden; border-radius: 8px; }
.gal img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--e); }
.gal figure:hover img { transform: scale(1.06); }
.g1 { grid-column: span 4; grid-row: span 2; }
.g2 { grid-column: span 2; grid-row: span 1; }
.g3 { grid-column: span 2; grid-row: span 1; }
.g4 { grid-column: span 2; grid-row: span 1; }
.g5 { grid-column: span 2; grid-row: span 1; }
.g6 { grid-column: span 2; grid-row: span 1; }
.g7 { grid-column: span 3; grid-row: span 1; }
.g8 { grid-column: span 3; grid-row: span 1; }

/* VERSPRECHEN */
.promise { padding: clamp(90px,13vw,180px) 0; background: var(--paper-2); border-top: 1px solid var(--line); }
.promise-in { text-align: center; max-width: 960px; }
.pr-leaf { width: 40px; height: 40px; color: var(--leaf); margin: 0 auto 26px; display: block; }
.promise blockquote { font-family: var(--serif); font-weight: 300; font-size: clamp(28px, 4.6vw, 60px); line-height: 1.18; color: var(--forest); letter-spacing: -.015em; }
.pr-by { font-family: var(--serif); font-style: italic; color: var(--moss); margin-top: 26px; font-size: 18px; }

/* KONTAKT */
.kontakt { padding: var(--sec) 0; background: var(--forest); color: #fff; }
.k-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 6vw, 84px); align-items: center; }
.kontakt h2 { color: #fff; margin: 6px 0 20px; }
.kontakt h2 em { color: var(--leaf); }
.k-left p { color: rgba(255,255,255,.78); max-width: 430px; margin-bottom: 32px; }
.k-card { background: var(--forest-2); border: 1px solid var(--line-d); border-radius: 16px; overflow: hidden; }
.kr { display: flex; align-items: center; gap: 18px; padding: 26px clamp(22px,3vw,32px); border-bottom: 1px solid var(--line-d); transition: background .25s; }
.kr:last-child { border-bottom: none; }
.kr:hover { background: rgba(255,255,255,.04); }
.kr .i { width: 24px; height: 24px; color: var(--leaf); flex-shrink: 0; }
.kr span { display: flex; flex-direction: column; font-size: 17px; font-weight: 500; color: #fff; }
.kr i { font-style: normal; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 4px; }

/* FOOTER */
.foot { background: var(--forest); color: rgba(255,255,255,.75); padding: 0 0 36px; border-top: 1px solid var(--line-d); }
.foot-in { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 18px; padding-top: clamp(50px,6vw,72px); }
.foot-logo { height: 50px; filter: brightness(0) invert(1); opacity: .95; }
.foot-claim { font-family: var(--serif); font-style: italic; font-size: clamp(22px, 3vw, 32px); color: var(--leaf); }
.foot-legal { display: flex; justify-content: space-between; width: 100%; max-width: 820px; margin-top: 16px; padding-top: 24px; border-top: 1px solid var(--line-d); font-size: 13px; color: rgba(255,255,255,.5); flex-wrap: wrap; gap: 8px; }
.foot-credit a { color: rgba(255,255,255,.7); } .foot-credit a:hover { color: var(--leaf); }

/* REVEAL */
.js .reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s var(--e), transform .9s var(--e); }
.js .reveal.in { opacity: 1; transform: none; }

/* RESPONSIVE */
@media (max-width: 940px) {
  .nav-links { display: none; }
  .intro-grid { grid-template-columns: 1fr; gap: 40px; }
  .intro-arch { max-width: 440px; }
  .row, .row-rev { grid-template-columns: 1fr; gap: 26px; }
  .row-rev .row-media { order: 0; }
  .k-grid { grid-template-columns: 1fr; gap: 34px; }
  .seasons { grid-template-columns: repeat(2, 1fr); gap: 18px 14px; max-width: 620px; }
  .gal { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .g1 { grid-column: span 2; grid-row: span 2; }
  .g2, .g3, .g4, .g5, .g6, .g7, .g8 { grid-column: span 1; grid-row: span 1; }
}
@media (max-width: 540px) {
  .hero-mark { display: none; }
  .hero-dots { display: none; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { justify-content: center; }
  .seasons { grid-template-columns: 1fr; max-width: 360px; }
  .season-img { aspect-ratio: 4/3.4; border-radius: 160px 160px 8px 8px; }
  .gal { grid-template-columns: 1fr; grid-auto-rows: 200px; }
  .g1 { grid-row: span 1; }
  .foot-legal { justify-content: center; text-align: center; }
}
