@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Work+Sans:wght@300;400;500;600&display=swap');

:root {
  --navy: #1b2a45;
  --navy-deep: #0e1526;
  --bg: #0c1120;
  --surface: #171f34;
  --surface-2: #1f2941;
  --olive: #7c8f47;
  --olive-deep: #a9be6b;
  --terracotta: #d6ac52;
  --gold-light: #f6e2a0;
  --gold-mid: #d4af37;
  --gold-deep: #9c7a20;
  --sky: #8fb2cf;
  --text: #f3ecd9;
  --text-muted: #bcb49b;
  --line: rgba(212, 175, 55, 0.18);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

h1, h2, h3, .eyebrow, .display {
  font-family: 'Fraunces', serif;
}

a { color: inherit; }

/* ---------- Gold text effect, applied to all headings ---------- */
.gold-text,
h1, h2, h3 {
  color: var(--gold-mid);
  background: linear-gradient(115deg, var(--gold-deep) 0%, var(--gold-light) 32%, var(--gold-mid) 55%, var(--gold-light) 78%, var(--gold-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .gold-text, h1, h2, h3 { color: var(--gold-mid); background: none; -webkit-text-fill-color: initial; }
}

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

/* ---------- Kente-inspired divider (signature element) ---------- */
.kente {
  height: 10px;
  width: 100%;
  background:
    repeating-linear-gradient(
      90deg,
      var(--terracotta) 0px, var(--terracotta) 18px,
      var(--navy) 18px, var(--navy) 26px,
      var(--olive-deep) 26px, var(--olive-deep) 44px,
      var(--surface) 44px, var(--surface) 50px
    );
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, var(--gold-deep), var(--gold-light), var(--gold-deep)) 1;
}

/* ---------- Header (doubled) ---------- */
header.site-header {
  background: var(--navy-deep);
  color: var(--text);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 44px 32px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.brand {
  font-family: 'Fraunces', serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: var(--text);
}

.brand span { color: var(--gold-mid); }

nav.main-nav ul {
  list-style: none;
  display: flex;
  gap: 44px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

nav.main-nav a {
  text-decoration: none;
  color: var(--text);
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease, opacity 0.2s ease, color 0.2s ease;
}

nav.main-nav a:hover,
nav.main-nav a.active {
  border-bottom-color: var(--gold-mid);
  color: var(--gold-light);
}

/* ---------- Hero ---------- */
.hero {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 28px 40px;
}

.hero .eyebrow {
  color: var(--terracotta);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
  font-weight: 600;
  margin: 0 0 10px;
}

.hero h1 {
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  margin: 0 0 18px;
  line-height: 1.1;
  font-weight: 600;
}

.hero p.lead {
  font-size: 1.1rem;
  max-width: 46ch;
  color: var(--text-muted);
}

/* ---------- Page header (subpages) ---------- */
.page-header {
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 28px 30px;
}

.page-header .eyebrow {
  color: var(--terracotta);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
  font-weight: 600;
  margin: 0 0 8px;
}

.page-header h1 {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  margin: 0 0 14px;
  font-weight: 600;
}

.page-header p.lead {
  max-width: 60ch;
  color: var(--text-muted);
  font-size: 1.05rem;
}

/* ---------- Mot de Mayi section ---------- */
.mot-de-mayi {
  max-width: 1100px;
  margin: 10px auto 60px;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 50px;
  align-items: start;
}

.mot-de-mayi figure {
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  box-shadow:
    0 2px 0 rgba(212, 175, 55, 0.35),
    0 18px 22px -10px rgba(0, 0, 0, 0.7),
    0 40px 60px -20px rgba(0, 0, 0, 0.85),
    0 0 0 1px rgba(212, 175, 55, 0.25);
  transform: translateY(-4px);
}

.mot-de-mayi figcaption {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 0.92rem;
  color: var(--gold-light);
  margin-top: 14px;
  text-align: center;
}

.mot-de-mayi .card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 34px 38px;
  position: relative;
}

.mot-de-mayi h2 {
  font-size: 1.6rem;
  margin: 0 0 16px;
  font-weight: 600;
}

.mot-de-mayi p {
  margin: 0 0 12px;
  color: var(--text-muted);
}

.mot-de-mayi .signature {
  font-family: 'Fraunces', serif;
  font-style: italic;
  color: var(--gold-mid);
  font-size: 1.05rem;
  margin-top: 18px;
}

/* ---------- Teaser cards (home links to 3 pages) ---------- */
.teasers {
  max-width: 1100px;
  margin: 0 auto 70px;
  padding: 0 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.teaser {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 28px 26px;
  text-decoration: none;
  color: var(--text);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  display: block;
}

.teaser:hover {
  transform: translateY(-4px);
  border-color: var(--gold-mid);
  box-shadow: 0 16px 30px -18px rgba(0, 0, 0, 0.7);
}

.teaser .num {
  font-family: 'Fraunces', serif;
  font-size: 0.8rem;
  color: var(--terracotta);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
}

.teaser h3 {
  font-size: 1.25rem;
  margin: 8px 0 10px;
}

.teaser p {
  font-size: 0.94rem;
  color: var(--text-muted);
  margin: 0;
}

/* ---------- Generic content sections ---------- */
.section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 28px 60px;
}

.section h2 {
  font-size: 1.8rem;
  margin: 0 0 22px;
  font-weight: 600;
}

/* ---------- Spécialités layout: menu + aligned portrait ---------- */
.specialites-layout {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1fr 300px;
  column-gap: 44px;
  grid-template-areas:
    "header photo"
    "content photo";
  align-items: stretch;
}

.specialites-layout .specialites-header {
  grid-area: header;
  max-width: none;
  margin: 0;
  padding: 0 0 26px;
}

.specialites-layout .specialites-content {
  grid-area: content;
  max-width: none;
  margin: 0;
  padding: 0 0 60px;
}

.chef-portrait {
  grid-area: photo;
  height: 100%;
}

.chef-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  box-shadow:
    0 2px 0 rgba(212, 175, 55, 0.35),
    0 18px 22px -10px rgba(0, 0, 0, 0.7),
    0 40px 60px -20px rgba(0, 0, 0, 0.85),
    0 0 0 1px rgba(212, 175, 55, 0.25);
}

.menu-note {
  max-width: 1100px;
  margin: -20px auto 60px;
  padding: 0 28px;
  color: var(--text-muted);
  font-size: 0.9rem;
}

/* Menu blocks */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 50px;
  margin-bottom: 46px;
}

.menu-cat h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-bottom: 2px solid var(--gold-mid);
  padding-bottom: 8px;
  margin: 0 0 16px;
}

.dish {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--line);
}

.dish:last-child { border-bottom: none; }

.dish-name { font-weight: 500; color: var(--text); }
.dish-desc { display: block; font-size: 0.88rem; color: var(--text-muted); margin-top: 2px; }
.dish-price { font-family: 'Fraunces', serif; color: var(--gold-mid); font-weight: 600; white-space: nowrap; }

/* Animation / community cards */
.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.info-card {
  background: var(--surface);
  border-radius: 4px;
  padding: 26px 28px;
  border-left: 4px solid var(--gold-mid);
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.info-card h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
}

.info-card p { margin: 0; color: var(--text-muted); font-size: 0.95rem; }

.values-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.values-list li {
  border-top: 3px solid var(--gold-mid);
  padding-top: 12px;
}

.values-list strong {
  display: block;
  font-family: 'Fraunces', serif;
  margin-bottom: 6px;
}

/* ---------- Footer ---------- */
footer.site-footer {
  background: var(--navy-deep);
  color: rgba(243, 236, 217, 0.7);
  margin-top: 20px;
  border-top: 1px solid var(--line);
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 28px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.footer-inner .brand {
  font-size: 1.2rem;
  margin-bottom: 8px;
  display: block;
}

.footer-col { font-size: 0.86rem; max-width: 420px; }
.footer-col p { margin: 4px 0; }

/* ---------- Responsive ---------- */
@media (max-width: 760px) {
  .mot-de-mayi { grid-template-columns: 1fr; }
  .teasers { grid-template-columns: 1fr; }
  .menu-grid { grid-template-columns: 1fr; }
  .info-grid { grid-template-columns: 1fr; }
  .specialites-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "header"
      "photo"
      "content";
  }
  .chef-portrait { height: auto; margin-bottom: 20px; }
  .chef-portrait img { height: 320px; }
  .values-list { grid-template-columns: 1fr; }
  .header-inner { padding: 32px 24px 26px; }
  .brand { font-size: 2.1rem; }
  nav.main-nav ul { gap: 22px; flex-wrap: wrap; }
  nav.main-nav a { font-size: 1rem; }
}

/* Focus visibility */
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--gold-mid);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; scroll-behavior: auto !important; }
}
