/* ==========================================================================
   Alpha Private – Coming Soon
   ========================================================================== */

:root {
  /* Farbpalette */
  --green:     #18352F;
  --slate:     #4A5759;
  --sage:      #B0C4B1;
  --beige:     #DEDBD2;
  --black:     #191D1C;

  --green-deep: #122823;
  --beige-soft: #E8E6DF;
  --line-light: rgba(222, 219, 210, 0.22);
  --line-dark:  rgba(24, 53, 47, 0.18);

  /* Typografie */
  --font-sans:  "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --font-serif: "Cormorant Garamond", "Times New Roman", Georgia, serif;

  --gutter: clamp(1.25rem, 5vw, 4rem);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--black);
  background: var(--beige);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }

h1, h2, p { margin: 0; }

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* ---------- Grundelemente ---------- */

.eyebrow {
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 0.75rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--sage);
}
.eyebrow--dark { color: var(--green); }

.divider {
  display: block;
  width: 48px;
  height: 1px;
  margin: 1.75rem auto;
  background: var(--sage);
  opacity: 0.7;
}
.divider--dark { background: var(--green); opacity: 0.35; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.8rem;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 0.6875rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: background-color .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease);
}
.btn--small { padding: 0.65rem 1.1rem; font-size: 0.625rem; }

.btn--outline { color: var(--beige); border-color: var(--line-light); background: transparent; }
.btn--outline:hover { background: var(--beige); color: var(--green); border-color: var(--beige); }

.btn--sage { color: var(--green); background: var(--sage); border-color: var(--sage); }
.btn--sage:hover { background: var(--beige); border-color: var(--beige); }

.btn--dark { color: var(--green); border-color: var(--green); background: transparent; }
.btn--dark:hover { background: var(--green); color: var(--beige); }

.btn:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 1px solid var(--sage);
  outline-offset: 3px;
}

/* ---------- Logo ---------- */

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  color: var(--beige);
}
.brand__mark { width: 30px; height: auto; aspect-ratio: 124 / 92.09; fill: var(--beige); }
.brand__name {
  font-weight: 300;
  font-size: 0.75rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--beige);
}
.logo__mark {
  width: clamp(72px, 9vw, 104px);
  height: auto;
  aspect-ratio: 124 / 92.09;
  fill: var(--beige);
  margin-bottom: 1.4rem;
}
.logo__name {
  font-weight: 300;
  font-size: clamp(1.25rem, 2.6vw, 1.75rem);
  letter-spacing: 0.38em;
  margin-right: -0.38em; /* optischer Ausgleich für das Tracking */
  text-transform: uppercase;
  line-height: 1.2;
}
.logo__claim {
  margin-top: 0.7rem;
  font-weight: 300;
  font-size: 0.625rem;
  letter-spacing: 0.34em;
  margin-right: -0.34em;
  text-transform: uppercase;
  color: var(--sage);
}

.logo--small { align-items: flex-start; }
.logo--small .logo__mark { width: 52px; margin-bottom: 0.9rem; }
.logo--small .logo__name { font-size: 0.95rem; }
.logo--small .logo__claim { font-size: 0.5625rem; opacity: 0.8; }

/* ---------- Header ---------- */

.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.6rem var(--gutter);
  border-bottom: 1px solid rgba(222, 219, 210, 0.08);
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem var(--gutter) 6rem;
  color: var(--beige);
  background: var(--green-deep);
  overflow: hidden;
  isolation: isolate;
}

.hero__bg { position: absolute; inset: 0; z-index: -1; }

.hero__landscape {
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1.06);
  will-change: transform;
  animation: slowZoom 28s var(--ease) forwards;
}

.hero__shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(18, 40, 35, 0.4) 0%, rgba(18, 40, 35, 0.2) 45%, rgba(18, 40, 35, 0) 80%),
    linear-gradient(180deg, rgba(16, 29, 26, 0.45) 0%, rgba(24, 53, 47, 0) 45%, rgba(24, 53, 47, 0.3) 75%, rgba(24, 53, 47, 0.85) 100%);
}
/* feines Korn für eine haptische, fotografische Anmutung */
.hero__shade::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.08;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

@keyframes slowZoom {
  to { transform: scale(1); }
}

.hero__inner {
  width: 100%;
  max-width: 720px;
  text-align: center;
}

.hero__title {
  margin-top: 1rem;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(2.5rem, 6vw, 4.25rem);
  line-height: 1.08;
  letter-spacing: 0.005em;
  color: var(--beige);
}

.hero__text {
  max-width: 520px;
  margin: 1.4rem auto 0;
  font-weight: 300;
  font-size: 0.9375rem;
  color: rgba(222, 219, 210, 0.82);
}

/* ---------- Countdown ---------- */

.countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 520px;
  margin: 2.8rem auto 0;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}
.countdown__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.2rem 0.5rem;
}
.countdown__item + .countdown__item { border-left: 1px solid var(--line-light); }

.countdown__value {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(2rem, 5vw, 2.75rem);
  line-height: 1;
  font-variant-numeric: lining-nums tabular-nums;
}
.countdown__label {
  margin-top: 0.55rem;
  font-weight: 300;
  font-size: 0.5625rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--sage);
}

/* ---------- Newsletter-Formular ---------- */

.notify {
  display: flex;
  flex-wrap: wrap;
  max-width: 520px;
  margin: 2.2rem auto 0;
}
.notify input {
  flex: 1 1 240px;
  min-width: 0;
  padding: 0.95rem 1.1rem;
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  color: var(--beige);
  background: rgba(222, 219, 210, 0.06);
  border: 1px solid var(--line-light);
  border-right: 0;
  border-radius: 0;
  transition: border-color .3s var(--ease), background-color .3s var(--ease);
}
.notify input::placeholder { color: rgba(222, 219, 210, 0.55); }
.notify input:focus { outline: none; border-color: var(--sage); background: rgba(222, 219, 210, 0.1); }
.notify input[aria-invalid="true"] { border-color: #c9a39b; }
.notify .btn { flex: 0 0 auto; }

.notify__message {
  flex-basis: 100%;
  min-height: 1.5em;
  margin-top: 0.8rem;
  font-weight: 300;
  font-size: 0.8125rem;
  color: var(--sage);
}
.notify__message.is-error { color: #d9b8b0; }

.notify.is-done input,
.notify.is-done .btn { opacity: 0.5; pointer-events: none; }

/* ---------- Scroll-Hinweis ---------- */

.scroll-hint {
  position: absolute;
  bottom: 1.8rem;
  left: 50%;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--beige);
  border: 1px solid var(--line-light);
  border-radius: 50%;
  transform: translateX(-50%);
  transition: background-color .3s var(--ease), color .3s var(--ease);
}
.scroll-hint svg { width: 18px; height: 18px; animation: nudge 2.4s ease-in-out infinite; }
.scroll-hint:hover { background: var(--beige); color: var(--green); }

@keyframes nudge {
  0%, 100% { transform: translateY(-2px); }
  50%      { transform: translateY(3px); }
}

/* ---------- Leistungen ---------- */

.services {
  padding: clamp(4.5rem, 10vw, 7rem) var(--gutter);
  text-align: center;
  background: var(--beige);
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1120px;
  margin: 3rem auto 0;
}

.service {
  padding: 0.5rem 2rem;
}
.service + .service { border-left: 1px solid var(--line-dark); }

.service__icon {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: var(--slate);
  stroke-width: 1;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.service__title {
  margin-top: 1.4rem;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1.35rem;
  line-height: 1.2;
  color: var(--green);
}

.service__text {
  margin-top: 0.7rem;
  font-size: 0.8125rem;
  line-height: 1.7;
  color: var(--slate);
}

/* ---------- Statement ---------- */

.statement {
  padding: clamp(4.5rem, 10vw, 7rem) var(--gutter);
  color: var(--beige);
  background:
    linear-gradient(90deg, var(--green) 0%, var(--green) 55%, rgba(24, 53, 47, 0.92) 100%),
    var(--green);
}
.statement__inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.statement__title {
  font-weight: 300;
  font-size: clamp(1.25rem, 2.4vw, 1.625rem);
  line-height: 1.6;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.statement__text {
  padding-left: 3rem;
  border-left: 1px solid var(--line-light);
  font-weight: 300;
  color: rgba(222, 219, 210, 0.82);
}

/* ---------- CTA ---------- */

.cta {
  position: relative;
  padding: clamp(4.5rem, 10vw, 6.5rem) var(--gutter);
  text-align: center;
  color: var(--green);
  background: var(--sage);
  overflow: hidden;
}
.cta__mark {
  position: absolute;
  right: 6%;
  top: 50%;
  width: clamp(160px, 18vw, 260px);
  height: auto;
  aspect-ratio: 124 / 92.09;
  fill: var(--beige);
  opacity: 0.45;
  transform: translateY(-50%);
  pointer-events: none;
}
.cta .divider { margin-top: 0; }
.cta__title {
  position: relative;
  font-weight: 300;
  font-size: clamp(1.05rem, 2.2vw, 1.375rem);
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.cta__text {
  position: relative;
  max-width: 460px;
  margin: 1rem auto 2rem;
  font-size: 0.875rem;
  color: var(--slate);
}
.cta .btn { position: relative; }

/* ---------- Footer ---------- */

.site-footer {
  padding: 3.5rem var(--gutter) 1.8rem;
  color: var(--beige);
  background: var(--green);
}
.site-footer__inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.5rem;
}
.site-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-style: normal;
  font-weight: 300;
  font-size: 0.8125rem;
  color: rgba(222, 219, 210, 0.78);
}
.site-footer__contact a { text-decoration: none; transition: color .3s var(--ease); }
.site-footer__contact a:hover { color: var(--sage); }
.site-footer__heading {
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 0.6875rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--beige);
}

.site-footer__bottom {
  max-width: 1120px;
  margin: 3rem auto 0;
  padding-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem 1.2rem;
  border-top: 1px solid rgba(222, 219, 210, 0.12);
  font-weight: 300;
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  color: rgba(222, 219, 210, 0.6);
}
.site-footer__bottom nav { display: flex; gap: 0.8rem; }
.site-footer__bottom a { text-decoration: none; }
.site-footer__bottom a:hover { color: var(--beige); }

/* ---------- Reveal-Animation ---------- */

.js .reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 1s var(--ease), transform 1s var(--ease);
}
.js .reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */

@media (max-width: 960px) {
  .services__grid { grid-template-columns: repeat(2, 1fr); row-gap: 3rem; }
  .service:nth-child(3) { border-left: 0; }

  .statement__inner { grid-template-columns: 1fr; gap: 1.8rem; text-align: center; }
  .statement__text { padding: 1.8rem 0 0; border-left: 0; border-top: 1px solid var(--line-light); }

  .cta__mark { opacity: 0.25; right: -4%; }
}

@media (max-width: 600px) {
  .brand__name { display: none; }

  .hero { padding-top: 7rem; }

  .countdown__item { padding: 1rem 0.25rem; }
  .countdown__label { letter-spacing: 0.14em; }

  .notify input { flex-basis: 100%; border-right: 1px solid var(--line-light); border-bottom: 0; }
  .notify .btn { flex-basis: 100%; }

  .services__grid { grid-template-columns: 1fr; row-gap: 0; }
  .service { padding: 2rem 0.5rem; }
  .service + .service { border-left: 0; border-top: 1px solid var(--line-dark); }

  .site-footer__inner { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero__landscape,
  .scroll-hint svg { animation: none; transform: none; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
}
