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

/* =========================
   BASE
========================= */
body {
  font-family: "Inter", sans-serif;
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* =========================
   TOPBAR
========================= */
.header__topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1a140f;
  width: 100%;
  padding: 0 80px;
  height: 40px;
}

.topbar__left {
  display: flex;
  gap: 24px;
}
.topbar__right {
  display: flex;
  gap: 12px;
  font-size: 11px;
  font-weight: 600;

  line-height: 100%;
  letter-spacing: 0%;
}
.topbar__item,
.topbar__link {
  text-decoration: none;
  color: #c7a14d;
}

.topbar__item {
  color: #bfb8ad;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
}
/* =========================
   HEADER
========================= */
.header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #6b141f;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 60px;
}

.nav__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.logo__icon {
  width: 40px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c7a14d;
  border-radius: 20px;
}

.logo__emoji {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;

  line-height: 1;
}
.logo__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
}
.logo__title {
  color: #c7a14d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;

  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 3px;
}
.logo__subtitle {
  color: white;
  display: block;
  width: 127px;
  height: 12px;
  font-size: 10px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 2px;
}
.header__action {
  display: flex;
  gap: 12px;
  padding: 10px 20px;
}
.header__btn {
  width: 160px;
  height: 46px;
  border: 1px;
  border-radius: 4px;
  padding: 14px 36px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__btn--ghost {
  background-color: #6b141f;
  color: #c7a14d;
  border: 1px solid #c7a14d;
}
.header__btn--primary {
  width: 209px;

  background-color: #c7a14d;
  color: black;
  border: 1px solid #c7a14d;
}
.header__nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.header__link {
  text-decoration: none;
  color: white;
}

.header__btn {
  text-decoration: none;
  color: white;
}

/* =========================
   HERO
========================= */
.hero {
  width: 100%;
  height: 520px;
  gap: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1a140f;
}

.hero__content {
  text-decoration: none;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.hero__line {
  width: 60px;
  height: 2px;
  background-color: #c7a14d;
}
.hero__action {
  display: flex;
  gap: 16px;
  width: 385px;
  height: 58px;
  border-top: 12px;
}
.hero__btn {
  border: 1px;
  border-radius: 4px;
  padding: 14px 36px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap; /* Empêcher le retour à la ligne  */
}
.hero__btn--outline {
  background-color: #6b141f;
  color: #c7a14d;
  border: 1px solid #c7a14d;
}
.hero__btn--filled {
  width: 209px;

  background-color: #c7a14d;
  color: black;
  border: 1px solid #c7a14d;
}

/* =========================
   content__body
========================= */
.content__body {
  display: flex;
  align-items: flex-start;
  background-color: #f7f2e8;
  gap: 24px;
}

/* =========================
   SIDEBAR
========================= */
.sidebar {
  width: 300px;
  padding: 32px 0;
  border-right: 1px solid #e0d9cc;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding-bottom: 32px;
}

.siderbar__section {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 28px;
  gap: 12px;
  border-bottom: 1px solid #e0d9cc;
  box-sizing: border-box;
}

.siderbar__title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #6b141f;
  margin-bottom: 12px;
}

.siderbar__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0;
}

.siderbar__itemleft {
  display: flex;
  align-items: center;
  gap: 10px;
}

.siderbar__icon {
  font-size: 14px;
  line-height: 1;
  width: 18px;
  text-align: center;
}

.siderbar__label {
  font-size: 14px;
  font-weight: 400;
  color: #4d453d;
}

.siderbar__count {
  background-color: #ebe3d6;
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 13px;
}
.sidebar__cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  background-color: #6b141f;
  gap: 12px;
  border-radius: 8px;
  margin: 24px 28px 48px 28px;
  box-sizing: border-box;
}
.sidebar__cta-title {
  color: #c7a14d;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.sidebar__cta-phone {
  color: white;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}
.sidebar__cta-hours {
  color: #ccb2ad;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
}
/* =========================
   main
========================= */
.main {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 40px 48px 48px 48px;
  gap: 32px;
}
.main__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main__header-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main__header-eyebrow {
  display: block;

  font-weight: 600;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 3px;
  color: #6b141f;
  text-transform: uppercase;
}
.main__header-title {
  display: block;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
}
.main__tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: white;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
}
.main__tabs--active {
  border-radius: 4px;

  padding: 8px 16px;
  background-color: #6b141f;
}
.main__tab {
  background-color: white;
  border-radius: 4px;

  padding: 8px 16px;
  color: #1a140f;
  border: 1px solid #e0d9cc;
}
.main__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.card--pizza {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.card__image {
  width: 100%;
  height: 160px;
  background-color: #40332b;
  position: relative;
  overflow: hidden;
}
.card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #9f1024;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 6px;
  z-index: 2;
}
.card__badge--Piquant {
  background-color: #cc331a;
}
.card__badge--Végétarien {
  background-color: #596b40;
}
.card__badge--Prestige {
  background-color: #c7a14d;
}

.card__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.card__title {
  font-size: 18px;
  font-weight: 700;
  color: #1a140f;
}
.card__text {
  font-size: 14px;
  line-height: 1.5;
  color: #8a8178;
}
.card__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card__price {
  font-size: 18px;
  font-weight: 700;
  color: #6b141f;
}
.card__button {
  background-color: #7d0f1d;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.cta__banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 200px;
  padding: 0 120px;
  background-color: #6b141f;
}
.cta__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cta__title,
.cta__subtitle {
  display: block;
}
.cta__title {
  font-size: 32px;
  font-weight: 700;

  line-height: 100%;
  letter-spacing: 0%;
  color: white;
}
.cta__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  color: #e5ccc7;
}

.cta__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
  font-size: 14px;
}
.cta__btn--primary {
  display: inline-flex;

  justify-content: center;
  border-radius: 4px;
  padding: 14px 32px;
  background-color: #c7a14d;
  color: #1a140f;
}
.cta__btn--outline {
  display: inline-flex;

  justify-content: center;
  border-radius: 4px;
  padding: 14px 32px;
  border: 1px solid #c7a14d;
  background-color: transparent;
  color: #c7a14d;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
}
/* ===

======================*/

.footer {
  width: 100%;
  background-color: #1a140f;
}
.footer__section {
  width: 100%;
  max-width: 1440px;

  display: flex;
  flex-direction: column;
}

.footer__main {
  display: flex;
  flex-direction: row;

  padding: 64px 80px 48px 80px;
  gap: 48px;
  color: white;
}
.footer__col {
  flex: 1;
}

.footer__col--brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__brand-title,
.footer__brand-subtitle,
.footer__brand-description {
  display: block;
}
.footer__socials {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.footer__col-title--brand {
  font-weight: 700px;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 3px;
  color: #c7a14d;
}
.footer__brand-subtitle {
  font-weight: 300px;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 2px;
  color: #a6998f;
}
.footer__brand-description {
  font-weight: 400px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #8c8075;
}
.footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b2a699;
  background-color: #261f1a;
  border: 1px solid #403833;
  border-radius: 4px;
  padding: 6px 12px;
  text-decoration: none;
  font-size: 12px;
}
.footer__col--nav,
.footer__col--info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__col-title--nav,
.footer__col-title--info,
.footer__col--newsletter {
  font-weight: 600px;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 2px;
  color: #c7a14d;
  gap: 12px;
}
.footer__link {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100%;
  text-transform: uppercase;
  color: #998c80;
  text-decoration: none;
}
.footer__hours-list {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100%;
  color: #807366;
  gap: 12px;
}
.footer__hours-row {
  display: flex;
  justify-content: space-between;
}
.footer__time--active {
  color: #b24d40;
}
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__col--newsletter {
  gap: 22px;
  display: flex;
  flex-direction: column;
}
p {
  color: #8c8075;
  font-weight: 400px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
}
.footer__newsletter-input-group {
  display: flex;
  width: 100%;
}
.footer__newsletter-input {
  flex: 1;
  border: 1px solid #403833;
  background-color: #261f1a;
  padding: 12px 16px;
  font-weight: 400px;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.footer__newsletter-button {
  color: #1a140f;
  background-color: #c7a14d;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 12px 20px;
  font-weight: 700px;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.footer__newsletter-consent {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #807366;
  letter-spacing: 0%;
  font-weight: 400px;
}
.footer__newsletter-checkbox {
  font-size: 14px;
  line-height: 100%;
}
.footer__newsletter-consent-text {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
}
.footer__newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 24px 80px;
  align-items: center;
  width: 100%;
  font-weight: 400px;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #73665c;
  background-color: #1a140f;
}
.footer__bottom-links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 12px;
}
.footer__bottom-link {
  text-decoration: none;
  color: #73665c;
}
.footer__payment {
  display: flex;
  justify-content: center;
  justify-items: center;
  width: 100%;
  padding: 24px 80px;
  gap: 16px;
  background-color: #1a140f;
}
.footer__payment-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 21px;
  padding: 4px 10px;
  border: 1px solid #403833;
  border-radius: 3px;
  background-color: #261f1a;
  color: #8f8379;
  font-size: 10px;
  line-height: 1;
  box-sizing: border-box;
}
