:root { --guide-cream: #f5efe8; --guide-copper: #b9724f; --guide-ink: #11273a; }
.guide-page { color: var(--guide-ink); background: #fff; }
.guide-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.97); border-bottom: 1px solid #dce4e8; backdrop-filter: blur(12px); }
.guide-nav { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.guide-book { min-height: 46px; display: inline-flex; align-items: center; padding: 0 20px; color: #fff; background: var(--guide-copper); border-radius: 4px; font-size: 13px; font-weight: 700; }
.guide-hero { color: #fff; background: linear-gradient(90deg, rgba(5,24,39,.96), rgba(5,24,39,.78)), url('/assets/latable/marrakech-dinner.webp') center/cover; }
.guide-hero-inner { max-width: 970px; padding-top: 105px; padding-bottom: 105px; }
.guide-kicker { margin: 0 0 20px; color: var(--guide-copper); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.guide-hero h1 { max-width: 900px; margin: 0 0 34px; color: #fff; font: 800 clamp(46px, 7vw, 76px)/.99 Manrope, sans-serif; letter-spacing: -.05em; }
.answer-box { max-width: 900px; padding: 28px 30px; color: #eaf0f4; background: rgba(5,24,39,.68); border-left: 4px solid var(--guide-copper); }
.answer-box p { margin: 0; font-size: 17px; line-height: 1.72; }
.answer-box p + p { margin-top: 14px; }
.answer-box strong { color: #fff; }
.guide-actions { margin-top: 30px; display: flex; align-items: center; gap: 28px; }
.guide-actions > a:not(.button) { color: #fff; border-bottom: 1px solid rgba(255,255,255,.5); }
.guide-section { padding: 95px 0; }
.guide-muted { background: var(--guide-cream); }
.guide-grid, .source-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.guide-section h2, .guide-final h2 { margin: 0 0 22px; color: var(--guide-ink); font: 800 clamp(36px, 5vw, 56px)/1.04 Manrope, sans-serif; letter-spacing: -.04em; }
.guide-lead, .source-grid p { font-size: 16px; line-height: 1.7; }
.fact-table { border-top: 1px solid #cad5db; }
.fact-table > div { min-height: 68px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 25px; align-items: center; padding: 12px 0; border-bottom: 1px solid #cad5db; }
.fact-table span { color: #5a6e7c; font-size: 13px; }
.fact-table strong { font-size: 15px; line-height: 1.45; }
.answer-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.answer-grid article { padding: 30px; background: #fff; border: 1px solid #e2d8cf; border-radius: 8px; }
.answer-grid h3 { margin: 0 0 13px; font: 750 20px/1.25 Manrope, sans-serif; }
.answer-grid p { margin: 0; color: #4d606d; line-height: 1.65; }
.source-list { margin: 27px 0; padding: 0; list-style: none; border-top: 1px solid #d4dde2; }
.source-list li { border-bottom: 1px solid #d4dde2; }
.source-list a { min-height: 52px; display: flex; align-items: center; color: #1d668f; font-weight: 700; }
.guide-updated { color: #71818b; font-size: 12px !important; }
.guide-final { padding: 85px 0; text-align: center; background: var(--guide-cream); }
.guide-final p { color: var(--guide-copper); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.guide-final .button { margin-top: 10px; }
.guide-footer { color: #d7e0e5; background: #071d2d; }
.guide-footer .shell { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; }
.guide-footer a { color: #fff; }
@media (max-width: 800px) {
  .guide-hero-inner { padding-top: 75px; padding-bottom: 75px; }
  .guide-grid, .source-grid { grid-template-columns: 1fr; gap: 40px; }
  .answer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 580px) {
  .guide-nav { min-height: 72px; }
  .guide-nav .brand-type small { display: none; }
  .guide-book { padding: 0 13px; font-size: 11px; }
  .guide-hero h1 { font-size: 43px; }
  .answer-box { padding: 22px 20px; }
  .answer-box p { font-size: 15px; }
  .guide-actions { align-items: flex-start; flex-direction: column; }
  .guide-section { padding: 72px 0; }
  .fact-table > div { grid-template-columns: 1fr; gap: 5px; padding: 17px 0; }
  .answer-grid article { padding: 24px; }
  .guide-footer .shell { padding: 24px 0; align-items: flex-start; flex-direction: column; }
}
