/* Oneness Version 4.3.6
   Universal public shell.
   These values are the established storefront header/footer/background rules,
   consolidated without redesigning the existing public pages. */

:root {
  --site-shell-width: 1240px;
  --site-gold-band-dark: #7b4a18;
  --site-gold-band-mid: #c69145;
  --site-gold-band-light: #f0ce8b;
}

html {
  background: #090704;
}

body {
  position: relative;
  isolation: isolate;
  background: transparent;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(rgba(9, 6, 4, .30), rgba(9, 6, 4, .36)),
    url("assets/storefront/template-background.webp") center / cover no-repeat;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 50% 35%, rgba(178, 115, 43, .05), rgba(0,0,0,.14) 70%);
}

.shell {
  width: min(calc(100% - 40px), var(--site-shell-width));
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  top: -120px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 8px;
  color: white;
  background: #090909;
  transform: none;
  opacity: 0;
  pointer-events: none;
}

.skip-link:focus {
  top: 12px;
  opacity: 1;
  pointer-events: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  isolation: isolate;
  border-bottom: 1px solid rgba(218, 170, 94, .34);
  background:
    radial-gradient(ellipse at 18% -20%, rgba(141, 86, 163, .32), transparent 34%),
    radial-gradient(ellipse at 76% 130%, rgba(12, 4, 20, .48), transparent 46%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.022) 0 1px, rgba(10,3,16,.035) 1px 3px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.016) 0 1px, rgba(8,2,14,.028) 1px 4px),
    linear-gradient(100deg, #2a123d 0%, #37174c 46%, #281139 100%);
  box-shadow:
    inset 0 10px 24px rgba(255,255,255,.025),
    inset 0 -16px 24px rgba(10,2,16,.34),
    0 5px 20px rgba(16,6,24,.24);
  backdrop-filter: none;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .55;
  background:
    linear-gradient(104deg, transparent 0 18%, rgba(255,255,255,.022) 25%, transparent 33% 58%, rgba(0,0,0,.10) 69%, transparent 80%),
    linear-gradient(82deg, rgba(0,0,0,.10), transparent 20% 78%, rgba(255,255,255,.018));
}

.site-header::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px;
  height: 3px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    var(--site-gold-band-dark) 0%,
    var(--site-gold-band-mid) 18%,
    var(--site-gold-band-light) 50%,
    var(--site-gold-band-mid) 82%,
    var(--site-gold-band-dark) 100%
  );
  opacity: .9;
}

.site-header .nav-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 82px;
}

.site-header .brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .015em;
  font-size: 1.06rem;
}

.site-header .brand-image-link {
  min-width: 260px;
  flex: 0 0 auto;
}

.site-header .brand-logo {
  display: block;
  width: 260px;
  height: auto;
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;
  object-position: left center;
}

.site-header .site-nav {
  display: flex;
  align-items: center;
  gap: 17px;
  white-space: nowrap;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: .845rem;
}

.site-header .site-nav a {
  position: relative;
  color: #f0e2d2;
  text-decoration: none;
  line-height: 1;
  text-shadow: 0 1px 1px rgba(0,0,0,.45);
}

.site-header .site-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -6px;
  height: 1px;
  background: #dfa758;
  transition: .2s ease;
}

.site-header .site-nav a:hover,
.site-header .site-nav a[aria-current="page"] {
  color: #f0bd6c;
}

.site-header .site-nav a:hover::after,
.site-header .site-nav a[aria-current="page"]::after {
  left: 0;
  right: 0;
}

.site-header .menu-button {
  display: none;
  border: 1px solid rgba(226,177,101,.42);
  border-radius: 999px;
  padding: 8px 13px;
  color: #f5e6d4;
  background: rgba(16,5,24,.22);
  font: inherit;
}

.site-footer {
  position: relative;
  padding: 54px 0 25px;
  color: #e8dfe4;
  border-top: 1px solid rgba(218, 170, 94, .34);
  background:
    radial-gradient(ellipse at 18% -20%, rgba(141, 86, 163, .32), transparent 34%),
    radial-gradient(ellipse at 76% 130%, rgba(12, 4, 20, .48), transparent 46%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.022) 0 1px, rgba(10,3,16,.035) 1px 3px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.016) 0 1px, rgba(8,2,14,.028) 1px 4px),
    linear-gradient(100deg, #2a123d 0%, #37174c 46%, #281139 100%);
  box-shadow:
    inset 0 10px 24px rgba(255,255,255,.025),
    inset 0 -16px 24px rgba(10,2,16,.34);
  backdrop-filter: none;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(205,168,185,.28), transparent);
}

.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  padding-bottom: 34px;
}

.site-footer .brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .015em;
  font-size: 1.06rem;
}

.site-footer .footer-brand {
  margin-bottom: 16px;
  color: white;
}

.site-footer .footer-logo-link {
  display: inline-block;
}

.site-footer .footer-logo {
  display: block;
  width: 236px;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.site-footer .footer-grid p {
  max-width: 520px;
  margin-top: 0;
  color: #b8aa95;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: .87rem;
  line-height: 1.65;
}

.site-footer .footer-links {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 11px 26px;
}

.site-footer .footer-links a {
  color: #d9c7aa;
  text-decoration: none;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: .84rem;
  line-height: 1.65;
}

.site-footer .footer-links a:hover,
.site-footer .footer-links a[aria-current="page"] {
  color: #dca85e;
}

.site-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 19px;
  padding-bottom: 22px;
  border-top: 1px solid rgba(214, 160, 90, .16);
  color: #948875;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: .75rem;
  line-height: 1.65;
}

.site-footer .owner-access-link {
  display: inline-block;
  margin-left: .2em;
  color: inherit;
  opacity: .34;
  text-decoration: none;
  transition: color .18s ease, opacity .18s ease, transform .18s ease;
}

.site-footer .owner-access-link:hover,
.site-footer .owner-access-link:focus-visible {
  color: #f0bd6c;
  opacity: 1;
  transform: rotate(18deg);
}

.site-header :where(a, button):focus-visible,
.site-footer a:focus-visible {
  outline: 2px solid #e0ad66;
  outline-offset: 4px;
}

@media (min-width: 981px) {
  .site-header .brand-logo {
    width: 188px;
    height: 54px;
  }
}

@media (max-width: 1160px) {
  .site-header .site-nav {
    gap: 14px;
    font-size: .8rem;
  }
}

@media (max-width: 980px) {
  .site-header .nav-wrap {
    min-height: 76px;
  }

  .site-header .brand-image-link {
    min-width: 220px;
  }

  .site-header .brand-logo {
    width: 220px;
    height: 50px;
    max-height: 38px;
  }

  .site-header .site-nav {
    white-space: normal;
  }
}

@media (max-width: 900px) {
  .site-header .site-nav {
    background:
      repeating-linear-gradient(0deg, rgba(255,255,255,.018) 0 1px, rgba(0,0,0,.035) 1px 3px),
      linear-gradient(115deg, #2b123e, #1d0b2c);
    border-color: rgba(221,169,91,.34);
    box-shadow: 0 18px 38px rgba(10,3,17,.34), inset 0 0 0 1px rgba(255,255,255,.018);
  }
}

@media (max-width: 760px) {
  body::before {
    background-position: center top;
  }

  .site-header {
    position: relative;
  }

  .site-header .nav-wrap {
    min-height: 70px;
  }

  .site-header .brand-image-link {
    min-width: 0;
  }

  .site-header .brand-logo {
    width: 190px;
    height: 44px;
    max-height: 34px;
  }

  .site-header .menu-button {
    display: inline-flex;
  }

  .site-header .site-nav {
    display: none;
    position: absolute;
    top: 64px;
    left: 14px;
    right: 14px;
    z-index: 10;
    padding: 13px;
    border: 1px solid rgba(221,169,91,.34);
    border-radius: 14px;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
  }

  .site-header .site-nav.open {
    display: flex;
  }

  .site-header .site-nav a {
    padding: 11px 12px;
    border-radius: 9px;
  }

  .site-header .site-nav a::after {
    display: none;
  }

  .site-header .site-nav a:hover,
  .site-header .site-nav a[aria-current="page"] {
    background: rgba(214,160,90,.08);
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }

  .site-footer .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .shell {
    width: min(calc(100% - 28px), var(--site-shell-width));
  }

  .site-footer {
    padding-top: 50px;
  }
}

@media (max-width: 420px) {
  .site-header .brand-logo {
    width: 165px;
    max-height: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header .site-nav a::after,
  .site-footer .owner-access-link {
    transition: none;
  }
}
