:root {
  --pidgeon-v68-green: #073c2a;
  --pidgeon-v68-green-deep: #051f18;
  --pidgeon-v68-orange: #b83f06;
  --pidgeon-v68-gold: #d6a650;
}

/* WCAG AA colour corrections for utility classes emitted by the compiled app. */
.text-\[\#ea580c\] {
  color: #b83f06 !important;
}

.bg-\[\#ea580c\],
.btn-primary {
  background: #c84405 !important;
}

.text-\[\#a8a29e\] {
  color: #6f6862 !important;
}

.pidgeon-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10050;
  padding: 10px 14px;
  border-radius: 8px;
  background: #ffffff;
  color: #073c2a;
  font: 700 0.88rem/1 Inter, Arial, sans-serif;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(5, 31, 24, 0.22);
  transform: translateY(-160%);
  transition: transform 140ms ease;
}

.pidgeon-skip-link:focus {
  transform: translateY(0);
  outline: 3px solid #d6a650;
  outline-offset: 2px;
}

/*
 * Navigation v6.8
 * One calm glass rail replaces the row of heavy individual boxes.
 */
@media (min-width: 960px) {
  nav.pidgeon-nav-v68,
  header.pidgeon-static-nav.pidgeon-nav-v68 {
    min-height: 78px !important;
    padding: 10px clamp(22px, 4vw, 72px) !important;
    gap: clamp(18px, 2.4vw, 36px) !important;
    background:
      linear-gradient(105deg, rgba(5, 31, 24, 0.94), rgba(7, 60, 42, 0.88)) !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(214, 166, 80, 0.26) !important;
    box-shadow: 0 18px 42px rgba(4, 24, 18, 0.22) !important;
    backdrop-filter: blur(20px) saturate(1.12) !important;
    -webkit-backdrop-filter: blur(20px) saturate(1.12) !important;
  }

  nav.pidgeon-nav-v68.pidgeon-nav-scrolled {
    background: rgba(250, 250, 249, 0.95) !important;
    border-bottom-color: rgba(8, 56, 41, 0.12) !important;
    box-shadow: 0 12px 34px rgba(18, 32, 26, 0.09) !important;
  }

  .pidgeon-nav-v68 [data-v68-nav-cluster],
  .pidgeon-nav-v68.policy-nav .policy-nav-links,
  .pidgeon-nav-v68.quote-nav .quote-nav-links {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 2px !important;
    min-width: 0;
    margin-left: auto;
    padding: 5px !important;
    border: 1px solid rgba(255, 255, 255, 0.13) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.055) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 10px 26px rgba(0, 0, 0, 0.08) !important;
  }

  nav.pidgeon-nav-v68.pidgeon-nav-scrolled [data-v68-nav-cluster] {
    border-color: rgba(8, 56, 41, 0.11) !important;
    background: rgba(8, 56, 41, 0.045) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.78),
      0 8px 22px rgba(8, 56, 41, 0.055) !important;
  }

  .pidgeon-nav-v68 [data-v68-nav-cluster] > a:not(.btn-primary):not(.policy-nav-cta):not(.quote-nav-cta),
  .pidgeon-nav-v68 [data-v68-nav-cluster] > button,
  .pidgeon-nav-v68 [data-v68-nav-cluster] > .relative > button,
  .pidgeon-nav-v68.policy-nav .policy-nav-links > a:not(.policy-nav-cta),
  .pidgeon-nav-v68.quote-nav .quote-nav-links > a:not(.quote-nav-cta) {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: 0 clamp(10px, 1vw, 16px) !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.9) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.9) !important;
    font-size: clamp(0.78rem, 0.82vw, 0.9rem) !important;
    font-weight: 650 !important;
    letter-spacing: -0.01em !important;
    line-height: 1 !important;
    text-shadow: none !important;
    white-space: nowrap !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    transition:
      color 180ms ease,
      background 180ms ease,
      border-color 180ms ease,
      transform 180ms ease !important;
  }

  .pidgeon-nav-v68 [data-v68-nav-cluster] > a:not(.btn-primary):not(.policy-nav-cta):not(.quote-nav-cta):hover,
  .pidgeon-nav-v68 [data-v68-nav-cluster] > button:hover,
  .pidgeon-nav-v68 [data-v68-nav-cluster] > .relative > button:hover,
  .pidgeon-nav-v68.policy-nav .policy-nav-links > a:not(.policy-nav-cta):hover,
  .pidgeon-nav-v68.quote-nav .quote-nav-links > a:not(.quote-nav-cta):hover {
    border-color: rgba(255, 255, 255, 0.14) !important;
    background: rgba(255, 255, 255, 0.09) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    transform: translateY(-1px) !important;
  }

  nav.pidgeon-nav-v68.pidgeon-nav-scrolled [data-v68-nav-cluster] > a:not(.btn-primary),
  nav.pidgeon-nav-v68.pidgeon-nav-scrolled [data-v68-nav-cluster] > button,
  nav.pidgeon-nav-v68.pidgeon-nav-scrolled [data-v68-nav-cluster] > .relative > button {
    color: rgba(8, 56, 41, 0.86) !important;
    -webkit-text-fill-color: rgba(8, 56, 41, 0.86) !important;
  }

  nav.pidgeon-nav-v68.pidgeon-nav-scrolled [data-v68-nav-cluster] > a:not(.btn-primary):hover,
  nav.pidgeon-nav-v68.pidgeon-nav-scrolled [data-v68-nav-cluster] > button:hover,
  nav.pidgeon-nav-v68.pidgeon-nav-scrolled [data-v68-nav-cluster] > .relative > button:hover {
    border-color: rgba(8, 56, 41, 0.12) !important;
    background: rgba(8, 56, 41, 0.07) !important;
    color: var(--pidgeon-v68-green) !important;
    -webkit-text-fill-color: var(--pidgeon-v68-green) !important;
  }

  .pidgeon-nav-v68 [data-v68-active="true"]:not(.btn-primary):not(.policy-nav-cta):not(.quote-nav-cta),
  .pidgeon-nav-v68 a[aria-current="page"]:not(.btn-primary):not(.policy-nav-cta):not(.quote-nav-cta) {
    border-color: rgba(214, 166, 80, 0.54) !important;
    background: rgba(214, 166, 80, 0.16) !important;
    color: #fff4ce !important;
    -webkit-text-fill-color: #fff4ce !important;
  }

  nav.pidgeon-nav-v68.pidgeon-nav-scrolled [data-v68-active="true"]:not(.btn-primary) {
    border-color: rgba(234, 88, 12, 0.28) !important;
    background: rgba(234, 88, 12, 0.09) !important;
    color: #b94712 !important;
    -webkit-text-fill-color: #b94712 !important;
  }

  .pidgeon-nav-v68 [data-v68-nav-cluster] > .btn-primary,
  .pidgeon-nav-v68 .policy-nav-cta,
  .pidgeon-nav-v68 .quote-nav-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    margin-left: 5px !important;
    padding: 0 clamp(17px, 1.45vw, 24px) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #c84405, #a93404) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: clamp(0.78rem, 0.82vw, 0.9rem) !important;
    font-weight: 750 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    box-shadow:
      0 12px 24px rgba(234, 88, 12, 0.25),
      inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease !important;
  }

  .pidgeon-nav-v68 [data-v68-nav-cluster] > .btn-primary:hover,
  .pidgeon-nav-v68 .policy-nav-cta:hover,
  .pidgeon-nav-v68 .quote-nav-cta:hover {
    transform: translateY(-1px) !important;
    filter: brightness(1.05);
    box-shadow:
      0 15px 28px rgba(234, 88, 12, 0.31),
      inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
  }

  .pidgeon-nav-v68 [data-v68-nav-cluster] a:focus-visible,
  .pidgeon-nav-v68 [data-v68-nav-cluster] button:focus-visible {
    outline: 2px solid #f6b23a !important;
    outline-offset: 2px !important;
  }
}

@media (max-width: 959px) {
  .pidgeon-static-nav.pidgeon-nav-v68 .policy-nav-links a,
  .pidgeon-static-nav.pidgeon-nav-v68 .quote-nav-links a {
    border-radius: 10px !important;
    box-shadow: none !important;
  }

  /* Keep long article titles on one clean line in the phone menu. */
  .pidgeon-mobile-drawer a.line-clamp-1 {
    display: block !important;
    height: auto !important;
    min-height: 40px;
    overflow: hidden !important;
    line-height: 20px !important;
    text-overflow: ellipsis;
    white-space: nowrap !important;
  }
}

/*
 * Ambient construction shadows.
 * The photographs are desaturated, masked and kept below five percent opacity.
 */
.pidgeon-v68-atmosphere {
  position: fixed;
  inset: 0;
  z-index: 45;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
  mix-blend-mode: multiply;
  contain: layout paint;
}

.pidgeon-v68-equipment {
  position: absolute;
  display: block;
  width: clamp(300px, 35vw, 620px);
  aspect-ratio: 16 / 9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(1) saturate(0) contrast(1.3) brightness(0.42) blur(0.2px);
  opacity: 0.032;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 16%, rgba(0, 0, 0, 0.75) 42%, transparent 74%);
  mask-image: radial-gradient(ellipse at center, #000 16%, rgba(0, 0, 0, 0.75) 42%, transparent 74%);
  will-change: transform;
}

.pidgeon-v68-equipment--excavator {
  top: 12%;
  left: -10%;
  background-image: url("images/pidgeon-official-excavations.jpg");
  animation: pidgeon-v68-drift-right 48s ease-in-out infinite alternate;
}

.pidgeon-v68-equipment--truck {
  top: 46%;
  right: -11%;
  width: clamp(320px, 38vw, 680px);
  background-image: url("images/pidgeon-shadow-truck.jpg");
  background-position: left center;
  opacity: 0.027;
  animation: pidgeon-v68-drift-left 56s ease-in-out infinite alternate;
}

.pidgeon-v68-equipment--roller {
  bottom: -4%;
  left: 31%;
  width: clamp(280px, 31vw, 540px);
  background-image: url("images/pidgeon-shadow-roller.jpg");
  opacity: 0.024;
  animation: pidgeon-v68-drift-up 52s ease-in-out infinite alternate;
}

@keyframes pidgeon-v68-drift-right {
  from { transform: translate3d(-3vw, -1vh, 0) rotate(-1.2deg); }
  to { transform: translate3d(8vw, 3vh, 0) rotate(1deg); }
}

@keyframes pidgeon-v68-drift-left {
  from { transform: translate3d(5vw, 2vh, 0) rotate(0.8deg); }
  to { transform: translate3d(-7vw, -2vh, 0) rotate(-0.8deg); }
}

@keyframes pidgeon-v68-drift-up {
  from { transform: translate3d(-3vw, 5vh, 0) rotate(-0.5deg); }
  to { transform: translate3d(5vw, -4vh, 0) rotate(0.6deg); }
}

/*
 * Health & Safety pointer companion.
 * CSS-drawn, decorative, click-through and disabled for touch/reduced motion.
 */
.pidgeon-v68-cone-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 96;
  width: 34px;
  height: 44px;
  opacity: 0;
  pointer-events: none;
  transform-origin: 50% 100%;
  transition: opacity 160ms ease;
  will-change: transform;
}

.pidgeon-v68-cone-cursor.is-visible {
  opacity: 0.82;
}

.pidgeon-v68-cone-body {
  position: absolute;
  top: 0;
  left: 7px;
  width: 22px;
  height: 34px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background:
    linear-gradient(
      to bottom,
      #f36a1f 0 42%,
      rgba(255, 255, 255, 0.95) 42% 57%,
      #ef5a13 57% 100%
    );
  filter: drop-shadow(0 5px 5px rgba(27, 31, 28, 0.2));
}

.pidgeon-v68-cone-base {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 8px;
  border-radius: 3px 3px 5px 5px;
  background: #d9480f;
  box-shadow:
    0 4px 7px rgba(24, 32, 27, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

@media (max-width: 900px), (pointer: coarse) {
  .pidgeon-v68-cone-cursor {
    display: none !important;
  }

  .pidgeon-v68-equipment {
    opacity: 0.02;
    width: min(82vw, 470px);
  }

  .pidgeon-v68-equipment--truck {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pidgeon-v68-equipment {
    animation: none !important;
  }

  .pidgeon-v68-cone-cursor {
    display: none !important;
  }
}

/*
 * GA Apps site credit.
 * A restrained circuit field and signal halo draw attention without competing
 * with Pidgeon Contracting's primary content.
 */
.pidgeon-ga-footer {
  position: relative;
  z-index: 50;
  isolation: isolate;
  min-height: 230px;
  overflow: hidden;
  border-top: 1px solid rgba(214, 166, 80, 0.32);
  background:
    radial-gradient(circle at 77% 50%, rgba(214, 166, 80, 0.15), transparent 28%),
    linear-gradient(118deg, #041a14 0%, #073c2a 58%, #05261c 100%);
  color: #fff;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.pidgeon-ga-footer-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.23;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-position: 0 0;
  background-size: 36px 36px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 38%, #000 100%);
  mask-image: linear-gradient(90deg, transparent, #000 38%, #000 100%);
  animation: pidgeon-ga-grid-drift 18s linear infinite;
}

.pidgeon-ga-footer::before,
.pidgeon-ga-footer::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.pidgeon-ga-footer::before {
  top: 50%;
  right: clamp(30px, 11vw, 170px);
  width: clamp(180px, 26vw, 370px);
  aspect-ratio: 1;
  border: 1px solid rgba(214, 166, 80, 0.16);
  box-shadow:
    0 0 0 30px rgba(214, 166, 80, 0.035),
    0 0 0 66px rgba(255, 255, 255, 0.02);
  transform: translateY(-50%);
  animation: pidgeon-ga-ring-breathe 5.5s ease-in-out infinite;
}

.pidgeon-ga-footer::after {
  right: -110px;
  bottom: -190px;
  width: 430px;
  height: 430px;
  background: rgba(234, 88, 12, 0.09);
  filter: blur(70px);
}

.pidgeon-ga-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.72fr);
  align-items: center;
  gap: clamp(30px, 7vw, 100px);
  width: min(1180px, calc(100% - 48px));
  min-height: 230px;
  margin: 0 auto;
  padding: 40px 0;
}

.pidgeon-ga-footer-copy {
  max-width: 610px;
}

.pidgeon-ga-footer-copy > span {
  display: block;
  margin-bottom: 9px;
  color: #e4b95f;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.pidgeon-ga-footer-copy strong {
  display: block;
  color: #fff;
  font-size: clamp(1.7rem, 3.4vw, 3rem);
  font-weight: 780;
  letter-spacing: -0.045em;
  line-height: 1;
}

.pidgeon-ga-footer-copy p {
  max-width: 58ch;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  line-height: 1.6;
}

.pidgeon-ga-footer-brand {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px 16px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.065);
  color: #fff;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 48px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.pidgeon-ga-footer-brand:hover,
.pidgeon-ga-footer-brand:focus-visible {
  border-color: rgba(228, 185, 95, 0.58);
  background: rgba(255, 255, 255, 0.095);
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 28px 60px rgba(0, 0, 0, 0.26);
}

.pidgeon-ga-footer-brand:focus-visible {
  outline: 2px solid #e4b95f;
  outline-offset: 4px;
}

.pidgeon-ga-footer-logo {
  position: relative;
  z-index: 2;
  display: grid;
  grid-column: 1 / -1;
  place-items: center;
  min-height: 90px;
  padding: 13px 16px;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.19);
  animation: pidgeon-ga-logo-float 4.2s ease-in-out infinite;
}

.pidgeon-ga-footer-logo img {
  display: block;
  width: min(100%, 270px);
  height: 76px;
  object-fit: contain;
}

.pidgeon-ga-footer-halo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    transparent 0 21%,
    rgba(228, 185, 95, 0.64) 26% 28%,
    transparent 33% 66%,
    rgba(234, 88, 12, 0.5) 72% 74%,
    transparent 80%
  );
  filter: blur(1px);
  transform: translate(-50%, -50%);
  animation: pidgeon-ga-halo-spin 9s linear infinite;
}

.pidgeon-ga-footer-visit {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.02em;
}

.pidgeon-ga-footer-visit b {
  color: #e4b95f;
  font-size: 1rem;
}

.pidgeon-ga-footer-signal {
  position: absolute;
  top: 50%;
  right: clamp(38px, 13vw, 200px);
  z-index: -1;
  width: clamp(210px, 30vw, 410px);
  height: 120px;
  transform: translateY(-50%);
  pointer-events: none;
}

.pidgeon-ga-footer-signal::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(228, 185, 95, 0.35), transparent);
}

.pidgeon-ga-footer-signal span {
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e4b95f;
  box-shadow: 0 0 14px rgba(228, 185, 95, 0.8);
  animation: pidgeon-ga-signal-run 5s linear infinite;
}

.pidgeon-ga-footer-signal span:nth-child(2) {
  animation-delay: -1.66s;
}

.pidgeon-ga-footer-signal span:nth-child(3) {
  animation-delay: -3.33s;
}

@keyframes pidgeon-ga-grid-drift {
  to { background-position: 36px 36px; }
}

@keyframes pidgeon-ga-ring-breathe {
  0%, 100% { opacity: 0.48; transform: translateY(-50%) scale(0.94); }
  50% { opacity: 0.86; transform: translateY(-50%) scale(1.04); }
}

@keyframes pidgeon-ga-logo-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@keyframes pidgeon-ga-halo-spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes pidgeon-ga-signal-run {
  0% { left: 0; opacity: 0; transform: scale(0.65); }
  12% { opacity: 1; }
  82% { opacity: 1; }
  100% { left: calc(100% - 6px); opacity: 0; transform: scale(1.2); }
}

@media (max-width: 760px) {
  .pidgeon-ga-footer-inner {
    grid-template-columns: 1fr;
    gap: 26px;
    width: min(100% - 32px, 620px);
    padding: 42px 0;
    text-align: center;
  }

  .pidgeon-ga-footer-copy {
    margin: 0 auto;
  }

  .pidgeon-ga-footer-copy p {
    margin-right: auto;
    margin-left: auto;
  }

  .pidgeon-ga-footer-brand {
    width: min(100%, 390px);
    margin: 0 auto;
  }

  .pidgeon-ga-footer-grid {
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 45%, #000 100%);
    mask-image: linear-gradient(180deg, transparent, #000 45%, #000 100%);
  }
}

/* Contrast repairs for generated home content on light and dark surfaces. */
.pidgeon-about-copy > span {
  color: #714000 !important;
}

footer.bg-\[\#1c1917\] a.text-\[\#ea580c\] {
  color: #ff9a62 !important;
}

footer.bg-\[\#1c1917\] p.text-\[\#78716c\] {
  color: #b8b0a9 !important;
}

/*
 * V6.14: embed the GA Apps credit inside the site's existing bottom area.
 * Static pages receive the same small neutral host directly after <main>.
 */
.pidgeon-ga-footer {
  display: none !important;
}

.pidgeon-ga-credit-host {
  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 8px 16px;
}

.pidgeon-ga-credit-host.is-standalone {
  border-top: 1px solid rgba(8, 56, 41, 0.09);
  background: #f7f7f4;
}

.pidgeon-ga-credit {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  overflow: hidden;
  padding: 3px 9px 3px 4px;
  border: 1px solid rgba(8, 56, 41, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #486058;
  text-decoration: none;
  box-shadow: 0 5px 14px rgba(8, 56, 41, 0.07);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.pidgeon-ga-credit::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    108deg,
    transparent 0 38%,
    rgba(214, 166, 80, 0.16) 47%,
    transparent 56%
  );
  transform: translateX(-140%);
  animation: pidgeon-ga-embedded-glint 7s ease-in-out infinite;
}

.pidgeon-ga-credit:hover,
.pidgeon-ga-credit:focus-visible {
  border-color: rgba(185, 133, 37, 0.45);
  box-shadow: 0 7px 18px rgba(8, 56, 41, 0.11);
  transform: translateY(-1px);
}

.pidgeon-ga-credit:focus-visible {
  outline: 2px solid #d6a650;
  outline-offset: 3px;
}

.pidgeon-ga-credit-mark {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 62px;
  width: 62px;
  height: 24px;
  padding: 2px 4px;
  border-radius: 999px;
  background: #fff;
}

.pidgeon-ga-credit-mark::before {
  content: "";
  position: absolute;
  inset: -3px;
  z-index: -1;
  border: 1px solid rgba(214, 166, 80, 0.34);
  border-radius: inherit;
  opacity: 0;
  animation: pidgeon-ga-embedded-pulse 4.8s ease-out infinite;
}

.pidgeon-ga-credit-mark img {
  display: block;
  width: 54px;
  height: 18px;
  object-fit: contain;
}

.pidgeon-ga-credit-text {
  color: #667a72;
  font-size: 0.62rem;
  font-weight: 560;
  letter-spacing: 0.01em;
  line-height: 1;
  white-space: nowrap;
}

.pidgeon-ga-credit-text strong {
  color: #083829;
  font-size: inherit;
  font-weight: 780;
}

@keyframes pidgeon-ga-embedded-glint {
  0%, 58% { transform: translateX(-140%); }
  78%, 100% { transform: translateX(140%); }
}

@keyframes pidgeon-ga-embedded-pulse {
  0%, 66% { opacity: 0; transform: scale(0.96); }
  76% { opacity: 0.62; }
  100% { opacity: 0; transform: scale(1.14); }
}

@media (max-width: 520px) {
  .pidgeon-ga-credit-host {
    padding: 7px 12px;
  }

  .pidgeon-ga-credit {
    min-height: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pidgeon-ga-credit::before,
  .pidgeon-ga-credit-mark::before {
    animation: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pidgeon-ga-footer-grid,
  .pidgeon-ga-footer::before,
  .pidgeon-ga-footer-logo,
  .pidgeon-ga-footer-halo,
  .pidgeon-ga-footer-signal span {
    animation: none !important;
  }
}

/* V6.13: compact GA Apps credit — approximately 10% of the former logo area. */
.pidgeon-ga-footer {
  min-height: 64px;
  background:
    radial-gradient(circle at 50% 50%, rgba(214, 166, 80, 0.08), transparent 28%),
    linear-gradient(118deg, #041a14, #073c2a 58%, #05261c);
}

.pidgeon-ga-footer-grid {
  opacity: 0.12;
  background-size: 22px 22px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 30%, #000 70%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 30%, #000 70%, transparent);
}

.pidgeon-ga-footer::before {
  top: 50%;
  right: calc(50% - 84px);
  width: 112px;
  box-shadow:
    0 0 0 10px rgba(214, 166, 80, 0.025),
    0 0 0 22px rgba(255, 255, 255, 0.012);
}

.pidgeon-ga-footer::after {
  right: calc(50% - 150px);
  bottom: -115px;
  width: 220px;
  height: 220px;
  opacity: 0.45;
  filter: blur(58px);
}

.pidgeon-ga-footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100% - 24px, 1180px);
  min-height: 64px;
  padding: 8px 0;
}

.pidgeon-ga-footer-brand {
  display: inline-flex;
  grid-template-columns: none;
  align-items: center;
  gap: 9px;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 5px 10px 5px 6px;
  border-radius: 10px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 18px rgba(0, 0, 0, 0.13);
}

.pidgeon-ga-footer-brand:hover,
.pidgeon-ga-footer-brand:focus-visible {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 22px rgba(0, 0, 0, 0.17);
}

.pidgeon-ga-footer-logo {
  display: grid;
  grid-column: auto;
  flex: 0 0 86px;
  width: 86px;
  min-height: 0;
  height: 32px;
  padding: 3px 5px;
  border-radius: 6px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.13);
  animation: pidgeon-ga-logo-float-compact 4.2s ease-in-out infinite;
}

.pidgeon-ga-footer-logo img {
  width: 78px;
  height: 24px;
}

.pidgeon-ga-footer-halo {
  width: 72px;
  height: 72px;
  opacity: 0.52;
}

.pidgeon-ga-footer-credit {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1px;
  min-width: 66px;
}

.pidgeon-ga-footer-credit small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.54rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.pidgeon-ga-footer-credit strong {
  color: #fff;
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

@keyframes pidgeon-ga-logo-float-compact {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-1px); }
}

@media (max-width: 760px) {
  .pidgeon-ga-footer-inner {
    display: flex;
    width: min(100% - 20px, 620px);
    min-height: 62px;
    padding: 7px 0;
  }

  .pidgeon-ga-footer-brand {
    width: auto;
    margin: 0;
  }

  .pidgeon-ga-footer-grid {
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 24%, #000 76%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 24%, #000 76%, transparent);
  }
}
