/* ==========================================================
   Mangy Dawg — casual burger joint
   ========================================================== */

:root {
  --brand: #5f7358;          /* mid-dark sage */
  --brand-dark: #475639;
  --accent: #ffc43d;         /* mustard */
  --ink: #1a1a1a;
  --ink-soft: #2a2a2a;
  --paper: #fdf8f0;          /* warm cream */
  --paper-2: #f4ead7;
  --muted: #5a5a5a;
  --edge: #e8dfce;
  --white: #ffffff;

  --max: 1200px;
  --radius: 6px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, .14);
  --shadow-lg: 0 16px 40px rgba(0, 0, 0, .22);
}

/* Reset-ish */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
               "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--pageBackground, transparent);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; height: auto; display: block; }
ul { list-style: none; padding: 0; margin: 0; }
a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 {
  font-family: "Impact", "Oswald", "Arial Black", Arial, sans-serif;
  line-height: 1.05;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin: 0 0 .5em;
  font-weight: 900;
}
p { margin: 0 0 1em; }
address { font-style: normal; }

/* Layout helpers */
.container { max-width: var(--max); margin: 0 auto; padding: 0 1.25rem; }

/* Accessibility */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: #fff;
  padding: .75rem 1rem;
  z-index: 100;
  font-weight: 700;
}
.skip-link:focus { left: 0; }

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
  border-radius: 2px;
}

/* ========================================================
   Buttons
   ======================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.6rem;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .1s ease, background .15s ease, color .15s ease;
  min-height: 48px;  /* mobile tap target */
  font-family: inherit;
  text-decoration: none !important;
  white-space: nowrap;
}

/* ----- Button confetti wrapper -------------------------
   JS wraps each .btn in a span.btn-wrap. The wrap creates a
   stacking context; inside it, the confetti canvas sits at
   z-index 0 and the button at z-index 1 so the button is
   opaque over the canvas. Confetti is only visible in the
   area outside the button's silhouette.
---------------------------------------------------------- */
.btn-wrap {
  position: relative;
  display: inline-flex;
  isolation: isolate;
}
.btn-wrap > .btn {
  position: relative;
  z-index: 1;
}
.btn-confetti-canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
  width: 500px;
  height: 500px;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-primary {
  background: var(--brand);
  color: #fff;
}
.btn-primary:hover { background: var(--brand-dark); }

.btn-outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-outline:hover { background: var(--ink); color: #fff; }

.btn-outline-light {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-outline-light:hover { background: #fff; color: var(--ink); }

/* ========================================================
   Mobile header bar (hidden on desktop)
   ======================================================== */
.site-header {
  background: #000;
  border-bottom: 3px solid var(--brand);
  padding: 0;
}
.site-header-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  padding: 0;
  margin: 0;
  max-width: none;
  min-height: 62px;
}
.site-header-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
  padding: 2px 0 2px 10px;
  box-sizing: border-box;
  background: transparent;
  border-radius: 50%;
  overflow: hidden;
  line-height: 0;
}
.site-header-brand img {
  width: 100%;
  height: 100%;
  display: block;
}
.site-header-cta {
  align-self: stretch;
  flex: 0 0 auto;
  padding: 0 1.5rem;
  font-size: .95rem;
  min-height: 0;
  border-radius: 0;
  letter-spacing: .05em;
}
.site-header-cta:hover {
  transform: none;
}
@media (min-width: 760px) {
  .site-header { display: none; }
}

/* ========================================================
   Hero
   ======================================================== */
.hero {
  position: relative;
  color: #fff;
  min-height: 82vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--ink);
}
.hero-page-width {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}
.hero-height-16-9 { min-height: 0; aspect-ratio: 16 / 9; }
.hero-height-4-3  { min-height: 0; aspect-ratio: 4 / 3; }
.hero-height-fixed { min-height: 0; }
.hero-height-fullscreen { min-height: 100vh; }
.hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #000; /* prevents any white flash before images paint */
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}
.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  /* Single diagonal gradient: darkest in the bottom-left corner
     (where the hero text sits) and fully transparent in the
     upper-right (where the fixed Order Online button lives). */
  background: linear-gradient(
    to top right,
    rgba(0, 0, 0, .6) 0%,
    rgba(0, 0, 0, 0) 65%
  );
  pointer-events: none;
  transform: translateZ(0);
  will-change: transform;
}

/* --- Slideshow ---------------------------------------------
   6 slides × (5s display + 1s crossfade) = 36s total loop.
   Each slide's opacity keyframe: fades in by 1s, holds until
   6s, fades out by 7s, stays hidden for the rest of the loop.
   Delays stagger slides by 6s; slide 1 starts at -1s so the
   page loads already fully visible (no dark opening frame).
----------------------------------------------------------- */
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: hero-fade 36s infinite;
  will-change: opacity;
}
.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  will-change: transform;
}

.hero-slide-1 { animation-delay: -1s; }
.hero-slide-2 { animation-delay: 5s; }
.hero-slide-3 { animation-delay: 11s; }
.hero-slide-4 { animation-delay: 17s; }
.hero-slide-5 { animation-delay: 23s; }
.hero-slide-6 { animation-delay: 29s; }

.hero-slide-1 img { animation-name: ken-burns-1; animation-delay: 0s; }
.hero-slide-2 img { animation-name: ken-burns-2; animation-delay: -3s; }
.hero-slide-3 img { animation-name: ken-burns-3; animation-delay: -6s; }
.hero-slide-4 img { animation-name: ken-burns-4; animation-delay: -9s; }
.hero-slide-5 img { animation-name: ken-burns-5; animation-delay: -2s; }
.hero-slide-6 img { animation-name: ken-burns-6; animation-delay: -5s; }

@keyframes hero-fade {
  0%     { opacity: 0; }
  2.78%  { opacity: 1; }  /* 1s — fade-in complete */
  16.67% { opacity: 1; }  /* 6s — display end */
  19.44% { opacity: 0; }  /* 7s — fade-out complete */
  100%   { opacity: 0; }
}

/* Varied ken-burns paths — stronger pan + zoom */
@keyframes ken-burns-1 {
  0%   { transform: scale(1.10) translate(-1%, -1%); }
  100% { transform: scale(1.30) translate(-4%, 3%); }
}
@keyframes ken-burns-2 {
  0%   { transform: scale(1.28) translate(-3%, -3%); }
  100% { transform: scale(1.08) translate(3%, 4%); }
}
@keyframes ken-burns-3 {
  0%   { transform: scale(1.32) translate(4%, -2%); }
  100% { transform: scale(1.10) translate(-3%, 3%); }
}
@keyframes ken-burns-4 {
  0%   { transform: scale(1.08) translate(-2%, 3%); }
  100% { transform: scale(1.28) translate(4%, -3%); }
}
@keyframes ken-burns-5 {
  0%   { transform: scale(1.12) translate(3%, -2%); }
  100% { transform: scale(1.30) translate(-3%, 2%); }
}
@keyframes ken-burns-6 {
  0%   { transform: scale(1.30) translate(-4%, 2%); }
  100% { transform: scale(1.10) translate(2%, -3%); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide,
  .hero-slide img {
    animation: none;
  }
  .hero-slide-1 { opacity: 1; }
  .hero-slide-2,
  .hero-slide-3,
  .hero-slide-4,
  .hero-slide-5,
  .hero-slide-6 { opacity: 0; }
}
.hero-inner {
  position: relative;
  z-index: 1;
  padding: 1rem 1.25rem 1.5rem;
  width: 100%;
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}

/* Brand circle — mobile flows it above .hero-inner (the .hero flex column);
   desktop pins it absolute over the hero image (re-applied in the breakpoint
   below). .hero-order is desktop-only since mobile uses the site-header bar. */
.hero-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  background: var(--brand-dark);
  border-radius: 50%;
  padding: 10px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .4);
  z-index: 2;
  margin: 0 0 1.5rem;
}
.hero-brand img {
  height: 135px;
  width: auto;
}
.hero-order { display: none; }

/* Mobile: center hero CTAs. Desktop overrides to flex-start below. */
.hero-ctas { justify-content: center; }

@media (min-width: 760px) {
  .hero { flex-direction: row; justify-content: flex-start; }
  .hero-inner { padding: 8rem 1.25rem 4rem; }
  .hero-ctas { justify-content: flex-start; }

  .hero-brand {
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%) translateZ(0);
    margin: 0;
    padding: 14px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .45);
    will-change: transform;
    backface-visibility: hidden;
  }
  .hero-brand img {
    height: 210px;
  }

  .hero-order {
    display: inline-flex;
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 100;
    padding: 1rem 1.75rem;
    font-size: 1rem;
    min-height: 48px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .35);
  }
  /* When JS wraps .hero-order, move the sticky positioning from
     the button to the wrapper so the button can sit naturally
     at the center of its confetti canvas. */
  .btn-wrap-hero-order {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 100;
  }
  .btn-wrap-hero-order > .hero-order {
    position: static;
    top: auto;
    right: auto;
  }
}
.hero-copy { max-width: 680px; }

.hero-copies { display: grid; }
.hero-copies > .hero-copy {
  grid-area: 1 / 1;
  opacity: 0;
  animation: hero-fade 36s infinite;
  will-change: opacity;
}
.hero-copies > .hero-copy-1 { animation-delay: -1s; }
.hero-copies > .hero-copy-2 { animation-delay: 5s; }
.hero-copies > .hero-copy-3 { animation-delay: 11s; }
.hero-copies > .hero-copy-4 { animation-delay: 17s; }
.hero-copies > .hero-copy-5 { animation-delay: 23s; }
.hero-copies > .hero-copy-6 { animation-delay: 29s; }

@media (prefers-reduced-motion: reduce) {
  .hero-copies > .hero-copy { animation: none; opacity: 0; }
  .hero-copies > .hero-copy-1 { opacity: 1; }
}
.hero h1 {
  font-size: clamp(2.75rem, 8vw, 5.5rem);
  margin-bottom: .35em;
  color: var(--accent);
  text-shadow: 0 4px 24px rgba(0, 0, 0, .6);
}
.hero-sub {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  margin-bottom: 2em;
  max-width: 32em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .8);
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
}

/* ========================================================
   Section headers (shared)
   ======================================================== */
.section-head {
  text-align: center;
  margin-bottom: 2.5rem;
}
.section-head h2 {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  color: var(--brand);
  margin-bottom: .3em;
}
.section-head p {
  color: var(--muted);
  font-size: 1.1rem;
  max-width: 40em;
  margin: 0 auto;
}

/* ========================================================
   Featured items
   ======================================================== */
.featured {
  padding: 4.5rem 0;
  background: #f4ead7;
  background: -webkit-radial-gradient(circle at top, #f4ead7 0%, #d5c09a 100%);
  background: -moz-radial-gradient(circle at top, #f4ead7 0%, #d5c09a 100%);
  background: -o-radial-gradient(circle at top, #f4ead7 0%, #d5c09a 100%);
  background: radial-gradient(circle at top, #f4ead7 0%, #d5c09a 100%);
}

.featured-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
}
@media (min-width: 620px) {
  .featured-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 980px) {
  .featured-grid { grid-template-columns: repeat(4, 1fr); }
}
.featured-card {
  background: #fff;
  border: 1px solid var(--edge);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}
.featured-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.featured-img {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--paper-2);
}
.featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.featured-card:hover .featured-img img { transform: scale(1.04); }
.featured-body {
  padding: 1.1rem 1.2rem 1.35rem;
}
.featured-card h3 {
  font-size: 1.4rem;
  color: var(--ink);
  margin-bottom: .4em;
}
.featured-card p {
  color: var(--muted);
  font-size: .95rem;
  margin: 0;
}

/* ========================================================
   Why us
   ======================================================== */
.why {
  background: var(--ink);
  color: #fff;
  padding: 4.5rem 0;
}
.why-inner { text-align: center; }
.why h2 {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  color: var(--accent);
  margin-bottom: 2.5rem;
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 860px) {
  .why-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1100px) {
  .why-grid { grid-template-columns: repeat(5, 1fr); gap: 2rem; }
}
.why-grid li {
  padding: 1rem;
}
.why-grid h3 {
  color: var(--accent);
  font-size: 1.35rem;
  margin-bottom: .5em;
}
.why-grid p {
  color: #dcdcdc;
  font-size: 1rem;
  margin: 0;
}

/* ========================================================
   The Scene
   ======================================================== */
.scene {
  padding: 4.5rem 0;
  background-image:
    linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)),
    url('../images/web/mangy-dawg-hero-bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #fff;
}
.scene .section-head h2 { color: var(--accent); }
.scene .section-head p  { color: rgba(255, 255, 255, .88); }
.scene-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (min-width: 760px) {
  .scene-grid { grid-template-columns: repeat(3, 1fr); }
}
.scene-card {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.scene-img,
.scene-img img {
  width: 100%;
  height: 100%;
}
.scene-img img {
  object-fit: cover;
  transition: transform .35s ease;
}
.scene-card:hover .scene-img img { transform: scale(1.07); }
.scene-card h3 {
  position: absolute;
  inset: auto 0 0 0;
  margin: 0;
  padding: 1.6rem 1.1rem 1rem;
  color: #fff;
  font-size: 1.6rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, 0));
  text-shadow: 0 2px 6px rgba(0, 0, 0, .7);
}

/* ========================================================
   Location
   ======================================================== */
.location {
  padding: 4.5rem 0;
  background: #5f7358;
  background: -webkit-radial-gradient(circle at top, #5f7358 0%, #3e5238 100%);
  background: -moz-radial-gradient(circle at top, #5f7358 0%, #3e5238 100%);
  background: -o-radial-gradient(circle at top, #5f7358 0%, #3e5238 100%);
  background: radial-gradient(circle at top, #5f7358 0%, #3e5238 100%);
  color: #fff;
}
@media (max-width: 759px) {
  .location { padding-bottom: 1.25rem; }
}
.location .section-head h2 { color: #fff; }
.location .section-head p { color: rgba(255, 255, 255, .85); }

.location-city {
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  color: #fff;
  margin: 0 0 .25em;
}
.location-status {
  color: var(--accent);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 1.1rem;
  margin: 0 0 1.5rem;
}
.location-subhead {
  color: var(--accent);
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 1.5rem 0 .4em;
}

.location-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: stretch;
}
@media (min-width: 880px) {
  .location-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 1.2fr);
    gap: 2.5rem;
  }
}

.location-info {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  text-align: center;
}
@media (min-width: 880px) {
  .location-info { text-align: left; }
}

.location-contact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem 2rem;
}
@media (min-width: 560px) {
  .location-contact { grid-template-columns: 1fr 1fr; }
}
.location-contact-col .location-subhead {
  margin-top: 0;
}

.location-address {
  font-size: 1.15rem;
  margin: 0 0 .4em;
  line-height: 1.5;
}
.location-phone {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1.75rem;
  letter-spacing: .02em;
}
.location-phone a { color: var(--accent); }
.location-phone a:hover { text-decoration: none; color: #fff; }

.location-hours {
  background: rgba(0, 0, 0, .28);
  padding: 1.5rem 1.75rem;
  border-radius: var(--radius);
}
.location-hours h3 {
  color: var(--accent);
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.35rem;
}
.hours-table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
  font-size: 1rem;
}
.hours-table thead th {
  font-family: inherit;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: .35rem .5rem;
  text-align: center;
  font-size: .8rem;
  color: var(--accent);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.hours-table thead th:first-child { text-align: left; }
.hours-table tbody th {
  text-align: left;
  padding: .55rem .5rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .95rem;
  font-family: inherit;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: #fff;
}
.hours-table tbody td {
  text-align: right;
  padding: .55rem .5rem;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  white-space: nowrap;
}
.hours-table tbody tr:last-child th,
.hours-table tbody tr:last-child td { border-bottom: 0; }

.hours-note {
  margin: .9rem 0 0;
  font-size: .85rem;
  text-align: center;
  color: rgba(255, 255, 255, .8);
  font-style: italic;
}

.location-map {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: rgba(0, 0, 0, .2);
  min-height: 260px;
}
.location-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (min-width: 880px) {
  .location-map {
    aspect-ratio: auto;
    height: 100%;
  }
}

/* Screen-reader-only helper */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ========================================================
   Gallery — infinite auto-scrolling carousel

   The track contains the image list twice. Animating
   translateX from 0 to -50% moves past exactly one set
   of images; because the second set is identical, the
   jump back to 0 is visually seamless.
   ======================================================== */
.gallery {
  background: var(--ink);
  overflow: hidden;
  padding: 2rem 0;
}
@media (max-width: 759px) {
  .gallery { padding: 1.25rem 0; }
}
.gallery-strip {
  display: flex;
  flex-wrap: nowrap;
  gap: .5rem;
  width: max-content;
  animation: gallery-scroll 60s linear infinite;
  will-change: transform;
}
.gallery-strip li {
  flex: 0 0 300px;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius);
  overflow: hidden;
}
@media (min-width: 760px) {
  .gallery-strip li { flex-basis: 420px; }
}
.gallery-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes gallery-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .gallery-strip { animation: none; }
}

/* ========================================================
   Footer
   ======================================================== */
.site-footer {
  background: #0f0f0f;
  color: #c8c8c8;
  padding: 3rem 0 1.5rem;
  border-top: 3px solid var(--brand);
}
.footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 760px) {
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
}
.site-footer h3,
.site-footer h4 { color: #fff; }
.footer-brand {
  font-size: 1.6rem;
  color: var(--accent) !important;
  margin-bottom: .3em;
}
.footer-brand-col {
  text-align: center;
}
.footer-brand-icon {
  width: 96px;
  height: 96px;
  margin: 0 auto .9rem;
  display: block;
}
.footer-cta {
  margin-top: .75rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  min-height: 0;
}
/* Beat .site-footer a:hover (white) so the text actually
   turns black against the white hover background. */
.site-footer .footer-cta:hover {
  color: #000;
}
.site-footer a { color: var(--accent); }
.site-footer a:hover { color: #fff; }
.footer-list li { margin-bottom: .5rem; }
.footer-bottom {
  margin-top: 2.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid #2a2a2a;
  text-align: center;
  font-size: .9rem;
  color: #888;
}
