/* ===== Essah-Urfa – Lahmacun ===== */

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url('../fonts/oswald.woff2') format('woff2');
}

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/work-sans.woff2') format('woff2');
}

:root {
  --green-900: #142c1b;
  --green-700: #2c6b3a;
  --green-600: #357a44;
  --yellow-400: #f5c518;
  --yellow-300: #ffdc5e;
  --cream: #f7f2e4;
  --ink: #1c1a14;
  --ink-soft: #4a4638;
  --border: #142c1b;

  --font-display: 'Oswald', sans-serif;
  --font-body: 'Work Sans', sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.6;
}

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

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

h1, h2, h3 {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0 0 0.5em;
}

.section-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-kicker {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--green-700);
  border-bottom: 3px solid var(--yellow-400);
  padding-bottom: 6px;
  margin-bottom: 20px;
}

.section-kicker--light {
  color: var(--yellow-400);
  border-bottom-color: var(--cream);
}

/* ===== Top banner (cross-link between the two sites) ===== */

.top-banner {
  background: var(--yellow-400);
  color: var(--green-900);
}

.top-banner-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px 12px;
  padding: 8px 24px;
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  text-align: center;
}

.top-banner-inner a {
  font-weight: 700;
  border-bottom: 1px solid var(--green-900);
}

/* ===== Header ===== */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--green-900);
  border-bottom: 4px solid var(--yellow-400);
}

.header-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--cream);
}

.logo span {
  color: var(--yellow-400);
}

.main-nav {
  display: flex;
  gap: 32px;
}

.main-nav a {
  font-family: var(--font-display);
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--cream);
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.15s ease, color 0.15s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--yellow-400);
  border-bottom-color: var(--yellow-400);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 2px solid var(--yellow-400);
  cursor: pointer;
  padding: 0;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 0 8px;
  background: var(--yellow-400);
}

/* ===== Hero ===== */

.hero {
  position: relative;
  background-color: var(--green-700);
  background-size: cover;
  background-position: center;
  color: var(--cream);
  padding: 96px 24px 120px;
  overflow: hidden;
}

.hero-content {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero-eyebrow {
  font-family: var(--font-display);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--yellow-300);
  font-size: 0.85rem;
  margin-bottom: 12px;
}

.hero h1 {
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  color: var(--yellow-400);
  margin-bottom: 12px;
}

.hero-subname {
  font-family: var(--font-display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: var(--yellow-300);
  margin: 0 0 20px;
}

.hero-text {
  font-size: 1.1rem;
  max-width: 560px;
  margin: 0 auto 40px;
  color: var(--cream);
}

.hero-facts {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  border-top: 2px solid rgba(247, 242, 228, 0.25);
  padding-top: 28px;
}

.hero-fact {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}

.fact-label {
  font-family: var(--font-display);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--yellow-300);
}

.fact-value a {
  border-bottom: 1px solid var(--yellow-400);
}

.hero-stripe {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 18px;
  background: repeating-linear-gradient(
    -45deg,
    var(--yellow-400),
    var(--yellow-400) 22px,
    var(--green-900) 22px,
    var(--green-900) 44px
  );
}

/* ===== About ===== */

.about {
  padding: 96px 0;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}

.about-text h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  color: var(--ink);
}

.about-text p {
  color: var(--ink-soft);
  max-width: 52ch;
}

.about-media {
  aspect-ratio: 4 / 3;
  border: 2px solid var(--border);
  overflow: hidden;
}

.about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== Placeholder boxes (for photos not uploaded yet) ===== */

.placeholder-box {
  position: relative;
  border: 2px solid var(--border);
  background: repeating-linear-gradient(
    45deg,
    var(--green-600),
    var(--green-600) 16px,
    var(--yellow-400) 16px,
    var(--yellow-400) 32px
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.placeholder-box span {
  background: var(--green-900);
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 16px;
}

/* ===== USP ===== */

.usp {
  padding: 0 0 96px;
}

.usp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: var(--border);
  border: 2px solid var(--border);
}

.usp-card {
  background: var(--cream);
  padding: 32px 24px;
}

.usp-number {
  display: block;
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--yellow-400);
  -webkit-text-stroke: 1px var(--green-900);
  margin-bottom: 12px;
}

.usp-card h3 {
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.usp-card p {
  color: var(--ink-soft);
  font-size: 0.92rem;
  margin: 0;
}

/* ===== Process ===== */

.process {
  background: var(--green-700);
  color: var(--cream);
  padding: 96px 0;
}

.process .section-kicker {
  color: var(--yellow-300);
  border-bottom-color: var(--cream);
}

.process h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  margin-bottom: 48px;
}

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

.process-step {
  border-left: 3px solid var(--yellow-400);
  padding-left: 20px;
}

.process-step-number {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--yellow-400);
  margin-bottom: 8px;
}

.process-step h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.process-step p {
  color: rgba(247, 242, 228, 0.85);
  font-size: 0.92rem;
  margin: 0;
}

/* ===== Menu ===== */

.menu {
  background: var(--green-900);
  color: var(--cream);
  padding: 96px 0;
}

.menu-heading {
  color: var(--yellow-400);
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  margin-bottom: 48px;
}

.menu-heading + .menu-note {
  margin: -32px 0 32px;
  color: rgba(247, 242, 228, 0.7);
  font-size: 0.9rem;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 48px;
}

.menu-group h3 small {
  color: rgba(247, 242, 228, 0.6);
  font-size: 0.65em;
  text-transform: none;
  letter-spacing: 0;
}

.menu-group h3 {
  color: var(--yellow-400);
  font-size: 1.1rem;
  border-bottom: 2px solid var(--yellow-400);
  padding-bottom: 10px;
  margin-bottom: 18px;
}

.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px dotted rgba(247, 242, 228, 0.3);
}

.menu-item-name {
  min-width: 0;
}

.menu-item-line {
  flex: 1;
  min-width: 24px;
  border-bottom: 1px dotted rgba(247, 242, 228, 0.4);
  margin-bottom: 4px;
}

.menu-item-price {
  font-family: var(--font-display);
  color: var(--yellow-400);
  white-space: nowrap;
  margin-left: auto;
}

/* ===== Gallery ===== */

.gallery {
  padding: 96px 0;
}

.gallery h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  margin-bottom: 40px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  grid-auto-flow: dense;
  gap: 16px;
}

.gallery-item {
  border: 2px solid var(--border);
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-item--wide {
  grid-column: span 2;
}

/* ===== Reviews ===== */

.reviews {
  background: var(--green-700);
  color: var(--cream);
  padding: 96px 0;
}

.reviews .section-kicker {
  color: var(--yellow-300);
  border-bottom-color: var(--cream);
}

.reviews h2 {
  color: var(--yellow-400);
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  margin-bottom: 48px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: var(--border);
  border: 2px solid var(--border);
}

.review-card {
  background: var(--cream);
  color: var(--ink);
  margin: 0;
  padding: 32px;
}

.review-card::before {
  content: "\201C";
  display: block;
  font-family: var(--font-display);
  font-size: 2.6rem;
  line-height: 1;
  color: var(--yellow-400);
  -webkit-text-stroke: 1px var(--green-900);
  margin-bottom: 8px;
}

.review-card p {
  margin: 0 0 16px;
  color: var(--ink-soft);
}

.review-card footer {
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--green-700);
}

/* ===== FAQ ===== */

.faq {
  background: var(--green-900);
  color: var(--cream);
  padding: 96px 0;
}

.faq .section-kicker {
  color: var(--yellow-400);
  border-bottom-color: var(--cream);
}

.faq h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  color: var(--yellow-400);
  margin-bottom: 40px;
}

.faq-list {
  max-width: 760px;
}

.faq-item {
  border-top: 1px solid rgba(247, 242, 228, 0.2);
  padding: 18px 0;
}

.faq-item:last-child {
  border-bottom: 1px solid rgba(247, 242, 228, 0.2);
}

.faq-item summary {
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.02em;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::before {
  content: "+";
  display: inline-block;
  width: 1.2em;
  color: var(--yellow-400);
  font-weight: 700;
}

.faq-item[open] summary::before {
  content: "\2212";
}

.faq-item p {
  margin: 14px 0 0 1.2em;
  color: rgba(247, 242, 228, 0.85);
  max-width: 60ch;
}

/* ===== Contact ===== */

.contact {
  padding: 96px 0 120px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
}

.contact h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
}

.contact-list {
  margin: 32px 0 0;
}

.contact-row {
  border-top: 1px solid rgba(20, 44, 27, 0.15);
  padding: 18px 0;
}

.contact-row:last-child {
  border-bottom: 1px solid rgba(20, 44, 27, 0.15);
}

.contact-row dt {
  font-family: var(--font-display);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--green-700);
  margin-bottom: 6px;
}

.contact-row dd {
  margin: 0;
}

.contact-row a {
  border-bottom: 1px solid var(--green-700);
}

.contact-map {
  border: 2px solid var(--border);
  min-height: 320px;
}

.contact-map iframe {
  display: block;
}

.map-placeholder {
  height: 100%;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
  padding: 32px;
  background: var(--green-900);
  color: var(--cream);
}

.map-placeholder p {
  max-width: 40ch;
  font-size: 0.85rem;
  color: rgba(247, 242, 228, 0.75);
  margin: 0;
}

.map-placeholder p a {
  color: var(--yellow-400);
  border-bottom: 1px solid var(--yellow-400);
}

.map-load-btn {
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: var(--yellow-400);
  color: var(--green-900);
  border: 2px solid var(--yellow-400);
  padding: 12px 28px;
  cursor: pointer;
}

.map-load-btn:hover {
  background: transparent;
  color: var(--yellow-400);
}

/* ===== Legal pages (Impressum / Datenschutz) ===== */

.legal {
  padding: 64px 0 96px;
}

.legal-inner {
  max-width: 760px;
}

.legal h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  margin-bottom: 24px;
}

.legal h2 {
  font-size: 1.05rem;
  margin-top: 40px;
}

.legal p {
  color: var(--ink-soft);
  max-width: 65ch;
}

.legal p a {
  color: var(--green-700);
  border-bottom: 1px solid var(--green-700);
}

.legal-note {
  border: 2px solid var(--border);
  background: var(--yellow-300);
  color: var(--ink);
  padding: 16px 20px;
  max-width: 65ch;
}

/* ===== Footer ===== */

.site-footer {
  background: var(--green-900);
  color: rgba(247, 242, 228, 0.7);
  border-top: 4px solid var(--yellow-400);
  padding: 28px 0;
  font-size: 0.85rem;
}

.footer-inner {
  text-align: center;
}

.footer-inner a {
  border-bottom: 1px solid rgba(247, 242, 228, 0.4);
}

/* ===== Scroll-reveal ===== */

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== Responsive ===== */

@media (max-width: 860px) {
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

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

  .process-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 160px;
  }

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

@media (max-width: 720px) {
  .nav-toggle {
    display: flex;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--green-900);
    flex-direction: column;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    border-bottom: 4px solid var(--yellow-400);
    transition: max-height 0.25s ease;
  }

  .main-nav.is-open {
    max-height: 320px;
  }

  .main-nav a {
    padding: 16px 24px;
    border-bottom: 1px solid rgba(247, 242, 228, 0.1);
  }

  .hero {
    padding: 72px 20px 96px;
  }

  .hero-facts {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item--wide {
    grid-column: span 1;
  }

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