/*
Theme Name: TasteDailyHub
Theme URI: https://TasteDailyHub.online
Author: TasteDailyHub
Author URI: https://TasteDailyHub.online
Description: Editoriales Rezept-Theme aus Utzenaich — Atelier-Ästhetik mit Startseite, Rezeptarchiv, Über uns, Leistungen und Kontakt.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tastedailyhub
Tags: one-page, custom-menu, featured-images, translation-ready, food-and-drink
*/

:root {
  --pine: #243d36;
  --pine-deep: #1b2e29;
  --copper: #c45c2a;
  --copper-deep: #9e461e;
  --linen: #f3eee6;
  --paper: #fbf9f5;
  --ink: #161513;
  --muted: #6a645c;
  --line: #d8d0c4;
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Outfit", system-ui, sans-serif;
  --header-h: 72px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.65;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font-family: inherit;
}

h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.tdh-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.tdh-kicker {
  margin: 0 0 16px;
  color: var(--copper);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.tdh-kicker-dark {
  color: var(--copper-deep);
}

.tdh-kicker-light {
  color: #e8b89a;
}

.tdh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.tdh-btn-fill {
  background: var(--copper);
  color: #fff;
}

.tdh-btn-fill:hover {
  background: var(--copper-deep);
}

.tdh-btn-ghost {
  background: transparent;
  border-color: var(--ink);
  color: var(--ink);
}

.tdh-btn-ghost:hover {
  background: var(--ink);
  color: var(--paper);
}

.tdh-btn-ghost-light {
  border-color: rgba(251, 249, 245, 0.55);
  color: var(--paper);
}

.tdh-btn-ghost-light:hover {
  background: var(--paper);
  color: var(--pine);
  border-color: var(--paper);
}

.tdh-btn-full {
  width: 100%;
}

.tdh-topbar {
  background: var(--pine-deep);
  color: rgba(251, 249, 245, 0.72);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.tdh-topbar-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 8px 0;
}

.tdh-topbar a {
  color: #fff;
  font-weight: 600;
}

.tdh-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(251, 249, 245, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.tdh-header.is-scrolled {
  box-shadow: 0 8px 24px rgba(22, 21, 19, 0.06);
}

.tdh-header-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: var(--header-h);
}

.tdh-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.tdh-logo-text {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.tdh-logo-text span {
  color: var(--copper);
}

.tdh-nav {
  margin-left: auto;
}

.tdh-nav ul {
  display: flex;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tdh-nav a {
  display: block;
  padding: 8px 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tdh-nav a:hover,
.tdh-nav a.is-active {
  color: var(--pine);
  box-shadow: inset 0 -2px 0 var(--copper);
}

.tdh-header-cta {
  flex-shrink: 0;
}

.tdh-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.tdh-toggle span {
  display: block;
  width: 14px;
  height: 1.5px;
  background: var(--ink);
  box-shadow: 0 -5px 0 var(--ink), 0 5px 0 var(--ink);
}

.tdh-toggle.is-open span {
  background: transparent;
  box-shadow: none;
}

main section {
  scroll-margin-top: 88px;
}

.tdh-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  min-height: calc(100vh - 110px);
  background: var(--pine);
  color: var(--paper);
}

.tdh-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 64px;
}

.tdh-hero-copy h1 {
  font-size: clamp(46px, 6.4vw, 78px);
  margin-bottom: 22px;
}

.tdh-lead {
  max-width: 460px;
  margin: 0 0 32px;
  color: rgba(251, 249, 245, 0.72);
  font-size: 17px;
}

.tdh-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 48px;
}

.tdh-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border-top: 1px solid rgba(251, 249, 245, 0.16);
}

.tdh-metrics div {
  padding: 18px 16px 0 0;
}

.tdh-metrics dt {
  font-family: var(--display);
  font-size: 32px;
  font-weight: 600;
  color: var(--copper);
}

.tdh-metrics dd {
  margin: 4px 0 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(251, 249, 245, 0.58);
}

.tdh-hero-visual {
  position: relative;
  min-height: 560px;
}

.tdh-hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tdh-hero-caption {
  position: absolute;
  right: 0;
  bottom: 28px;
  padding: 14px 22px;
  background: var(--paper);
  color: var(--ink);
}

.tdh-hero-caption strong {
  display: block;
  font-family: var(--display);
  font-size: 20px;
}

.tdh-hero-caption span {
  font-size: 12px;
  color: var(--muted);
}

.tdh-recipes {
  padding: 96px 0 88px;
  background: var(--linen);
}

.tdh-section-head {
  max-width: 640px;
  margin-bottom: 48px;
}

.tdh-section-head h2,
.tdh-about-copy h2,
.tdh-contact-intro h2 {
  font-size: clamp(34px, 4.8vw, 52px);
  margin-bottom: 14px;
}

.tdh-section-head p,
.tdh-about-copy > p,
.tdh-contact-intro p {
  margin: 0;
  color: var(--muted);
}

.tdh-section-head-split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: end;
  max-width: none;
}

.tdh-spotlight {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  margin-bottom: 36px;
  background: var(--pine-deep);
  color: rgba(251, 249, 245, 0.78);
}

.tdh-spotlight-photo {
  position: relative;
  min-height: 420px;
}

.tdh-spotlight-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tdh-spotlight-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 40px;
}

.tdh-spotlight-copy h3 {
  font-size: 42px;
  color: #fff;
  margin: 10px 0 14px;
}

.tdh-spotlight-copy p {
  margin: 0 0 16px;
}

.tdh-spotlight-copy small {
  display: block;
  margin-bottom: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
}

.tdh-meta {
  color: #e8b89a;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tdh-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 22px;
}

.tdh-card {
  background: var(--paper);
  border: 1px solid var(--line);
}

.tdh-card-photo {
  position: relative;
}

.tdh-card-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.tdh-card-photo span {
  position: absolute;
  left: 0;
  top: 16px;
  padding: 6px 12px;
  background: var(--paper);
  color: var(--copper-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tdh-card-body {
  padding: 20px 18px 22px;
}

.tdh-card-body h3 {
  font-size: 26px;
  margin-bottom: 8px;
}

.tdh-card-body p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 14px;
}

.tdh-card-body small {
  color: var(--pine);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tdh-about {
  padding: 100px 0;
  background: var(--paper);
}

.tdh-about-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 72px;
  align-items: center;
}

.tdh-about-copy blockquote {
  margin: 28px 0;
  padding: 0 0 0 20px;
  border-left: 2px solid var(--copper);
  font-family: var(--display);
  font-size: 26px;
  font-style: italic;
  line-height: 1.3;
  color: var(--pine);
}

.tdh-principles {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.tdh-principles li {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 15px;
}

.tdh-principles strong {
  font-family: var(--display);
  font-size: 18px;
  color: var(--copper);
}

.tdh-mosaic {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  grid-template-rows: 240px 240px;
  gap: 12px;
}

.tdh-mosaic-main {
  grid-row: span 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tdh-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tdh-services {
  padding: 96px 0 80px;
  background: var(--linen);
}

.tdh-offers {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.tdh-offer {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 40px;
  align-items: center;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
}

.tdh-offer:nth-child(even) img {
  order: 2;
}

.tdh-offer img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.tdh-offer span {
  display: block;
  margin-bottom: 8px;
  font-family: var(--display);
  font-size: 28px;
  color: var(--copper);
}

.tdh-offer h3 {
  font-size: 34px;
  margin-bottom: 10px;
}

.tdh-offer p {
  margin: 0 0 16px;
  max-width: 480px;
  color: var(--muted);
}

.tdh-offer a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--copper-deep);
  box-shadow: inset 0 -1px 0 currentColor;
}

.tdh-contact {
  padding: 96px 0 80px;
  background: var(--pine);
  color: rgba(251, 249, 245, 0.78);
}

.tdh-contact-intro {
  max-width: 620px;
  margin-bottom: 36px;
}

.tdh-contact-intro h2 {
  color: #fff;
}

.tdh-contact-intro p {
  color: rgba(251, 249, 245, 0.68);
}

.tdh-contact-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  list-style: none;
  margin: 0 0 36px;
  padding: 24px 0;
  border-top: 1px solid rgba(251, 249, 245, 0.14);
  border-bottom: 1px solid rgba(251, 249, 245, 0.14);
}

.tdh-contact-strip strong {
  display: block;
  margin-bottom: 8px;
  color: #e8b89a;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tdh-contact-strip a:hover {
  color: #fff;
}

.tdh-contact-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: stretch;
}

.tdh-map {
  min-height: 420px;
  border: 1px solid rgba(251, 249, 245, 0.12);
}

.tdh-map iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  display: block;
  filter: grayscale(0.35) contrast(1.05);
}

.tdh-form {
  background: var(--paper);
  color: var(--ink);
  padding: 36px 32px;
}

.tdh-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.tdh-form p {
  margin: 0 0 16px;
}

.tdh-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tdh-form input,
.tdh-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--linen);
  color: var(--ink);
  outline: none;
}

.tdh-form input:focus,
.tdh-form textarea:focus {
  border-color: var(--copper);
  background: #fff;
}

.tdh-form textarea {
  min-height: 140px;
  resize: vertical;
}

.tdh-form-note {
  min-height: 20px;
  margin: 12px 0 0;
  font-size: 13px;
  color: var(--copper-deep);
  font-weight: 600;
}

.tdh-footer {
  background: var(--pine-deep);
  color: rgba(251, 249, 245, 0.58);
  padding: 64px 0 0;
}

.tdh-footer-brand {
  max-width: 520px;
  margin-bottom: 40px;
}

.tdh-logo-light .tdh-logo-text {
  color: #fff;
}

.tdh-footer-brand p {
  margin: 14px 0 0;
}

.tdh-footer-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(251, 249, 245, 0.1);
}

.tdh-footer h4 {
  margin: 0 0 14px;
  font-family: var(--display);
  font-size: 22px;
  color: #fff;
}

.tdh-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.tdh-footer a:hover {
  color: #e8b89a;
}

.tdh-footer-bar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 18px 0;
  font-size: 12px;
  color: rgba(251, 249, 245, 0.38);
}

.tdh-toast {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 60;
  background: var(--copper);
  color: #fff;
  padding: 14px 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transform: translateY(120%);
  transition: transform 0.35s ease;
}

.tdh-toast.is-visible {
  transform: translateY(0);
}

.tdh-page {
  padding: 72px 0 96px;
}

.tdh-prose {
  color: var(--muted);
}

.tdh-prose h1,
.tdh-prose h2,
.tdh-prose h3 {
  color: var(--ink);
}

.tdh-prose a {
  color: var(--copper-deep);
}

@media (min-width: 981px) {
  .tdh-toggle {
    display: none;
  }
}

@media (max-width: 1100px) {
  .tdh-hero-copy {
    padding: 56px 40px;
  }

  .tdh-section-head-split,
  .tdh-about-grid,
  .tdh-contact-layout {
    grid-template-columns: 1fr;
  }

  .tdh-mosaic {
    grid-template-rows: 200px 200px;
  }
}

@media (max-width: 980px) {
  .tdh-header-cta {
    display: none;
  }

  .tdh-toggle {
    display: inline-flex;
  }

  .tdh-header-inner {
    position: relative;
  }

  .tdh-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 20;
    background: var(--paper);
    border: 1px solid var(--line);
    padding: 12px;
  }

  .tdh-nav.is-open {
    display: block;
  }

  .tdh-nav ul {
    flex-direction: column;
  }

  .tdh-hero,
  .tdh-spotlight,
  .tdh-board,
  .tdh-offer,
  .tdh-contact-strip,
  .tdh-footer-cols {
    grid-template-columns: 1fr;
  }

  .tdh-offer:nth-child(even) img {
    order: 0;
  }

  .tdh-hero-visual {
    min-height: 420px;
  }

  .tdh-spotlight-photo {
    min-height: 280px;
  }

  .tdh-offer img {
    min-height: 280px;
    height: 280px;
  }

  .tdh-topbar-inner span:nth-child(2) {
    display: none;
  }
}

@media (max-width: 720px) {
  .tdh-wrap {
    width: min(1180px, calc(100% - 32px));
  }

  .tdh-hero-copy {
    padding: 40px 24px 36px;
  }

  .tdh-metrics,
  .tdh-form-row,
  .tdh-mosaic {
    grid-template-columns: 1fr;
  }

  .tdh-mosaic {
    grid-template-rows: 280px 180px 180px;
  }

  .tdh-mosaic-main {
    grid-row: auto;
    height: 280px;
  }

  .tdh-spotlight-copy,
  .tdh-form {
    padding: 28px 22px;
  }

  .tdh-footer-bar {
    justify-content: center;
    text-align: center;
  }

  .tdh-card-photo img {
    aspect-ratio: 16 / 10;
  }
}
