.site-footer.premium-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 88px 0 30px;
  border-top: 1px solid rgba(213,179,143,.3);
  background: radial-gradient(circle at 86% 0%, rgba(167,123,85,.14), transparent 29%), #080807;
  color: #fff;
}

.site-footer.premium-footer::before {
  content: "GEMISTOS";
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -5.5vw;
  transform: translateX(-50%);
  color: rgba(255,255,255,.022);
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: clamp(140px, 21vw, 340px);
  letter-spacing: -.065em;
  line-height: .7;
  white-space: nowrap;
  pointer-events: none;
}

.site-footer.premium-footer::after { display: none; }

.premium-footer .premium-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: clamp(35px, 5vw, 78px);
  padding-bottom: 68px;
}

.premium-footer .premium-footer-grid > div:not(:first-child) { padding-top: 8px; }
.premium-footer .premium-footer-brand img { width: 178px; height: auto; margin-bottom: 26px; }

.premium-footer .premium-footer-brand > p {
  max-width: 355px;
  margin: 0;
  color: rgba(255,255,255,.52);
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 20px;
  line-height: 1.42;
}

.premium-footer .premium-footer-grid h2 {
  margin: 0 0 19px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: #d5b38f;
  font-family: "Didact Gothic", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.premium-footer .premium-footer-grid a {
  position: relative;
  display: table;
  margin: 10px 0;
  padding-right: 20px;
  color: rgba(255,255,255,.67);
  font-family: "Didact Gothic", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
  transition: color .25s, transform .25s;
}

.premium-footer .premium-footer-grid a::after {
  content: "↗";
  position: absolute;
  right: 0;
  opacity: 0;
  transform: translate(-4px, 4px);
  transition: opacity .25s, transform .25s;
}

.premium-footer .premium-footer-grid a:hover { color: #fff; transform: translateX(3px); }
.premium-footer .premium-footer-grid a:hover::after { opacity: .7; transform: translate(0,0); }

.premium-footer .premium-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 28px;
}

.premium-footer .premium-footer-grid .premium-footer-socials a {
  margin: 0;
  padding: 0;
  color: #d5b38f;
  font-size: 12px;
}

.premium-footer .premium-footer-grid .premium-footer-socials a::after { display: none; }

.premium-footer .premium-footer-grid .footer-phone {
  position: relative;
  min-width: 205px;
  margin: 0 0 18px;
  padding: 15px 55px 15px 21px;
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  border: 1px solid rgba(213,179,143,.5);
  border-radius: 999px;
  background: linear-gradient(105deg, rgba(213,179,143,.12), rgba(255,255,255,.035));
  box-shadow: inset 0 1px rgba(255,255,255,.08), 0 12px 35px rgba(0,0,0,.16);
  color: #fff;
  font-size: 16px;
  line-height: 1.15;
}

.premium-footer .premium-footer-grid .footer-phone::after { display: none; }

.premium-footer .footer-phone::before {
  content: "↗";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #d5b38f;
  color: #11110f;
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 19px;
  transform: translateY(-50%);
  transition: background .25s, transform .25s;
}

.premium-footer .footer-phone span {
  color: #d5b38f;
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.premium-footer .footer-phone:hover::before { background: #fff; transform: translateY(-50%) rotate(8deg); }

.premium-footer .premium-footer-secondary {
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.premium-footer .premium-footer-grid .premium-footer-secondary a {
  display: inline-block;
  margin: 5px 13px 5px 0;
  padding: 0;
  color: rgba(255,255,255,.46);
  font-size: 12px;
}

.premium-footer .premium-footer-grid .premium-footer-secondary a::after { display: none; }

.premium-footer .premium-footer-bottom {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255,255,255,.13);
  color: rgba(255,255,255,.43);
  font-family: "Didact Gothic", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.premium-footer .premium-footer-bottom a { color: inherit; text-decoration: none; }
.premium-footer .premium-footer-bottom a:hover { color: #d5b38f; }

@media (max-width: 1050px) {
  .premium-footer .premium-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .site-footer.premium-footer { padding-top: 68px; }
  .premium-footer .premium-footer-grid { grid-template-columns: 1fr; gap: 34px; padding-bottom: 62px; }
  .premium-footer .premium-footer-grid > div:not(:first-child) { padding-top: 0; }
  .premium-footer .premium-footer-bottom { display: block; }
  .premium-footer .premium-footer-bottom a { display: block; margin-top: 10px; }
  .site-footer.premium-footer::before { bottom: 22px; font-size: 27vw; }
}
