/* Appily Fortyfour — Crudo-inspired chrome */
.a44-promo-strip { background: var(--a44-promo); border-bottom: 1px solid var(--a44-border); font-size: .78rem; }
.a44-promo-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .55rem 0; flex-wrap: wrap; }
.a44-promo-inner a { text-decoration: underline; font-weight: 600; color: var(--a44-primary); }
.a44-social { display: flex; align-items: center; gap: .65rem; color: var(--a44-muted); }
.a44-social a { font-weight: 600; font-size: .72rem; letter-spacing: .04em; }

.a44-header { background: var(--a44-white); border-bottom: 1px solid var(--a44-border); position: sticky; top: 0; z-index: 100; }
.a44-header-grid {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem;
  padding: 1rem 0;
}
.a44-search-pill {
  display: flex; align-items: center; max-width: 280px;
  background: var(--a44-promo); border-radius: var(--a44-radius-pill); overflow: hidden;
  border: 1px solid var(--a44-border);
}
.a44-search-pill input {
  flex: 1; border: none; background: transparent; padding: .65rem 1rem;
  font: inherit; font-size: .85rem; outline: none;
}
.a44-search-pill button {
  width: 38px; height: 38px; margin: 4px; border: none; border-radius: 50%;
  background: var(--a44-primary); color: var(--a44-white); cursor: pointer; font-size: .9rem;
}

.a44-logo { display: flex; align-items: center; gap: .35rem; justify-self: center; }
.a44-logo-leaf { font-size: 1.25rem; }
.a44-logo-text {
  font-family: var(--a44-font-serif); font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700; color: var(--a44-primary); font-style: italic;
}

.a44-header-tools { display: flex; align-items: center; gap: 1.25rem; justify-self: end; }
.a44-tool {
  display: flex; align-items: center; gap: .35rem;
  font-size: .82rem; color: var(--a44-ink); position: relative;
  text-decoration: none !important;
}
.a44-tool-icon { font-size: 1.15rem; }
.a44-tool-badge {
  position: absolute; top: -6px; left: 14px; min-width: 16px; height: 16px;
  background: var(--a44-accent); color: var(--a44-white); font-size: .62rem; font-weight: 700;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
}
.a44-tool-label { font-weight: 600; }

/* Bloom passport account medallion */
.a44-tool--account {
  gap: 0.55rem;
  padding: 0.28rem 0.65rem 0.28rem 0.28rem;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.a44-tool--account:hover {
  background: rgba(74, 44, 64, 0.06);
  border-color: rgba(74, 44, 64, 0.12);
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(74, 44, 64, 0.1);
}
.a44-tool--account.is-signed-in:hover {
  background: rgba(196, 92, 62, 0.08);
  border-color: rgba(196, 92, 62, 0.22);
}

.a44-passport-medallion {
  position: relative;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.a44-passport-halo {
  position: absolute;
  inset: 0;
  border-radius: 38% 62% 58% 42% / 48% 38% 62% 52%;
  background: conic-gradient(from 220deg, #f2cc8f, #4a2c40, #c45c3e, #dce8e0, #f2cc8f);
  animation: a44PassportHalo 10s linear infinite;
}
.a44-tool--account:not(.is-signed-in) .a44-passport-halo {
  background: conic-gradient(from 200deg, rgba(45, 74, 62, 0.12), rgba(74, 44, 64, 0.42), rgba(196, 92, 62, 0.28), rgba(45, 74, 62, 0.12));
  animation: none;
}
@keyframes a44PassportHalo {
  to { transform: rotate(360deg); }
}

.a44-passport-petals {
  position: absolute;
  inset: -2px;
  animation: a44PassportPetals 14s ease-in-out infinite alternate;
  pointer-events: none;
}
.a44-passport-petals span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 11px;
  margin: -5.5px 0 0 -3.5px;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  background: rgba(242, 204, 143, 0.55);
  transform-origin: 50% 22px;
}
.a44-passport-petals span:nth-child(1) { transform: rotate(0deg) translateY(-18px); }
.a44-passport-petals span:nth-child(2) { transform: rotate(72deg) translateY(-18px); }
.a44-passport-petals span:nth-child(3) { transform: rotate(144deg) translateY(-18px); }
.a44-passport-petals span:nth-child(4) { transform: rotate(216deg) translateY(-18px); }
.a44-passport-petals span:nth-child(5) { transform: rotate(288deg) translateY(-18px); }
.a44-tool--account:not(.is-signed-in) .a44-passport-petals span {
  background: rgba(74, 44, 64, 0.18);
}
@keyframes a44PassportPetals {
  from { transform: rotate(-6deg); }
  to { transform: rotate(6deg); }
}

.a44-passport-core {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 38% 62% 58% 42% / 48% 38% 62% 52%;
  background: linear-gradient(145deg, #fff 0%, #fff8f2 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 2px 8px rgba(74, 44, 64, 0.12);
  color: #4a2c40;
}
.a44-tool--account.is-signed-in .a44-passport-core {
  background: linear-gradient(145deg, #3a2434 0%, #4a2c40 100%);
  color: #f2cc8f;
}

.a44-passport-initial {
  font-family: var(--a44-font-serif);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}
.a44-passport-icon {
  display: block;
  opacity: 0.92;
}

.a44-passport-verified {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7dffb0;
  border: 2px solid #fff;
  box-shadow: 0 0 0 0 rgba(125, 255, 176, 0.55);
  animation: a44PassportVerified 2.4s ease-out infinite;
}
@keyframes a44PassportVerified {
  0% { box-shadow: 0 0 0 0 rgba(125, 255, 176, 0.55); }
  70% { box-shadow: 0 0 0 7px rgba(125, 255, 176, 0); }
  100% { box-shadow: 0 0 0 0 rgba(125, 255, 176, 0); }
}

.a44-passport-meta {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  min-width: 0;
  line-height: 1.15;
}
.a44-passport-kicker {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--a44-muted);
}
.a44-tool--account.is-signed-in .a44-passport-kicker {
  color: var(--a44-accent);
}
.a44-passport-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--a44-ink);
  max-width: 9ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.a44-tool--account:hover .a44-passport-label {
  color: #4a2c40;
}
.a44-tool--account.is-signed-in:hover .a44-passport-label {
  color: var(--a44-accent);
}

/* Bloom basket cart medallion */
.a44-tool--cart {
  gap: 0.55rem;
  padding: 0.28rem 0.65rem 0.28rem 0.28rem;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.a44-tool--cart:hover {
  background: rgba(45, 74, 62, 0.07);
  border-color: rgba(45, 74, 62, 0.14);
  transform: translateY(-1px);
}
.a44-cart-medallion {
  position: relative;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
}
.a44-cart-halo {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 120deg, rgba(220, 232, 224, 0.9), rgba(74, 44, 64, 0.35), rgba(196, 92, 62, 0.25), rgba(220, 232, 224, 0.9));
  opacity: 0.55;
}
.a44-cart-core {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.95rem;
  background: linear-gradient(145deg, #fff 0%, #f5ebe3 100%);
  box-shadow: 0 2px 8px rgba(74, 44, 64, 0.12);
}
.a44-tool--cart .a44-tool-badge {
  top: -4px;
  right: -4px;
  left: auto;
  min-width: 18px;
  height: 18px;
  z-index: 2;
  border: 2px solid #fff8f2;
}
.a44-cart-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
}
.a44-cart-kicker {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--a44-muted);
}

@media (prefers-reduced-motion: reduce) {
  .a44-passport-halo,
  .a44-passport-petals,
  .a44-passport-verified { animation: none !important; }
}

.a44-nav-strip { border-top: 1px solid var(--a44-border); background: var(--a44-white); }
.a44-nav-inner { display: flex; align-items: center; justify-content: center; gap: .25rem; padding: .65rem 0; flex-wrap: wrap; }
.a44-nav-link {
  padding: .45rem 1.1rem; font-size: .78rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--a44-nav); border-bottom: 2px solid transparent;
}
.a44-nav-link.is-active, .a44-nav-link:hover { color: var(--a44-primary); border-bottom-color: var(--a44-secondary); }
.a44-nav-contact { margin-left: 1rem; font-size: .82rem; font-weight: 600; color: var(--a44-accent); }

.a44-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  background: var(--a44-promo);
  border: 1px solid var(--a44-border);
  border-radius: 12px;
  cursor: pointer;
  padding: 0.5rem;
  grid-column: 1;
  justify-self: start;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.a44-menu-toggle:hover {
  background: #fff;
  border-color: rgba(74, 44, 64, 0.18);
  box-shadow: 0 6px 18px rgba(74, 44, 64, 0.08);
}
.a44-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin-inline: auto;
  background: var(--a44-ink);
  border-radius: 2px;
  transition: transform 0.28s ease, opacity 0.2s ease;
}
.a44-menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.a44-menu-toggle.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.a44-menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile bloom drawer */
.a44-mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
.a44-mobile-nav[hidden] { display: none; }
.a44-mobile-nav.is-open { pointer-events: auto; }

.a44-mobile-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(45, 27, 40, 0.48);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.32s ease;
}
.a44-mobile-nav.is-open .a44-mobile-backdrop { opacity: 1; }

.a44-mobile-panel {
  position: relative;
  z-index: 1;
  width: min(360px, 92vw);
  height: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #fff8f2 0%, #fff 32%);
  box-shadow: -16px 0 48px rgba(74, 44, 64, 0.18);
  transform: translateX(104%);
  transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
}
.a44-mobile-nav.is-open .a44-mobile-panel { transform: none; }

.a44-mobile-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.25rem 1.15rem;
  background: linear-gradient(135deg, #3a2434 0%, #4a2c40 55%, #6b3d5c 100%);
  color: #fff;
}
.a44-mobile-panel-kicker {
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(242, 204, 143, 0.88);
  margin-bottom: 0.25rem;
}
.a44-mobile-panel-brand strong {
  display: block;
  font-family: var(--a44-font-serif);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.15;
}
.a44-mobile-panel-tag {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.72);
}
.a44-mobile-close {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  position: relative;
}
.a44-mobile-close span,
.a44-mobile-close span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  content: '';
}
.a44-mobile-close span { transform: translate(-50%, -50%) rotate(45deg); }
.a44-mobile-close span::before { transform: translate(-50%, -50%) rotate(-90deg); }

.a44-mobile-links {
  flex: 1;
  overflow-y: auto;
  padding: 1rem 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.a44-mobile-link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 0.95rem;
  border-radius: 16px;
  border: 1px solid rgba(74, 44, 64, 0.08);
  background: #fff;
  box-shadow: 0 4px 14px rgba(74, 44, 64, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.a44-mobile-link:hover {
  transform: translateX(3px);
  border-color: rgba(196, 92, 62, 0.22);
  box-shadow: 0 8px 22px rgba(74, 44, 64, 0.08);
}
.a44-mobile-link.is-active {
  border-color: rgba(196, 92, 62, 0.35);
  background: linear-gradient(135deg, #fceee6 0%, #fff 100%);
  box-shadow: 0 10px 24px rgba(196, 92, 62, 0.12);
}
.a44-mobile-link-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  font-size: 1.15rem;
  background: #dce8e0;
}
.a44-mobile-link.is-active .a44-mobile-link-icon {
  background: linear-gradient(145deg, #4a2c40, #6b3d5c);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}
.a44-mobile-link-body {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}
.a44-mobile-link-body strong {
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4a2c40;
}
.a44-mobile-link-body small {
  font-size: 0.74rem;
  color: #6b5a62;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.a44-mobile-link-arrow {
  font-size: 0.95rem;
  color: #c45c3e;
  opacity: 0.55;
  transition: transform 0.22s ease, opacity 0.22s ease;
}
.a44-mobile-link:hover .a44-mobile-link-arrow,
.a44-mobile-link.is-active .a44-mobile-link-arrow {
  opacity: 1;
  transform: translateX(3px);
}

.a44-mobile-quick {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  padding: 0.85rem 1rem 1.25rem;
  border-top: 1px solid rgba(74, 44, 64, 0.08);
  background: rgba(255, 255, 255, 0.92);
}
.a44-mobile-quick-btn {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem 0.8rem;
  border-radius: 14px;
  border: 1px solid rgba(74, 44, 64, 0.1);
  background: #fff;
  min-height: 64px;
}
.a44-mobile-quick-btn.is-signed-in {
  border-color: rgba(196, 92, 62, 0.25);
  background: linear-gradient(135deg, #fceee6, #fff);
}
.a44-mobile-quick-btn.is-cart {
  border-color: rgba(45, 74, 62, 0.18);
  background: linear-gradient(135deg, #eef4ea, #fff);
}
.a44-mobile-quick-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 0.95rem;
  background: rgba(74, 44, 64, 0.08);
}
.a44-mobile-quick-copy {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}
.a44-mobile-quick-copy strong {
  font-size: 0.78rem;
  font-weight: 700;
  color: #4a2c40;
}
.a44-mobile-quick-btn.is-signed-in .a44-mobile-quick-icon {
  font-family: var(--a44-font-serif);
  font-weight: 700;
  font-size: 0.82rem;
  color: #f3e6c4;
  background: linear-gradient(145deg, #163029 0%, #1f3d32 100%);
}

body.a44-nav-open { overflow: hidden; }

/* ——— Dock navigation (single-row capsule header) ——— */
.a44-header--dock {
  position: sticky;
  top: 0;
  z-index: 120;
}
.a44-header-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem 1.5rem;
  padding: 0.85rem 0;
}
.a44-header--dock.is-scrolled .a44-header-shell {
  padding: 0.65rem 0;
}
.a44-logo {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
}
.a44-logo-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  font-family: var(--a44-font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #f3e6c4;
  background: linear-gradient(145deg, #163029, #1f3d32);
  box-shadow: 0 4px 14px rgba(31, 61, 50, 0.22);
  transform: rotate(-4deg);
  transition: transform 0.3s var(--a44-ease);
}
.a44-logo:hover .a44-logo-mark { transform: rotate(0deg) scale(1.04); }
.a44-header--dock .a44-logo-text {
  font-family: var(--a44-font-display);
  font-style: normal;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.a44-nav-dock {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0.35rem 0.5rem;
  border-radius: var(--a44-radius-pill);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(24, 24, 27, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}
.a44-nav-pill {
  padding: 0.45rem 0.95rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--a44-muted);
  border-radius: var(--a44-radius-pill);
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s var(--a44-ease);
}
.a44-nav-pill:hover {
  color: var(--a44-primary);
  background: rgba(31, 61, 50, 0.06);
}
.a44-nav-pill.is-active {
  color: #fff;
  background: var(--a44-primary);
  box-shadow: 0 6px 18px rgba(31, 61, 50, 0.22);
}
.a44-nav-pill--accent {
  color: var(--a44-primary);
  background: rgba(196, 163, 90, 0.18);
}
.a44-nav-pill--accent:hover {
  background: rgba(196, 163, 90, 0.32);
}
.a44-nav-pill--accent.is-active {
  background: linear-gradient(135deg, #c4a35a, #a6863e);
  color: #1a1a1a;
}

.a44-header-end {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  justify-self: end;
}
.a44-search-dock {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  max-width: 220px;
  padding: 0.35rem 0.45rem 0.35rem 0.75rem;
  border-radius: var(--a44-radius-pill);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(24, 24, 27, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, max-width 0.35s var(--a44-ease);
}
.a44-search-dock:focus-within {
  max-width: 260px;
  border-color: var(--a44-primary);
  box-shadow: var(--a44-focus);
}
.a44-search-dock-icon {
  font-size: 0.85rem;
  opacity: 0.55;
  line-height: 1;
}
.a44-search-dock input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  padding: 0.35rem 0;
  font: inherit;
  font-size: 0.82rem;
  outline: none;
}
.a44-search-dock button {
  border: none;
  border-radius: var(--a44-radius-pill);
  padding: 0.4rem 0.75rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--a44-primary);
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s var(--a44-ease), background 0.2s ease;
}
.a44-search-dock button:hover { background: #163029; transform: scale(1.04); }

.a44-header--dock .a44-menu-toggle {
  display: none;
  flex-shrink: 0;
}

@media (prefers-reduced-motion: reduce) {
  .a44-mobile-panel,
  .a44-mobile-backdrop,
  .a44-menu-toggle span { transition: none !important; }
  .a44-mobile-link:hover { transform: none; }
}

/* Footer */
.a44-footer { background: #F7F9F7; border-top: 1px solid var(--a44-border); padding: 3rem 0 0; margin-top: 3rem; }
.a44-footer-grid { display: grid; grid-template-columns: 1.2fr 1.2fr .8fr .8fr; gap: 2rem; padding-bottom: 2rem; }
.a44-footer-logo { font-family: var(--a44-font-serif); font-size: 1.35rem; font-style: italic; color: var(--a44-ink); display: block; margin-bottom: .75rem; }
.a44-footer-brand p { font-size: .88rem; color: var(--a44-muted); max-width: 32ch; }
.a44-footer-social { display: flex; gap: .75rem; margin-top: 1rem; font-size: .78rem; font-weight: 600; }
.a44-footer h3 { font-size: 1.05rem; margin-bottom: .75rem; color: var(--a44-primary); }
.a44-footer-links { display: flex; flex-direction: column; gap: .45rem; }
.a44-footer-links a, .a44-footer-contact p { font-size: .88rem; color: var(--a44-muted); }
.a44-footer-links a:hover { color: var(--a44-primary); }
.a44-newsletter-form {
  display: flex; background: var(--a44-white); border: 1px solid var(--a44-border);
  border-radius: var(--a44-radius-pill); overflow: hidden; margin: 1rem 0;
}
.a44-newsletter-form input { flex: 1; border: none; padding: .75rem 1rem; font: inherit; outline: none; }
.a44-newsletter-form button {
  width: 44px; border: none; background: transparent; cursor: pointer; font-size: 1.1rem;
  border-left: 1px dashed var(--a44-border);
}
.a44-pay-icons { display: flex; gap: .5rem; flex-wrap: wrap; font-size: .68rem; font-weight: 700; color: var(--a44-muted); }
.a44-pay-icons span { padding: .25rem .5rem; background: var(--a44-white); border: 1px solid var(--a44-border); border-radius: 4px; }
.a44-footer-base { border-top: 1px solid var(--a44-border); padding: 1rem 0; font-size: .78rem; color: var(--a44-muted); text-align: center; }
