/* =========================
   RESET
   ========================= */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* =========================
   FONTS
   ========================= */
@font-face {
  font-family: "PlayfairDisplay";
  src: url("/fonts/PlayfairDisplay-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: "PlayfairDisplay";
  src: url("/fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
}

/* =========================
   BASE
   ========================= */
body {
  font-family: "PlayfairDisplay", Georgia, serif;
  background:
    url("assets/texture.jpg") repeat,
    #f6efe6;
  color: #3a2c23;
}

/* =========================
   BACK BUTTON
   ========================= */
.back-button {
  position: fixed;
  top: 18px;
  left: 18px;
  padding: 10px 18px;
  font-size: 14px;
  text-decoration: none;
  color: #f6efe8;
  background: rgba(30, 25, 20, 0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  z-index: 1000;
  box-shadow:
    0 6px 18px rgba(0,0,0,0.35),
    inset 0 1px 0 rgba(255,255,255,0.08);
}

.back-button::before {
  content: "←";
  margin-right: 8px;
  opacity: 0.85;
}

/* =========================
   HERO
   ========================= */
.hero {
  height: 92vh;
  background: url("assets/hero.jpg") center/cover no-repeat;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.45),
    rgba(0,0,0,0.15),
    rgba(0,0,0,0)
  );
}

.hero-overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0 24px 18vh;
  text-align: center;
  color: #f3e6d4;
}

.hero h1 {
  font-size: 4.6rem;
  letter-spacing: 1px;
  text-shadow: 0 6px 22px rgba(0,0,0,0.75);
}

.hero p {
  margin-top: 14px;
  font-size: 1.3rem;
  opacity: 0.92;
  text-shadow: 0 3px 14px rgba(0,0,0,0.6);
}

/* =========================
   ABOUT
   ========================= */
.about {
  max-width: 1200px;
  margin: 110px auto;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 70px;
  padding: 0 40px;
}

.about-image {
  background: url("assets/about.jpeg") center/cover no-repeat;
  min-height: 480px;
}

.about-text {
  background: rgba(255,248,238,0.88);
  padding: 34px 36px;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.2);
}

.about-text h2 {
  font-size: 2.4rem;
  margin-bottom: 22px;
}

.about-text p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 28px;
}

.about-text strong {
  color: #2b1f18;
}

.about-text button {
  padding: 14px 36px;
  border-radius: 40px;
  border: none;
  background: linear-gradient(135deg, #c08b5c, #e7c29b);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(0,0,0,0.25);
}

/* =========================
   SPECIALS
   ========================= */
.specials {
  max-width: 1300px;
  margin: 120px auto;
  padding: 0 40px;
  text-align: center;
}

.specials h2 {
  font-size: 2.6rem;
  margin-bottom: 60px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.card h3 {
  margin-top: 18px;
  font-size: 1.15rem;
}

/* =========================
   DAILY
   ========================= */
.daily {
  max-width: 1300px;
  margin: 130px auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 70px;
  align-items: center;
}

.daily-text {
  background: rgba(255,248,238,0.88);
  padding: 34px 36px;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.2);
}

.daily-text h2 {
  font-size: 2.4rem;
  margin-bottom: 22px;
}

.daily-text p {
  font-size: 1.05rem;
  line-height: 1.7;
}

.daily-image {
  height: 440px;
  background: url("assets/daily.jpg") center/cover no-repeat;
}

/* =========================
   PREMIUM FRAME
   ========================= */
.about-image,
.card img,
.daily-image {
  border-radius: 22px;
  background-color: #fff;
  box-shadow:
    inset 0 0 0 6px #fff,
    0 0 0 2px rgba(192,139,92,0.75),
    0 18px 40px rgba(0,0,0,0.22);
}

/* =========================
   FOOTER
   ========================= */
footer {
  margin-top: 150px;
  padding: 40px;
  text-align: center;
  font-size: 14px;
  opacity: 0.7;
}

/* =========================
   MOBILE
   ========================= */
@media (max-width: 768px) {

  .hero {
    height: 78vh;
  }

  .hero-overlay {
    padding-bottom: 14vh;
  }

  .hero h1 {
    font-size: 2.3rem;
  }

  .hero p {
    font-size: 1.05rem;
  }

  .about,
  .daily {
    grid-template-columns: 1fr;
    gap: 36px;
    margin: 70px auto;
    padding: 0 22px;
  }

  .about-image {
    min-height: 300px;
  }

  .cards {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .card img {
    height: 240px;
  }

  .daily-image {
    height: 280px;
  }

  .about-text,
  .daily-text {
    padding: 24px 22px;
  }

  .about-text button {
    width: 100%;
  }
}
/* =========================
   CONCEPT MODAL – FIXED
   ========================= */
.concept-modal {
  position: fixed;
  inset: 0;
  background: rgba(15, 12, 10, 0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 3000;
  padding: 20px;
}

/* MODAL BOX */
.concept-box {
  background: rgba(255, 248, 238, 0.96);
  color: #2f241d;

  max-width: 560px;
  width: 100%;

  padding: 38px 42px;
  border-radius: 28px;

  box-shadow:
    0 40px 120px rgba(0,0,0,0.45),
    inset 0 1px 0 rgba(255,255,255,0.6);

  animation: conceptFadeIn 0.35s ease;
}

/* HEADLINE */
.concept-box h2 {
  font-size: 1.9rem;
  margin-bottom: 18px;
  color: #2b1f18;
}

/* TEXT */
.concept-box p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 18px;
  color: #3a2c23;
}

/* SIGNATURE */
.concept-sign {
  margin-top: 26px;
  font-size: 0.95rem;
  color: #4a3a30;
}

/* CLOSE BUTTON */
.concept-close {
  margin-top: 26px;
  padding: 12px 28px;
  border-radius: 999px;
  border: none;

  background: linear-gradient(135deg, #c08b5c, #e7c29b);
  color: #fff;

  font-size: 14px;
  font-weight: 600;
  cursor: pointer;

  box-shadow: 0 10px 26px rgba(0,0,0,0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.concept-close:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0,0,0,0.35);
}

/* ANIMATION */
@keyframes conceptFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* =========================
   MOBILE MODAL
   ========================= */
@media (max-width: 640px) {

  .concept-box {
    padding: 28px 26px;
    border-radius: 22px;
  }

  .concept-box h2 {
    font-size: 1.6rem;
  }

  .concept-box p {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .concept-close {
    width: 100%;
    text-align: center;
  }
}
/* =========================
   FINAL READABILITY FIX
   ========================= */

.card-text {
  margin-top: 18px;
  padding: 16px 18px;

  background: rgba(255, 248, 238, 0.92);
  border-radius: 16px;

  box-shadow:
    0 10px 26px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.6);
}

.card-text h3 {
  color: #2a1f17;
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.card-text p {
  color: #3a2c23;
  font-size: 0.95rem;
  line-height: 1.55;
}

/* Mobile etwas kompakter */
@media (max-width: 768px) {
  .card-text {
    padding: 14px 16px;
  }

  .card-text h3 {
    font-size: 1.05rem;
  }

  .card-text p {
    font-size: 0.92rem;
  }
}
/* =========================
   HERO TITLE – GOLD STROKE
   ========================= */

.hero-overlay h1 {
  font-family: "PlayfairDisplay", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0.02em;

  color: #f6eddc; /* warmes Elfenbein */

  /* Goldener Rand + Tiefe */
  -webkit-text-stroke: 1px rgba(192,139,92,0.85);

  text-shadow:
    0 1px 0 rgba(255,245,230,0.6),       /* feiner Lichtsaum */
    0 4px 12px rgba(0,0,0,0.55),         /* Lesbarkeit */
    0 14px 40px rgba(0,0,0,0.65);        /* Tiefe */
}

/* Subline bewusst ruhiger */
.hero-overlay p {
  font-family: "PlayfairDisplay", Georgia, serif;
  font-style: italic;
  font-weight: 400;

  color: rgba(245, 235, 220, 0.92);

  text-shadow:
    0 2px 8px rgba(0,0,0,0.55);
}

/* MOBILE FEINSCHLIFF */
@media (max-width: 768px) {
  .hero-overlay h1 {
    font-size: 2.2rem;
    line-height: 1.15;
    -webkit-text-stroke: 0.8px rgba(192,139,92,0.9);
  }

  .hero-overlay p {
    font-size: 1.05rem;
  }
}
