/* Appily Fifty-Two — Pier header, deck rail, harbor footer */

/* Manifest notice bar */
.a52-manifest-bar {
  background: var(--a52-harbor-deep);
  color: rgba(255,255,255,.82);
  font-size: .78rem;
  border-bottom: 2px solid var(--a52-copper);
}
.a52-manifest-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; min-height: 36px; flex-wrap: wrap;
}
.a52-manifest-note {
  display: flex; align-items: center; gap: .55rem;
  margin: 0; font-weight: 600; letter-spacing: .02em;
}
.a52-manifest-pulse {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--a52-copper);
  box-shadow: 0 0 0 0 rgba(196, 92, 38, .55);
  animation: a52-pulse 2.2s ease infinite;
}
@keyframes a52-pulse {
  0% { box-shadow: 0 0 0 0 rgba(196, 92, 38, .5); }
  70% { box-shadow: 0 0 0 8px rgba(196, 92, 38, 0); }
  100% { box-shadow: 0 0 0 0 rgba(196, 92, 38, 0); }
}
.a52-manifest-meta {
  display: flex; align-items: center; gap: .65rem; flex-wrap: wrap;
}
.a52-manifest-meta a { color: rgba(255,255,255,.9); }
.a52-manifest-meta a:hover { color: #f0c090; }
.a52-manifest-sep {
  width: 3px; height: 3px; border-radius: 50%;
  background: rgba(255,255,255,.35);
}

/* Pier header */
.a52-pier-header {
  position: sticky; top: 0; z-index: 80;
  background: rgba(247, 249, 251, .94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--a52-border);
  transition: box-shadow .25s ease;
}
.a52-pier-header.is-scrolled {
  box-shadow: 0 10px 28px rgba(20, 36, 51, .1);
}
.a52-pier-deck {
  display: grid;
  grid-template-columns: minmax(180px, 1.1fr) minmax(220px, 1.4fr) auto;
  align-items: center;
  gap: 1.25rem;
  padding: .95rem 0;
}

.a52-stamp-brand {
  display: flex; align-items: center; gap: .75rem;
  min-width: 0;
}
.a52-stamp-mark {
  flex: 0 0 44px; width: 44px; height: 44px;
  display: grid; place-items: center;
  background: var(--a52-harbor);
  color: #f0c090;
  border: 2px solid var(--a52-copper);
  clip-path: polygon(8% 0, 100% 0, 100% 92%, 92% 100%, 0 100%, 0 8%);
}
.a52-stamp-mark svg { width: 26px; height: 26px; }
.a52-stamp-copy {
  display: flex; flex-direction: column; gap: .1rem; min-width: 0;
}
.a52-stamp-copy strong {
  font-family: var(--a52-font-display);
  font-size: 1.2rem; font-weight: 700;
  color: var(--a52-harbor); line-height: 1.1;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.a52-stamp-copy em {
  font-style: normal;
  font-size: .68rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: #2F5F52;
}

.a52-pier-search {
  display: flex; align-items: stretch;
  border: 1.5px solid var(--a52-border);
  background: var(--a52-white);
  border-radius: var(--a52-radius);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.a52-pier-search:focus-within {
  border-color: var(--a52-copper);
  box-shadow: 0 0 0 3px rgba(196, 92, 38, .15);
}
.a52-pier-search input {
  flex: 1; border: 0; outline: 0;
  padding: .7rem 1rem;
  font: inherit; font-size: .9rem;
  background: transparent; color: var(--a52-ink);
  min-width: 0;
}
.a52-pier-search button {
  border: 0; background: var(--a52-harbor);
  color: #fff; padding: 0 1rem; cursor: pointer;
  display: grid; place-items: center;
  transition: background .2s ease;
}
.a52-pier-search button:hover { background: var(--a52-copper); }
.a52-pier-search button svg {
  width: 18px; height: 18px;
  fill: none; stroke: currentColor; stroke-width: 2;
}

.a52-pier-tools {
  display: flex; align-items: center; gap: .55rem;
}
.a52-tool-stamp {
  display: flex; align-items: center; gap: .55rem;
  padding: .35rem .55rem .35rem .35rem;
  border: 1px solid var(--a52-border);
  background: var(--a52-white);
  border-radius: var(--a52-radius);
  transition: border-color .2s ease, transform .2s ease;
}
.a52-tool-stamp:hover {
  border-color: var(--a52-copper);
  transform: translateY(-1px);
}
.a52-tool-ico {
  position: relative;
  width: 36px; height: 36px;
  display: grid; place-items: center;
  background: var(--a52-fog);
  color: var(--a52-harbor);
  border-radius: 2px;
}
.a52-tool-ico svg {
  width: 18px; height: 18px;
  fill: none; stroke: currentColor; stroke-width: 1.7;
}
.a52-tool-ico em {
  font-style: normal; font-weight: 800; font-size: .9rem;
}
.a52-tool-label {
  display: flex; flex-direction: column; line-height: 1.15;
}
.a52-tool-label small {
  font-size: .62rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--a52-muted);
}
.a52-tool-label strong {
  font-size: .82rem; font-weight: 700; color: var(--a52-harbor);
}
.a52-tool-stamp.is-verified .a52-tool-ico {
  outline: 2px solid var(--a52-seaglass);
  outline-offset: 1px;
}

/* Account keycard — creative desk badge (guest key / member initial) */
.a52-tool-account {
  position: relative;
  padding: .3rem .65rem .3rem .3rem;
  gap: .6rem;
  border-color: rgba(20, 36, 51, 0.14);
  background:
    linear-gradient(135deg, rgba(196, 92, 38, 0.06), transparent 55%),
    var(--a52-white);
  overflow: hidden;
}
.a52-tool-account::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--a52-copper), var(--a52-brass));
}
.a52-tool-account:hover {
  border-color: rgba(196, 92, 38, 0.45);
  box-shadow: 0 8px 22px rgba(20, 36, 51, 0.1);
  transform: translateY(-2px);
}
.a52-account-badge {
  position: relative;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
}
.a52-account-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px dashed rgba(196, 92, 38, 0.45);
  animation: a52KeySpin 12s linear infinite;
}
.a52-account-face {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.22), transparent 45%),
    linear-gradient(145deg, var(--a52-harbor-mid), var(--a52-harbor-deep));
  color: #f0c090;
  box-shadow:
    0 0 0 2px #fff,
    0 4px 12px rgba(20, 36, 51, 0.22);
  transition: transform .3s cubic-bezier(0.34, 1.35, 0.64, 1), background .25s;
}
.a52-tool-account:hover .a52-account-face {
  transform: scale(1.06) rotate(-3deg);
}
.a52-account-key {
  width: 18px;
  height: 18px;
}
.a52-account-initial {
  font-family: var(--a52-font-display, Georgia, serif);
  font-style: normal;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1;
}
.a52-account-pip {
  position: absolute;
  right: 1px;
  bottom: 1px;
  z-index: 2;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #8a96a1;
  border: 2px solid #fff;
  box-shadow: 0 1px 3px rgba(20, 36, 51, 0.2);
}
.a52-account-pip.is-on {
  background: var(--a52-seaglass);
  box-shadow:
    0 0 0 0 rgba(61, 122, 106, 0.45),
    0 1px 3px rgba(20, 36, 51, 0.2);
  animation: a52KeyPip 1.8s ease-in-out infinite;
}
.a52-tool-account.is-member .a52-account-face {
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.2), transparent 45%),
    linear-gradient(145deg, var(--a52-copper), var(--a52-copper-deep));
  color: #fff;
}
.a52-tool-account.is-member .a52-account-ring {
  border-color: rgba(196, 92, 38, 0.65);
  border-style: solid;
  animation: a52KeyPulse 2.4s ease-in-out infinite;
}
.a52-tool-account.is-verified .a52-account-ring {
  border-color: rgba(61, 122, 106, 0.75);
}
.a52-tool-account.is-verified .a52-account-face {
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px rgba(61, 122, 106, 0.35),
    0 4px 12px rgba(20, 36, 51, 0.22);
}
.a52-account-label small {
  color: var(--a52-copper);
}
.a52-tool-account.is-verified .a52-account-label small {
  color: var(--a52-seaglass);
}
.a52-tool-account.is-guest .a52-account-label small {
  color: var(--a52-muted);
}

@keyframes a52KeySpin {
  to { transform: rotate(360deg); }
}
@keyframes a52KeyPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.08); opacity: 0.75; }
}
@keyframes a52KeyPip {
  0%, 100% { box-shadow: 0 0 0 0 rgba(61, 122, 106, 0.45), 0 1px 3px rgba(20, 36, 51, 0.2); }
  50% { box-shadow: 0 0 0 5px rgba(61, 122, 106, 0), 0 1px 3px rgba(20, 36, 51, 0.2); }
}

@media (prefers-reduced-motion: reduce) {
  .a52-account-ring,
  .a52-account-pip.is-on,
  .a52-tool-account.is-member .a52-account-ring {
    animation: none !important;
  }
}

.a52-cart-badge {
  position: absolute; top: -5px; right: -5px;
  min-width: 16px; height: 16px; padding: 0 4px;
  border-radius: 2px;
  background: var(--a52-copper); color: #fff;
  font-size: .62rem; font-weight: 800; font-style: normal;
  display: grid; place-items: center;
}

.a52-menu-toggle {
  display: none;
  width: 42px; height: 42px;
  border: 1px solid var(--a52-border);
  background: var(--a52-white);
  border-radius: var(--a52-radius);
  cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.a52-menu-toggle span {
  display: block; width: 18px; height: 2px;
  background: var(--a52-harbor); transition: .2s ease;
}
.a52-menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.a52-menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.a52-menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Deck rail nav — unique: left links + category chips + copper CTA */
.a52-deck-rail {
  background: var(--a52-harbor);
  border-top: 1px solid rgba(255,255,255,.06);
}
.a52-deck-rail-inner {
  display: flex; align-items: center; gap: 1.25rem;
  min-height: 46px;
}
.a52-deck-nav {
  display: flex; align-items: center; gap: .15rem; flex-wrap: wrap;
}
.a52-deck-link {
  position: relative;
  padding: .7rem .85rem;
  color: rgba(255,255,255,.78);
  font-size: .78rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  transition: color .2s ease;
}
.a52-deck-link::after {
  content: '';
  position: absolute; left: .85rem; right: .85rem; bottom: .35rem;
  height: 2px; background: var(--a52-copper);
  transform: scaleX(0); transform-origin: left;
  transition: transform .22s ease;
}
.a52-deck-link:hover,
.a52-deck-link.is-active { color: #fff; }
.a52-deck-link:hover::after,
.a52-deck-link.is-active::after { transform: scaleX(1); }

.a52-deck-cats {
  display: flex; align-items: center; gap: .4rem;
  margin-left: auto; flex-wrap: wrap;
}
.a52-deck-cats a {
  font-size: .7rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
  color: rgba(255,255,255,.78);
  padding: .25rem .5rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 2px;
  transition: .2s ease;
}
.a52-deck-cats a:hover {
  color: #fff; border-color: var(--a52-seaglass);
  background: rgba(61, 122, 106, .25);
}
.a52-deck-cta {
  flex: 0 0 auto;
  background: var(--a52-copper);
  color: #fff;
  font-size: .72rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
  padding: .55rem 1rem;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%);
  transition: background .2s ease;
}
.a52-deck-cta:hover { background: var(--a52-copper-deep); }

/* Mobile drawer */
.a52-mobile-nav {
  position: fixed; inset: 0; z-index: 120;
  visibility: hidden; pointer-events: none;
}
.a52-mobile-nav.is-open {
  visibility: visible; pointer-events: auto;
}
.a52-mobile-backdrop {
  position: absolute; inset: 0;
  background: rgba(12, 22, 32, .55);
  opacity: 0; transition: opacity .25s ease;
}
.a52-mobile-nav.is-open .a52-mobile-backdrop { opacity: 1; }
.a52-mobile-panel {
  position: absolute; top: 0; right: 0; bottom: 0;
  width: min(360px, 92vw);
  background: var(--a52-paper);
  transform: translateX(104%);
  transition: transform .28s ease;
  overflow-y: auto;
  display: flex; flex-direction: column; gap: 1.1rem;
  padding: 1.1rem 1.15rem 1.5rem;
  border-left: 3px solid var(--a52-copper);
}
.a52-mobile-nav.is-open .a52-mobile-panel { transform: translateX(0); }
.a52-mobile-panel-head {
  display: flex; justify-content: space-between; gap: 1rem; align-items: flex-start;
}
.a52-mobile-kicker {
  display: block; font-size: .65rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase; color: var(--a52-copper);
}
.a52-mobile-brand strong {
  display: block; font-family: var(--a52-font-display);
  font-size: 1.25rem; color: var(--a52-harbor); margin: .2rem 0;
}
.a52-mobile-tag { font-size: .78rem; color: var(--a52-muted); }
.a52-mobile-close {
  width: 40px; height: 40px; border: 1px solid var(--a52-border);
  background: #fff; border-radius: 2px; cursor: pointer; position: relative;
}
.a52-mobile-close span,
.a52-mobile-close span::before,
.a52-mobile-close span::after {
  position: absolute; left: 10px; right: 10px; top: 50%;
  height: 2px; background: var(--a52-harbor);
}
.a52-mobile-close span::before,
.a52-mobile-close span::after { content: ''; }
.a52-mobile-close span { transform: rotate(45deg); }
.a52-mobile-close span::before { transform: rotate(90deg); }
.a52-mobile-close span::after { display: none; }
.a52-mobile-search {
  display: flex; border: 1px solid var(--a52-border); background: #fff;
}
.a52-mobile-search input {
  flex: 1; border: 0; outline: 0; padding: .7rem .85rem; font: inherit;
}
.a52-mobile-search button {
  border: 0; background: var(--a52-harbor); color: #fff;
  padding: 0 1rem; font-weight: 700; cursor: pointer;
}
.a52-mobile-section-label {
  margin: 0 0 .5rem;
  font-size: .68rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase; color: var(--a52-muted);
}
.a52-mobile-link-list { display: flex; flex-direction: column; gap: .35rem; }
.a52-mobile-link {
  display: flex; align-items: center; gap: .75rem;
  padding: .7rem .75rem; background: #fff;
  border: 1px solid var(--a52-border);
  animation: a52-rise .4s ease both;
  animation-delay: calc(var(--nav-i, 0) * 40ms);
}
.a52-mobile-link.is-active {
  border-color: var(--a52-copper);
  background: rgba(196, 92, 38, .06);
}
.a52-mobile-link-num {
  font-family: var(--a52-font-display);
  font-weight: 700; color: var(--a52-copper); font-size: 1rem;
}
.a52-mobile-link-copy { display: flex; flex-direction: column; }
.a52-mobile-link-copy strong { font-size: .95rem; }
.a52-mobile-link-copy small { color: #2F5F52; font-weight: 700; }
.a52-mobile-cat-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: .45rem;
}
.a52-mobile-cat-chip {
  display: flex; align-items: center; justify-content: space-between;
  padding: .65rem .7rem; background: var(--a52-harbor); color: #fff;
  font-size: .8rem; font-weight: 700;
  animation: a52-rise .4s ease both;
  animation-delay: calc(var(--cat-i, 0) * 40ms);
}
.a52-mobile-cat-chip.is-hot { background: var(--a52-copper); }
.a52-mobile-cat-hot { font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; opacity: .85; }
.a52-mobile-quick {
  display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; margin-top: auto;
}
.a52-mobile-quick-btn {
  padding: .85rem; border: 1px solid var(--a52-border); background: #fff;
  display: flex; flex-direction: column; gap: .15rem;
}
.a52-mobile-quick-btn strong { font-size: .85rem; display: block; }
.a52-mobile-quick-btn small { color: var(--a52-muted); font-size: .72rem; display: block; }
.a52-mobile-quick-btn--cart { border-color: var(--a52-copper); }
.a52-mobile-quick-btn--account {
  flex-direction: row;
  align-items: center;
  gap: .75rem;
  border-left: 3px solid var(--a52-copper);
  background:
    linear-gradient(135deg, rgba(196, 92, 38, 0.07), transparent 55%),
    #fff;
}
.a52-mobile-account-ico {
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 2.5rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--a52-harbor-mid), var(--a52-harbor-deep));
  color: #f0c090;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(196, 92, 38, 0.35);
}
.a52-mobile-account-ico svg { width: 1.1rem; height: 1.1rem; }
.a52-mobile-account-ico em {
  font-family: var(--a52-font-display, Georgia, serif);
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}
.a52-mobile-quick-btn--account.is-member .a52-mobile-account-ico {
  background: linear-gradient(145deg, var(--a52-copper), var(--a52-copper-deep));
  color: #fff;
}
.a52-mobile-quick-btn--account.is-verified .a52-mobile-account-ico {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(61, 122, 106, 0.5);
}
body.a52-nav-open { overflow: hidden; }

@keyframes a52-rise {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Tide newsletter */
.a52-tide-signal {
  background:
    linear-gradient(135deg, var(--a52-harbor) 0%, var(--a52-harbor-mid) 55%, #243B52 100%);
  color: #fff;
  padding: 2.75rem 0;
  position: relative;
  overflow: hidden;
}
.a52-tide-signal::before {
  content: '';
  position: absolute; inset: 0;
  background:
    repeating-linear-gradient(
      -18deg,
      transparent,
      transparent 12px,
      rgba(255,255,255,.03) 12px,
      rgba(255,255,255,.03) 13px
    );
  pointer-events: none;
}
.a52-tide-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr .9fr;
  gap: 2rem; align-items: center;
}
.a52-tide-copy .a52-section-kicker { color: var(--a52-brass); }
.a52-tide-copy h2 {
  color: #fff; font-size: clamp(1.5rem, 2.6vw, 2.1rem); margin-bottom: .5rem;
}
.a52-tide-copy p { color: rgba(255,255,255,.72); margin: 0; }
.a52-tide-form {
  display: flex; gap: 0;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(0,0,0,.2);
}
.a52-tide-form input {
  flex: 1; border: 0; outline: 0;
  padding: .95rem 1rem; font: inherit;
  background: transparent; color: #fff; min-width: 0;
}
.a52-tide-form input::placeholder { color: rgba(255,255,255,.72); }
.a52-tide-form button {
  border: 0; background: var(--a52-copper); color: #fff;
  padding: 0 1.25rem; font-weight: 800; font-size: .78rem;
  letter-spacing: .08em; text-transform: uppercase; cursor: pointer;
}
.a52-tide-form button:hover { background: var(--a52-copper-deep); }

/* Pier footer */
.a52-pier-footer {
  background: var(--a52-harbor-deep);
  color: rgba(255,255,255,.78);
}
.a52-pier-footer-top { padding: 3rem 0 2rem; }
.a52-pier-footer-layout {
  display: grid;
  grid-template-columns: 1.15fr 1.85fr;
  gap: 2.5rem;
}
.a52-pier-brand-block .a52-stamp-mark {
  background: transparent;
  border-color: var(--a52-copper);
  color: #f0c090;
}
.a52-pier-brand-block .a52-stamp-copy strong { color: #fff; }
.a52-pier-brand-block .a52-stamp-copy em { color: var(--a52-brass); }
.a52-pier-brand-block p {
  margin: 1.1rem 0; max-width: 36ch;
  color: rgba(255,255,255,.78); font-size: .92rem;
}
.a52-footer-more {
  color: #f0c090; font-weight: 700; font-size: .88rem;
}
.a52-footer-more:hover { color: var(--a52-brass); }
.a52-pier-link-bands {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.a52-footer-col h3 {
  font-family: var(--a52-font-sans);
  font-size: .72rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--a52-brass); margin: 0 0 1rem;
}
.a52-footer-col a {
  display: block; padding: .28rem 0;
  color: rgba(255,255,255,.82); font-size: .9rem;
}
.a52-footer-col a:hover { color: #fff; }
.a52-footer-touch {
  font-size: .88rem; color: rgba(255,255,255,.75);
  margin: 0 0 .65rem; line-height: 1.45;
}
.a52-pay-head {
  margin: 1.1rem 0 .45rem;
  font-size: .68rem; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,255,255,.72);
}
.a52-pay-icons { display: flex; flex-wrap: wrap; gap: .4rem; }
.a52-pay-icons span {
  font-size: .68rem; font-weight: 800; letter-spacing: .06em;
  padding: .3rem .55rem;
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.8);
}
.a52-pay-icons span[data-pay="upi"] {
  border-color: rgba(61, 122, 106, 0.55);
  background: rgba(61, 122, 106, 0.18);
  color: #d7efe8;
}
.a52-pay-icons span[data-pay="cod"] {
  border-color: rgba(196, 92, 38, 0.55);
  background: rgba(196, 92, 38, 0.18);
  color: #ffd8b8;
}
.a52-pay-note {
  margin: .55rem 0 0;
  font-size: .72rem;
  line-height: 1.4;
  color: rgba(255,255,255,.72);
}

/* Storefront policy: no wishlist / social chrome */
.a52-wishlist,
.a52-wish-btn,
[class*="wishlist"],
[class*="wish-list"],
.a52-sky-social,
.a52-footer-social,
.footer-social,
.social-links,
.social-icons,
.social-media,
.a52-social,
a[href*="facebook.com"],
a[href*="instagram.com"],
a[href*="twitter.com"],
a[href*="x.com"],
a[href*="pinterest.com"],
a[href*="linkedin.com"],
a[href*="youtube.com"],
a[href*="tiktok.com"] {
  display: none !important;
}

.a52-footer-cats {
  display: flex; flex-wrap: wrap; gap: .45rem;
  padding: 1rem 0 1.4rem;
  border-top: 1px solid rgba(255,255,255,.08);
}
.a52-footer-cats a {
  font-size: .7rem; font-weight: 700;
  letter-spacing: .04em;
  padding: .35rem .65rem;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.82);
  border-radius: 2px;
}
.a52-footer-cats a:hover {
  background: rgba(196, 92, 38, .25); color: #fff;
}

.a52-pier-footer-base {
  background: #091018;
  border-top: 2px solid var(--a52-copper);
}
.a52-footer-base {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap;
  padding: .95rem 0;
  font-size: .78rem; color: rgba(255,255,255,.75);
}
.a52-copper-seal {
  width: 28px; height: 28px;
  display: grid; place-items: center;
  background: var(--a52-copper); color: #fff;
  font-family: var(--a52-font-display);
  font-weight: 700; font-size: .75rem;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.a52-back-top {
  position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 70;
  width: 44px; height: 44px;
  border: 0; cursor: pointer;
  background: var(--a52-harbor); color: #fff;
  font-size: 1.1rem;
  opacity: 0; pointer-events: none;
  transform: translateY(8px);
  transition: .25s ease;
  box-shadow: var(--a52-shadow);
}
.a52-back-top.is-visible {
  opacity: 1; pointer-events: auto; transform: translateY(0);
}
.a52-back-top:hover { background: var(--a52-copper); }

@media (max-width: 980px) {
  .a52-pier-deck {
    grid-template-columns: 1fr auto;
  }
  .a52-pier-search { display: none; }
  .a52-tool-label { display: none; }
  .a52-menu-toggle { display: flex; }
  .a52-deck-cats { display: none; }
  .a52-tide-inner { grid-template-columns: 1fr; }
  .a52-pier-footer-layout { grid-template-columns: 1fr; }
  .a52-pier-link-bands { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .a52-deck-cta { display: none; }
  .a52-deck-nav { gap: 0; }
  .a52-deck-link { padding: .65rem .55rem; font-size: .7rem; }
  .a52-pier-link-bands { grid-template-columns: 1fr; }
  .a52-manifest-inner { justify-content: center; text-align: center; padding: .35rem 0; }
}
