/* O'Centro Pub & Grill — maquette. Pub de centre-ville : charbon, ambre des parasols, bois des menus, slab affirmée. */
:root {
  --ink: #1b1917; --smoke: #262220; --ash: #3a3532; --paper: #f6efe4; --white: #fffdf9;
  --amber: #f28c28; --amber-deep: #c96d12; --wood: #8b5a2b; --wood-dark: #5e3a18;
  --text: #1f1c1a; --text-2: #574f4a; --muted: #857b74; --line: rgba(31, 28, 26, 0.14);
  --display: 'Alfa Slab One', 'Rockwell', Georgia, serif; --cond: 'Barlow Condensed', 'Barlow', sans-serif; --body: 'Barlow', 'Helvetica Neue', Arial, sans-serif;
  --radius: 14px; --shadow: 0 18px 50px -24px rgba(27, 25, 23, 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: 400; line-height: 1.05; margin: 0 0 18px; letter-spacing: 0.005em; text-wrap: balance; }
h1 { font-size: clamp(40px, 6vw, 76px); }
h2 { font-size: clamp(30px, 3.8vw, 48px); }
h3 { font-size: 22px; } h4 { font-size: 19px; }
h1 em, h2 em { font-style: normal; color: var(--amber); }
p { margin: 0 0 16px; }
.wrap { width: min(var(--wrap), 100% - 40px); margin: 0 auto; }
.eyebrow { font-family: var(--cond); font-size: 14px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--amber-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(--amber); outline-offset: 3px; }
.stars { color: var(--amber); 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: 8px; font-family: var(--cond); font-weight: 700; font-size: 17px; letter-spacing: 0.04em; text-transform: uppercase; 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--amber { background: var(--amber); color: var(--ink); } .btn--amber:hover { background: #ffa044; }
.btn--ink { background: var(--ink); color: var(--paper); } .btn--ink:hover { background: var(--ash); }
.btn--light { background: rgba(255, 253, 249, 0.12); 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: 16px 30px; font-size: 19px; }

/* ── Marque ── */
.brand { display: inline-flex; align-items: baseline; gap: 10px; text-decoration: none; color: inherit; margin: 0; }
.brand__name { font-family: var(--display); font-size: 26px; line-height: 1; color: var(--amber); }
.brand__sub { font-family: var(--cond); font-weight: 700; font-size: 13px; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(255, 255, 255, 0.85); }
.brand--foot .brand__name { font-size: 34px; }

/* ── Annonce & promo (admin) ── */
.announce { background: var(--amber); color: var(--ink); font-family: var(--cond); font-size: 16px; font-weight: 700; letter-spacing: 0.03em; text-align: center; padding: 9px 0; }
.announce[hidden] { display: none; } .announce a { color: var(--ink); margin-left: 6px; }
.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(--amber); 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(24px, 3vw, 34px); 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(--amber-deep); font-weight: 600; } .hours__exc li span { color: var(--text-2); font-weight: 400; }
.foot__admin { color: rgba(246, 239, 228, 0.45); 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: 72px; }
.nav { display: flex; gap: 22px; }
.nav a { text-decoration: none; font-family: var(--cond); font-weight: 600; font-size: 17px; letter-spacing: 0.04em; text-transform: uppercase; color: rgba(255, 255, 255, 0.82); } .nav a:hover { color: var(--amber); }
.top__cta { margin-left: auto; display: flex; gap: 10px; }
.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(90vh, 860px); 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% 60%; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(27, 25, 23, 0.35) 0%, rgba(27, 25, 23, 0.5) 40%, rgba(27, 25, 23, 0.94) 100%); }
.hero__content { position: relative; padding: 110px 0 84px; max-width: 800px; }
.hero .eyebrow { color: var(--amber); }
.lede { font-size: clamp(17px, 1.7vw, 20px); max-width: 60ch; color: rgba(255, 255, 255, 0.86); margin: 18px 0 28px; }
.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(27, 25, 23, 0.7); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 999px; padding: 8px 14px; font-family: var(--cond); font-size: 15px; font-weight: 700; letter-spacing: 0.04em; }
.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: 24px; line-height: 1; }
.pills { list-style: none; margin: 0; padding: 0; display: flex; gap: 8px; }
.pills li { font-family: var(--cond); font-size: 14px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.3); }

/* ── Clin d'œil : ouvert à tous (mention de la fiche Google) ── */
.pill--pride { position: relative; overflow: hidden; }
.pill--pride::after { content: ""; position: absolute; left: 10px; right: 10px; bottom: 3px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #24408e, #732982); opacity: 0.9; }
.tick--pride::before { border-color: transparent !important; border-left: 3px solid #24408e !important; border-bottom: 3px solid #e40303 !important; }
.pride-bar { display: inline-block; width: 26px; height: 4px; border-radius: 2px; margin: 0 10px 3px 0; background: linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #24408e, #732982); }
.foot__pride { margin: 10px 0 0; font-size: 13px; color: rgba(246, 239, 228, 0.7); }

/* ── 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: 42px; height: 42px; fill: none; stroke: var(--amber-deep); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 14px; }
.value h3 { font-size: 22px; margin-bottom: 8px; } .value p { color: var(--text-2); font-size: 15px; margin: 0; }

/* ── Menu (planches de bois, comme leur carte) ── */
.menus { padding: 88px 0; }
.tabs { display: flex; gap: 8px; margin-bottom: 30px; border-bottom: 1px solid var(--line); }
.tab { background: transparent; border: 0; border-bottom: 3px solid transparent; margin-bottom: -1px; padding: 12px 18px; font-family: var(--cond); font-weight: 700; font-size: 18px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted); cursor: pointer; }
.tab:hover { color: var(--text); } .tab.is-active { color: var(--text); border-color: var(--amber); }
.menu-panel[hidden] { display: none; }
.carte { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 56px; }
.carte__h { font-family: var(--cond); font-weight: 700; font-size: 22px; letter-spacing: 0.14em; text-transform: uppercase; color: #fff; margin: 26px 0 12px; padding: 8px 14px; border-radius: 6px; background: linear-gradient(180deg, var(--wood) 0%, var(--wood-dark) 100%); background-image: repeating-linear-gradient(90deg, rgba(255,255,255,0.05) 0 2px, transparent 2px 9px), linear-gradient(180deg, var(--wood) 0%, var(--wood-dark) 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(--wood-dark); 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: 700; } .dish small { display: block; font-size: 14px; color: var(--text-2); line-height: 1.45; }
.price { font-family: var(--cond); font-weight: 700; font-size: 20px; font-variant-numeric: tabular-nums; color: var(--amber-deep); }
.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; }

/* ── Plats vedettes ── */
.features { background: var(--ink); color: var(--paper); padding: 80px 0; }
.features .eyebrow { color: var(--amber); }
.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(--cond); font-size: 20px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--amber); margin-bottom: 4px; }
.feature span { font-size: 14px; color: rgba(246, 239, 228, 0.78); }

/* ── Split (terrasses) & bar ── */
.split { padding: 88px 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; }
.bar { padding: 88px 0; background: var(--paper); }
.bar__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.bar__media { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 3; } .bar__media img { width: 100%; height: 100%; object-fit: cover; }
.bar__text p { color: var(--text-2); max-width: 54ch; }
.ticks { list-style: none; padding: 0; margin: 0 0 10px; }
.ticks li { position: relative; padding-left: 28px; margin-bottom: 8px; font-weight: 500; }
.ticks li::before { content: ""; position: absolute; left: 0; top: 7px; width: 14px; height: 8px; border-left: 3px solid var(--amber-deep); border-bottom: 3px solid var(--amber-deep); transform: rotate(-45deg); }

/* ── Carte des cocktails (tableau noir recréé) ── */
.board { background: #232020; color: var(--paper); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); border: 6px solid var(--wood-dark); background-image: radial-gradient(circle at 20% 10%, rgba(255,255,255,0.05), transparent 45%), radial-gradient(circle at 80% 90%, rgba(255,255,255,0.04), transparent 40%); }
.board__title { font-family: var(--display); font-size: 30px; color: var(--amber); margin: 0 0 18px; text-align: center; }
.board__list { list-style: none; margin: 0; padding: 0; }
.board__list li { display: grid; grid-template-columns: 40px 1fr auto; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px dashed rgba(246, 239, 228, 0.22); }
.board__list li:last-child { border-bottom: 0; }
.board__glass { font-size: 26px; text-align: center; }
.board__list b { display: block; font-family: var(--cond); font-size: 21px; letter-spacing: 0.05em; text-transform: uppercase; }
.board__list small { display: block; font-size: 14px; color: rgba(246, 239, 228, 0.72); line-height: 1.4; }
.board__price { font-family: var(--cond); font-weight: 700; font-size: 22px; color: var(--amber); }
.board__more { margin: 16px 0 0; font-size: 14px; color: rgba(246, 239, 228, 0.72); text-align: center; }
.board__more b { color: var(--paper); font-weight: 600; }

/* ── 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: 54px; line-height: 1; color: var(--text); }
.reviews__head p { font-family: var(--display); font-size: 24px; margin: 0; max-width: 32ch; line-height: 1.25; }
.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(--cond); font-size: 13px; font-weight: 700; letter-spacing: 0.1em; 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(--amber-deep); margin-left: 4px; }
.chips__note { font-size: 12px; color: var(--muted); margin-left: 6px; }

/* ── Groupes ── */
.groups { padding: 88px 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: 32px; line-height: 1; margin-bottom: 8px; color: var(--amber-deep); } .facts dd { margin: 0; font-size: 14px; color: var(--text-2); }

/* ── Contact ── */
.contact { background: var(--white); border-top: 1px solid var(--line); padding: 88px 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(--amber-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__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, 239, 228, 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(--cond); font-size: 18px; letter-spacing: 0.1em; 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(--amber); }
.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, 239, 228, 0.12); font-size: 13px; color: rgba(246, 239, 228, 0.55); }
.foot__credit a { color: var(--amber); text-decoration: none; }

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

/* ── Réservation en ligne ── */
.bk { position: fixed; inset: 0; z-index: 80; background: rgba(27, 25, 23, 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: 28px; 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(--cond); font-weight: 700; font-size: 17px; padding: 10px 6px; border: 2px solid var(--ink); border-radius: 8px; background: var(--white); color: var(--ink); cursor: pointer; }
.bk__slot:hover { background: var(--amber); border-color: var(--amber); }
.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__back { background: transparent; border: 0; font: inherit; font-weight: 700; color: var(--amber-deep); cursor: pointer; padding: 0; margin-bottom: 8px; }
.bk__summary { font-weight: 700; color: var(--amber-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, .bar__grid, .groups__grid, .contact__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; } .tabs { overflow-x: auto; }
  .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, .bar, .groups, .contact, .features { padding: 60px 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(27, 25, 23, 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(--cond); font-weight: 700; font-size: 16px; letter-spacing: 0.04em; text-transform: uppercase; text-decoration: none; color: #fff; border: 1px solid rgba(255,255,255,0.25); }
  .mobilebar__main { background: var(--amber) !important; color: var(--ink) !important; border-color: var(--amber) !important; }
  .foot { padding-bottom: 120px; }
}
