/*
Theme Name: Millennium Café Bar
Theme URI: https://cafe-bar-millennium.de
Author: Café Bar Millennium
Description: Maßgeschneidertes WordPress-Theme für Millennium Café, Bar & More in Frankfurt am Main.
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: millennium-cafe-bar
*/

:root {
  --ink: #0d0b0a;
  --espresso: #1e1511;
  --wine: #5b1e2d;
  --gold: #d7b77c;
  --gold-soft: #ead19c;
  --ivory: #f4efe8;
  --muted: #ada49d;
  --line: rgba(215, 183, 124, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--ivory);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  height: 100px;
  padding: 0 clamp(24px, 5.2vw, 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(to bottom, rgba(9,7,6,.72), transparent);
}
.brand { width: 142px; height: 88px; display: flex; align-items: center; justify-content: center; }
.brand img { display: block; width: 118px; height: auto; max-height: 84px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(28px, 3.1vw, 52px); }
.main-nav a {
  position: relative;
  padding: 12px 0;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  letter-spacing: .03em;
}
.main-nav a:not(.nav-reserve)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 5px;
  height: 1px;
  background: var(--gold);
  transition: right .22s ease;
}
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.main-nav .nav-reserve { border: 1px solid rgba(215,183,124,.65); padding: 12px 19px; color: var(--gold-soft); transition: .2s ease; }
.main-nav .nav-reserve:hover { color: var(--ink); background: var(--gold); }
.nav-toggle { display: none; }

.hero {
  position: relative;
  min-height: min(810px, 92vh);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}
.hero-image {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-color: #090807;
  background-image: url("assets/images/millennium-interior.jpg");
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  animation: heroZoom 14s ease-out both;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5,4,3,.95) 0%, rgba(5,4,3,.82) 30%, rgba(5,4,3,.3) 63%, rgba(5,4,3,.08) 100%),
    linear-gradient(0deg, rgba(5,4,3,.42), transparent 45%);
}
.hero-content { width: min(660px, 46vw); margin: 120px 0 70px clamp(30px, 5.6vw, 86px); animation: reveal .8s ease-out both; }
.eyebrow { margin: 0 0 23px; color: var(--gold); font-size: 12px; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; }
.hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(62px, 6.55vw, 100px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .93;
}
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-copy { max-width: 470px; margin: 29px 0 33px; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px 32px; }
.button { min-height: 58px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 38px; border: 1px solid transparent; font-size: 14px; font-weight: 600; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #14100d; }
.button-gold:hover { background: var(--gold-soft); }
.open-status { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.7); font-size: 13px; }
.open-status i { width: 8px; height: 8px; border-radius: 50%; background: #89a76b; box-shadow: 0 0 0 5px rgba(137,167,107,.11); }
.scroll-cue { position: absolute; right: 38px; bottom: 48px; display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right center; }
.scroll-cue span { width: 45px; height: 1px; background: rgba(255,255,255,.35); }

.quick-info { display: grid; grid-template-columns: 1.25fr 1fr 1fr; background: #110e0c; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quick-info > * { min-height: 104px; padding: 25px clamp(26px, 4.5vw, 70px); display: flex; justify-content: center; flex-direction: column; border-right: 1px solid rgba(255,255,255,.09); }
.quick-info > *:last-child { border-right: 0; }
.info-kicker { margin-bottom: 7px; color: var(--gold); font-size: 9px; letter-spacing: .22em; text-transform: uppercase; }
.quick-info strong { color: rgba(255,255,255,.76); font-size: 13px; font-weight: 400; line-height: 1.45; }
.quick-info a:hover strong { color: var(--gold-soft); }

.menu-section { background: var(--ivory); color: #211a16; padding: 120px clamp(24px, 8vw, 122px) 100px; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 480px); align-items: end; gap: 60px; max-width: 1250px; margin: 0 auto 60px; }
.section-heading h2, .story h2, .contact h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 6.2vw, 92px); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.section-heading > p { margin: 0 0 6px; color: #756b64; font-size: 16px; line-height: 1.75; }
.menu-link-card { min-height: 150px; max-width: 1250px; margin: 0 auto; padding: 34px 42px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #211914; color: var(--ivory); border: 1px solid #211914; transition: background .25s ease, color .25s ease, transform .25s ease; }
.menu-link-card:hover { background: var(--wine); color: #fff; transform: translateY(-3px); }
.menu-link-card span { display: flex; flex-direction: column; gap: 11px; }
.menu-link-card small { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.menu-link-card strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(22px, 3vw, 38px); font-weight: 400; }
.menu-link-card b { width: 58px; height: 58px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(215,183,124,.55); color: var(--gold); font-size: 24px; font-weight: 400; }

.story { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 760px; background: #15100e; }
.story-visual { position: relative; min-height: 680px; overflow: hidden; }
.story-photo { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,12,9,.3), transparent), url("assets/images/millennium-interior.jpg") center/cover; transform: scale(1.04); }
.monogram { position: absolute; right: 0; bottom: 0; width: 180px; height: 180px; display: flex; align-items: center; justify-content: center; flex-direction: column; background: var(--wine); }
.brand-mark { display: flex; align-items: center; gap: 10px; color: var(--gold-soft); font-family: Georgia, serif; font-size: 50px; }
.brand-mark span { width: 25px; height: 1px; background: currentColor; }
.monogram small { margin-top: 5px; color: rgba(255,255,255,.65); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.story-copy { padding: clamp(70px, 9vw, 138px) clamp(35px, 8vw, 120px); display: flex; justify-content: center; flex-direction: column; }
.story h2 { max-width: 580px; font-size: clamp(54px, 5.4vw, 82px); }
.story-copy .lead { max-width: 580px; margin: 36px 0 18px; color: rgba(255,255,255,.78); font-family: Georgia, serif; font-size: 21px; line-height: 1.65; }
.story-copy > p:not(.eyebrow):not(.lead) { max-width: 570px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.story-facts { display: flex; gap: 55px; margin-top: 53px; padding-top: 32px; border-top: 1px solid var(--line); }
.story-facts div { display: flex; flex-direction: column; gap: 7px; }
.story-facts strong { color: var(--gold); font-family: Georgia, serif; font-size: 30px; font-weight: 400; }
.story-facts span { color: var(--muted); font-size: 10px; letter-spacing: .04em; }

.mood { padding: 115px clamp(24px, 5.5vw, 84px) 125px; background: #0b0908; }
.section-heading.light { max-width: 1320px; }
.section-heading.light h2 { color: var(--ivory); }
.section-heading.light > a { align-self: end; justify-self: end; padding-bottom: 8px; border-bottom: 1px solid var(--gold); color: var(--gold); font-size: 12px; }
.mood-grid { display: grid; grid-template-columns: 1fr 1.25fr 1fr; gap: 15px; max-width: 1320px; height: 540px; margin: auto; }
.mood-card { position: relative; padding: 34px; display: flex; justify-content: flex-end; flex-direction: column; overflow: hidden; isolation: isolate; background-image: linear-gradient(0deg, rgba(5,4,3,.9), transparent 65%), url("assets/images/millennium-interior.jpg"); background-size: auto 108%, auto 108%; transition: background-size .7s ease; }
.mood-card:hover { background-size: auto 114%, auto 114%; }
.mood-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(68,29,18,.1); transition: .3s ease; }
.mood-card:hover::after { background: transparent; }
.mood-coffee {
  background-image: linear-gradient(0deg, rgba(5,4,3,.88), rgba(5,4,3,.08) 70%), url("assets/images/morning-ritual.jpeg");
  background-position: center;
  background-size: cover, cover;
}
.mood-card.mood-coffee:hover { background-size: cover, cover; }
.mood-cocktail { background-position: center center; }
.mood-night {
  background-image: linear-gradient(0deg, rgba(5,4,3,.9), rgba(5,4,3,.04) 70%), url("assets/images/weekend-mood.jpg");
  background-position: center;
  background-size: cover, cover;
}
.mood-card.mood-night:hover { background-size: cover, cover; }
.mood-card span { color: var(--gold); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.mood-card h3 { margin: 11px 0 0; font-family: Georgia, serif; font-size: clamp(24px, 2.5vw, 38px); font-weight: 400; }

.social { padding: 105px clamp(24px, 5.5vw, 84px) 115px; background: var(--ivory); color: #211a16; }
.social-heading { max-width: 1320px; margin: 0 auto 52px; display: grid; grid-template-columns: 1fr minmax(280px, 460px); align-items: end; gap: 60px; }
.social-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 6.2vw, 88px); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.social-heading > p { margin: 0 0 7px; color: #756b64; font-size: 15px; line-height: 1.75; }
.social-grid { max-width: 1320px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.social-grid > a { min-height: 210px; padding: 31px; display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 20px; border: 1px solid #d6c9bd; background: #eee5dc; transition: transform .25s ease, background .25s ease, color .25s ease; }
.social-grid > a:hover { transform: translateY(-4px); background: #211914; color: var(--ivory); }
.social-icon { width: 54px; height: 54px; align-self: start; display: grid; place-items: center; border: 1px solid #a38f7d; border-radius: 50%; font-family: Georgia, serif; font-size: 18px; }
.social-facebook { font-family: Arial, sans-serif; font-size: 26px; font-weight: 700; }
.social-grid a > span:not(.social-icon) { min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.social-grid small { color: #9a6e50; font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.social-grid strong { font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 400; line-height: 1.25; overflow-wrap: anywhere; }
.social-grid b { color: #9a6e50; font-size: 20px; font-weight: 400; }

.contact { display: grid; grid-template-columns: 1fr 1fr; background: var(--espresso); }
.contact-intro { min-height: 650px; padding: clamp(80px, 9vw, 135px) clamp(35px, 8vw, 120px); background: radial-gradient(circle at 0 100%, rgba(91,30,45,.5), transparent 48%), #1b1310; }
.contact-intro h2 { max-width: 650px; }
.contact-intro > p:not(.eyebrow) { max-width: 420px; margin: 33px 0 40px; color: var(--muted); line-height: 1.8; }
.contact-details { padding: clamp(65px, 8vw, 120px); display: flex; justify-content: center; flex-direction: column; }
.contact-row { display: grid; grid-template-columns: 130px 1fr; gap: 25px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.contact-row > span { color: var(--gold); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.contact-row strong { color: rgba(255,255,255,.75); font-size: 14px; font-weight: 400; line-height: 1.8; }
.contact-row a:hover { color: var(--gold); }
.reserve-link { margin-top: 44px; display: flex; justify-content: space-between; padding-bottom: 15px; border-bottom: 1px solid var(--gold); color: var(--gold); font-family: Georgia, serif; font-size: 23px; }

footer { min-height: 170px; padding: 40px clamp(24px, 5.5vw, 84px); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 25px; background: #080706; border-top: 1px solid rgba(255,255,255,.08); }
.footer-brand { display: flex; align-items: center; }
.footer-brand img { width: 130px; height: auto; max-height: 105px; object-fit: contain; }
footer > p { color: #817872; font-size: 11px; text-align: center; }
.footer-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 15px 24px; color: #817872; font-size: 10px; }
.footer-links a:hover { color: var(--gold); }

.legal-page { min-height: 100vh; padding-top: 116px; background: #0d0b0a; color: var(--ivory); }
.legal-header { min-height: 116px; padding: 16px clamp(24px, 6vw, 90px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.1); background: #090807; }
.legal-logo { width: 112px; display: block; }
.legal-logo img { display: block; width: 100%; height: auto; }
.legal-back { display: inline-flex; gap: 25px; align-items: center; color: var(--gold); font-size: 12px; padding-bottom: 8px; border-bottom: 1px solid rgba(215,183,124,.55); }
.legal-content { width: min(850px, calc(100% - 48px)); margin: 0 auto; padding: 110px 0 120px; }
.legal-content h1 { margin: 0 0 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px, 9vw, 108px); font-weight: 400; letter-spacing: -.05em; line-height: .95; }
.legal-intro { max-width: 670px; margin: 0 0 75px; color: #aaa099; font-size: 17px; line-height: 1.75; }
.legal-content section { padding: 38px 0; border-top: 1px solid var(--line); }
.legal-content section:last-child { border-bottom: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 20px; color: var(--gold-soft); font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 400; }
.legal-content p { margin: 0 0 15px; color: #c4bbb4; font-size: 14px; line-height: 1.85; }
.legal-content p:last-child { margin-bottom: 0; }
.legal-content strong { color: var(--ivory); font-weight: 600; }
.legal-content a { color: var(--gold); border-bottom: 1px solid rgba(215,183,124,.35); }
.legal-content a:hover { color: var(--gold-soft); border-color: var(--gold-soft); }
.legal-privacy section { padding: 43px 0; }
.legal-footer { min-height: 130px; padding: 35px clamp(24px, 6vw, 90px); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #080706; border-top: 1px solid rgba(255,255,255,.08); color: #817872; font-size: 10px; }
.legal-footer nav { display: flex; gap: 28px; }
.legal-footer a:hover, .legal-footer a[aria-current="page"] { color: var(--gold); }

@keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroZoom { from { transform: scale(1.035); } to { transform: scale(1); } }

@media (max-width: 980px) {
  .site-header { height: 82px; }
  .brand { width: 120px; height: 76px; }
  .brand img { width: 98px; max-height: 72px; }
  .nav-toggle { position: relative; z-index: 2; width: 44px; height: 44px; padding: 12px; display: flex; justify-content: center; flex-direction: column; gap: 7px; border: 1px solid rgba(215,183,124,.35); background: rgba(13,11,10,.45); }
  .nav-toggle span { width: 100%; height: 1px; background: var(--gold); }
  .main-nav { position: absolute; left: 0; right: 0; top: 0; min-height: 100vh; padding: 120px 30px 40px; display: flex; align-items: stretch; flex-direction: column; gap: 3px; background: rgba(13,11,10,.98); visibility: hidden; opacity: 0; transform: translateY(-10px); transition: .25s ease; }
  .main-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .main-nav a { padding: 16px 0; font-family: Georgia, serif; font-size: 28px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .main-nav .nav-reserve { margin-top: 20px; padding: 15px 20px; text-align: center; font-family: Arial, sans-serif; font-size: 14px; }
  .hero { min-height: 820px; }
  .hero-content { width: min(650px, 75vw); }
  .quick-info { grid-template-columns: 1fr 1fr; }
  .quick-info > *:last-child { display: none; }
  .story { grid-template-columns: 1fr; }
  .story-visual { min-height: 560px; }
  .story-copy { min-height: 620px; }
  .mood-grid { height: auto; grid-template-columns: 1fr 1fr; }
  .mood-card { min-height: 440px; }
  .mood-card:last-child { grid-column: 1 / -1; min-height: 370px; background-size: cover; }
  .social-grid { grid-template-columns: 1fr 1fr; }
  .social-grid > a:last-child { grid-column: 1 / -1; }
  .contact-details { padding: 75px 45px; }
}

@media (max-width: 680px) {
  .legal-page { padding-top: 94px; }
  .brand { width: 104px; height: 70px; justify-content: flex-start; }
  .brand img { width: 88px; max-height: 66px; }
  .hero { min-height: 770px; align-items: flex-end; }
  .hero-image { background-position: center; background-size: auto 100%; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,4,3,.97) 0%, rgba(5,4,3,.7) 58%, rgba(5,4,3,.22) 100%); }
  .hero-content { width: auto; margin: 115px 24px 74px; }
  .hero h1 { font-size: clamp(56px, 17vw, 76px); }
  .hero-copy { max-width: 350px; margin: 22px 0 27px; font-size: 15px; }
  .hero-actions { display: block; }
  .button { width: 100%; }
  .open-status { margin-top: 24px; }
  .scroll-cue { display: none; }
  .quick-info { grid-template-columns: 1fr; }
  .quick-info > * { min-height: 83px; padding: 18px 24px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .menu-section { padding-top: 84px; }
  .section-heading { display: block; margin-bottom: 40px; }
  .section-heading > p { margin-top: 25px; }
  .menu-link-card { min-height: 130px; padding: 28px 24px; }
  .menu-link-card strong { font-size: 20px; word-break: break-word; }
  .menu-link-card b { width: 48px; height: 48px; }
  .story-visual { min-height: 460px; }
  .story-photo { background-position: 68% center; }
  .monogram { width: 130px; height: 130px; }
  .brand-mark { font-size: 38px; }
  .story-copy { min-height: auto; padding: 84px 24px; }
  .story-copy .lead { margin-top: 28px; font-size: 18px; }
  .story-facts { gap: 28px; }
  .story-facts span { line-height: 1.4; }
  .mood { padding-top: 85px; }
  .section-heading.light > a { display: inline-block; margin-top: 30px; }
  .mood-grid { grid-template-columns: 1fr; }
  .mood-card, .mood-card:last-child { grid-column: auto; min-height: 390px; }
  .social { padding-top: 82px; }
  .social-heading { display: block; margin-bottom: 38px; }
  .social-heading > p { margin-top: 24px; }
  .social-grid { grid-template-columns: 1fr; }
  .social-grid > a, .social-grid > a:last-child { grid-column: auto; min-height: 170px; }
  .contact { grid-template-columns: 1fr; }
  .contact-intro { min-height: auto; padding: 85px 24px; }
  .contact-details { padding: 65px 24px; }
  .contact-row { grid-template-columns: 105px 1fr; }
  footer { grid-template-columns: 1fr; padding: 52px 24px; text-align: center; }
  .footer-brand { justify-content: center; }
  footer > p { text-align: center; }
  .footer-links { justify-content: center; flex-wrap: wrap; }
  .legal-header { min-height: 94px; }
  .legal-logo { width: 82px; }
  .legal-back { gap: 12px; font-size: 10px; }
  .legal-content { width: min(100% - 40px, 850px); padding: 80px 0 90px; }
  .legal-intro { margin-bottom: 55px; font-size: 15px; }
  .legal-content section, .legal-privacy section { padding: 32px 0; }
  .legal-content h2 { font-size: 24px; }
  .legal-footer { flex-direction: column; justify-content: center; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
