/* =========================================================
   898 Site Footer - Complete Integrated CSS
   Replace all old s898-site-footer CSS with this file.
   Do not paste this after old footer CSS.
   ========================================================= */

.s898-site-footer {
  --s898-footer-bg: #11100e;
  --s898-footer-bg-soft: #191713;
  --s898-footer-card: rgba(255, 250, 242, 0.035);
  --s898-footer-card-hover: rgba(255, 250, 242, 0.065);
  --s898-footer-text: rgba(255, 250, 242, 0.92);
  --s898-footer-muted: rgba(255, 250, 242, 0.68);
  --s898-footer-faint: rgba(255, 250, 242, 0.46);
  --s898-footer-line: rgba(255, 250, 242, 0.13);
  --s898-footer-line-strong: rgba(193, 139, 55, 0.38);
  --s898-footer-gold: #c18b37;
  --s898-footer-gold-soft: #d7b575;
  --s898-footer-radius: 28px;
  --s898-footer-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);

  color: var(--s898-footer-text);
  background: transparent;
  font-family: inherit;
  display: block;
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: 0;
  padding-left: 0;
}

.s898-site-footer,
.s898-site-footer * {
  box-sizing: border-box;
}

.s898-site-footer a {
  color: inherit;
  text-decoration: none;
}

.s898-site-footer ul,
.s898-site-footer li,
.s898-site-footer p,
.s898-site-footer h2 {
  margin: 0;
  padding: 0;
}

.s898-site-footer ul {
  list-style: none;
}

.s898-site-footer__shell {
  width: var(--s898-block-outer-width);
  max-width: var(--s898-block-max-width);
  margin: 0 auto;
  padding: 44px 42px 30px;
  border-radius: var(--s898-footer-radius);
  background:
    radial-gradient(circle at 10% 0%, rgba(193, 139, 55, 0.14), transparent 34%),
    linear-gradient(135deg, #211d16 0%, var(--s898-footer-bg) 48%, #0d0d0c 100%);
  box-shadow: var(--s898-footer-shadow);
  overflow: hidden;
}

.s898-site-footer__main {
  display: grid;
  grid-template-columns: minmax(250px, 1.35fr) repeat(4, minmax(130px, 1fr));
  gap: 34px 28px;
  align-items: start;
}

.s898-site-footer__column {
  min-width: 0;
}

.s898-site-footer__column--brand {
  padding-right: 10px;
}

.s898-site-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #fffaf2;
}

.s898-site-footer__brand-mark {
  display: inline-flex;
  width: 34px;
  height: 34px;
  color: var(--s898-footer-gold);
  flex: 0 0 auto;
}

.s898-site-footer__brand-mark svg {
  display: block;
  width: 100%;
  height: 100%;
}

.s898-site-footer__brand-text {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 4.4vw, 66px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  color: #fffaf2;
}

.s898-site-footer__description {
  max-width: 360px;
  margin-top: 22px;
  color: var(--s898-footer-muted);
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  writing-mode: horizontal-tb;
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
}

.s898-site-footer__contact-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.s898-site-footer__contact-item {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--s898-footer-text);
}

.s898-site-footer__contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  color: var(--s898-footer-gold);
  flex: 0 0 auto;
}

.s898-site-footer__contact-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.s898-site-footer__contact-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.s898-site-footer__contact-label {
  color: var(--s898-footer-gold-soft);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.s898-site-footer__contact-value {
  color: #fffaf2;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.s898-site-footer__contact-item:hover .s898-site-footer__contact-label,
.s898-site-footer__contact-item:hover .s898-site-footer__contact-icon {
  color: #e4bd72;
}

/* Desktop / tablet: hide trust line to avoid the large empty band */
.s898-site-footer__trust {
  display: none;
}

.s898-site-footer__trust span {
  margin: 0 7px;
  color: rgba(193, 139, 55, 0.78);
}

.s898-site-footer__nav-title {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 12px;
  color: var(--s898-footer-gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.s898-site-footer__nav-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  border-radius: 999px;
  background: var(--s898-footer-gold);
}

.s898-site-footer__menu {
  display: grid;
  gap: 0;
}

.s898-site-footer__menu-item {
  border-bottom: 1px dashed rgba(255, 250, 242, 0.13);
}

.s898-site-footer__menu-item:last-child {
  border-bottom: 0;
}

.s898-site-footer__menu-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  gap: 12px;
  color: rgba(255, 250, 242, 0.88);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  transition:
    color 0.22s ease,
    transform 0.22s ease;
}

.s898-site-footer__menu-link::after {
  content: "\203A";
  color: var(--s898-footer-gold-soft);
  font-size: 22px;
  line-height: 1;
  transform: translateY(-1px);
  opacity: 0.88;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.s898-site-footer__menu-link:hover {
  color: #fffaf2;
  transform: translateX(2px);
}

.s898-site-footer__menu-link:hover::after {
  opacity: 1;
  transform: translate(3px, -1px);
}

.s898-site-footer__social {
  grid-column: 1 / -1;
  padding-top: 24px;
  margin-top: 6px;
  border-top: 1px solid var(--s898-footer-line);
}

.s898-site-footer__social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: center;
}

.s898-site-footer__social-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  color: rgba(255, 250, 242, 0.82);
  font-size: 14px;
  font-weight: 600;
  transition: color 0.22s ease, transform 0.22s ease;
}

.s898-site-footer__social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 250, 242, 0.18);
  border-radius: 999px;
  color: var(--s898-footer-gold-soft);
  background: rgba(255, 250, 242, 0.035);
  transition:
    border-color 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease;
}

.s898-site-footer__social-icon svg {
  display: block;
  width: 15px;
  height: 15px;
}

.s898-site-footer__social-link:hover {
  color: #fffaf2;
  transform: translateY(-1px);
}

.s898-site-footer__social-link:hover .s898-site-footer__social-icon {
  border-color: rgba(193, 139, 55, 0.55);
  background: rgba(193, 139, 55, 0.12);
  color: #e4bd72;
}

.s898-site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--s898-footer-line);
}

.s898-site-footer__copyright {
  color: var(--s898-footer-muted);
  font-size: 13px;
  line-height: 1.55;
}

.s898-site-footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 16px;
}

.s898-site-footer__bottom-link {
  color: rgba(255, 250, 242, 0.78);
  font-size: 13px;
  font-weight: 600;
  transition: color 0.22s ease;
}

.s898-site-footer__bottom-link:hover {
  color: var(--s898-footer-gold-soft);
}

/* Mobile-only structures: hidden on desktop/tablet */
.s898-site-footer__mobile-actions,
.s898-site-footer__mobile-email,
.s898-site-footer__mobile-accordions,
.s898-site-footer__mobile-description {
  display: none;
}

/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 1024px) {
  .s898-site-footer__shell {
    width: var(--s898-block-outer-width);
    max-width: var(--s898-block-max-width);
    padding: 40px 34px 28px;
  }

  .s898-site-footer__main {
    grid-template-columns: minmax(260px, 1fr) minmax(180px, 1fr) minmax(180px, 1fr);
    gap: 30px 26px;
  }

  .s898-site-footer__column--brand {
    grid-column: 1 / -1;
    padding-right: 0;
  }

  .s898-site-footer__description {
    max-width: 620px;
  }

  .s898-site-footer__contact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 660px;
  }
}

/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 767px) {
  .s898-site-footer {
    padding: 0;
  }

  .s898-site-footer__shell {
    width: var(--s898-block-outer-width-mobile);
    max-width: var(--s898-block-outer-width-mobile);
    margin-inline: auto;
    padding: 28px 20px 24px;
    border-radius: 26px;
    background:
      radial-gradient(circle at 12% 0%, rgba(193, 139, 55, 0.16), transparent 35%),
      linear-gradient(145deg, #211d16 0%, #13120f 48%, #0b0b0a 100%);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
  }

  .s898-site-footer__main {
    display: block;
  }

  .s898-site-footer__column {
    width: 100%;
  }

  .s898-site-footer__column--brand {
    padding: 0;
  }

  .s898-site-footer__brand {
    gap: 13px;
  }

  .s898-site-footer__brand-mark {
    width: 27px;
    height: 27px;
  }

  .s898-site-footer__brand-text {
    font-size: 48px;
    line-height: 0.95;
  }

  .s898-site-footer__description {
    display: block;
    width: 100%;
    max-width: none;
    margin-top: 18px;
    color: rgba(255, 250, 242, 0.76);
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: 0;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    white-space: normal !important;
  }

  .s898-site-footer__mobile-description {
    display: block;
    margin-top: 18px;
    color: rgba(255, 250, 242, 0.76);
    font-size: 15px;
    line-height: 1.62;
  }

  .s898-site-footer__mobile-description + .s898-site-footer__description {
    display: none;
  }

  .s898-site-footer__trust {
    display: block;
    max-width: none;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 250, 242, 0.13);
    color: rgba(255, 250, 242, 0.58);
    font-size: 12px;
    line-height: 1.5;
    white-space: normal;
  }

  .s898-site-footer__trust span {
    margin: 0 5px;
  }

  .s898-site-footer__contact-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .s898-site-footer__contact-item {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 11px 13px;
    border: 1px solid rgba(193, 139, 55, 0.28);
    border-radius: 16px;
    background: rgba(255, 250, 242, 0.035);
  }

  .s898-site-footer__contact-icon {
    width: 22px;
    height: 22px;
    margin-top: 0;
  }

  .s898-site-footer__contact-icon svg {
    width: 16px;
    height: 16px;
  }

  .s898-site-footer__contact-copy {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
  }

  .s898-site-footer__contact-label {
    flex: 0 0 auto;
    font-size: 12px;
  }

  .s898-site-footer__contact-value {
    min-width: 0;
    font-size: 13px;
    text-align: right;
    overflow-wrap: anywhere;
  }

  .s898-site-footer__mobile-actions {
    display: none;
  }

  .s898-site-footer__mobile-email {
    display: none;
  }

  .s898-site-footer__column--nav {
    margin-top: 24px;
  }

  .s898-site-footer__column--nav:not(:first-of-type) {
    display: none;
  }

  .s898-site-footer__column--nav[aria-labelledby="footer-products-title"] {
    display: block;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 250, 242, 0.13);
  }

  .s898-site-footer__nav-title {
    margin-bottom: 18px;
    padding-bottom: 12px;
    font-size: 25px;
    line-height: 1.1;
  }

  .s898-site-footer__nav-title::after {
    width: 42px;
    height: 2px;
  }

  .s898-site-footer__column--nav[aria-labelledby="footer-products-title"] .s898-site-footer__menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .s898-site-footer__column--nav[aria-labelledby="footer-products-title"] .s898-site-footer__menu-item {
    border: 0;
  }

  .s898-site-footer__column--nav[aria-labelledby="footer-products-title"] .s898-site-footer__menu-link {
    min-height: 58px;
    padding: 11px 12px;
    border: 1px solid rgba(255, 250, 242, 0.13);
    border-radius: 14px;
    background: rgba(255, 250, 242, 0.035);
    color: #fffaf2;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.18;
    transform: none;
  }

  .s898-site-footer__column--nav[aria-labelledby="footer-products-title"] .s898-site-footer__menu-link::after {
    content: "\2192";
    flex: 0 0 auto;
    font-size: 16px;
    color: var(--s898-footer-gold-soft);
    transform: none;
  }

  .s898-site-footer__column--nav[aria-labelledby="footer-products-title"] .s898-site-footer__menu-link:hover {
    border-color: rgba(193, 139, 55, 0.42);
    background: rgba(193, 139, 55, 0.08);
    transform: none;
  }

  .s898-site-footer__mobile-accordions {
    display: grid;
    gap: 8px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 250, 242, 0.13);
  }

  .s898-site-footer__mobile-accordion {
    border: 1px solid rgba(255, 250, 242, 0.12);
    border-radius: 14px;
    background: rgba(255, 250, 242, 0.025);
    overflow: hidden;
  }

  .s898-site-footer__mobile-accordion summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    padding: 12px 14px;
    color: #fffaf2;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
  }

  .s898-site-footer__mobile-accordion summary::-webkit-details-marker {
    display: none;
  }

  .s898-site-footer__mobile-accordion summary::after {
    content: "+";
    color: var(--s898-footer-gold-soft);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
  }

  .s898-site-footer__mobile-accordion[open] summary::after {
    content: "–";
  }

  .s898-site-footer__mobile-accordion-menu {
    display: grid;
    gap: 0;
    padding: 2px 14px 12px;
  }

  .s898-site-footer__mobile-accordion-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 38px;
    padding: 8px 0;
    border-top: 1px dashed rgba(255, 250, 242, 0.11);
    color: rgba(255, 250, 242, 0.72);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
  }

  .s898-site-footer__mobile-accordion-menu a::after {
    content: "\203A";
    color: var(--s898-footer-gold-soft);
    font-size: 18px;
  }

  .s898-site-footer__social {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 250, 242, 0.13);
  }

  .s898-site-footer__social-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
  }

  .s898-site-footer__social-item {
    flex: 0 0 auto;
  }

  .s898-site-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    min-height: 0;
    padding: 0;
    border: 1px solid rgba(255, 250, 242, 0.14);
    border-radius: 999px;
    background: rgba(255, 250, 242, 0.035);
    color: rgba(255, 250, 242, 0.72);
    transform: none;
  }

  .s898-site-footer__social-icon {
    width: auto;
    height: auto;
    border: 0;
    background: transparent;
    color: inherit;
  }

  .s898-site-footer__social-icon svg {
    width: 15px;
    height: 15px;
  }

  .s898-site-footer__social-label {
    display: none;
  }

  .s898-site-footer__social-link:hover {
    color: var(--s898-footer-gold-soft);
    border-color: rgba(193, 139, 55, 0.42);
    background: rgba(193, 139, 55, 0.08);
    transform: none;
  }

  .s898-site-footer__bottom {
    display: block;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 250, 242, 0.13);
  }

  .s898-site-footer__copyright {
    color: rgba(255, 250, 242, 0.63);
    font-size: 12px;
    line-height: 1.55;
  }

  .s898-site-footer__bottom-links {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: 14px;
  }

  .s898-site-footer__bottom-link {
    color: rgba(255, 250, 242, 0.82);
    font-size: 13px;
    font-weight: 600;
  }
}

@media (max-width: 420px) {
  .s898-site-footer__shell {
    width: var(--s898-block-outer-width-mobile);
    max-width: var(--s898-block-outer-width-mobile);
    padding: 26px 18px 22px;
    border-radius: 24px;
  }

  .s898-site-footer__brand-text {
    font-size: 44px;
  }

  .s898-site-footer__description,
  .s898-site-footer__mobile-description {
    font-size: 14px;
    line-height: 1.6;
  }

  .s898-site-footer__column--nav[aria-labelledby="footer-products-title"] .s898-site-footer__menu {
    gap: 8px;
  }

  .s898-site-footer__column--nav[aria-labelledby="footer-products-title"] .s898-site-footer__menu-link {
    min-height: 54px;
    padding: 10px 11px;
    font-size: 12px;
  }

  .s898-site-footer__social-list {
    gap: 8px;
  }

  .s898-site-footer__social-link {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 360px) {
  .s898-site-footer__shell {
    width: var(--s898-block-outer-width-mobile);
    max-width: var(--s898-block-outer-width-mobile);
    padding-inline: 16px;
  }

  .s898-site-footer__contact-copy {
    display: grid;
    gap: 2px;
  }

  .s898-site-footer__contact-value {
    text-align: left;
  }

  .s898-site-footer__column--nav[aria-labelledby="footer-products-title"] .s898-site-footer__menu {
    grid-template-columns: 1fr;
  }
}