.shara-footer {
  --sf-ink: #214a50;
  --sf-navy: #294765;
  --sf-plum: #754161;
  --sf-clay: #c9624f;
  --sf-gold: #f0c95a;
  --sf-sky: #bfe1e4;
  --sf-cream: #fff8ec;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 64px;
  border-top: 5px solid var(--sf-gold);
  background:
    radial-gradient(circle at 96% 0%, rgba(201, 98, 79, .24) 0 110px, transparent 111px),
    linear-gradient(125deg, rgba(191, 225, 228, .06), transparent 44%),
    var(--sf-navy);
  color: var(--sf-cream);
  font-family: Figtree, Atkinson Hyperlegible, system-ui, sans-serif;
}
.site-shell > .shara-footer { margin-top: auto; }
.shara-footer a:focus-visible {
  outline: 4px solid var(--sf-gold);
  outline-offset: 3px;
}
.shara-footer__inner {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 36px 0 18px;
}
.shara-footer__main {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  gap: clamp(34px, 7vw, 86px);
  align-items: start;
}
.shara-footer__brand-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--sf-cream);
  text-decoration: none;
}
.shara-footer__mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 2px solid var(--sf-sky);
  border-radius: 50%;
  background: var(--sf-plum);
  color: var(--sf-gold);
  font-family: Kalam, cursive;
  font-size: 1rem;
  font-weight: 700;
  transform: rotate(-6deg);
}
.shara-footer__brand-name {
  display: block;
  font-family: Bricolage Grotesque, Figtree, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}
.shara-footer__brand-tag {
  display: block;
  margin-top: 2px;
  color: #c8dbde;
  font-size: .74rem;
}
.shara-footer__eyebrow {
  display: block;
  margin-top: 22px;
  color: var(--sf-gold);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.shara-footer__intro h2 {
  margin: 8px 0 10px;
  color: var(--sf-cream);
  font-family: Bricolage Grotesque, Figtree, sans-serif;
  font-size: clamp(2.15rem, 4vw, 3.55rem);
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: .94;
}
.shara-footer__intro h2 em {
  color: var(--sf-gold);
  font-family: Kalam, cursive;
  font-size: .86em;
  font-style: normal;
  font-weight: 400;
}
.shara-footer__about {
  max-width: 520px;
  margin: 0;
  color: #c8dbde;
  font-size: .88rem;
  line-height: 1.65;
}
.shara-footer__quote-block {
  padding-top: 8px;
}
.shara-footer__quote-label,
.shara-footer__contact h3 {
  margin: 0 0 12px;
  color: var(--sf-gold);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.shara-footer__quote {
  margin: 0;
  color: var(--sf-cream);
  font-family: Kalam, cursive;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  line-height: 1.24;
}
.shara-footer__quote-note {
  display: block;
  margin-top: 15px;
  color: #b8ced2;
  font-size: .75rem;
  font-weight: 700;
}
.shara-footer__contact {
  padding: 20px;
  border: 1px solid rgba(191, 225, 228, .42);
  border-radius: 7px;
  background: rgba(255, 248, 236, .075);
  backdrop-filter: blur(10px);
}
.shara-footer__email {
  display: inline-block;
  max-width: 100%;
  padding-bottom: 3px;
  border-bottom: 2px solid var(--sf-sky);
  color: var(--sf-cream);
  font-size: .86rem;
  font-weight: 800;
  overflow-wrap: anywhere;
  text-decoration: none;
}
.shara-footer__email:hover { color: var(--sf-gold); border-bottom-color: var(--sf-gold); }
.shara-footer__location {
  margin: 9px 0 0;
  color: #b8ced2;
  font-size: .78rem;
}
.shara-footer__contact-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 17px;
}
.shara-footer__socials { display: flex; gap: 7px; }
.shara-footer__socials a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(191, 225, 228, .6);
  border-radius: 4px;
  background: rgba(255, 248, 236, .08);
  color: var(--sf-cream);
  font-size: .92rem;
  text-decoration: none;
  transition: transform .16s ease, background .16s ease, color .16s ease;
}
.shara-footer__socials a:hover {
  background: var(--sf-gold);
  color: var(--sf-navy);
  transform: translateY(-2px);
}
.shara-footer__contact-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 8px 11px;
  border: 2px solid var(--sf-ink);
  border-radius: 4px;
  background: var(--sf-gold);
  box-shadow: 3px 3px 0 var(--sf-plum);
  color: var(--sf-navy);
  font-size: .76rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}
.shara-footer__contact-link:hover {
  background: var(--sf-sky);
  color: var(--sf-navy);
  transform: translate(1px, 1px);
  box-shadow: 2px 2px 0 var(--sf-plum);
}
.shara-footer__linkbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 25px;
  padding: 14px 0;
  border-block: 1px solid rgba(191, 225, 228, .38);
}
.shara-footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 20px;
  flex-wrap: wrap;
}
.shara-footer__nav a {
  color: #dce9eb;
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none;
}
.shara-footer__nav a:hover { color: var(--sf-gold); }
.shara-footer__nav--legal a { color: #adc7cb; font-weight: 600; }
.shara-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 14px;
  padding-right: 92px;
  color: #9fbcc1;
  font-size: .74rem;
}
.shara-footer__bottom strong { color: var(--sf-cream); }
.shara-footer__bottom-note {
  font-family: Kalam, cursive;
  font-size: .88rem;
}

.legacy-page-view-badge {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1050;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 8px 11px;
  border: 1px solid rgba(117, 65, 97, .22);
  border-radius: 999px;
  background: rgba(255, 248, 236, .88);
  box-shadow: 0 10px 28px rgba(41, 71, 101, .14);
  backdrop-filter: blur(8px);
  color: #684d63;
  font-family: Figtree, system-ui, sans-serif;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1;
}
.legacy-page-view-badge i { color: var(--sf-clay, #c9624f); }

@media (max-width: 900px) {
  .shara-footer__main { grid-template-columns: 1.15fr .85fr; }
}
@media (max-width: 620px) {
  .shara-footer { margin-top: 52px; }
  .site-shell > .shara-footer { margin-top: auto; }
  .shara-footer__inner { width: min(calc(100% - 28px), 1200px); padding: 26px 0 16px; }
  .shara-footer__main { grid-template-columns: 1fr; gap: 18px; }
  .shara-footer__eyebrow,
  .shara-footer__intro h2,
  .shara-footer__about { display: none; }
  .shara-footer__quote-block { padding-top: 0; }
  .shara-footer__contact { grid-column: auto; display: block; padding: 14px; }
  .shara-footer__contact h3 { display: none; }
  .shara-footer__location { margin-top: 8px; }
  .shara-footer__contact-row { margin-top: 12px; }
  .shara-footer__contact-link { display: none; }
  .shara-footer__linkbar { align-items: center; flex-direction: column; gap: 12px; margin-top: 18px; padding: 12px 0; }
  .shara-footer__nav { width: 100%; gap: 8px 16px; }
  .shara-footer__bottom { align-items: flex-start; flex-direction: column; }
  .shara-footer__bottom { padding-top: 12px; padding-right: 0; }
  .shara-footer__bottom-note { display: none; }
  .legacy-page-view-badge { right: 12px; bottom: 12px; transform: scale(.94); transform-origin: bottom right; }
}
@media (max-width: 390px) {
  .shara-footer__contact-row { align-items: flex-start; flex-direction: column; }
  .shara-footer__contact-link { width: 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .shara-footer * { transition: none !important; }
}
