/* Sacré Coeur café — maquette. Café de quartier : mur rouge sacré-cœur, bois blond, crème, Fraunces chaleureux. */
:root {
  --ink: #241a16; --smoke: #2f231d; --ash: #453629; --paper: #f6ede1; --white: #fffaf2;
  --red: #9c2b2b; --red-deep: #6e1a1a; --wood: #cea877; --wood-dark: #8a6438;
  --text: #271d18; --text-2: #5c4d43; --muted: #8d7c70; --line: rgba(39, 29, 24, 0.14);
  --display: 'Fraunces', Georgia, serif; --label: 'Work Sans', 'Helvetica Neue', Arial, sans-serif; --body: 'Work Sans', 'Helvetica Neue', Arial, sans-serif;
  --radius: 16px; --shadow: 0 18px 50px -24px rgba(36, 26, 22, 0.5); --wrap: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body { margin: 0; font-family: var(--body); font-size: 17px; line-height: 1.6; color: var(--text); background: var(--paper); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 600; line-height: 1.08; margin: 0 0 18px; letter-spacing: -0.005em; text-wrap: balance; }
h1 { font-size: clamp(38px, 5.6vw, 70px); font-weight: 500; } h1 em { font-weight: 600; }
h2 { font-size: clamp(29px, 3.6vw, 44px); }
h3 { font-size: 21px; } h4 { font-size: 18px; }
h1 em, h2 em { font-style: italic; color: var(--red); }
p { margin: 0 0 16px; }
.wrap { width: min(var(--wrap), 100% - 40px); margin: 0 auto; }
.eyebrow { font-family: var(--label); font-size: 13px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red-deep); margin: 0 0 12px; }
.skip { position: absolute; left: -9999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 12px; z-index: 100; } .skip:focus { left: 8px; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
.stars { color: var(--red); letter-spacing: 1px; }
section { scroll-margin-top: 80px; }
.section-head { max-width: 760px; margin-bottom: 34px; }
.section-head--row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.section-lede { color: var(--text-2); font-size: 18px; }

/* ── Boutons ── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border-radius: 999px; font-family: var(--label); font-weight: 600; font-size: 16px; letter-spacing: 0.01em; text-decoration: none; white-space: nowrap; border: 2px solid transparent; cursor: pointer; transition: transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn--red { background: var(--red); color: var(--white); } .btn--red:hover { background: var(--red-deep); }
.btn--ink { background: var(--ink); color: var(--paper); } .btn--ink:hover { background: var(--smoke); }
.btn--light { background: rgba(255, 250, 242, 0.14); color: #fff; border-color: rgba(255, 255, 255, 0.5); backdrop-filter: blur(6px); } .btn--light:hover { background: #fff; color: var(--ink); }
.btn--outline { background: transparent; border-color: var(--ink); color: var(--ink); } .btn--outline:hover { background: var(--ink); color: var(--paper); }
.btn--ghost { background: transparent; border-color: rgba(255, 255, 255, 0.3); color: #fff; }
.btn--lg { padding: 15px 28px; font-size: 17px; }

/* ── Marque ── */
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: inherit; margin: 0; }
.brand__mark { width: 30px; height: 30px; flex: none; color: var(--red); }
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__name { font-family: var(--display); font-size: 21px; font-weight: 600; letter-spacing: 0.01em; color: var(--paper); }
.brand__sub { font-family: var(--label); font-weight: 600; font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255, 255, 255, 0.6); }
.brand--foot .brand__name { font-size: 28px; color: var(--paper); } .brand--foot .brand__mark { width: 36px; height: 36px; }

/* ── Annonce & promo (admin) ── */
.announce { background: var(--red); color: var(--white); font-family: var(--label); font-size: 15px; font-weight: 600; text-align: center; padding: 9px 0; }
.announce[hidden] { display: none; } .announce a { color: var(--white); margin-left: 6px; text-decoration: underline; }
.promo { padding: 0; } .promo[hidden] { display: none; }
.promo__card { display: flex; align-items: center; justify-content: space-between; gap: 28px; background: var(--white); border: 2px solid var(--red); border-radius: var(--radius); padding: 26px 32px; margin: -34px auto 0; position: relative; z-index: 3; box-shadow: var(--shadow); }
.promo__card h2 { font-size: clamp(23px, 3vw, 32px); margin-bottom: 6px; } .promo__card p { margin: 0; color: var(--text-2); max-width: 64ch; }
.hours__exc { list-style: none; margin: 4px 0 10px; padding: 0; font-size: 14px; } .hours__exc li { padding: 6px 0; border-bottom: 1px dotted var(--line); color: var(--red-deep); font-weight: 600; } .hours__exc li span { color: var(--text-2); font-weight: 400; }
.foot__admin { color: rgba(246, 237, 225, 0.4); text-decoration: none; font-size: 12px; } .foot__admin:hover { color: var(--paper); }

/* ── Header ── */
.top { position: sticky; top: 0; z-index: 50; background: var(--ink); color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.top__row { display: flex; align-items: center; gap: 28px; min-height: 74px; }
.nav { display: flex; gap: 22px; }
.nav a { text-decoration: none; font-family: var(--label); font-weight: 500; font-size: 15px; color: rgba(255, 255, 255, 0.82); } .nav a:hover { color: var(--red); }
.top__cta { margin-left: auto; display: flex; gap: 10px; align-items: center; }
.top__cta a.icon-link { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.85); text-decoration: none; font-family: var(--label); font-size: 14px; }
.top__cta a.icon-link:hover { color: var(--red); }
.icon-ig { width: 17px; height: 17px; flex: none; }
.burger { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.burger span { display: block; height: 3px; background: #fff; border-radius: 2px; margin: 5px 0; transition: transform .2s, opacity .2s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); } .burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; } .burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ── Hero ── */
.hero { position: relative; min-height: min(88vh, 820px); display: grid; align-items: end; color: #fff; overflow: hidden; background: var(--ink); }
.hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; filter: brightness(0.68) saturate(1.08); }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20, 14, 11, 0.12) 0%, rgba(20, 14, 11, 0.28) 45%, rgba(15, 10, 8, 0.55) 100%); }
.hero__content { position: relative; padding: 108px 0 80px; max-width: 780px; }
.hero .eyebrow { color: var(--red); text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6); }
.hero h1 { text-shadow: 0 3px 18px rgba(0, 0, 0, 0.55); }
.lede { font-size: clamp(17px, 1.6vw, 20px); max-width: 58ch; color: rgba(255, 255, 255, 0.86); margin: 18px 0 28px; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }
.hero__proof { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 22px; }
.hero__status { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 18px; background: rgba(36, 26, 22, 0.7); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 999px; padding: 8px 14px; font-family: var(--label); font-size: 14px; font-weight: 600; }
.hero__status .dot { width: 9px; height: 9px; border-radius: 50%; background: #41c97c; box-shadow: 0 0 0 4px rgba(65, 201, 124, 0.25); }
.hero__status.is-closed .dot { background: #ff6b6b; box-shadow: 0 0 0 4px rgba(255, 107, 107, 0.25); }
.rating { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 999px; padding: 8px 16px 8px 12px; font-size: 14px; }
.rating strong { font-family: var(--display); font-size: 23px; line-height: 1; }
.pills { list-style: none; margin: 0; padding: 0; display: flex; gap: 8px; flex-wrap: wrap; }
.pills li { font-family: var(--label); font-size: 13px; font-weight: 600; padding: 6px 12px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.3); }

/* ── Valeurs ── */
.values { background: var(--white); border-bottom: 1px solid var(--line); }
.values__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; padding: 48px 0; }
.value svg { width: 40px; height: 40px; fill: none; stroke: var(--red-deep); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 14px; }
.value h3 { font-size: 21px; margin-bottom: 8px; } .value p { color: var(--text-2); font-size: 15px; margin: 0; }

/* ── Menu ── */
.menus { padding: 86px 0; }
.menu-panel[hidden] { display: none; }
.carte { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 56px; }
.carte__h { font-family: var(--label); font-weight: 700; font-size: 15px; letter-spacing: 0.12em; text-transform: uppercase; color: #fff; margin: 26px 0 12px; padding: 10px 14px; border-radius: 8px; background: linear-gradient(180deg, var(--red) 0%, var(--red-deep) 100%); display: flex; align-items: center; gap: 12px; }
.carte__h:first-child { margin-top: 0; }
.tag { font-family: var(--body); font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red-deep); background: var(--paper); padding: 3px 9px; border-radius: 999px; }
.dishes { list-style: none; margin: 0; padding: 0 4px; }
.dishes li { display: flex; align-items: baseline; gap: 12px; padding: 10px 0; border-bottom: 1px dotted var(--line); }
.dish { flex: 1; } .dish b { font-weight: 600; } .dish small { display: block; font-size: 14px; color: var(--text-2); line-height: 1.45; }
.price { font-family: var(--label); font-weight: 700; font-size: 18px; font-variant-numeric: tabular-nums; color: var(--red-deep); }
.price:empty { display: none; }
.carte__note { margin-top: 26px; font-size: 14px; color: var(--muted); }
.carte__secnote { font-size: 14px; font-style: italic; color: var(--text-2); margin: 0 4px 6px; }
.carte__intro { font-size: 18px; max-width: 64ch; margin-bottom: 28px; }

/* ── Produits vedettes ── */
.features { background: var(--ink); color: var(--paper); padding: 78px 0; }
.features .eyebrow { color: var(--red); }
.features__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.feature { margin: 0; border-radius: var(--radius); overflow: hidden; background: var(--smoke); }
.feature img { aspect-ratio: 4 / 5; width: 100%; height: auto; object-fit: cover; }
.feature figcaption { padding: 14px 16px 18px; }
.feature b { display: block; font-family: var(--display); font-size: 19px; color: var(--paper); margin-bottom: 4px; }
.feature span { font-size: 13.5px; color: rgba(246, 237, 225, 0.75); }

/* ── Split (formation barista) ── */
.split { padding: 86px 0; background: var(--white); }
.split__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split__media { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 3; }
.split__media img { width: 100%; height: 100%; object-fit: cover; }
.split__text p { color: var(--text-2); max-width: 54ch; }

/* ── Bannière pleine largeur (histoire / communauté) ── */
.banner { position: relative; padding: 130px 0; color: #fff; text-align: center; overflow: hidden; background: var(--ink); }
.banner__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(0.7) saturate(1.08); }
.banner__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,14,11,0.15) 0%, rgba(20,14,11,0.4) 100%); }
.banner__content { position: relative; max-width: 640px; margin: 0 auto; }
.banner .eyebrow { color: var(--red); text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6); }
.banner h2 { color: #fff; text-shadow: 0 3px 18px rgba(0, 0, 0, 0.5); }
.banner h2 em { text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6); }
.banner p { color: rgba(255,255,255,0.92); font-size: 18px; max-width: 52ch; margin: 0 auto; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4); }

/* ── Communauté ── */
.community { padding: 86px 0; background: var(--paper); }
.community__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: start; }
.community__text p { color: var(--text-2); max-width: 54ch; }
.community__media { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.community__media img { width: 100%; height: 100%; object-fit: cover; }
.facts-list { list-style: none; margin: 0 0 22px; padding: 0; display: grid; gap: 12px; }
.facts-list li { display: flex; gap: 14px; align-items: flex-start; background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; }
.facts-list b { display: block; font-family: var(--display); font-size: 17px; color: var(--red-deep); margin-bottom: 2px; }
.facts-list span { font-size: 14.5px; color: var(--text-2); }
.facts-list .num { font-family: var(--display); font-weight: 600; font-size: 26px; color: var(--red); flex: none; min-width: 62px; }

/* ── Avis ── */
.reviews { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 72px 0; }
.reviews__head { display: flex; flex-wrap: wrap; align-items: center; gap: 24px 48px; margin-bottom: 32px; }
.reviews__score { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; color: var(--text-2); font-weight: 600; }
.reviews__score strong { font-family: var(--display); font-size: 52px; line-height: 1; color: var(--text); }
.reviews__head p { font-family: var(--display); font-size: 23px; margin: 0; max-width: 32ch; line-height: 1.3; font-style: italic; }
.reviews__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.review { margin: 0; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.review p { font-size: 15px; margin-bottom: 14px; } .review footer { font-family: var(--label); font-size: 12.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.chips { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 20px; }
.chip { font-size: 13px; font-weight: 600; padding: 6px 12px; border-radius: 999px; border: 1px solid var(--line); } .chip b { color: var(--red-deep); margin-left: 4px; }
.chips__note { font-size: 12px; color: var(--muted); margin-left: 6px; }

/* ── Groupes & événements ── */
.groups { padding: 86px 0; }
.groups__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; }
.groups__text p { color: var(--text-2); max-width: 54ch; }
.facts { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 0; }
.facts div { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.facts dt { font-family: var(--display); font-size: 30px; line-height: 1; margin-bottom: 8px; color: var(--red-deep); } .facts dd { margin: 0; font-size: 14px; color: var(--text-2); }

/* ── Contact ── */
.contact { background: var(--white); border-top: 1px solid var(--line); padding: 86px 0; }
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.hours { width: 100%; border-collapse: collapse; margin: 18px 0 8px; font-size: 15px; }
.hours th { text-align: left; font-weight: 600; padding: 9px 0; width: 34%; border-bottom: 1px dotted var(--line); }
.hours td { padding: 9px 0; border-bottom: 1px dotted var(--line); font-variant-numeric: tabular-nums; }
.hours .closed { color: var(--muted); } .hours .is-today th, .hours .is-today td { color: var(--red-deep); font-weight: 700; }
.hours__note { font-size: 13px; color: var(--muted); margin-bottom: 22px; }
address { font-style: normal; line-height: 1.6; margin-bottom: 20px; }
.contact__access { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 20px; padding: 0; list-style: none; }
.contact__access li { font-size: 12.5px; font-weight: 600; color: var(--red-deep); background: rgba(156,43,43,0.08); border-radius: 999px; padding: 5px 11px; }
.contact__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.contact__map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); min-height: 480px; background: #ddd; } .contact__map iframe { width: 100%; height: 100%; min-height: 480px; border: 0; }

/* ── Pied ── */
.foot { background: var(--ink); color: rgba(246, 237, 225, 0.8); padding: 64px 0 96px; }
.foot__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.foot__tag { margin: 12px 0 0; font-size: 14px; max-width: 40ch; }
.foot h3 { color: var(--paper); font-family: var(--label); font-size: 15px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 8px; }
.foot a { color: var(--paper); }
.foot__social a { margin-right: 16px; font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--red); }
.foot__legal { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(246, 237, 225, 0.12); font-size: 13px; color: rgba(246, 237, 225, 0.55); }
.foot__credit a { color: var(--red); text-decoration: none; }

/* ── Barre mobile ── */
.mobilebar { display: none; }

/* ── Réservation en ligne ── */
.bk { position: fixed; inset: 0; z-index: 80; background: rgba(36, 26, 22, 0.7); display: flex; align-items: flex-end; justify-content: center; padding: 0; }
.bk[hidden] { display: none; }
.bk__panel { position: relative; width: 100%; max-width: 560px; max-height: 92vh; overflow-y: auto; background: var(--white); border-radius: 22px 22px 0 0; padding: 28px 24px 32px; box-shadow: var(--shadow); }
.bk__close { position: absolute; top: 12px; right: 12px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--paper); font-size: 24px; cursor: pointer; }
.bk h3 { font-size: 27px; margin: 4px 0 14px; }
.bk__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bk label { display: block; font-size: 13px; font-weight: 700; margin: 8px 0; } .bk__hint { font-weight: 400; color: var(--muted); }
.bk input, .bk select { display: block; width: 100%; margin-top: 5px; font: inherit; padding: 11px 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--text); }
.bk__msg { font-size: 14px; color: var(--text-2); margin: 14px 0 8px; min-height: 20px; }
.bk__slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(78px, 1fr)); gap: 8px; }
.bk__slot { font-family: var(--label); font-weight: 700; font-size: 16px; padding: 10px 6px; border: 2px solid var(--ink); border-radius: 8px; background: var(--white); color: var(--ink); cursor: pointer; }
.bk__slot:hover { background: var(--red); border-color: var(--red); color: #fff; }
.bk__slot:disabled { border-color: var(--line); color: var(--muted); text-decoration: line-through; cursor: default; background: var(--paper); }
.bk__foot { font-size: 13px; color: var(--muted); margin: 16px 0 0; }
.bk__foot a { color: var(--red-deep); font-weight: 600; }
.bk__back { background: transparent; border: 0; font: inherit; font-weight: 700; color: var(--red-deep); cursor: pointer; padding: 0; margin-bottom: 8px; }
.bk__summary { font-weight: 700; color: var(--red-deep); margin: 0 0 6px; }
.bk__consent { display: flex !important; gap: 10px; align-items: flex-start; font-weight: 500 !important; font-size: 13px !important; color: var(--text-2); } .bk__consent input { width: 18px !important; height: 18px; margin: 2px 0 0 !important; }
.bk__error { color: #b4472f; font-size: 14px; font-weight: 600; min-height: 20px; margin: 6px 0 10px; }
@media (min-width: 640px) { .bk { align-items: center; padding: 24px; } .bk__panel { border-radius: 22px; padding: 32px; } }

/* ── Responsive ── */
@media (max-width: 1000px) {
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0; background: var(--ink); padding: 8px 20px 16px; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .nav.is-open { display: flex; } .nav a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .top__cta { display: none; } .burger { display: block; }
  .split__grid, .groups__grid, .contact__grid, .community__grid { grid-template-columns: 1fr; gap: 36px; }
  .values__grid { grid-template-columns: 1fr; gap: 24px; }
  .features__grid, .reviews__grid { grid-template-columns: 1fr 1fr; }
  .foot__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .hero { min-height: auto; } .hero__content { padding: 96px 0 56px; }
  .carte { grid-template-columns: 1fr; }
  .reviews__grid, .facts, .foot__grid { grid-template-columns: 1fr; }
  .promo__card { flex-direction: column; align-items: flex-start; padding: 22px; margin-top: 0; }
  .menus, .split, .groups, .contact, .features, .community, .banner { padding: 58px 0; }
  .banner { padding: 90px 0; }
  .mobilebar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 6px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); background: rgba(36, 26, 22, 0.96); backdrop-filter: blur(10px); border-top: 1px solid rgba(255,255,255,0.1); }
  .mobilebar a { display: flex; align-items: center; justify-content: center; padding: 12px 6px; border-radius: 10px; font-family: var(--label); font-weight: 700; font-size: 14.5px; text-decoration: none; color: #fff; border: 1px solid rgba(255,255,255,0.25); }
  .mobilebar__main { background: var(--red) !important; color: #fff !important; border-color: var(--red) !important; }
  .foot { padding-bottom: 120px; }
}
