/* ============================================================
   Pomona — Notre Carte
   Vieux Nice • 8 ter rue du collet, 06300 Nice
   ============================================================ */

:root {
  --orange: #e85d2f;
  --orange-soft: #ee7a52;
  --orange-deep: #c84518;
  --terracotta: #b94621;
  --sage: #7b8a6e;
  --sage-deep: #5b6a51;
  --sage-soft: #aab59f;
  --cream: #faf5e8;
  --cream-warm: #fffdf3;
  --paper: #fffdf7;
  --ink: #2a2a28;
  --ink-soft: #595550;
  --gold: #d4a574;
  --shadow: 28px 28px 60px -30px rgba(123, 76, 32, 0.25), 0 2px 6px rgba(123, 76, 32, 0.05);
  --radius: 18px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}

body {
  font-family: "Lora", Georgia, serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  background-image:
    radial-gradient(circle at 12% 8%, rgba(232, 93, 47, 0.05), transparent 35%),
    radial-gradient(circle at 88% 18%, rgba(123, 138, 110, 0.06), transparent 40%),
    radial-gradient(circle at 50% 92%, rgba(212, 165, 116, 0.06), transparent 45%);
}

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

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

a {
  color: inherit;
}

/* ============================================================
   TOP BAR
   ============================================================ */

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 28px;
  background: rgba(255, 253, 247, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(123, 138, 110, 0.18);
  transition: padding 0.3s ease;
}

.topbar__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--orange);
  letter-spacing: 0.04em;
}

.topbar__brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange) 0%, var(--gold) 100%);
  display: grid;
  place-items: center;
  color: var(--cream);
  font-family: "Allura", cursive;
  font-size: 1.4rem;
  line-height: 1;
}

.topbar__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lang-toggle {
  display: inline-flex;
  background: rgba(123, 138, 110, 0.12);
  border-radius: 100px;
  padding: 3px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.lang-toggle button {
  padding: 6px 12px;
  border-radius: 100px;
  color: var(--ink-soft);
  transition: all 0.2s ease;
}

.lang-toggle button.is-active {
  background: var(--orange);
  color: var(--cream);
  box-shadow: 0 2px 8px rgba(232, 93, 47, 0.35);
}

.fav-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ink);
  color: var(--cream);
  padding: 9px 16px 9px 14px;
  border-radius: 100px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: transform 0.2s ease, background 0.2s ease;
}

.fav-btn:hover {
  background: var(--orange);
  transform: translateY(-1px);
}

.fav-btn svg {
  width: 16px;
  height: 16px;
}

.fav-btn__count {
  background: var(--orange);
  color: var(--cream);
  border-radius: 100px;
  padding: 1px 8px;
  font-size: 0.7rem;
  min-width: 20px;
  text-align: center;
  font-weight: 700;
}

.fav-btn:hover .fav-btn__count {
  background: var(--cream);
  color: var(--orange);
}

/* ============================================================
   HERO
   ============================================================ */

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  place-items: center;
  padding: 130px 24px 70px;
  text-align: center;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 30px;
  border: 1px solid var(--sage-soft);
  border-radius: 4px;
  pointer-events: none;
}

.hero::after {
  inset: 38px;
  border-color: var(--orange);
  opacity: 0.6;
}

.hero__inner {
  position: relative;
  z-index: 2;
  max-width: 880px;
}

.hero__pretitle {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.9rem;
  letter-spacing: 0.4em;
  color: var(--sage-deep);
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hero__pretitle::before,
.hero__pretitle::after {
  content: "❋";
  margin: 0 14px;
  color: var(--orange);
  font-size: 0.7rem;
}

.hero__title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(4.5rem, 14vw, 9rem);
  line-height: 0.95;
  color: var(--orange);
  letter-spacing: 0.02em;
  margin-bottom: 8px;
  font-style: italic;
}

.hero__script {
  font-family: "Allura", cursive;
  font-size: clamp(2.5rem, 7vw, 4.5rem);
  color: var(--ink);
  line-height: 1;
  margin-bottom: 32px;
  font-weight: 400;
}

.hero__lede {
  font-size: 1.05rem;
  max-width: 540px;
  margin: 0 auto 36px;
  color: var(--ink-soft);
  line-height: 1.7;
}

.hero__address {
  font-family: "Allura", cursive;
  font-size: 1.5rem;
  color: var(--sage-deep);
  margin-top: 28px;
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--orange);
  color: var(--cream);
  padding: 14px 30px;
  border-radius: 100px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 14px 30px -10px rgba(232, 93, 47, 0.55);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px -10px rgba(232, 93, 47, 0.65);
}

/* Decorative botanical illustrations */
.hero__deco {
  position: absolute;
  pointer-events: none;
  opacity: 0.95;
}

.hero__deco--strawberry {
  top: 90px;
  left: 30px;
  width: clamp(110px, 14vw, 200px);
  transform: rotate(-8deg);
}

.hero__deco--lemon {
  bottom: 40px;
  right: 30px;
  width: clamp(110px, 14vw, 200px);
  transform: rotate(12deg);
}

.hero__goddess {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0.08;
  pointer-events: none;
  z-index: 1;
}

.hero__goddess svg {
  width: clamp(280px, 45vw, 520px);
  height: auto;
}

/* ============================================================
   STICKY CATEGORY NAV
   ============================================================ */

.catnav {
  position: sticky;
  top: 64px;
  z-index: 50;
  background: rgba(250, 245, 232, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(123, 138, 110, 0.2);
  padding: 14px 0;
}

.catnav__inner {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 24px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

.catnav__inner::-webkit-scrollbar {
  display: none;
}

.catnav__btn {
  flex-shrink: 0;
  padding: 9px 18px;
  border-radius: 100px;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
  background: transparent;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.catnav__btn:hover {
  color: var(--orange);
  border-color: rgba(232, 93, 47, 0.3);
}

.catnav__btn.is-active {
  background: var(--orange);
  color: var(--cream);
  font-weight: 600;
  box-shadow: 0 4px 14px -4px rgba(232, 93, 47, 0.5);
}

/* ============================================================
   SEARCH
   ============================================================ */

.searchbar {
  max-width: 600px;
  margin: 40px auto 0;
  padding: 0 24px;
  position: relative;
}

.searchbar input {
  width: 100%;
  padding: 14px 50px 14px 22px;
  border: 1px solid rgba(123, 138, 110, 0.3);
  border-radius: 100px;
  background: var(--cream-warm);
  font-family: inherit;
  font-size: 1rem;
  color: var(--ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.searchbar input:focus {
  outline: none;
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(232, 93, 47, 0.12);
}

.searchbar__icon {
  position: absolute;
  right: 42px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--sage-deep);
  pointer-events: none;
}

/* ============================================================
   MENU SECTIONS
   ============================================================ */

main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 24px 100px;
}

.section {
  padding-top: 60px;
  scroll-margin-top: 140px;
}

.section__head {
  text-align: center;
  margin-bottom: 38px;
  position: relative;
}

.section__eyebrow {
  display: inline-block;
  font-family: "Allura", cursive;
  font-size: 1.6rem;
  color: var(--sage-deep);
  margin-bottom: 6px;
}

.section__title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--orange);
  font-weight: 500;
  letter-spacing: 0.02em;
  font-style: italic;
}

.section__title::before,
.section__title::after {
  content: "✦";
  color: var(--sage);
  font-size: 0.6em;
  margin: 0 18px;
  vertical-align: middle;
  opacity: 0.6;
}

.section__tagline {
  font-size: 0.92rem;
  color: var(--ink-soft);
  margin-top: 8px;
  letter-spacing: 0.05em;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.cards--compact {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px;
}

/* ============================================================
   CARD
   ============================================================ */

.card {
  position: relative;
  background: var(--paper);
  border: 1px solid rgba(123, 138, 110, 0.15);
  border-radius: var(--radius);
  padding: 22px 22px 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}

.card:hover {
  transform: translateY(-3px);
  border-color: rgba(232, 93, 47, 0.4);
  box-shadow: 0 18px 30px -16px rgba(123, 76, 32, 0.18);
}

.card.is-featured {
  background: linear-gradient(180deg, var(--cream-warm) 0%, var(--paper) 100%);
  border-color: rgba(232, 93, 47, 0.35);
}

.card.is-featured::before {
  content: "★";
  position: absolute;
  top: 14px;
  left: 18px;
  color: var(--orange);
  font-size: 0.85rem;
  letter-spacing: 0.12em;
}

.card__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.card__name {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  color: var(--orange);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-transform: uppercase;
  flex: 1;
}

.card.is-featured .card__name {
  padding-left: 18px;
}

.card__desc {
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.55;
  font-style: italic;
}

.card__desc--alt {
  font-size: 0.82rem;
  color: var(--sage-deep);
  opacity: 0.8;
}

.card__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 8px;
}

.card__price {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--ink);
  letter-spacing: 0.02em;
}

.card__save {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(123, 138, 110, 0.08);
  display: grid;
  place-items: center;
  transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
  color: var(--sage-deep);
}

.card__save:hover {
  background: rgba(232, 93, 47, 0.12);
  color: var(--orange);
  transform: scale(1.1);
}

.card__save svg {
  width: 18px;
  height: 18px;
  transition: all 0.25s ease;
}

.card__save.is-saved {
  background: var(--orange);
  color: var(--cream);
  box-shadow: 0 4px 14px -4px rgba(232, 93, 47, 0.6);
}

.card__save.is-saved svg {
  fill: currentColor;
  transform: scale(1.1);
}

.card__save.just-saved {
  animation: pop 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes pop {
  0% { transform: scale(1); }
  40% { transform: scale(1.35); }
  100% { transform: scale(1); }
}

/* Compact variant for drinks lists */
.card--compact {
  padding: 14px 16px;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.card--compact .card__head {
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.card--compact .card__name {
  font-size: 1.05rem;
  text-transform: none;
  letter-spacing: 0.02em;
}

.card--compact .card__desc {
  font-size: 0.78rem;
}

.card--compact .card__foot {
  flex-shrink: 0;
  flex-direction: row-reverse;
  margin: 0;
  padding: 0;
  gap: 10px;
}

.card--compact .card__price {
  font-size: 1rem;
}

.card--compact .card__save {
  width: 32px;
  height: 32px;
}

.card--compact .card__save svg {
  width: 15px;
  height: 15px;
}

/* ============================================================
   FAVORITES DRAWER
   ============================================================ */

.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(42, 42, 40, 0);
  z-index: 90;
  pointer-events: none;
  transition: background 0.3s ease;
}

.drawer-backdrop.is-open {
  background: rgba(42, 42, 40, 0.45);
  pointer-events: auto;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(440px, 92vw);
  height: 100vh;
  background: var(--cream-warm);
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.32, 0.72, 0, 1);
  display: flex;
  flex-direction: column;
  box-shadow: -30px 0 60px -20px rgba(123, 76, 32, 0.3);
}

.drawer.is-open {
  transform: translateX(0);
}

.drawer__head {
  padding: 24px 24px 16px;
  border-bottom: 1px solid rgba(123, 138, 110, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.drawer__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  color: var(--orange);
  font-style: italic;
  letter-spacing: 0.02em;
}

.drawer__sub {
  font-family: "Allura", cursive;
  color: var(--sage-deep);
  font-size: 1.1rem;
  margin-top: -4px;
}

.drawer__close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(123, 138, 110, 0.1);
  display: grid;
  place-items: center;
  transition: all 0.2s ease;
}

.drawer__close:hover {
  background: var(--orange);
  color: var(--cream);
}

.drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 24px;
}

.drawer__group {
  margin-bottom: 24px;
}

.drawer__group-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px dashed rgba(123, 138, 110, 0.3);
}

.drawer__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(123, 138, 110, 0.1);
}

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

.drawer__item-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.05rem;
  color: var(--ink);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.drawer__item-desc {
  font-size: 0.78rem;
  color: var(--ink-soft);
  margin-top: 2px;
  font-style: italic;
}

.drawer__item-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.drawer__item-price {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 1rem;
  color: var(--orange);
}

.drawer__item-remove {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ink-soft);
  opacity: 0.6;
  transition: all 0.2s ease;
}

.drawer__item-remove:hover {
  background: rgba(232, 93, 47, 0.12);
  color: var(--orange);
  opacity: 1;
}

.drawer__empty {
  text-align: center;
  padding: 60px 20px;
  color: var(--ink-soft);
}

.drawer__empty-illu {
  font-size: 3rem;
  margin-bottom: 14px;
  opacity: 0.4;
}

.drawer__empty-title {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.4rem;
  color: var(--sage-deep);
  margin-bottom: 8px;
}

.drawer__empty-text {
  font-size: 0.9rem;
  line-height: 1.6;
}

.drawer__foot {
  padding: 18px 24px 24px;
  border-top: 1px solid rgba(123, 138, 110, 0.2);
  background: var(--paper);
}

.drawer__total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 14px;
}

.drawer__total-label {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
  text-transform: uppercase;
}

.drawer__total-value {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--orange);
}

.drawer__total-note {
  font-size: 0.72rem;
  color: var(--ink-soft);
  text-align: center;
  font-style: italic;
  margin-bottom: 14px;
  opacity: 0.7;
}

.drawer__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.drawer__action {
  padding: 11px;
  border-radius: 100px;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.drawer__action--secondary {
  background: rgba(123, 138, 110, 0.12);
  color: var(--sage-deep);
}

.drawer__action--secondary:hover {
  background: rgba(123, 138, 110, 0.22);
}

.drawer__action--primary {
  background: var(--orange);
  color: var(--cream);
}

.drawer__action--primary:hover {
  background: var(--orange-deep);
}

/* ============================================================
   FOOTER
   ============================================================ */

footer {
  background: var(--ink);
  color: var(--cream);
  padding: 70px 24px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

footer::before {
  content: "✦ ❋ ✦";
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--orange);
  letter-spacing: 1em;
  opacity: 0.5;
  font-size: 0.9rem;
}

.footer__brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.2rem;
  font-style: italic;
  color: var(--orange);
  margin-bottom: 4px;
}

.footer__tag {
  font-family: "Allura", cursive;
  font-size: 1.6rem;
  color: var(--cream);
  margin-bottom: 28px;
}

.footer__info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px 56px;
  margin-bottom: 36px;
  font-size: 0.92rem;
}

.footer__info > div {
  text-align: center;
}

.footer__info-label {
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.75rem;
  color: var(--orange-soft);
  margin-bottom: 6px;
}

.footer__legal {
  font-size: 0.72rem;
  color: rgba(250, 245, 232, 0.4);
  letter-spacing: 0.08em;
}

/* ============================================================
   TOAST
   ============================================================ */

.toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(120px);
  background: var(--ink);
  color: var(--cream);
  padding: 12px 22px;
  border-radius: 100px;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  z-index: 200;
  box-shadow: 0 14px 30px -10px rgba(0,0,0,0.4);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.toast.is-visible {
  transform: translateX(-50%) translateY(0);
}

.toast--orange {
  background: var(--orange);
}

/* ============================================================
   FAB (mobile)
   ============================================================ */

.fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--cream);
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px -8px rgba(232, 93, 47, 0.55);
  z-index: 55;
  transition: transform 0.2s ease;
}

.fab:hover {
  transform: scale(1.05);
}

.fab__count {
  position: absolute;
  top: -4px;
  right: -4px;
  background: var(--ink);
  color: var(--cream);
  font-size: 0.72rem;
  font-weight: 700;
  border-radius: 100px;
  padding: 2px 7px;
  min-width: 22px;
  text-align: center;
  border: 2px solid var(--cream);
}

/* ============================================================
   PRINT
   ============================================================ */

@media print {
  .topbar, .catnav, .searchbar, .drawer, .drawer-backdrop, .fab, .card__save, footer {
    display: none !important;
  }
  body { background: white; }
  .hero { min-height: auto; padding: 20px; }
  .card { break-inside: avoid; box-shadow: none; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 720px) {
  .topbar { padding: 12px 16px; }
  .topbar__brand { font-size: 1.2rem; }
  .topbar__brand span:not(.topbar__brand-mark) { display: none; }
  .fav-btn span { display: none; }
  .fav-btn { padding: 9px 12px; }

  .hero { padding: 110px 18px 50px; }
  .hero::before, .hero::after { inset: 14px; }
  .hero::after { inset: 22px; }

  .catnav { top: 60px; padding: 10px 0; }
  .catnav__inner { padding: 0 16px; }
  .catnav__btn { padding: 7px 14px; font-size: 0.85rem; }

  main { padding: 20px 16px 100px; }
  .section { padding-top: 40px; }

  .cards, .cards--compact {
    grid-template-columns: 1fr;
  }

  .card__name { font-size: 1.2rem; }
  .footer__brand { font-size: 2.4rem; }
}

@media (max-width: 480px) {
  .hero__deco { opacity: 0.7; }
  .footer__info { flex-direction: column; gap: 22px; }
}
