@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/inter-v20-latin-300.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-v20-latin-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/inter-v20-latin-700.woff2") format("woff2");
}

:root {
  --ink: #17130f;
  --paper: #fffdf8;
  --soft: #f4efe6;
  --line: #ded4c2;
  --muted: #6f665b;
  --gold: #b99335;
  --green: #2f5f50;
  --rose: #a95f52;
  --shadow: 0 24px 70px rgba(23, 19, 15, 0.14);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

.js-lightbox-image {
  cursor: zoom-in;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 20px;
  top: -80px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--paper);
  text-decoration: none;
}

.skip-link:focus {
  top: 20px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 clamp(20px, 5vw, 70px);
  background: rgba(255, 253, 248, 0.88);
  border-bottom: 1px solid rgba(222, 212, 194, 0.65);
  backdrop-filter: blur(18px);
}

.brand,
.footer-brand {
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.desktop-nav a {
  text-decoration: none;
  color: var(--muted);
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--ink);
}

.imprint-pill {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.imprint-pill:hover,
.imprint-pill:focus-visible {
  border-color: var(--gold);
  outline: none;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 9px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
  transition: transform 220ms ease, opacity 220ms ease;
}

.menu-button[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-button[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-button[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  inset: 76px 0 auto 0;
  z-index: 35;
  display: grid;
  gap: 2px;
  padding: 20px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  transform: translateY(-120%);
  transition: transform 260ms ease;
}

.mobile-nav.active {
  transform: translateY(0);
}

.mobile-backdrop {
  position: fixed;
  inset: 76px 0 0 0;
  z-index: 30;
  display: none;
  background: rgba(23, 19, 15, 0.22);
}

.mobile-backdrop.active {
  display: block;
}

.mobile-nav a {
  padding: 14px 0;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid var(--line);
}

.section-pad {
  padding: clamp(74px, 11vw, 132px) clamp(20px, 5vw, 70px);
}

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: clamp(34px, 7vw, 90px);
  max-width: 1380px;
  margin: 0 auto;
  padding-top: 112px;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(3rem, 6.3vw, 5.9rem);
  font-weight: 300;
  line-height: 1.02;
  overflow-wrap: normal;
  hyphens: auto;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 4.25rem);
  font-weight: 300;
  line-height: 1.05;
  overflow-wrap: normal;
  hyphens: auto;
}

h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.15;
  overflow-wrap: normal;
  hyphens: auto;
}

p {
  overflow-wrap: anywhere;
}

.lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
}

.hero-subtitle {
  margin: 18px 0 0;
  color: var(--gold);
  font-size: clamp(1.55rem, 3.15vw, 2.75rem);
  font-weight: 400;
  line-height: 1.18;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 200ms ease, background 200ms ease, color 200ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--ink);
  color: var(--paper);
}

.button.ghost {
  background: transparent;
}

.hero-media {
  position: relative;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: -18px 18px 18px -18px;
  border: 1px solid var(--gold);
  z-index: -1;
}

.hero-media img,
.feature-image img,
.image-strip img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 48px);
  background: rgba(10, 8, 6, 0.92);
  cursor: zoom-out;
}

.lightbox.active {
  display: flex;
}

.lightbox img {
  max-width: min(1120px, 94vw);
  max-height: 84vh;
  object-fit: contain;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 253, 248, 0.28);
  border-radius: 6px;
  background: rgba(255, 253, 248, 0.12);
  color: var(--paper);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.lightbox-close:hover,
.lightbox-close:focus-visible {
  border-color: var(--gold);
  outline: none;
}

.back-to-top {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 60;
  min-height: 44px;
  padding: 11px 15px;
  border: 1px solid rgba(23, 19, 15, 0.18);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.92);
  color: var(--ink);
  box-shadow: 0 16px 44px rgba(23, 19, 15, 0.16);
  backdrop-filter: blur(14px);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 220ms ease, transform 220ms ease, border-color 220ms ease;
}

.back-to-top::before {
  content: "↑";
  margin-right: 8px;
  color: var(--gold);
  font-size: 1rem;
  line-height: 1;
}

.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  border-color: var(--gold);
  outline: none;
}

.intro-band {
  background: var(--ink);
  color: var(--paper);
  padding: clamp(70px, 11vw, 128px) clamp(20px, 5vw, 70px);
}

.intro-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.intro-inner p:last-child {
  max-width: 840px;
  margin: 26px 0 0;
  color: rgba(255, 253, 248, 0.76);
  font-size: clamp(1.05rem, 2vw, 1.42rem);
}

.story-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.story-card {
  min-height: 300px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  background: #fffaf1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.story-card:nth-child(2) {
  background: #f2f6f1;
}

.story-card:nth-child(3) {
  background: #fbf0ec;
}

.card-number {
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.story-card p {
  margin: 28px 0 0;
  color: var(--muted);
}

.split-feature {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: center;
}

.feature-copy p:not(.eyebrow) {
  max-width: 700px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.image-strip {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: clamp(12px, 2vw, 24px);
  padding: 0 clamp(20px, 5vw, 70px);
  max-width: 1380px;
  margin: 0 auto;
}

.image-strip img:nth-child(2) {
  margin-top: 54px;
}

.quote-section {
  text-align: center;
}

blockquote {
  max-width: 900px;
  margin: 0 auto;
}

blockquote p {
  margin: 0;
  font-size: clamp(2.2rem, 5.5vw, 5.6rem);
  font-weight: 300;
  line-height: 1.04;
}

blockquote cite {
  display: block;
  margin-top: 22px;
  color: var(--gold);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.reach-section {
  background: var(--ink);
  color: var(--paper);
}

.reach-copy,
.reach-grid,
.reach-note {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.reach-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.82fr);
  gap: clamp(28px, 6vw, 74px);
  align-items: end;
}

.reach-copy p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 253, 248, 0.72);
  font-size: 1.06rem;
}

.reach-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 46px;
}

.reach-item {
  min-height: 190px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(255, 253, 248, 0.16);
  background: rgba(255, 253, 248, 0.055);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.reach-item strong {
  color: var(--gold);
  font-size: clamp(2.1rem, 4.2vw, 4.5rem);
  font-weight: 300;
  line-height: 0.95;
  white-space: nowrap;
}

.reach-item span {
  color: rgba(255, 253, 248, 0.76);
  font-size: 0.95rem;
}

.reach-note {
  margin-top: 18px;
  color: rgba(255, 253, 248, 0.48);
  font-size: 0.86rem;
}

.faq-section {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 76px);
}

.section-heading {
  position: sticky;
  top: 110px;
  align-self: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  background: #fffaf1;
  padding: 20px 22px;
}

summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 1.08rem;
}

details p {
  margin: 16px 0 0;
  color: var(--muted);
}

.follow-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  gap: clamp(30px, 7vw, 90px);
  align-items: center;
  background: var(--soft);
}

.follow-copy {
  max-width: 780px;
}

.follow-copy p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.06rem;
}

.social-panel {
  display: grid;
  gap: 14px;
}

.social-panel a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 84px;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--paper);
  text-decoration: none;
  transition: transform 200ms ease, border-color 200ms ease;
}

.social-panel a:hover,
.social-panel a:focus-visible {
  transform: translateX(4px);
  border-color: var(--gold);
}

.social-panel span {
  color: var(--muted);
}

.social-panel strong {
  font-size: 1.05rem;
}

.cooperation-section {
  background: var(--paper);
}

.cooperation-card {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  align-items: stretch;
  padding: clamp(30px, 6vw, 58px);
  border: 1px solid var(--line);
  background: #fffaf1;
}

.cooperation-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(4px, 2vw, 22px);
}

.cooperation-column + .cooperation-column {
  border-left: 1px solid var(--line);
  padding-left: clamp(26px, 4vw, 46px);
}

.cooperation-column p:not(.eyebrow) {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 1.06rem;
}

.cooperation-column .button {
  margin-top: auto;
}

.site-footer {
  padding: 54px clamp(20px, 5vw, 70px);
  text-align: center;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.footer-brand {
  margin: 0 0 12px;
  color: var(--ink);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 22px;
  font-size: 0.9rem;
}

.footer-links a {
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--ink);
}

.simple-page {
  max-width: 880px;
  margin: 0 auto;
  padding: 130px 24px 90px;
}

.simple-page h1 {
  font-size: clamp(2.5rem, 7vw, 4.8rem);
}

.simple-page h2 {
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
}

.simple-page p,
.simple-page li {
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 120ms;
}

.delay-2 {
  transition-delay: 220ms;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

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

  .imprint-pill {
    display: inline-flex;
    margin-left: auto;
    margin-right: 8px;
  }

  .menu-button {
    display: block;
  }

  .hero,
  .split-feature,
  .reach-copy,
  .faq-section,
  .follow-section,
  .cooperation-card {
    grid-template-columns: 1fr;
  }

  .cooperation-column + .cooperation-column {
    border-left: 0;
    border-top: 1px solid var(--line);
    margin-top: 28px;
    padding-top: 30px;
    padding-left: clamp(4px, 2vw, 22px);
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    max-width: 540px;
  }

  .section-heading {
    position: static;
  }

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

  .reach-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-card {
    min-height: 230px;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 68px;
  }

  .mobile-nav {
    inset: 68px 0 auto 0;
  }

  .mobile-backdrop {
    inset: 68px 0 0 0;
  }

  .section-pad {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    padding-top: 100px;
  }

  h1 {
    font-size: clamp(2.45rem, 11.5vw, 3.45rem);
    line-height: 1.06;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .image-strip {
    grid-template-columns: 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .reach-item {
    min-height: 150px;
  }

  .image-strip img:nth-child(2) {
    margin-top: 0;
  }

  .social-panel a {
    align-items: flex-start;
    flex-direction: column;
  }

  .back-to-top {
    right: 14px;
    bottom: 14px;
    min-height: 42px;
    padding: 10px 12px;
  }

  .back-to-top span {
    display: none;
  }

  .back-to-top::before {
    margin-right: 0;
  }
}
