/* General Menu storefront template */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

:root {
  --bg: #1C1208;
  --bg2: #241A0C;
  --bg3: #2E2210;
  --bg4: #382A14;
  --ink: #F5EDD8;
  --ink2: #D4C5A0;
  --ink3: #9A8B6A;
  --bo: rgba(245, 237, 216, .07);
  --bo2: rgba(245, 237, 216, .04);
  --ac: #C0392B;
  --acl: rgba(192, 57, 43, .15);
  --warm: #E8B84B;
  --wa: #25D366;
  --fd: 'DM Serif Display', Georgia, serif;
  --fb: 'DM Sans', sans-serif;
}

html {
  scroll-behavior: smooth
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--fb);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 300;
  overflow-x: hidden
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(14px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(24px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes marquee {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

.wa-ico {
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0
}

.wa-ico path {
  fill: currentColor;
  stroke: none
}

.ann {
  background: var(--ac);
  overflow: hidden;
  padding: 7px 0
}

.ann-t {
  display: inline-flex;
  animation: marquee 22s linear infinite;
  white-space: nowrap;
  gap: 60px
}

.ann-i {
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(245, 237, 216, .85)
}

.ann-s {
  color: rgba(245, 237, 216, .3);
  margin: 0 4px
}

header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(28, 18, 8, .97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--bo);
  animation: fadeIn .3s ease both
}

.hdr-top {
  padding: 0 48px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px
}

@media(max-width:768px) {
  .hdr-top {
    padding: 0 20px
  }
}

.logo {
  font-family: var(--fd);
  font-size: 24px;
  font-style: italic;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -.3px;
  min-height: 34px;
  display: inline-flex;
  align-items: center
}

.logo em {
  color: var(--warm);
  font-style: normal
}

.logo-img {
  display: block;
  max-width: 210px;
  max-height: 34px;
  width: auto;
  height: auto;
  object-fit: contain
}

.hdr-r {
  display: flex;
  align-items: center;
  gap: 14px
}

.hdr-hor {
  font-size: 11px;
  font-weight: 400;
  color: var(--ink3);
  padding: 4px 12px;
  border: 1px solid var(--bo);
  border-radius: 100px
}

@media(max-width:580px) {
  .hdr-hor {
    display: none
  }
}

.cart-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  background: var(--ac);
  color: var(--ink);
  padding: 9px 18px;
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .5px;
  border: none;
  cursor: pointer;
  transition: filter .15s
}

.cart-btn:hover {
  filter: brightness(1.1)
}

.cart-c {
  background: rgba(245, 237, 216, .15);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center
}

.nav-cats {
  padding: 0 48px;
  height: 42px;
  background: var(--bg2);
  border-bottom: 1px solid var(--bo);
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none
}

.nav-cats::-webkit-scrollbar {
  display: none
}

@media(max-width:768px) {
  .nav-cats {
    padding: 0 20px
  }
}

.nc {
  padding: 0 16px;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--ink3);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all .15s;
  white-space: nowrap
}

.nc:hover {
  color: var(--ink)
}

.nc.active {
  color: var(--warm);
  border-bottom-color: var(--warm)
}

.hero {
  padding: 72px 48px 60px;
  border-bottom: 1px solid var(--bo);
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 60px;
  align-items: center;
  animation: fadeUp .5s ease both
}

@media(max-width:900px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 48px 20px 40px;
    gap: 32px
  }
}

.hero-ey {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--warm);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px
}

.hero-ey::before {
  content: '';
  width: 22px;
  height: 1px;
  background: var(--warm)
}

.hero-title {
  font-family: var(--fd);
  font-size: clamp(42px, 6.5vw, 76px);
  font-style: italic;
  color: var(--ink);
  line-height: .9;
  letter-spacing: -1px;
  margin-bottom: 16px
}

.hero-title strong {
  font-style: normal;
  color: var(--ac)
}

.hero-desc {
  font-family: var(--fb);
  font-size: 14px;
  font-weight: 300;
  color: var(--ink3);
  line-height: 1.8;
  max-width: 400px;
  margin-bottom: 26px
}

.hero-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}

.hero-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--wa);
  color: #fff;
  padding: 11px 22px;
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: filter .15s, transform .15s
}

.hero-wa:hover {
  filter: brightness(1.08);
  transform: translateY(-1px)
}

.hero-wa .wa-ico,
.di-wa .wa-ico,
.cp-wa .wa-ico {
  width: 15px;
  height: 15px
}

.hero-menu-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--ink2);
  padding: 10px 20px;
  border: 1px solid var(--bo);
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .5px;
  cursor: pointer;
  transition: all .15s;
  text-decoration: none
}

.hero-menu-btn:hover {
  border-color: var(--ink3);
  color: var(--ink)
}

.hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--bo);
  border: 1px solid var(--bo)
}

.hs {
  background: var(--bg2);
  padding: 20px;
  transition: background .15s
}

.hs:hover {
  background: var(--bg3)
}

.hs-val {
  font-family: var(--fd);
  font-size: 32px;
  font-style: italic;
  color: var(--warm);
  line-height: 1;
  margin-bottom: 4px
}

.hs-lbl {
  font-size: 11px;
  font-weight: 300;
  color: var(--ink3)
}

.toolbar {
  padding: 12px 48px;
  background: var(--bg2);
  border-bottom: 1px solid var(--bo);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  position: sticky;
  top: 104px;
  z-index: 99
}

@media(max-width:768px) {
  .toolbar {
    padding: 10px 20px
  }
}

.filters {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
  flex: 1
}

.filters::-webkit-scrollbar {
  display: none
}

.fbtn {
  padding: 5px 14px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--ink3);
  background: transparent;
  border: 1px solid var(--bo);
  cursor: pointer;
  transition: all .15s;
  white-space: nowrap
}

.fbtn:hover {
  border-color: var(--ink3);
  color: var(--ink)
}

.fbtn.active {
  background: var(--warm);
  color: var(--bg);
  border-color: var(--warm)
}

.tc {
  font-size: 11px;
  font-weight: 300;
  color: var(--ink3);
  white-space: nowrap
}

.menu-grid {
  padding: 24px 48px 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--bo2)
}

@media(max-width:1100px) {
  .menu-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(max-width:768px) {
  .menu-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 16px 0 80px
  }
}

@media(max-width:400px) {
  .menu-grid {
    grid-template-columns: 1fr
  }
}

.mcard {
  background: var(--bg2);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background .2s;
  animation: fadeUp .4s ease both
}

.mcard:hover {
  background: var(--bg3)
}

.mcard:hover .mc-img {
  transform: scale(1.06)
}

.mcard:hover .mc-cta {
  opacity: 1;
  transform: translateY(0)
}

.mc-img-wrap {
  aspect-ratio: 3/4;
  position: relative;
  overflow: hidden;
  background: var(--bg3)
}

.mc-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease
}

.mc-ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px
}

.mc-ph-emoji {
  font-size: clamp(32px, 5vw, 52px);
  opacity: .35
}

.mc-ph-name {
  font-family: var(--fd);
  font-size: clamp(14px, 2vw, 20px);
  font-style: italic;
  color: var(--ink3);
  text-align: center;
  padding: 0 12px;
  line-height: 1.2
}

.mc-grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(28, 18, 8, .85) 0%, transparent 55%);
  pointer-events: none
}

.mc-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 10px;
  background: rgba(245, 237, 216, .1);
  color: var(--ink3)
}

.mc-price-overlay {
  position: absolute;
  bottom: 10px;
  left: 14px;
  z-index: 2;
  font-family: var(--fd);
  font-size: 22px;
  color: var(--ink);
  font-style: italic
}

.mc-cta {
  position: absolute;
  bottom: 44px;
  left: 10px;
  right: 10px;
  z-index: 2;
  background: var(--ac);
  color: var(--ink);
  padding: 8px;
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  transform: translateY(5px);
  transition: all .2s
}

.mc-info {
  padding: 10px 14px 14px;
  border-top: 1px solid var(--bo2)
}

.mc-cat {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink3);
  margin-bottom: 3px
}

.mc-name {
  font-family: var(--fd);
  font-size: 15px;
  font-style: italic;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 4px
}

.mc-desc-short {
  font-size: 12px;
  font-weight: 300;
  color: var(--ink3);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.detail-view {
  display: none;
  min-height: 100vh;
  animation: fadeIn .3s ease both
}

.detail-view.active {
  display: block
}

.detail-back {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 48px;
  border-bottom: 1px solid var(--bo);
  background: var(--bg2);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--ink3);
  cursor: pointer;
  transition: color .15s;
  width: 100%
}

.detail-back:hover {
  color: var(--warm)
}

.detail-back svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2
}

@media(max-width:768px) {
  .detail-back {
    padding: 14px 20px
  }
}

.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 150px)
}

@media(max-width:900px) {
  .detail-grid {
    grid-template-columns: 1fr
  }
}

.detail-gallery {
  position: sticky;
  top: 104px;
  height: calc(100vh - 104px);
  background: var(--bg3);
  overflow: hidden
}

@media(max-width:900px) {
  .detail-gallery {
    position: relative;
    top: 0;
    height: auto;
    aspect-ratio: 4/5
  }
}

.detail-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  animation: fadeIn .4s both
}

.detail-ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px
}

.detail-ph-emoji {
  font-size: 80px;
  opacity: .2
}

.detail-ph-name {
  font-family: var(--fd);
  font-size: clamp(20px, 4vw, 36px);
  font-style: italic;
  color: var(--ink3);
  opacity: .4;
  text-align: center;
  padding: 0 24px
}

.detail-thumbs {
  display: flex;
  gap: 6px;
  padding: 10px 14px;
  background: rgba(28, 18, 8, .8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}

.dthumb {
  width: 52px;
  height: 52px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all .15s;
  opacity: .55;
  flex-shrink: 0
}

.dthumb:hover {
  opacity: 1
}

.dthumb.active {
  border-color: var(--warm);
  opacity: 1
}

.detail-info {
  padding: 52px 52px 80px;
  background: var(--bg);
  overflow-y: auto;
  animation: slideUp .4s both
}

@media(max-width:900px) {
  .detail-info {
    padding: 28px 20px 60px
  }
}

.di-cat {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--warm);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px
}

.di-cat::before {
  content: '';
  width: 18px;
  height: 1px;
  background: var(--warm)
}

.di-nombre {
  font-family: var(--fd);
  font-size: clamp(32px, 4vw, 52px);
  font-style: italic;
  color: var(--ink);
  letter-spacing: -1px;
  line-height: .95;
  margin-bottom: 14px
}

.di-precio {
  font-family: var(--fd);
  font-size: 38px;
  color: var(--warm);
  letter-spacing: -.5px;
  margin-bottom: 8px
}

.di-div {
  height: 1px;
  background: var(--bo);
  margin: 22px 0
}

.di-dlbl {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink3);
  margin-bottom: 8px
}

.di-desc {
  font-family: var(--fb);
  font-size: 14px;
  font-weight: 300;
  color: var(--ink2);
  line-height: 1.85;
  margin-bottom: 22px
}

.di-vlbl {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink3);
  margin-bottom: 10px
}

.di-vars {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 26px
}

.dv {
  padding: 7px 16px;
  border: 1px solid var(--bo);
  font-family: var(--fb);
  font-size: 12px;
  font-weight: 400;
  color: var(--ink2);
  cursor: pointer;
  transition: all .15s;
  background: transparent
}

.dv:hover {
  border-color: var(--ink3);
  color: var(--ink)
}

.dv.selected {
  background: var(--warm);
  color: var(--bg);
  border-color: var(--warm);
  font-weight: 700
}

.di-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: var(--wa);
  color: #fff;
  padding: 14px;
  width: 100%;
  font-family: var(--fb);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: filter .15s, transform .15s;
  margin-bottom: 8px
}

.di-wa:hover {
  filter: brightness(1.08);
  transform: translateY(-1px)
}

.di-add {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--bg3);
  color: var(--ink);
  padding: 13px;
  width: 100%;
  font-family: var(--fb);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid var(--bo);
  cursor: pointer;
  transition: all .15s;
  margin-bottom: 22px
}

.di-add:hover {
  background: var(--ink);
  color: var(--bg)
}

.di-ago-box {
  padding: 13px;
  background: var(--bg3);
  border: 1px solid var(--bo);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--ink3);
  margin-bottom: 22px
}

.di-rlbl {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink3);
  margin-bottom: 12px
}

.di-rgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px
}

@media(max-width:480px) {
  .di-rgrid {
    grid-template-columns: repeat(2, 1fr)
  }
}

.rcard {
  cursor: pointer;
  background: var(--bg2);
  transition: background .15s
}

.rcard:hover {
  background: var(--bg3)
}

.rcard-img {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--bg3);
  display: flex;
  align-items: center;
  justify-content: center
}

.rcard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s
}

.rcard:hover .rcard-img img {
  transform: scale(1.06)
}

.rcard-ph {
  font-family: var(--fd);
  font-size: 22px;
  font-style: italic;
  color: var(--ink3);
  opacity: .4
}

.rcard-info {
  padding: 7px 10px 9px
}

.rcard-name {
  font-family: var(--fd);
  font-size: 13px;
  font-style: italic;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 2px
}

.rcard-price {
  font-size: 12px;
  font-weight: 500;
  color: var(--warm)
}

.cart-ov {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 299;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s
}

.cart-ov.open {
  opacity: 1;
  pointer-events: all
}

.cpanel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 340px;
  max-width: 100vw;
  background: var(--bg2);
  border-left: 1px solid var(--bo);
  z-index: 300;
  transform: translateX(100%);
  transition: transform .3s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  flex-direction: column
}

.cpanel.open {
  transform: translateX(0)
}

.cp-hd {
  padding: 18px 22px;
  border-bottom: 1px solid var(--bo);
  display: flex;
  align-items: center;
  justify-content: space-between
}

.cp-lbl {
  font-family: var(--fd);
  font-size: 20px;
  font-style: italic;
  color: var(--ink)
}

.cp-x {
  width: 26px;
  height: 26px;
  background: var(--bg3);
  border: none;
  cursor: pointer;
  font-size: 13px;
  color: var(--ink3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s
}

.cp-x:hover {
  background: var(--bg4)
}

.cp-body {
  flex: 1;
  overflow-y: auto;
  padding: 14px 22px
}

.cp-empty {
  text-align: center;
  padding: 40px 0;
  font-family: var(--fd);
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  color: var(--ink3)
}

.ci {
  display: flex;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid var(--bo2);
  align-items: flex-start
}

.ci-img {
  width: 56px;
  height: 56px;
  background: var(--bg3);
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center
}

.ci-img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.ci-ph {
  font-family: var(--fd);
  font-size: 18px;
  font-style: italic;
  color: var(--ink3);
  opacity: .5
}

.ci-name {
  font-size: 12px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 2px;
  line-height: 1.3
}

.ci-var {
  font-size: 10px;
  color: var(--ink3);
  margin-bottom: 3px
}

.ci-price {
  font-family: var(--fd);
  font-size: 16px;
  color: var(--warm)
}

.ci-qty {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px
}

.qb {
  width: 20px;
  height: 20px;
  border: 1px solid var(--bo);
  background: none;
  cursor: pointer;
  font-size: 12px;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .13s
}

.qb:hover {
  background: var(--ac);
  color: var(--ink);
  border-color: var(--ac)
}

.qv {
  font-size: 12px;
  font-weight: 700;
  min-width: 14px;
  text-align: center
}

.cp-ft {
  padding: 14px 22px 24px;
  border-top: 1px solid var(--bo)
}

.cp-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px
}

.cp-tl {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink3)
}

.cp-tn {
  font-family: var(--fd);
  font-size: 26px;
  font-style: italic;
  color: var(--ink)
}

.cp-wa {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: var(--wa);
  color: #fff;
  padding: 12px;
  font-family: var(--fb);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: filter .15s
}

.cp-wa:hover {
  filter: brightness(1.08)
}

.wa-fab {
  display: none;
  position: fixed;
  bottom: 24px;
  right: 20px;
  z-index: 400;
  background: var(--wa);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(37, 211, 102, .3);
  transition: transform .2s
}

.wa-fab:hover {
  transform: scale(1.08)
}

.wa-fab .wa-ico {
  width: 20px;
  height: 20px
}

@media(max-width:768px) {
  .wa-fab {
    display: flex
  }
}

.load-sentinel {
  height: 1px
}

.load-spin {
  display: none;
  text-align: center;
  padding: 20px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink3)
}

.load-spin.on {
  display: block
}

footer {
  background: var(--bg2);
  padding: 36px 48px 24px;
  border-top: 1px solid var(--bo)
}

@media(max-width:768px) {
  footer {
    padding: 28px 20px
  }
}

.ft-g {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--bo2)
}

@media(max-width:600px) {
  .ft-g {
    grid-template-columns: 1fr;
    gap: 14px
  }
}

.ft-logo {
  font-family: var(--fd);
  font-size: 22px;
  font-style: italic;
  color: var(--warm);
  margin-bottom: 5px
}

.ft-sub {
  font-size: 12px;
  font-weight: 300;
  color: var(--ink3);
  line-height: 1.6
}

.ft-h {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink3);
  margin-bottom: 10px
}

.ft-a {
  display: inline-flex;
  font-size: 13px;
  font-weight: 300;
  color: var(--ink3);
  text-decoration: none;
  margin-bottom: 5px;
  transition: color .15s;
  align-items: center;
  gap: 6px
}

.ft-a:hover {
  color: var(--warm)
}

.ft-a .wa-ico {
  width: 14px;
  height: 14px
}

.ft-bot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 10px;
  color: var(--ink3)
}

.ft-bot a {
  color: rgba(232, 184, 75, .5);
  text-decoration: none
}

.ft-bot a:hover {
  color: var(--warm)
}