@font-face {
  font-family: "Rubik";
  src: url("/assets/fonts/rubik/Rubik-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("/assets/fonts/rubik/Rubik-Italic-VariableFont_wght.ttf") format("truetype");
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
}

@font-face {
  font-family: "Caveat";
  src: url("/assets/fonts/caveat/Caveat-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --navy: #102A3A;
  --orange: #B5541E;
  --gold: #C39A45;
  --olive: #6D7A4E;
  --cream: #F7EFE2;
  --white: #FFFFFF;
  --text: #17313F;
  --muted: #6E7478;
  --line: rgba(16, 42, 58, 0.16);
  --shadow: 0 18px 50px rgba(16, 42, 58, 0.10);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.65;
}
body.event-page {
  font-family: "Rubik", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--white);
}
.event-page .handwritten { font-family: "Caveat", cursive; }
body.foods-page {
  --foods-olive: #66734B;
  --foods-sage: #AAB5A0;
  --foods-green: #234638;
  font-family: "Rubik", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--white);
}
.foods-page .handwritten { font-family: "Caveat", cursive; }
a { color: inherit; }
img { max-width: 100%; display: block; }

.container { width: min(1120px, 92vw); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(247, 239, 226, 0.88);
  border-bottom: 1px solid rgba(16,42,58,.08);
}
.event-page .site-header { background: rgba(255,255,255,.92); }
.event-page .brand { letter-spacing: .12em; }
.event-page .site-header .brand { font-family: "Rubik", sans-serif; }
.foods-page .site-header { background: rgba(255,255,255,.92); }
.foods-page .brand {
  color: var(--foods-green);
  font-family: "Rubik", sans-serif;
  letter-spacing: .12em;
}
.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--navy);
}
.event-page .project-brand,
.foods-page .project-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.event-page .project-brand .header-family-mark,
.foods-page .project-brand .header-family-mark {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  margin: 0;
  object-fit: cover;
  border-radius: 50%;
}
.nav-links { display: flex; gap: 20px; flex-wrap: wrap; }
.nav-links a {
  text-decoration: none;
  font-size: .95rem;
  color: var(--navy);
  opacity: .9;
}
.nav-links a:hover { color: var(--orange); }

.hero { padding: 72px 0 56px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--olive);
  font-weight: 700;
}
.eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: var(--gold);
}
h1, h2, h3 { color: var(--navy); line-height: 1.15; }
h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 6.2rem);
  margin: 18px 0 18px;
  font-weight: 600;
  letter-spacing: -.03em;
}
.event-page .hero h1 {
  font-family: "Rubik", sans-serif;
  font-size: clamp(2.0rem, 4.5vw, 3.8rem);
}
.hero p { font-size: 1.16rem; max-width: 650px; color: #485A64; }
.hero-logo {
  padding: 26px;
  border-radius: 36px;
  background: rgba(255,255,255,.36);
}
.event-page .hero-logo { background: #fff; }
.hero-logo img { max-height: 620px; margin: 0 auto; object-fit: contain; }
.project-brand-lockup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.project-brand-lockup .project-logo {
  width: 100%;
  max-width: 450px;
  height: auto;
  margin: 0;
}
.event-page .project-brand-lockup { padding: 0; }

.event-page .event-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 112px) 0 0;
  background:
    radial-gradient(circle at 92% 8%, rgba(195, 154, 69, .13), transparent 32%),
    linear-gradient(135deg, #fff 0%, #fff 56%, #faf8f4 100%);
}
.event-page .event-hero::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% + 92px);
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(16, 42, 58, .13), transparent);
}
.event-page .event-hero .hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: 1.12fr .88fr;
  gap: clamp(40px, 6vw, 76px);
  padding-bottom: clamp(56px, 7vw, 88px);
}
.event-page .event-hero-copy { min-width: 0; }
.event-page .event-claim {
  max-width: 760px;
  margin: 22px 0 24px;
  font-size: clamp(3.25rem, 6.7vw, 6.3rem);
  line-height: .94;
  letter-spacing: -.055em;
}
.event-page .claim-phrase {
  display: inline-block;
  white-space: nowrap;
}
.event-page .event-claim strong {
  font-family: "Rubik", ui-sans-serif, system-ui, sans-serif;
  font-size: .48em;
  font-style: normal;
  letter-spacing: .08em;
  vertical-align: .35em;
}
.event-page .claim-separator {
  color: var(--gold);
  font-size: .62em;
  padding: 0 .06em;
}
.event-page .event-hero p {
  max-width: 620px;
  margin-bottom: 0;
}
.event-page .event-hero .hero-logo {
  padding: clamp(16px, 2.4vw, 30px);
  border: 1px solid rgba(16, 42, 58, .08);
  box-shadow: 0 28px 70px rgba(16, 42, 58, .08);
}
.event-page .event-hero .hero-logo img { max-height: 520px; }
.event-language {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 18px 28px;
  flex-wrap: wrap;
  padding: 24px 0;
  border-top: 1px solid rgba(16, 42, 58, .14);
  color: var(--navy);
  font-size: clamp(.76rem, 1.4vw, .94rem);
  font-weight: 800;
  letter-spacing: .14em;
}
.event-language span:nth-child(3n + 2) { color: var(--orange); }
.event-language span:nth-child(3n) { color: var(--olive); }
.event-page [id] { scroll-margin-top: 96px; }
.event-page .btn { transition: transform .18s ease, background-color .18s ease, color .18s ease; }
.event-page .btn.primary:hover { background: #1b3b4d; }
.event-page .btn.secondary:hover { background: var(--navy); color: var(--white); }
.event-page a:focus-visible {
  outline: 3px solid rgba(181, 84, 30, .35);
  outline-offset: 4px;
}
.foods-page [id] { scroll-margin-top: 96px; }
.foods-page a:focus-visible {
  outline: 3px solid rgba(102, 115, 75, .35);
  outline-offset: 4px;
}
.foods-page .nav-links a:hover { color: var(--foods-green); }
.foods-page .foods-hero {
  padding: clamp(64px, 8vw, 104px) 0;
  background: var(--white);
}
.foods-page .foods-hero .hero-grid {
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(40px, 7vw, 84px);
}
.foods-page .foods-hero h1 {
  font-family: "Rubik", sans-serif;
  font-size: clamp(2.2rem, 4.8vw, 4.1rem);
}
.foods-page .foods-hero p { max-width: 650px; }
.foods-page .eyebrow { color: var(--foods-olive); }
.foods-page .eyebrow::before { background: var(--foods-sage); }
.foods-page .foods-project-brand {
  min-height: 360px;
  padding: 0;
  border-top: 1px solid var(--foods-sage);
  border-bottom: 1px solid var(--foods-sage);
  background: var(--white);
}

.button-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid var(--navy);
}
.btn.primary { background: var(--navy); color: white; }
.btn.secondary { color: var(--navy); background: transparent; }
.btn:hover { transform: translateY(-1px); }

.section { padding: 76px 0; }
.section.alt { background: rgba(255,255,255,.38); }
.event-page .section { padding: clamp(76px, 9vw, 112px) 0; }
.event-page .section.alt { background: #FAF8F4; }
.foods-page .section { padding: clamp(76px, 9vw, 112px) 0; }
.foods-page .section.alt { background: #FAF8F4; }
.event-page .section-kicker {
  display: block;
  margin-bottom: 14px;
  color: var(--orange);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
}
.foods-page .section-kicker {
  display: block;
  margin-bottom: 14px;
  color: var(--foods-olive);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
}
.brand-word {
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.brand-word-essen {}
.brand-word-trinken {}
.brand-word-feiern {}
.brand-word-erinnern {}
.brand-word-planen {}
.brand-word-lieblinge {}
.brand-word-frisch {}
.brand-word-saison {}
.brand-word-grill {}
.brand-word-bar {}
.brand-word-tisch {}
.brand-word-licht {}
.brand-word-musik {}
.brand-word-raum {}
.brand-word-kueche {}
.brand-word-details {}
.brand-word-design {}
.brand-word-menue {}
.brand-word-drinks {}
.brand-word-garten {}
.brand-word-mitternacht {}
.brand-word-hausgemacht {}
.brand-word-echt {}
.brand-word-schwiebus {}
.brand-word-sauce {}
.brand-word-dip {}
.brand-word-ketchup {}
.brand-word-wuerzen {}
.brand-word-mischen {}
.brand-word-kochen {}
.brand-word-weitergeben {}
.brand-word-glas {}
.brand-word-flasche {}
.brand-word-etikett {}
.brand-word-food {}
.brand-word-favoriten {}
.event-page .brand-word { font-family: "Rubik", ui-sans-serif, system-ui, sans-serif; }
.foods-page .brand-word { font-family: "Rubik", ui-sans-serif, system-ui, sans-serif; }
.section h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  margin: 0 0 16px;
}
.event-page .section h2 {
  font-family: "Rubik", sans-serif;
  font-size: clamp(1.7rem, 3.3vw, 2.8rem);
}
.foods-page .section h2 {
  color: var(--foods-green);
  font-family: "Rubik", sans-serif;
  font-size: clamp(1.7rem, 3.3vw, 2.8rem);
}
.foods-page .section-intro { max-width: 100%; }
.foods-page .handwritten-note {
  margin: 18px 0 0;
  color: var(--foods-olive);
  font-size: clamp(1.55rem, 2.2vw, 1.8rem);
  font-weight: 500;
  line-height: 1.15;
  text-align: right;
}
.foods-page .foods-inline-link,
.foods-page .foods-document-link {
  width: fit-content;
  padding-bottom: .12rem;
  border-bottom: 1px solid rgba(102, 115, 75, .48);
  color: var(--foods-green);
  font-weight: 700;
  text-decoration: none;
  transition: color .18s ease, border-color .18s ease;
}
.foods-page .foods-inline-link:hover,
.foods-page .foods-document-link:hover {
  border-color: var(--foods-green);
  color: var(--foods-olive);
}
.section-intro { max-width: 760px; color: #52636B; margin-bottom: 34px; }
.event-page  .section-intro { max-width: 100%; color: #52636B; margin-bottom: 34px; }
.event-page .handwritten-note {
  margin: 18px 0 0;
  color: var(--olive);
  font-size: clamp(1.8rem, 2.2vw, 1.55rem);
  font-weight: 500;
  line-height: 1.15;
  text-align: right;
}
.event-page .event-signature {
  margin: 32px 0 0;
  color: var(--navy);
  font-size: clamp(1.9rem, 3vw, 2.15rem);
  font-weight: 500;
  line-height: 1.1;
  text-align: right;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.card {
  background: rgba(255,255,255,.62);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
}
.event-page .cards { gap: 22px; }
.event-page .favorite-groups { display: grid; gap: 22px; }
.event-page .favorite-card .favorite-ingredients {
  margin: 0 0 12px;
  color: #52636B;
  font-size: .9rem;
  line-height: 1.55;
}
.event-page .favorite-card .favorite-character {
  margin: 0;
  color: var(--olive);
  font-size: .84rem;
  font-style: italic;
  line-height: 1.5;
}
.event-page .card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: clamp(26px, 3vw, 34px);
  background: #fff;
  border-color: rgba(16, 42, 58, .12);
  box-shadow: 0 18px 45px rgba(16, 42, 58, .07);
}
.foods-page .cards { gap: 22px; }
.foods-page .foods-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: clamp(26px, 3vw, 34px);
  background: #fff;
  border-color: rgba(35, 70, 56, .14);
  box-shadow: 0 18px 45px rgba(35, 70, 56, .07);
}
.foods-page .foods-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--foods-sage);
}
.foods-page .card-label {
  display: block;
  margin-bottom: 18px;
  color: var(--foods-olive);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
}
.foods-page .foods-card h3 {
  margin-bottom: 0;
  color: var(--foods-green);
  font-family: "Rubik", sans-serif;
  font-size: clamp(1.2rem, 1.95vw, 1.52rem);
}
.foods-page .foods-favorite-groups { display: grid; gap: 22px; }
.foods-page .foods-favorite-card {
  display: flex;
  flex-direction: column;
}
.foods-page .foods-document-link {
  margin-top: auto;
  padding-top: 1.35rem;
  font-size: .76rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.event-page .card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--gold);
}
.event-page .card-label {
  display: block;
  margin-bottom: 18px;
  color: var(--olive);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
}
.event-page .card h3 {
  margin-bottom: 12px;
  font-family: "Rubik", sans-serif;
  font-size: clamp(1.2rem, 1.95vw, 1.52rem);
}
.event-page .project-card {
  display: flex;
  flex-direction: column;
}
.event-page .project-card::before { background: var(--orange); }
.event-page .project-card .card-label { color: var(--orange); }
.event-page .project-documents {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: .5rem 1rem;
  margin-top: auto;
  padding-top: 1.35rem;
}
.event-page .project-document-link {
  width: fit-content;
  padding-bottom: .12rem;
  border-bottom: 1px solid rgba(195, 154, 69, .5);
  color: var(--navy);
  font-size: .72rem;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  transition: color .18s ease, border-color .18s ease;
}
.event-page .project-document-link:hover {
  border-color: var(--orange);
  color: var(--orange);
}
.event-page .project-grid-followup {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 22px;
}
.private-project-note {
  display: grid;
  grid-template-columns: minmax(190px, .34fr) 1fr;
  gap: 18px 32px;
  margin-top: 34px;
  padding: 26px 28px;
  border: 1px solid rgba(16, 42, 58, .12);
  border-left: 4px solid var(--gold);
  border-radius: 0 18px 18px 0;
  background: rgba(255, 255, 255, .72);
  color: #52636B;
  font-size: .92rem;
}
.private-project-note strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
}
.card h3 { margin-top: 0; font-size: 1.25rem; }
.card p { margin-bottom: 0; color: #58686F; }

.quote {
  padding: 42px;
  border-left: 4px solid var(--gold);
  background: rgba(255,255,255,.5);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  color: var(--navy);
}

.legal-wrap { padding: 70px 0 90px; }
.legal-card {
  max-width: 860px;
  background: rgba(255,255,255,.68);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(26px, 5vw, 48px);
  box-shadow: var(--shadow);
}
.legal-card h1 { font-size: clamp(2.6rem, 5vw, 4.2rem); margin-top: 0; overflow-wrap: anywhere; }
.legal-card h2 { margin-top: 34px; }
.legal-card p, .legal-card li { color: #4F6068; }
.legal-card a { color: var(--orange); }

.site-footer {
  border-top: 1px solid rgba(16,42,58,.10);
  padding: 28px 0 42px;
  color: #66747B;
  font-size: .92rem;
}
.footer-row { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--orange); }
.small-note { font-size: .84rem; color: #7B8589; }
.event-footer-brand { display: grid; gap: 2px; }
.event-footer-brand strong {
  color: var(--navy);
  font-family: "Rubik", sans-serif;
  letter-spacing: .04em;
}
.event-footer-brand span { color: var(--olive); font-size: .82rem; }
.event-page .event-footer-brand .footer-private-note {
  max-width: 760px;
  margin-top: 6px;
  color: #66747B;
  font-size: .8rem;
  line-height: 1.5;
}
.foods-footer-brand { display: grid; gap: 2px; }
.foods-footer-brand strong {
  color: var(--foods-green);
  font-family: "Rubik", sans-serif;
  letter-spacing: .04em;
}
.foods-footer-brand span { color: var(--foods-olive); font-size: .82rem; }
.foods-page .foods-footer-brand .footer-private-note {
  max-width: 760px;
  margin-top: 6px;
  color: #66747B;
  font-size: .8rem;
  line-height: 1.5;
}


.foods-page .event-signature {
  margin: 32px 0 0;
  color: var(--navy);
  font-size: clamp(1.9rem, 3vw, 2.15rem);
  font-weight: 500;
  line-height: 1.1;
  text-align: right;
}

@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero { padding-top: 46px; }
  .hero-logo { order: -1; padding: 10px; }
  .cards { grid-template-columns: 1fr; }
  .nav { align-items: flex-start; padding: 16px 0; flex-direction: column; }
  .event-page .event-hero::before { display: none; }
  .event-page .event-hero .hero-grid { padding-bottom: 48px; }
  .event-page .event-hero .hero-logo { width: min(100%, 440px); margin: 0 auto; }
  .event-language { justify-content: flex-start; }
  .event-page .project-grid-followup { grid-template-columns: 1fr; }
  .private-project-note { grid-template-columns: 1fr; }
  .foods-page .foods-hero .hero-grid { grid-template-columns: 1fr; }
  .foods-page .foods-project-brand { width: min(100%, 560px); min-height: 280px; margin: 0 auto; }
}

@media (max-width: 560px) {
  .event-page [id] { scroll-margin-top: 204px; }
  .event-page .brand { font-size: .9rem; letter-spacing: .08em; }
  .event-page .event-claim { font-size: clamp(2.7rem, 15vw, 4.4rem); }
  .event-page .claim-separator { padding: 0; }
  .event-language { gap: 12px 20px; letter-spacing: .1em; }
  .foods-page [id] { scroll-margin-top: 204px; }
  .foods-page .brand { font-size: .9rem; letter-spacing: .08em; }
  .foods-page .foods-project-brand { min-height: 220px; padding: 8px; }
  .event-page .project-brand .header-family-mark,
  .foods-page .project-brand .header-family-mark { width: 30px; height: 30px; }
}
