@font-face {
  font-display: swap;
  font-family: "Inter";

  font-style: normal;

  font-weight: 400;

  src: url(../../assets/fonts/schrift-1.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Inter";

  font-style: normal;

  font-weight: 500;

  src: url(../../assets/fonts/schrift-2.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Caveat";

  font-style: normal;

  font-weight: 400;

  src: url(../../assets/fonts/schrift-3.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Saira Semi Condensed";

  font-style: normal;

  font-weight: 400;

  src: url(../../assets/fonts/schrift-4.woff2) format("woff2");
}

:root {
  --green: #023f17;
  --sage: #7b9a8f;
  --paper: #eae9e2;
  --ink: #161816;
  --line: #a1b3a4;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

p,
h1,
h2,
h3 {
  margin: 0;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--sage);
  outline-offset: 6px;
}

.wrap {
  width: min(1160px, calc(100% - 64px));
  margin-inline: auto;
}

.script {
  font-family: Caveat, cursive;
  color: var(--sage);
  font-weight: 400;
}

.skip {
  position: fixed;
  top: -100px;
  left: 10px;
  background: white;
  padding: 15px;
  z-index: 20;
}

.skip:focus {
  top: 10px;
}

.header {
  height: 103px;
  background: var(--paper);
  box-shadow: 3px 3px 7px #0003;
  position: relative;
  z-index: 5;
}

.header .wrap {
  width: var(--header-content-width, min(1480px, calc(100% - 64px)));
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  width: 192px;
  flex: none;
}

.brand img {
  width: 100%;
  height: 73px;
  object-fit: contain;
}

.nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 64px;
  color: var(--green);
  font-size: 12px;
  text-transform: uppercase;
}

.nav a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.nav .menu-link {
  border: 1px solid #72947b;
  border-radius: 8px;
  padding: 6px 20px;
  font-size: 14px;
  text-transform: none;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--green);
  background: none;
  padding: 8px 12px;
  border-radius: 4px;
  color: var(--green);
}

.hero {
  height: 845px;
  background: #040802;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 12px 25px #0003;
  position: relative;
  color: white;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  pointer-events: none;
}

.drawer-top,
.nav-backdrop {
  display: none;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(4, 8, 2, 0.72),
    rgba(4, 8, 2, 0.2) 65%,
    transparent
  );
  z-index: -1;
  pointer-events: none;
}

.hero .wrap {
  padding-top: 150px;
}

.hero h1 {
  font-family: "Saira Semi Condensed", Arial, sans-serif;
  font-weight: 400;
  font-size: 100px;
  line-height: 1;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
  color: var(--sage);
}

.hero .tagline {
  font-size: 18px;
  letter-spacing: 0.7px;
  margin-top: 35px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  font-size: 20px;
  color: var(--green);
  text-transform: uppercase;
}

.text-link span {
  border-bottom: 1px solid var(--line);
  padding-bottom: 6px;
}

.arrow {
  width: 64px;
  height: 18px;
  object-fit: contain;
}

.hero .text-link {
  margin-top: 88px;
  color: #fff;
  font-weight: 400;
}

.hero .arrow {
  filter: grayscale(1) brightness(2);
}

.about {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  isolation: isolate;
  min-height: 315px;
}

.about .wrap {
  grid-area: 1/1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 110px;
  padding-block: 74px 28px;
  z-index: 1;
}

.about h2 {
  font-size: 36px;
  line-height: 1.23;
  font-weight: 400;
}

.about h2 .script {
  font-size: 48px;
  white-space: nowrap;
}

.about p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 18px;
}

.about .text-link {
  margin-top: 0;
}

.leaf {
  position: relative;
  grid-area: 1/1;
  align-self: end;
  width: 366px;
  height: 562px;
  object-fit: contain;
  margin-block: -247px -145px;
  pointer-events: none;
  z-index: 0;
}

.bowls {
  background: var(--paper);
  padding: 45px 0 86px;
  min-height: 781px;
}

.section-heading {
  text-align: center;
}

.eyebrow {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.section-heading h2 {
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2;
}

.section-heading h2 .script {
  color: #285d2d;
  font-size: 62px;
  margin-left: 12px;
  letter-spacing: 1px;
}

.section-heading .subheading {
  font-size: 14px;
  margin-top: 17px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 110px;
  margin-top: 118px;
}

.step {
  position: relative;
  min-width: 0;
}

.step .visual {
  height: 218px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.number {
  font-family: Caveat, cursive;
  font-size: 64px;
  color: var(--green);
  line-height: 1;
}

.bowl {
  height: 214px;
  width: 205px;
  object-fit: contain;
}

.step h3 {
  font-size: 20px;
  color: var(--green);
  font-weight: 400;
  margin-top: 15px;
}

.step p {
  font-size: 14px;
  line-height: 1.45;
  margin-top: 14px;
}

.step > .arrow {
  position: absolute;
  right: -72px;
  bottom: 34px;
  width: 92px;
}

.center {
  text-align: center;
}

.outline-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  border: 1px solid var(--line);
  padding: 13px 20px;
  color: #497852;
  font-size: 20px;
  text-transform: uppercase;
}

.outline-link:hover {
  background: #d8ded4;
}

.bowls .outline-link {
  margin-top: 80px;
  min-width: 349px;
}

.coffee {
  display: grid;
  grid-template-columns: 54.4% 45.6%;
  min-height: 345px;
}

.coffee > video {
  display: block;
  min-width: 0;
  width: 100%;
  height: 345px;
  object-fit: cover;
  object-position: center;
}

.coffee-copy {
  padding: 65px 60px 40px 82px;
}

.coffee h2 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
}

.coffee h2 span {
  color: var(--green);
}

.coffee p {
  max-width: 350px;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 20px;
}

.visit {
  min-height: 440px;
  background: url("../../assets/bild-6.webp") center 65% / cover;
}

.visit .wrap {
  padding: 68px 0 32px;
}

.visit h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 28px;
}

.visit h2 span {
  color: var(--green);
}

.visit-row {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 14px;
}

.visit-row img {
  object-fit: contain;
}

.visit .outline-link {
  margin-top: 55px;
  min-width: 305px;
  background: #ffffff30;
}

.footer {
  position: relative;
  isolation: isolate;
  background: var(--paper);
  padding: 65px 0 30px;
  font-size: 10px;
  overflow: hidden;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.65fr 0.9fr 1.05fr 1.2fr 1.1fr;
  gap: 36px;
}

.footer-brand img {
  width: 172px;
  height: 106px;
  object-fit: contain;
  margin-top: -13px;
  margin-bottom: 12px;
}

.footer-brand p {
  max-width: 205px;
  line-height: 1.5;
}

.footer-column {
  border-left: 1px solid #d2d6cc;
  padding-left: 38px;
}

.footer summary {
  font-size: 10px;
  font-weight: 500;
  margin: 6px 0 30px;
}

.footer summary:after {
  content: "";
  display: block;
  width: 30px;
  border-bottom: 1px solid var(--sage);
  margin-top: 8px;
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2.2;
}

.footer p {
  line-height: 1.8;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-column p + p {
  margin-top: 18px;
}

.social-link {
  display: inline-block;
  border: 1px solid var(--line);
  padding: 4px 6px;
  margin-top: 15px;
  font-size: 9px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d2d6cc;
  margin-top: 32px;
  padding-top: 18px;
  gap: 20px;
}

.legal {
  display: flex;
  gap: 30px;
}

.footer-leaf {
  position: absolute;
  bottom: 24px;
  left: -72px;
  width: 250px;
  height: auto;
  z-index: -1;
  pointer-events: none;
}

.hero h1 {
  animation: appear 2.3s both;
}

.hero h1 span {
  animation: appear 2.3s 0.59s both;
}

.tagline {
  animation: appear 1.7s 1.17s both;
}

@keyframes appear {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *:before,
  *:after {
    animation: none !important;
  }
}

@media (min-width: 1600px) {
  .hero {
    height: min(845px, calc(100vh - 103px));
    min-height: 650px;
  }
}

@media (max-width: 1100px) {
  .nav {
    gap: 26px;
  }

  .steps {
    gap: 55px;
  }

  .step > .arrow {
    right: -42px;
    width: 45px;
  }

  .about .wrap {
    gap: 55px;
  }

  .coffee-copy {
    padding: 45px;
  }

  .coffee h2 {
    font-size: 32px;
  }

  .footer-grid {
    gap: 20px;
  }

  .footer-column {
    padding-left: 20px;
  }

  .step .visual {
    gap: 5px;
  }

  .number {
    font-size: 50px;
  }

  .bowl {
    width: 70%;
  }
}

.footer-leaf {
  mix-blend-mode: multiply;
  z-index: 0;
}

.footer .wrap {
  position: relative;
  z-index: 1;
}

.footer-brand img,
.brand img,
.visit-row img {
  mix-blend-mode: multiply;
}

.leaf {
  margin-bottom: -145px;
}

.bowls .steps {
  margin-top: 100px;
}

.bowls .outline-link {
  margin-top: 65px;
}

/* Shared HTML: desktop navigation and permanently expanded footer columns. */
.logo-part {
  display: none;
}
.footer summary {
  list-style: none;
  cursor: default;
  pointer-events: none;
}
.footer summary::-webkit-details-marker {
  display: none;
}
.social-icons {
  display: none;
}
.outline-link span {
  white-space: nowrap;
}
.about {
  overflow: clip;
}
.hero .arrow {
  filter: brightness(0) invert(1);
}
@media (min-width: 761px) and (max-width: 1100px) {
  .nav {
    gap: 20px;
  }
  .brand {
    width: 155px;
  }
  .steps {
    gap: 45px;
  }
  .step > .arrow {
    right: -40px;
    width: 45px;
  }
  .step .visual {
    gap: 5px;
  }
  .number {
    font-size: 45px;
  }
  .bowl {
    max-width: 75%;
  }
  .coffee-copy {
    padding: 45px 30px;
  }
  .coffee h2 {
    font-size: 30px;
  }
  .footer-grid {
    gap: 16px;
  }
  .footer-column {
    padding-left: 15px;
  }
  .about .wrap {
    column-gap: 45px;
  }
  .about h2 {
    font-size: 30px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* Home: Schriftgrößen entsprechend der Über-uns-Seite. */
body:not(.about-page) .hero h1 { font-size:100px; line-height:1.035; }
body:not(.about-page) .about h2,
body:not(.about-page) .section-heading h2,
body:not(.about-page) .coffee h2,
body:not(.about-page) .visit h2 {
  font-size:50px;
  line-height:1.2;
  font-weight:500;
}

.header .nav > a {
  white-space: nowrap;
  flex-shrink: 0;
}

@media (min-width: 1101px) {
  .header .nav {
    flex: 0 1 auto;
    max-width: none;
    justify-content: flex-end;
    gap: 32px;
  }
}
body:not(.about-page) .about h2 .script,
body:not(.about-page) .section-heading h2 .script {
  font-size:50px;
  line-height:1.2;
}
body:not(.about-page) .about p,
body:not(.about-page) .coffee p,
body:not(.about-page) .step p,
body:not(.about-page) .visit-row p {
  font-size:18px;
  line-height:1.3;
}
body:not(.about-page) .eyebrow { font-size:20px; }
body:not(.about-page) .section-heading .subheading { font-size:18px; line-height:1.3; }
body:not(.about-page) .step h3 { font-size:22px; line-height:1.2; font-weight:600; }
body:not(.about-page) .footer { font-size:12px; }
@media (min-width:761px) and (max-width:1500px) {
  body:not(.about-page) .hero h1 { font-size:90px; }
  body:not(.about-page) .about h2,
  body:not(.about-page) .section-heading h2,
  body:not(.about-page) .coffee h2,
  body:not(.about-page) .visit h2,
  body:not(.about-page) .about h2 .script,
  body:not(.about-page) .section-heading h2 .script { font-size:36px; }
  body:not(.about-page) .about p,
  body:not(.about-page) .coffee p,
  body:not(.about-page) .step p,
  body:not(.about-page) .visit-row p,
  body:not(.about-page) .section-heading .subheading { font-size:16px; }
  body:not(.about-page) .step h3 { font-size:18px; }
}
/* Gemeinsamer, beim Scrollen sichtbarer Header. */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
}
html { scroll-padding-top: 119px; }

/* Header und Hero teilen dieselbe linke und rechte Inhaltskante. */
.header .wrap,
.hero > .wrap {
  width: var(--header-content-width, min(1480px, calc(100% - 64px)));
  margin-inline: auto;
}
/* Tablet: Navigation ohne Überstand, gut lesbare Spalten. */
@media (min-width: 761px) and (max-width: 1100px) {
  .header .wrap { gap: 20px; }
  .header .nav { gap: clamp(12px, 1.8vw, 20px); }
  .header .nav > a { display: inline-flex; align-items: center; min-height: 44px; }
  .header .nav .menu-link { padding-inline: 14px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand p { max-width: 400px; }
  .footer-column { min-width: 0; padding-left: 20px; }
  .footer-column a { overflow-wrap: anywhere; }
  body:not(.about-page) .hero h1 { font-size: clamp(64px, 8vw, 88px); }
  body:not(.about-page) .coffee h2 { font-size: clamp(28px, 3.2vw, 36px); }
}

/* Navigation nach Figma 58667:920. */
.header {
  height: 118px;
  background: #eae9e2;
  box-shadow: 3px 3px 7px #00000040;
}
html { scroll-padding-top: 134px; }
@media (min-width: 1101px) {
  .header .nav {
    flex: 0 1 auto;
    max-width: none;
    margin-left: auto;
    justify-content: flex-end;
    gap: clamp(24px, 2.4vw, 46px);
    font-size: 14px;
    line-height: 1.5;
  }
  .header .nav .menu-link {
    margin-left: 0;
    min-width: 136px;
    min-height: 34px;
    padding: 4px 18px;
    border-color: var(--green);
    border-radius: 9px;
    font-size: 16px;
    text-align: center;
  }
}
@media (min-width: 761px) and (max-width: 1100px) {
  .header .nav .menu-link { border-color: var(--green); border-radius: 9px; }
}

@media (min-width: 1101px) {
  :root { --header-content-width: min(1400px, calc(100% - clamp(128px, 12vw, 240px))); }
}

/* Gemeinsame Inhaltskante von Navigation, Abschnitten und Footer. */
@media (min-width: 761px) {
  .wrap {
    width: var(--header-content-width, min(1480px, calc(100% - 64px)));
    margin-inline: auto;
  }
}

/* Kaffee: randloses Video mit 67 Prozent Breite. */
@media (min-width: 761px) {
  body:not(.about-page) .coffee {
    width: 100%;
    margin: 0;
    grid-template-columns: minmax(0, 67fr) minmax(0, 33fr);
    align-items: stretch;
  }
  body:not(.about-page) .coffee > video {
    height: 100%;
    min-height: 345px;
    object-fit: cover;
    align-self: stretch;
  }
  body:not(.about-page) .coffee-copy {
    min-width: 0;
    padding: 45px clamp(20px, 3vw, 60px);
  }
}

/* Kompakte Höhe unabhängig vom ursprünglichen Videoformat. */
@media (min-width: 761px) {
  body:not(.about-page) .coffee { position: relative; min-height: 360px; }
  body:not(.about-page) .coffee > video {
    position: absolute;
    inset: 0 auto 0 0;
    width: 67%;
    height: 100%;
    min-height: 0;
  }
  body:not(.about-page) .coffee-copy {
    grid-column: 2;
    padding-block: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 761px) {
  .header .nav > .nav-home-mobile { display: none; }
}

.about p { text-wrap: pretty; }
.about .about-intro-line { white-space: nowrap; text-wrap: nowrap; }

body:not(.about-page) .coffee-copy h2 { font-size: 40px; }

body:not(.about-page) .step h3 { font-weight: 400; }

/* Originalen Platz der Zahlen behalten, damit die Bowl-Bilder nicht wandern. */
.step .number { position: relative; }
.step .number-space { visibility: hidden; }
.step .number-value {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 60px;
  line-height: 1;
}

/* Pfeile an der Beschreibung ausrichten, unabhaengig von der Texthoehe. */
.step-detail { display: flex; align-items: flex-start; gap: 12px; }
.step-detail > p { flex: 0 1 auto; min-width: 0; }
.step-detail > .arrow {
  position: static;
  flex: 0 1 110px;
  width: clamp(72px, 8vw, 110px);
  min-width: 56px;
  height: auto;
  margin-top: 18px;
}
@media (min-width: 761px) and (max-width: 1100px) {
  .step h3 { min-height: 2.4em; }
  .step-detail { gap: 10px; }
  .step-detail > .arrow { flex-basis: 85px; width: 85px; }
}

.bowls .subheading span { white-space: nowrap; }

/* Pfeile mit etwas Luft im Zwischenraum der Schritte. */
.step-detail > .arrow {
  flex: 0 0 clamp(72px, 8vw, 110px);
  margin-left: auto;
  margin-right: -16px;
}
@media (min-width: 761px) and (max-width: 1100px) {
  .step-detail > .arrow { flex-basis: 85px; margin-right: -14px; }
}

body main span.script,
body:not(.about-page) main h2 span.script {
  font-size: 40px;
  line-height: 1.3;
}

body:not(.about-page) main .bowls .section-heading h2 span.script { font-size: 50px; }

/* Kaffee: mehr Platz fuer den Text und ein Blatt am rechten Rand. */
@media (min-width: 761px) {
  body:not(.about-page) .coffee {
    grid-template-columns: minmax(0, 60fr) minmax(0, 40fr);
    overflow: hidden;
  }
  body:not(.about-page) .coffee > video { width: 60%; }
  body:not(.about-page) .coffee-copy {
    position: relative;
    padding-left: clamp(24px, 2.2vw, 42px);
    padding-right: clamp(70px, 7vw, 135px);
  }
  .coffee-copy::after {
    content: "";
    position: absolute;
    right: -56px;
    bottom: 45px;
    width: 290px;
    height: 250px;
    background: url('../../assets/bild-16.webp') center / contain no-repeat;
    opacity: .65;
    transform: rotate(-170deg);
    pointer-events: none;
  }
}

.coffee-copy { isolation: isolate; }
.coffee-copy::after { z-index: -1; }
