/* Scoped for WordPress / Elementor shell */
.pis-anniversary-page .entry-title,
.pis-anniversary-page h1.entry-title,
.pis-anniversary-page .page-header {
  display: none !important;
}

/*
 * Hello Elementor boxes non-Elementor pages:
 *   body:not([class*="elementor-page-"]) .site-main { max-width: 500–960px }
 * Elementor pages (About Us, etc.) skip that rule, so heroes are full-bleed.
 * Force the anniversary template to match.
 */
body.pis-anniversary-page .site-main.pis-anniversary,
body.pis-anniversary-page #content.site-main {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.pis-anniversary {
  margin: 0;
  padding: 0;
  overflow-x: clip;
}
.pis-anniversary > .page-banner,
.pis-anniversary > .section,
.pis-anniversary > .video-hero {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.pis-anniversary > .page-banner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pis-anniversary img { max-width: 100%; height: auto; }

:root {
  /* Aligned to Elementor kit + homepage accents on pis.edu.gh */
  --navy: #0e3d51;
  --navy-deep: #0e1438;
  --navy-heading: #203b6a;
  --gold: #e3a72f;
  --gold-hover: #ffab00;
  --coral: #ea575b;
  --text: #333333;
  --muted: #777777;
  --light: #f7f9fa;
  --white: #ffffff;
  --max: 1140px;
  --header-h: 78px;
  --font: "Montserrat", "Poppins", "Open Sans", sans-serif;
  --display: "Mandali", "Montserrat", sans-serif;
  --body: "Open Sans", "Roboto", sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  background: var(--white);
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-decoration: none; }
a:hover { color: var(--gold); }
.wrap { width: min(100% - 2rem, var(--max)); margin-inline: auto; }
.narrow { max-width: 760px; }
.center { text-align: center; }

/* Top bar */
.topbar {
  background: var(--navy);
  color: rgba(255,255,255,.85);
  font-size: 13px;
  padding: .45rem 0;
}
.topbar__inner {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.5rem;
  justify-content: flex-end;
}
.topbar a { color: inherit; }
.topbar a:hover { color: var(--gold); }

/* Header — white bar like main site */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  box-shadow: 0 1px 0 rgba(0,0,0,.06);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  gap: 1rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: .75rem;
  color: var(--navy);
  font-family: var(--font);
  font-weight: 700;
  font-size: 1rem;
}
.brand img { width: 56px; height: auto; }
.brand__text { letter-spacing: .01em; }
@media (max-width: 640px) {
  .brand__text { display: none; }
}

.nav-toggle {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 4px;
  background: var(--navy);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
}

.site-nav {
  display: none;
  position: absolute;
  top: calc(var(--header-h) + 28px);
  right: 1rem;
  left: 1rem;
  background: var(--white);
  border: 1px solid #eee;
  box-shadow: 0 12px 30px rgba(32,59,106,.12);
  padding: .5rem 0;
}
.site-nav.is-open { display: block; }
.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav a {
  display: block;
  padding: .7rem 1.1rem;
  color: var(--navy);
  font-family: var(--font);
  font-weight: 500;
  font-size: .95rem;
}
.site-nav a:hover { background: var(--light); color: var(--gold); }

@media (min-width: 980px) {
  .nav-toggle { display: none; }
  .site-nav {
    display: block;
    position: static;
    border: 0;
    box-shadow: none;
    padding: 0;
    background: transparent;
  }
  .site-nav ul {
    display: flex;
    gap: .15rem;
    align-items: center;
  }
  .site-nav a {
    padding: .55rem .85rem;
    border-radius: 3px;
  }
}

/* Page banner — full-bleed like Elementor page heroes */
.page-banner {
  position: relative;
  width: 100%;
  min-height: clamp(280px, 42vh, 480px);
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(14,20,56,.88) 0%, rgba(14,20,56,.72) 45%, rgba(14,20,56,.55) 100%),
    var(--banner-image) center 18% / cover no-repeat;
  color: #fff;
}
.page-banner__content { padding: 3.5rem 0; width: min(100% - 2rem, var(--max)); }
.page-banner h1 {
  margin: 0 0 .5rem;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: .02em;
  color: #e3a72f;
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}
.page-banner__crumb {
  margin: 0;
  font-size: .9rem;
  opacity: .9;
}
.page-banner__crumb a { color: #fff; }
.page-banner__crumb a:hover { color: var(--gold); }
.page-banner__crumb span { margin: 0 .4rem; opacity: .7; }

/* Sections */
.section { padding: 4rem 0; }
.section--tint { background: var(--light); }
.section--navy {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: #fff;
}
.eyebrow {
  margin: 0 0 .6rem;
  font-family: var(--font);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
}
.eyebrow--light { color: var(--gold); }
.section-title {
  margin: 0 0 1rem;
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  font-weight: 700;
  color: var(--navy-heading);
  line-height: 1.25;
}
.section-title--light { color: #fff; }
.section-subtitle {
  margin: 0 0 .85rem;
  font-family: var(--display);
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
}
.event-line {
  margin: -.35rem 0 .85rem;
  font-family: var(--font);
  font-size: .92rem;
  font-weight: 600;
  color: var(--muted);
}
.section-sub {
  margin: -0.25rem auto 2rem;
  max-width: 640px;
  color: var(--muted);
}
.lead {
  font-size: 1.08rem;
  color: #444;
}
.lead--light { color: rgba(255,255,255,.9); }

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.75rem;
}
.meta-pill {
  background: var(--light);
  border-left: 3px solid var(--gold);
  padding: .65rem 1rem;
  font-family: var(--font);
  font-size: .92rem;
  color: var(--navy);
}
.meta-pill span {
  display: block;
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: .15rem;
}

/* Full-bleed autoplay video hero */
.video-hero {
  position: relative;
  min-height: clamp(420px, 72vh, 780px);
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  background: var(--navy-deep);
  color: #fff;
}
.video-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  pointer-events: none;
}
.video-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(14,20,56,.55) 0%, rgba(14,20,56,.35) 45%, rgba(14,20,56,.7) 100%);
  pointer-events: none;
}
.video-hero__content {
  position: relative;
  z-index: 2;
  width: min(100% - 2rem, var(--max));
  height: 100%;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 2.25rem 1rem 3rem;
  box-sizing: border-box;
}
.video-hero__top {
  margin: 0;
  text-shadow: 0 1px 12px rgba(0,0,0,.4);
}
.video-hero__bottom {
  width: 100%;
}
.video-hero__bottom .section-title {
  margin-bottom: .65rem;
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}
.video-hero__sub {
  margin: 0 auto;
  max-width: 520px;
  font-size: 1.05rem;
  color: rgba(255,255,255,.9);
  text-shadow: 0 1px 10px rgba(0,0,0,.35);
}

/* Split cloth */
.split {
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 860px) {
  .split { grid-template-columns: 1.05fr 1fr; gap: 3rem; }
}
.split__media img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 12px 32px rgba(32,59,106,.14);
}
.quote {
  margin: 1.5rem 0 0;
  padding: 1rem 0 1rem 1rem;
  border-left: 3px solid var(--gold);
  font-family: var(--font);
  font-style: italic;
  color: var(--navy);
  font-size: 1.05rem;
}

/* Interactive symbols */
.symbol-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  margin: 0 auto 1.75rem;
  padding: .55rem 1.1rem;
  background: rgba(32, 59, 106, .08);
  border: 1px dashed var(--navy-heading);
  border-radius: 999px;
  color: var(--navy-heading);
  font-family: var(--font);
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: .02em;
  text-align: center;
  width: fit-content;
  max-width: 100%;
}
.symbol-action strong {
  color: var(--navy);
  font-weight: 700;
}
.symbol-action__icon {
  display: inline-flex;
  animation: symbolBounce 1.4s ease-in-out infinite;
}
@keyframes symbolBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(3px); }
}
#symbols .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#symbols .wrap > .eyebrow,
#symbols .wrap > .section-title {
  width: 100%;
}

.symbol-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .65rem;
  margin: 0 0 1.25rem;
  width: 100%;
}
@media (max-width: 700px) {
  .symbol-tabs {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 420px) {
  .symbol-tabs {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pis-anniversary .symbol-tab,
.pis-anniversary button.symbol-tab {
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #c5ced9 !important;
  background: var(--white) !important;
  border-radius: 10px;
  padding: .55rem .45rem .7rem;
  cursor: pointer;
  text-align: center;
  font-family: var(--font);
  color: var(--navy-heading) !important;
  box-shadow: 0 1px 0 rgba(14,61,81,.06);
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  position: relative;
  overflow: hidden;
}
.symbol-tab::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 0;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: transparent;
  transition: background .2s ease;
}
.pis-anniversary .symbol-tab:hover,
.pis-anniversary button.symbol-tab:hover {
  border-color: rgba(32, 59, 106, .55) !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(32, 59, 106, .12);
  color: var(--navy-heading) !important;
  background: var(--white) !important;
}
.pis-anniversary .symbol-tab:focus-visible {
  outline: 2px solid var(--navy-heading);
  outline-offset: 2px;
}
.pis-anniversary .symbol-tab.is-active,
.pis-anniversary button.symbol-tab.is-active {
  border-color: var(--navy-heading) !important;
  background: linear-gradient(180deg, #fff 55%, rgba(32, 59, 106, .1) 100%) !important;
  box-shadow: 0 0 0 3px rgba(32, 59, 106, .18), 0 14px 28px rgba(32, 59, 106, .16);
  transform: translateY(-2px);
  color: var(--navy-heading) !important;
}
.pis-anniversary .symbol-tab.is-active::after {
  background: var(--navy-heading);
}
.symbol-tab__art {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: .55rem;
  background: #eee;
  outline: 2px solid transparent;
  outline-offset: -2px;
  transition: outline-color .2s ease;
}
.pis-anniversary .symbol-tab.is-active .symbol-tab__art {
  outline-color: var(--navy-heading);
}
.symbol-tab__art img,
.symbol-tab__art svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.symbol-tab:hover .symbol-tab__art img,
.symbol-tab.is-active .symbol-tab__art img,
.symbol-tab:hover .symbol-tab__art svg,
.symbol-tab.is-active .symbol-tab__art svg {
  transform: scale(1.06);
}
.pis-anniversary .symbol-tab__label {
  display: block;
  font-weight: 700;
  font-size: .92rem;
  color: var(--navy-heading) !important;
}
.pis-anniversary .symbol-tab__hint {
  display: block;
  margin-top: .15rem;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #555 !important;
}
.pis-anniversary .symbol-tab.is-active .symbol-tab__label {
  color: var(--navy) !important;
  font-weight: 800;
}
.pis-anniversary .symbol-tab.is-active .symbol-tab__hint {
  color: var(--navy-heading) !important;
  opacity: 1;
}

.symbol-panels {
  position: relative;
  min-height: 220px;
  width: 100%;
}
.symbol-panel {
  display: none;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: center;
  background: var(--white);
  border: 1px solid #e8ecf0;
  border-top: 3px solid var(--navy-heading);
  border-radius: 6px;
  padding: 1.35rem;
  opacity: 1;
  transform: none;
  color: var(--text);
}
.symbol-panel.is-active {
  display: grid;
}
.symbol-panel.is-enter {
  animation: symbolIn .35s ease forwards;
}
@keyframes symbolIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (min-width: 760px) {
  .symbol-panel.is-active {
    grid-template-columns: 260px 1fr;
    padding: 1.75rem;
    gap: 1.75rem;
  }
}
.symbol-panel__art {
  overflow: hidden;
  border-radius: 4px;
  background: #eee;
  aspect-ratio: 1;
}
.symbol-panel__art img,
.symbol-panel__art svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Eagle is landscape; contain so head/wings stay in frame */
#tab-eagle .symbol-tab__art,
#panel-eagle .symbol-panel__art {
  background: #8eb9e0;
}
#tab-eagle .symbol-tab__art img,
#panel-eagle .symbol-panel__art img {
  object-fit: contain;
  object-position: center center;
}
#tab-eagle:hover .symbol-tab__art img,
#tab-eagle.is-active .symbol-tab__art img {
  transform: none;
}
.symbol__num {
  font-family: var(--font);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--navy-heading);
}
.symbol-panel h3 {
  margin: .2rem 0 .4rem;
  font-family: var(--display);
  font-size: 1.5rem;
  color: var(--navy-heading);
}
.symbol__tag {
  margin: 0 0 .75rem;
  font-size: .82rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: .04em;
  text-transform: uppercase;
}
.symbol-panel p {
  color: #333;
}
.symbol__remind {
  margin-bottom: 0;
  color: #222;
}
.symbol__remind strong {
  color: var(--navy);
}

/* Masonry gallery */
.gallery {
  column-count: 2;
  column-gap: .75rem;
}
@media (min-width: 700px) {
  .gallery {
    column-count: 3;
    column-gap: 1rem;
  }
}
@media (min-width: 1000px) {
  .gallery {
    column-count: 4;
  }
}
@supports (grid-template-rows: masonry) {
  .gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: masonry;
    gap: .75rem;
    column-count: auto;
  }
  @media (min-width: 700px) {
    .gallery {
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
    }
  }
  @media (min-width: 1000px) {
    .gallery { grid-template-columns: repeat(4, 1fr); }
  }
}
.gallery__item {
  margin: 0 0 .75rem;
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  overflow: hidden;
  border-radius: 4px;
  background: #ddd;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  cursor: zoom-in;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
}
@media (min-width: 700px) {
  .gallery__item { margin-bottom: 1rem; }
}
.gallery__item img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
  transition: transform .45s ease, filter .3s ease;
}
.gallery__item:hover img,
.gallery__item:focus-visible img {
  transform: scale(1.05);
  filter: brightness(1.05);
}
.gallery__item:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
.gallery__zoom {
  position: absolute;
  inset: 0;
  background: rgba(14, 61, 81, .0);
  transition: background .25s ease;
  pointer-events: none;
}
.gallery__zoom::after {
  content: "";
  position: absolute;
  right: .65rem;
  bottom: .65rem;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(227, 167, 47, .92) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.2'%3E%3Ccircle cx='11' cy='11' r='6'/%3E%3Cpath d='M20 20l-3.5-3.5M11 8v6M8 11h6'/%3E%3C/svg%3E") center/18px no-repeat;
  opacity: 0;
  transform: scale(.85);
  transition: opacity .25s ease, transform .25s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
}
.gallery__item:hover .gallery__zoom,
.gallery__item:focus-visible .gallery__zoom {
  background: rgba(14, 61, 81, .18);
}
.gallery__item:hover .gallery__zoom::after,
.gallery__item:focus-visible .gallery__zoom::after {
  opacity: 1;
  transform: scale(1);
}

/* Lightbox */
body.lightbox-open { overflow: hidden; }
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.lightbox[hidden] { display: none !important; }
.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 20, 56, .88);
  cursor: pointer;
}
.lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 1100px);
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lightbox__stage {
  width: 100%;
  max-height: 78vh;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  -webkit-overflow-scrolling: touch;
}
.lightbox__img {
  max-width: 100%;
  max-height: 78vh;
  width: auto;
  height: auto;
  object-fit: contain;
  cursor: zoom-in;
  transition: transform .3s ease;
  border-radius: 4px;
  box-shadow: 0 20px 50px rgba(0,0,0,.4);
  user-select: none;
}
.lightbox.is-zoomed .lightbox__img {
  max-width: none;
  max-height: none;
  width: 160%;
  cursor: zoom-out;
}
.lightbox__caption {
  margin: .85rem 0 0;
  color: #fff;
  font-family: var(--font);
  font-size: .92rem;
  text-align: center;
}
.lightbox__hint {
  margin: .35rem 0 0;
  color: rgba(255,255,255,.55);
  font-size: .75rem;
  text-align: center;
}
.lightbox__close,
.lightbox__nav {
  position: absolute;
  border: 0;
  background: rgba(255,255,255,.12);
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease;
}
.lightbox__close:hover,
.lightbox__nav:hover {
  background: var(--gold);
}
.lightbox__close {
  top: -0.25rem;
  right: 0;
  width: 42px;
  height: 42px;
  font-size: 1.6rem;
  line-height: 1;
  z-index: 2;
}
.lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  font-size: 1.25rem;
}
.lightbox__nav--prev { left: 0; }
.lightbox__nav--next { right: 0; }
@media (min-width: 800px) {
  .lightbox__nav--prev { left: -3rem; }
  .lightbox__nav--next { right: -3rem; }
}

/* Button — gold CTA like site accents */
.btn {
  display: inline-block;
  margin-top: 1.25rem;
  padding: .85rem 1.6rem;
  background: var(--gold);
  color: #fff !important;
  font-family: var(--font);
  font-weight: 600;
  font-size: .92rem;
  border-radius: 3px;
  transition: background .2s ease;
}
.btn:hover { background: var(--gold-hover); }

/* Footer — matches Elementor footer (template 62) on pis.edu.gh */
.site-footer {
  position: relative;
  color: rgba(255,255,255,.7);
  font-size: .95rem;
  overflow: hidden;
}
.site-footer__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(17,20,22,.97), rgba(17,20,22,.97)),
    url("https://pis.edu.gh/wp-content/uploads/2022/02/PHOTO-2016-03-16-16-22-40-1.jpg") center/cover no-repeat;
  z-index: 0;
}
@media (min-width: 1025px) {
  .site-footer__bg { background-attachment: fixed; }
}
.site-footer__inner {
  position: relative;
  z-index: 1;
  padding: 60px 0 40px;
}
.site-footer__grid {
  display: grid;
  gap: 2rem 1.5rem;
  align-items: start;
}
@media (min-width: 768px) {
  .site-footer__grid {
    grid-template-columns: 1.3fr .9fr .8fr .9fr;
  }
}
.site-footer__heading {
  margin: 0 0 1rem;
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
.site-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__list li {
  margin: 0 0 .5rem;
}
.site-footer__list a {
  display: inline-flex;
  align-items: flex-start;
  gap: .75rem;
  color: rgba(255,255,255,.7);
  font-family: var(--display);
  text-decoration: none;
  transition: color .25s ease;
}
.site-footer__list--plain a { gap: 0; }
.site-footer__list a:hover { color: #cc9955; }
.site-footer__icon {
  color: #cc9955;
  flex-shrink: 0;
  margin-top: .15rem;
  display: inline-flex;
}
.site-footer__col--logo {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .site-footer__col--logo { justify-content: flex-end; }
}
.site-footer__col--logo img {
  width: 140px;
  height: auto;
  display: block;
}
.site-footer__divider {
  margin: 2rem 0 1rem;
  border-top: 1px solid #fff;
  opacity: .35;
}
.site-footer__copy {
  margin: 0;
  text-align: center;
  font-family: "Roboto", var(--body);
  font-size: .8125rem;
  line-height: 1.617;
  color: rgba(255,255,255,.7);
}
@media (max-width: 767px) {
  .site-footer__inner { padding: 40px 0; }
  .site-footer__copy { text-align: left; }
}
