@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500&display=swap");

:root {
  --bg: #f3ede3;
  --bg-soft: #ece3d4;
  --panel: rgba(255, 251, 245, 0.86);
  --panel-strong: rgba(255, 248, 240, 0.96);
  --line: rgba(83, 61, 37, 0.14);
  --line-soft: rgba(83, 61, 37, 0.09);
  --text: #241d17;
  --text-muted: #66584a;
  --text-soft: #8a7967;
  --gold-1: #cb9a44;
  --gold-2: #d38a41;
  --gold-glow: rgba(211, 138, 65, 0.22);
  --sand: #d5c1a0;
  --sage: #aeb7a0;
  --sage-deep: #72806d;
  --petal: #d7b7aa;
  --bloom: #c9a6b3;
  --shadow: 0 18px 48px rgba(80, 56, 30, 0.12);
  --radius-xl: 14px;
  --radius-lg: 10px;
  --radius-md: 8px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  min-width: 320px;
  color: var(--text);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background:
    radial-gradient(circle at 18% 22%, rgba(174, 183, 160, 0.14), transparent 18%),
    radial-gradient(circle at 82% 14%, rgba(201, 166, 179, 0.12), transparent 16%),
    radial-gradient(circle at top right, rgba(203, 154, 68, 0.08), transparent 24%),
    radial-gradient(circle at bottom left, rgba(211, 138, 65, 0.06), transparent 28%),
    linear-gradient(180deg, #f7f2ea 0%, #efe6d8 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.18)),
    url("/assets/images/keyvisual.png") center 12% / cover no-repeat;
  opacity: 0.035;
  mix-blend-mode: multiply;
}

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

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

.site-frame {
  position: relative;
  overflow: hidden;
}

.site-frame::before {
  content: "";
  position: absolute;
  left: -180px;
  top: 540px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(211, 138, 65, 0.1), transparent 72%);
  filter: blur(10px);
}

.site-frame::after {
  content: "";
  position: absolute;
  right: -80px;
  top: 180px;
  width: 320px;
  height: 520px;
  pointer-events: none;
  opacity: 0.22;
  background:
    radial-gradient(ellipse at 40% 18%, rgba(174, 183, 160, 0.56), transparent 26%),
    radial-gradient(ellipse at 68% 34%, rgba(215, 183, 170, 0.48), transparent 20%),
    radial-gradient(ellipse at 48% 54%, rgba(201, 166, 179, 0.34), transparent 18%),
    radial-gradient(ellipse at 36% 72%, rgba(114, 128, 109, 0.24), transparent 16%);
  filter: blur(12px);
}

.site-header,
.hero,
.platform-section,
.offers-section,
.principle-section,
.contact-section,
.separator {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.site-header {
  padding-top: 22px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(83, 61, 37, 0.08);
}

.header-inner.header-minimal {
  justify-content: center;
}

.brand {
  width: clamp(180px, 24vw, 320px);
}

.brand img {
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav a,
.header-cta,
.button,
.eyebrow,
.card-index,
.offer-type {
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.site-nav a {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.site-nav a:hover {
  color: var(--sage-deep);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.header-cta {
  min-height: 48px;
  padding: 0 20px;
  font-size: 0.76rem;
  color: #fff6ea;
  background: linear-gradient(90deg, var(--gold-1), var(--gold-2));
  box-shadow: 0 12px 24px rgba(203, 154, 68, 0.18);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.hero {
  padding: 34px 0 64px;
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 0.72rem;
  color: var(--text-soft);
}

.hero h1,
.section-intro h2,
.principle-copy h2,
.contact-panel h2,
.platform-card h3,
.offer-feature h3,
.offer-mini h3 {
  margin: 0;
  font-family: "Cormorant Garamond", "Palatino Linotype", "Book Antiqua", serif;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.hero h1 {
  max-width: 10ch;
  font-size: clamp(3rem, 5.2vw, 5.15rem);
  line-height: 0.98;
  color: #fffaf2;
  text-shadow: 0 10px 28px rgba(69, 45, 18, 0.22);
}

.hero-text,
.section-intro,
.platform-card p,
.offer-feature p,
.offer-mini p,
.principle-copy p,
.principle-list span,
.contact-panel p {
  color: var(--text-muted);
  line-height: 1.75;
}

.hero-text {
  max-width: 54ch;
  margin: 24px 0 0;
  font-size: 1.04rem;
  color: rgba(255, 248, 238, 0.92);
  text-shadow: 0 6px 18px rgba(69, 45, 18, 0.18);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 30px 0 0;
}

.button {
  min-height: 54px;
  padding: 0 24px;
  font-size: 0.78rem;
}

.button-primary {
  color: #fff6ea;
  background: linear-gradient(90deg, var(--gold-1), var(--gold-2));
  box-shadow: 0 18px 36px rgba(203, 154, 68, 0.22);
}

.button-secondary {
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.52);
}

.hero-visual {
  position: relative;
  min-height: clamp(520px, 72vw, 760px);
  margin: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(83, 61, 37, 0.1);
  box-shadow: var(--shadow);
  padding: clamp(28px, 5vw, 72px);
  background:
    linear-gradient(180deg, rgba(78, 49, 21, 0.42) 0%, rgba(78, 49, 21, 0.14) 20%, rgba(78, 49, 21, 0.12) 48%, rgba(78, 49, 21, 0.38) 100%),
    linear-gradient(180deg, rgba(255, 248, 238, 0.34) 0%, rgba(255, 248, 238, 0) 24%, rgba(255, 248, 238, 0) 66%, rgba(255, 248, 238, 0.22) 100%),
    linear-gradient(90deg, rgba(64, 40, 18, 0.46) 0%, rgba(64, 40, 18, 0.16) 34%, rgba(64, 40, 18, 0.06) 58%, rgba(64, 40, 18, 0.14) 100%),
    url("/assets/images/hero.webp") center center / cover no-repeat;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 8%, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0) 78%, rgba(255, 255, 255, 0.08) 96%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(100%, 760px);
  padding: 0;
}

.hero-copy .eyebrow {
  color: rgba(255, 248, 238, 0.84);
  text-shadow: 0 5px 14px rgba(69, 45, 18, 0.22);
}

.hero-copy .button-secondary {
  color: #fffaf2;
  border-color: rgba(255, 248, 238, 0.42);
  background: rgba(84, 52, 22, 0.16);
}

.prelaunch-page .hero {
  padding-bottom: 96px;
}

.prelaunch-page .hero-visual {
  min-height: clamp(480px, 68vw, 680px);
}

.prelaunch-page .hero-copy {
  width: min(100%, 700px);
}

.prelaunch-page .hero h1 {
  max-width: 12ch;
}

.prelaunch-page .hero-text {
  max-width: 48ch;
}

.prelaunch-page {
  min-height: 100vh;
}

.prelaunch-page .site-frame {
  min-height: 100vh;
}

.separator {
  padding-bottom: 62px;
}

.separator-band {
  height: 14px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(203, 154, 68, 0.5), rgba(211, 138, 65, 0.2), rgba(203, 154, 68, 0.1)),
    url("/assets/images/keyvisual-streifen.png") center / cover no-repeat;
  border: 1px solid var(--line-soft);
  opacity: 0.82;
}

.platform-section,
.offers-section,
.principle-section,
.contact-section {
  padding-bottom: 108px;
}

.section-intro {
  max-width: 760px;
  margin-bottom: 32px;
}

.section-intro h2,
.principle-copy h2,
.contact-panel h2 {
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 1.06;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.platform-card,
.offer-feature,
.offer-mini,
.principle-list div,
.contact-panel {
  border: 1px solid var(--line);
  background: #fffaf4;
  box-shadow: var(--shadow);
}

.platform-card,
.offer-mini,
.principle-list div {
  padding: 28px;
  border-radius: var(--radius-lg);
}

.platform-card-highlight {
  background: #fffaf4;
}

.card-index,
.offer-type {
  color: var(--sand);
  font-size: 0.72rem;
}

.platform-card h3,
.offer-feature h3,
.offer-mini h3 {
  margin-top: 16px;
  font-size: 1.5rem;
  line-height: 1.1;
}

.platform-card,
.offer-mini {
  position: relative;
  overflow: hidden;
}

.offers-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 20px;
}

.offer-feature {
  grid-row: span 2;
  padding: 34px;
  border-radius: var(--radius-xl);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  background: #fffaf4;
}

.offer-feature::before {
  content: "";
  position: absolute;
  top: -42px;
  right: 52px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 42%, rgba(174, 183, 160, 0.22), transparent 34%),
    radial-gradient(circle at 62% 56%, rgba(215, 183, 170, 0.16), transparent 42%);
  opacity: 0.8;
}

.offer-copy p {
  max-width: 40ch;
  margin-top: 18px;
}

.offer-aside {
  display: grid;
  gap: 12px;
  justify-items: end;
}

.offer-aside span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(83, 61, 37, 0.12);
  background: rgba(255, 255, 255, 0.62);
  color: var(--text-muted);
  font-size: 0.84rem;
}

.offer-mini {
  min-height: 220px;
}

.offer-mini-accent {
  background: #fffaf4;
}

.principle-section {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 28px;
  align-items: start;
}

.principle-copy p {
  max-width: 56ch;
  margin-top: 20px;
}

.principle-list {
  display: grid;
  gap: 16px;
}

.principle-list strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-family: "Cormorant Garamond", "Palatino Linotype", "Book Antiqua", serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.contact-panel {
  padding: 42px;
  border-radius: var(--radius-xl);
  text-align: center;
  background: #fffaf4;
}

.contact-panel p {
  max-width: 58ch;
  margin: 18px auto 0;
}

.contact-panel .button {
  margin-top: 28px;
}

@media (max-width: 1080px) {
  .header-inner,
  .platform-grid,
  .offers-layout,
  .principle-section {
    grid-template-columns: 1fr;
  }

  .header-inner {
    display: grid;
    justify-items: center;
    gap: 18px;
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero {
    padding: 28px 0 56px;
  }

  .hero h1 {
    max-width: 13ch;
  }

  .hero-visual {
    min-height: clamp(500px, 84vw, 640px);
  }

  .hero-copy {
    justify-content: flex-end;
  }

  .offer-feature {
    grid-row: auto;
    grid-template-columns: 1fr;
  }

  .offer-aside {
    justify-items: start;
  }
}

@media (max-width: 720px) {
  .site-header,
  .hero,
  .platform-section,
  .offers-section,
  .principle-section,
  .contact-section,
  .separator {
    width: min(calc(100% - 22px), var(--container));
  }

  .site-nav {
    gap: 16px;
  }

  .hero {
    padding: 36px 0 56px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.7rem);
  }

  .hero-visual {
    min-height: clamp(460px, 120vw, 620px);
    padding: 26px 20px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero-text {
    max-width: 34ch;
  }

  .hero-actions {
    gap: 12px;
  }

  .hero-actions .button {
    width: 100%;
    justify-content: center;
  }

  .separator {
    padding-bottom: 48px;
  }

  .separator-band {
    height: 10px;
  }

  .platform-section,
  .offers-section,
  .principle-section,
  .contact-section {
    padding-bottom: 78px;
  }

  .platform-card,
  .offer-mini,
  .principle-list div,
  .offer-feature,
  .contact-panel {
    padding: 24px;
  }
}
