/* ==========================================================================
   Deniz Gastrobedarf – Stylesheet
   ========================================================================== */

:root {
  --color-charcoal-950: #16130f;
  --color-charcoal-900: #201b16;
  --color-charcoal-800: #2b241d;
  --color-charcoal-700: #3a2f24;
  --color-ember-500: #e0672a;
  --color-ember-400: #f0834a;
  --color-ember-100: #fdece1;
  --color-cream-50: #faf6f1;
  --color-cream-100: #f3ece3;
  --color-text-dark: #241f19;
  --color-text-muted: #6b6055;
  --color-whatsapp: #25d366;
  --color-whatsapp-dark: #1ebe5b;

  --font-base: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Oswald", "Arial Narrow", "Helvetica Neue", sans-serif;
  --max-width: 1120px;
  --radius: 12px;
  --radius-sm: 8px;
  --shadow-soft: 0 10px 30px rgba(22, 19, 15, 0.12);
  --shadow-hard: 4px 4px 0 rgba(20, 16, 12, 0.9);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-base);
  color: var(--color-text-dark);
  background: var(--color-cream-50);
  line-height: 1.6;
}

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

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

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

section {
  padding: 80px 0;
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 16px;
}

h2 {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  color: var(--color-charcoal-900);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--color-ember-500);
  margin-bottom: 12px;
}

.eyebrow::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 2px;
  background: var(--color-ember-500);
}

.section-intro {
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-intro p {
  color: var(--color-text-muted);
  font-size: 1.05rem;
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: var(--radius-sm);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.98rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border: none;
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.15s ease;
}

.btn:hover {
  transform: translate(-2px, -2px);
}

.btn:active {
  transform: translate(0, 0);
  box-shadow: none !important;
}

.btn-whatsapp {
  background: var(--color-whatsapp);
  color: #fff;
  box-shadow: var(--shadow-hard);
}

.btn-whatsapp:hover {
  background: var(--color-whatsapp-dark);
  box-shadow: 6px 6px 0 rgba(20, 16, 12, 0.9);
}

.btn-outline {
  background: transparent;
  color: var(--color-cream-50);
  border: 2px solid rgba(250, 246, 241, 0.6);
  box-shadow: 4px 4px 0 rgba(250, 246, 241, 0.18);
}

.btn-outline:hover {
  background: rgba(250, 246, 241, 0.08);
  box-shadow: 6px 6px 0 rgba(250, 246, 241, 0.18);
}

.btn-whatsapp svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  flex-shrink: 0;
}

.btn-large {
  padding: 18px 36px;
  font-size: 1.1rem;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(22, 19, 15, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  max-width: none;
  margin: 0;
  padding-left: clamp(20px, 5vw, 80px);
  padding-right: clamp(20px, 5vw, 80px);
}

.logo {
  display: flex;
  flex-direction: column;
  color: var(--color-cream-50);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.logo span {
  font-family: var(--font-base);
  font-size: 0.68rem;
  font-weight: 500;
  color: var(--color-ember-400);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-cta .btn {
  padding: 10px 20px;
  font-size: 0.92rem;
}

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

.hero {
  position: relative;
  color: var(--color-cream-50);
  background: linear-gradient(155deg, var(--color-charcoal-950) 0%, var(--color-charcoal-900) 100%);
  padding: 0 0 90px;
}

.hero-media {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 9;
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  display: block;
}

.hero-media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 12, 9, 0.9) 0%, rgba(15, 12, 9, 0.32) 45%, rgba(15, 12, 9, 0.1) 100%);
}

.hero-media-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 76px;
  padding-left: clamp(20px, 5vw, 80px);
  padding-right: 20px;
}

.hero-media-text .eyebrow {
  color: var(--color-ember-400);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.hero-media-text h1 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: clamp(1.9rem, 4.2vw, 3.2rem);
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.65);
}

.hero h1 em {
  font-style: normal;
  color: var(--color-ember-400);
}

.hero-body {
  position: relative;
  padding-top: 44px;
  text-align: center;
}

.hero p.lead {
  font-size: 1.15rem;
  color: rgba(250, 246, 241, 0.82);
  max-width: 620px;
  margin: 0 auto 34px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 36px;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(250, 246, 241, 0.15);
}

.hero-facts div strong {
  display: block;
  font-size: 1.5rem;
  color: var(--color-ember-400);
}

.hero-facts div span {
  font-size: 0.85rem;
  color: rgba(250, 246, 241, 0.7);
}

/* ---------- Trust bar ---------- */

.trust-bar {
  background: var(--color-charcoal-900);
  padding: 16px 0;
  overflow: hidden;
}

.trust-bar .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 0;
  text-align: center;
}

.trust-bar .trust-item {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(250, 246, 241, 0.85);
  font-size: 0.82rem;
}

.trust-bar .trust-item::after {
  content: "\2022";
  color: var(--color-ember-500);
  margin: 0 18px;
}

.trust-bar .trust-item:last-child::after {
  content: "";
  margin: 0;
}

/* ---------- About ---------- */

.about .container {
  max-width: 760px;
}

.about-text .eyebrow {
  color: var(--color-ember-500);
}

.about-text p {
  color: var(--color-text-muted);
  font-size: 1.03rem;
  margin-bottom: 18px;
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 14px;
}

.about-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-weight: 600;
  color: var(--color-charcoal-900);
}

.about-list svg {
  width: 22px;
  height: 22px;
  fill: var(--color-whatsapp-dark);
  flex-shrink: 0;
  margin-top: 2px;
}

/* ---------- Products ---------- */

.products {
  background: var(--color-cream-100);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.product-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
}

.product-image {
  aspect-ratio: 4 / 3;
  background: linear-gradient(150deg, var(--color-charcoal-800), var(--color-charcoal-950));
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(250, 246, 241, 0.55);
}

.product-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.product-image .placeholder-note {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  padding: 0 20px;
  font-size: 0.82rem;
}

.product-image svg.ph-icon {
  width: 44px;
  height: 44px;
  fill: rgba(240, 131, 74, 0.8);
}

.product-body {
  padding: 26px 26px 30px;
}

.product-body h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.product-body p {
  color: var(--color-text-muted);
  font-size: 0.97rem;
  margin-bottom: 18px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.tag {
  background: var(--color-ember-100);
  color: var(--color-ember-500);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 5px 12px;
  border-radius: var(--radius-sm);
}

.product-body .btn-whatsapp {
  width: 100%;
  justify-content: center;
  padding: 12px 20px;
  font-size: 0.95rem;
}

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

.cta {
  background: linear-gradient(160deg, var(--color-charcoal-950), var(--color-charcoal-900));
  border-top: 1px solid rgba(250, 246, 241, 0.08);
  color: var(--color-cream-50);
  text-align: center;
}

.cta h2 {
  color: #fff;
}

.cta p {
  max-width: 560px;
  margin: 0 auto 32px;
  color: rgba(250, 246, 241, 0.78);
  font-size: 1.08rem;
}

.cta-phone {
  margin-top: 22px;
  font-size: 0.95rem;
  color: rgba(250, 246, 241, 0.65);
}

.cta-phone a {
  color: var(--color-ember-400);
  font-weight: 700;
}

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

.site-footer {
  background: var(--color-charcoal-950);
  color: rgba(250, 246, 241, 0.65);
  padding: 44px 0 28px;
  font-size: 0.9rem;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(250, 246, 241, 0.1);
  margin-bottom: 20px;
}

.footer-brand strong {
  color: var(--color-cream-50);
  font-size: 1.05rem;
}

.footer-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-links a:hover {
  color: var(--color-ember-400);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

/* ---------- Floating WhatsApp button ---------- */

.whatsapp-float {
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 60;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--color-whatsapp);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

/* ---------- Impressum page ---------- */

.legal {
  padding: 70px 0 90px;
}

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

.legal h1 {
  font-family: var(--font-base);
  text-transform: none;
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 8px;
}

.legal .back-link {
  display: inline-block;
  margin-bottom: 32px;
  color: var(--color-ember-500);
  font-weight: 700;
}

.legal h2 {
  font-family: var(--font-base);
  text-transform: none;
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 34px;
}

.legal p {
  color: var(--color-text-muted);
  margin: 0 0 6px;
}

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

@media (max-width: 860px) {
  section {
    padding: 60px 0;
  }

  .hero {
    padding: 0 0 60px;
  }

  .hero-media {
    aspect-ratio: 16 / 11;
  }

  .hero-media-text {
    padding-top: 44px;
  }

  .hero-body {
    padding-top: 32px;
  }

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

  .header-cta .btn span {
    display: none;
  }

  .footer-grid,
  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    justify-content: center;
  }

  .trust-bar .container {
    gap: 12px 20px;
  }
}
