﻿.site-footer {
  /* Same parchment + powder sides as body â€” continuous through the page */
  background:
    radial-gradient(ellipse 42% 90% at 0% 40%, #D0E2EA 0%, transparent 72%),
    radial-gradient(ellipse 42% 90% at 100% 55%, #C5D9E4 0%, transparent 72%),
    #F4EFE6;
  border-top: 1px solid rgba(26, 24, 20, 0.08);
  color: #C4A574;
  padding: 3.5rem 0 1.75rem;
}
/* footer-gap-fix-20260827b */
.site-footer-inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.35rem;
}
.footer-main {
  display: grid;
  grid-template-columns: minmax(14rem, 1.15fr) minmax(0, 2.4fr);
  gap: 2.5rem 3rem;
  align-items: start;
  margin-bottom: 2.25rem;
}
@media (max-width: 900px) {
  .footer-main { grid-template-columns: 1fr; gap: 2rem; text-align: center; }
  .footer-brand { margin-inline: auto; }
  .footer-news { margin-inline: auto; }
}
.footer-brand .footer-blurb {
  margin: 1rem 0 0;
  max-width: 22rem;
  font-size: .88rem;
  font-weight: 400;
  line-height: 1.6;
  color: #C4A574;
}
@media (max-width: 900px) {
  .footer-brand .footer-blurb { margin-inline: auto; }
}
.footer-news {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: .65rem;
  margin-top: 1.15rem;
  max-width: 22rem;
}
.footer-news__row {
  display: flex;
  border: 1px solid rgba(196, 165, 116, 0.35);
  overflow: hidden;
}
.footer-news__row input[type="email"] {
  flex: 1;
  min-width: 0;
  border: 0;
  background: rgba(244, 239, 230, 0.65);
  color: #C4A574;
  padding: .8rem 1rem;
  font-size: .85rem;
  outline: none;
  font-family: inherit;
  font-weight: 400;
}
.footer-news__row input[type="email"]::placeholder {
  color: rgba(196, 165, 116, 0.7);
}
.footer-news__row button {
  border: 1.5px solid rgba(95, 146, 168, 0.4);
  border-left: 1.5px solid rgba(95, 146, 168, 0.35);
  background: rgba(208, 226, 234, 0.5) !important;
  color: #3D6A7C !important;
  -webkit-text-fill-color: #3D6A7C;
  padding: .8rem 1.1rem;
  min-height: 44px;
  min-width: 44px;
  border-radius: 0 !important; /* joined to email field */
  cursor: pointer;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  box-shadow: none !important;
  transition: background .25s, color .25s, border-color .25s;
}
.footer-news__row button i {
  color: inherit;
}
.footer-news__row button:hover,
.footer-news__row button:focus-visible {
  background: rgba(196, 165, 116, 0.75) !important;
  border-color: rgba(196, 165, 116, 0.8) !important;
  color: #1A1814 !important;
  -webkit-text-fill-color: #1A1814;
}
.footer-news__hp {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.footer-news__captcha {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.footer-news__captcha .ecn-captcha { margin: 0; }
.footer-news__captcha .ecn-recaptcha-slot { margin: 0; }
.footer-news__status {
  margin: 0;
  font-size: .78rem;
  line-height: 1.45;
  color: #3A4A56;
}
.footer-news__status.is-ok { color: #1f5c3f; }
.footer-news__status.is-err { color: #8a3b2b; }
@media (max-width: 900px) {
  .footer-news { max-width: 22rem; width: 100%; }
  .footer-news__captcha .ecn-recaptcha-slot { margin-inline: auto; }
}
@media (max-width: 480px) {
  .footer-news__row input[type="email"],
  .footer-news__row input[type="email"]::placeholder {
    font-size: .72rem;
    padding: .45rem .6rem;
  }
  .footer-news__row button {
    padding: .45rem .65rem;
    min-width: 2.5rem;
    min-height: 2.35rem;
  }
  .footer-legal {
    max-width: 22rem;
    row-gap: .45rem;
  }
  .site-footer { padding-bottom: 1.35rem; }
}
.footer-cols {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem 1.75rem;
}
.footer-acc {
  margin: 0;
  border: 0;
  background: transparent;
}
.footer-acc__summary {
  list-style: none;
  display: block;
  cursor: default;
}
.footer-acc__summary::-webkit-details-marker { display: none; }
.footer-acc__title {
  display: block;
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: #C4A574;
  letter-spacing: .02em;
}
/* Desktop: always show columns (details chrome hidden) */
@media (min-width: 901px) {
  .footer-acc { display: block; }
  .footer-acc > ul { display: grid !important; }
  .footer-acc__summary { pointer-events: none; }
}
@media (max-width: 900px) {
  .footer-cols {
    grid-template-columns: 1fr;
    text-align: left;
    max-width: 28rem;
    margin-inline: auto;
    gap: 0;
  }
  .footer-acc {
    border-top: 1px solid rgba(196, 165, 116, 0.22);
  }
  .footer-acc:last-child { border-bottom: 1px solid rgba(196, 165, 116, 0.22); }
  .footer-acc__summary {
    cursor: pointer;
    padding: .85rem 0;
  }
  .footer-acc__title {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.05rem;
    color: #C4A574;
  }
  .footer-acc__title::after {
    content: "+";
    font-family: Outfit, system-ui, sans-serif;
    font-size: .95rem;
    color: #C4A574;
    font-weight: 300;
  }
  .footer-acc[open] .footer-acc__title::after { content: "â€“"; }
  .footer-acc > ul {
    padding: 0 0 .95rem;
    gap: .5rem;
  }
}
.footer-cols ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
  align-content: start;
}
.footer-cols li {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  min-height: 0 !important;
}
.footer-cols a,
.footer-contact li {
  font-size: .88rem;
  font-weight: 400;
  line-height: 1.4;
  color: #C4A574;
  text-decoration: none;
  transition: color .2s;
  /* Never inherit header tap-target sizing into footer lists */
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  display: inline;
  align-items: unset;
}
.footer-cols a:hover,
.footer-cols a:focus-visible,
.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: #3D6A7C;
}
.footer-contact { justify-self: stretch; }
@media (max-width: 900px) {
  .footer-contact { justify-self: stretch; }
}
/* Compact mobile footer â€” hide accordion cols; keep reach/social/legal/cards */
.footer-legal__m-only { display: none !important; }
@media (max-width: 900px) {
  .site-footer { padding-top: 2rem; padding-bottom: 1.15rem; }
  .footer-main { margin-bottom: 1.15rem; gap: 1.25rem; }
  .footer-cols { display: none !important; }
  .footer-legal__m-only { display: inline !important; }
  .footer-brand .footer-blurb {
    margin-top: .55rem;
    font-size: .8rem;
    line-height: 1.45;
    max-width: 20rem;
  }
  .footer-news { margin-top: .65rem; gap: .45rem; }
  .footer-reach {
    margin-bottom: .75rem;
    padding: .7rem .85rem;
    gap: .45rem;
  }
  .footer-reach__text { font-size: .78rem; }
  .footer-social { padding: .55rem 0 .65rem; gap: .4rem; }
  .footer-bottom { padding-top: .7rem; gap: .45rem; }
}
.footer-reach {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.75rem;
  margin: 0 0 1.5rem;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(26, 24, 20, 0.08);
  background: rgba(244, 239, 230, 0.55);
}
.footer-reach__title {
  margin: 0 0 .35rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: #C4A574;
  letter-spacing: .02em;
}
.footer-reach__text {
  margin: 0;
  max-width: 46rem;
  font-size: .84rem;
  font-weight: 400;
  line-height: 1.55;
  color: #C4A574;
}
.footer-reach__text strong {
  font-weight: 500;
  color: #C4A574;
}
.footer-reach__link {
  flex-shrink: 0;
  font-size: .62rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  color: #C4A574;
  border-bottom: 1px solid rgba(196, 165, 116, 0.45);
  padding-bottom: .15rem;
  transition: color .2s, border-color .2s;
}
.footer-reach__link:hover,
.footer-reach__link:focus-visible {
  color: #3D6A7C;
  border-color: #3D6A7C;
}
@media (max-width: 900px) {
  .footer-reach {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 1rem 1.1rem;
    gap: .75rem;
  }
  .footer-reach__text { max-width: 36rem; font-size: .8rem; }
}
@media (max-width: 480px) {
  .footer-reach {
    margin-bottom: 1.15rem;
    padding: .9rem 1rem;
  }
  .footer-reach__title { font-size: 1.05rem; }
  .footer-legal {
    gap: .3rem .55rem;
    font-size: .68rem;
    line-height: 1.55;
  }
  .footer-bottom { gap: .75rem; }
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .55rem;
  padding: 1.15rem 0 1.35rem;
  border-top: 1px solid rgba(196, 165, 116, 0.22);
  overflow: visible;
}
.footer-social a,
.footer-social__link {
  position: relative;
  width: 2.35rem;
  height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #C4A574;
  border: 1px solid rgba(196, 165, 116, 0.35);
  text-decoration: none;
  transition: background .2s, color .2s, border-color .2s, transform .2s;
}
/* Brand tooltip â€” network name on hover + keyboard focus */
.footer-social__link::before,
.footer-social__link::after {
  position: absolute;
  left: 50%;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
  transform: translateX(-50%) translateY(4px);
}
.footer-social__link::after {
  content: attr(data-network);
  bottom: calc(100% + .55rem);
  padding: .35rem .55rem;
  font-family: inherit;
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.2;
  white-space: nowrap;
  color: var(--brand-paper, #F4F0EB);
  background: var(--brand-ink, #1F2428);
  border: 1px solid rgba(196, 165, 116, 0.45);
  box-shadow: 0 4px 14px rgba(31, 36, 40, 0.14);
}
.footer-social__link::before {
  content: "";
  bottom: calc(100% + .28rem);
  border: 5px solid transparent;
  border-top-color: var(--brand-ink, #1F2428);
}
.footer-social a:hover,
.footer-social a:focus-visible,
.footer-social__link:hover,
.footer-social__link:focus-visible {
  background: rgba(196, 165, 116, 0.16);
  color: #3D6A7C;
  border-color: #3D6A7C;
  transform: translateY(-2px);
}
.footer-social__link:hover::before,
.footer-social__link:hover::after,
.footer-social__link:focus-visible::before,
.footer-social__link:focus-visible::after {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .footer-social__link::before,
  .footer-social__link::after {
    transition: none;
  }
}
.footer-bottom {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem 1.5rem;
  align-items: center;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(196, 165, 116, 0.22);
}
@media (max-width: 900px) {
  .footer-bottom {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
}
.footer-copy {
  margin: 0;
  font-size: .72rem;
  color: #C4A574;
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .35rem .65rem;
  font-size: .72rem;
  color: #C4A574;
}
.footer-legal a {
  color: inherit;
  text-decoration: none;
  transition: color .2s;
}
.footer-legal a:hover,
.footer-legal a:focus-visible { color: #3D6A7C; }
.footer-legal span { opacity: .45; }
.footer-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: .5rem;
  line-height: 0;
}
.footer-cards__logo {
  display: block;
  height: 28px;
  width: auto;
  max-width: 48px;
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .footer-cards { justify-content: center; }
}
@media (max-width: 480px) {
  .footer-cards { gap: .4rem; }
  .footer-cards__logo { height: 24px; max-width: 42px; }
}

.ecn-cookie-banner {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 80;
  padding: .85rem 1.15rem calc(.85rem + env(safe-area-inset-bottom, 0px));
  background: rgba(244, 240, 235, 0.98);
  border-top: 1px solid rgba(196, 165, 116, 0.22);
  box-shadow: 0 -6px 22px rgba(31, 36, 40, 0.07);
  backdrop-filter: blur(8px);
}
.ecn-cookie-banner[hidden] { display: none !important; }
.ecn-cookie-banner__inner {
  max-width: 72rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .85rem 1.25rem;
}
.ecn-cookie-banner__title {
  margin: 0 0 .2rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.08rem;
  font-weight: 600;
  color: #1F2428;
  letter-spacing: 0.02em;
}
.ecn-cookie-banner__text {
  margin: 0;
  max-width: 40rem;
  font-size: .84rem;
  line-height: 1.45;
  color: #3A4A56;
  font-weight: 300;
}
.ecn-cookie-banner__text a {
  color: #5F92A8;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ecn-cookie-banner__text a:hover { color: #C4A574; }
.ecn-cookie-banner__countdown {
  margin: .45rem 0 0;
  font-size: .88rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #1F2428;
  font-variant-numeric: tabular-nums;
}
.ecn-cookie-banner__countdown[hidden] { display: none !important; }
.ecn-cookie-banner__countdown [data-ecn-cookie-countdown] {
  font-weight: 600;
  color: #5F92A8;
  min-inline-size: 2ch;
  display: inline-block;
  text-align: end;
}
.ecn-cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  flex-shrink: 0;
}
.ecn-cookie-btn {
  appearance: none;
  border-radius: 0.45rem;
  font-size: .74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: .75rem 1.1rem;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s, opacity .2s;
  min-height: 44px;
}
.ecn-cookie-btn--solid {
  border: 1.5px solid rgba(95, 146, 168, 0.28);
  background: rgba(208, 226, 234, 0.5);
  color: #3D6A7C;
  box-shadow: none;
}
.ecn-cookie-btn--solid:hover {
  background: #C4A574;
  border-color: #C4A574;
  color: #1A1814;
}
.ecn-cookie-btn--ghost {
  border: 1.5px solid rgba(95, 146, 168, 0.4);
  background: rgba(244, 239, 230, 0.55);
  color: #3D6A7C;
}
.ecn-cookie-btn--ghost:hover {
  border-color: #C4A574;
  color: #1A1814;
  background: rgba(196, 165, 116, 0.35);
}
@media (max-width: 700px) {
  .ecn-cookie-banner {
    padding: .7rem 1rem calc(.7rem + env(safe-area-inset-bottom, 0px));
  }
  .ecn-cookie-banner__inner {
    flex-direction: column;
    align-items: stretch;
    gap: .65rem;
  }
  .ecn-cookie-banner__title { font-size: 1.02rem; margin-bottom: .15rem; }
  .ecn-cookie-banner__text { font-size: .78rem; line-height: 1.45; }
  .ecn-cookie-banner__countdown {
    font-size: .8rem;
    margin-top: .35rem;
    letter-spacing: 0.03em;
  }
  .ecn-cookie-banner__actions {
    width: 100%;
    flex-direction: column;
    gap: .45rem;
  }
  .ecn-cookie-btn {
    flex: 1 1 auto;
    width: 100%;
    min-height: 2.75rem;
    text-align: center;
    padding: .75rem 1rem;
  }
}
