/* Premium footer and required navigation links for the 3-site concept. */
.topbar .site-nav {
  align-items: center;
  gap: 6px;
}

.topbar .nav-link {
  min-height: 34px;
  padding: 0 10px;
  border-color: rgba(255, 255, 255, .11);
  background: rgba(255, 255, 255, .028);
  color: rgba(239, 234, 219, .74);
  font-size: .64rem;
  letter-spacing: .095em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.topbar .nav-link:hover,
.topbar .nav-link:focus-visible {
  border-color: rgba(216, 192, 113, .34);
  background: rgba(216, 192, 113, .07);
  color: var(--paper);
  transform: translateY(-1px);
}

.topbar .nav-link--site.is-active {
  border-color: rgba(216, 192, 113, .56);
  background:
    linear-gradient(180deg, rgba(216, 192, 113, .16), rgba(216, 192, 113, .055)),
    rgba(255, 255, 255, .035);
  color: var(--paper);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .08),
    0 12px 32px -28px rgba(216, 192, 113, .85);
}

.topbar .nav-separator {
  width: 1px;
  height: 22px;
  margin: 0 4px 0 8px;
  background: linear-gradient(180deg, transparent, rgba(216, 192, 113, .34), transparent);
  flex: 0 0 auto;
}

.topbar .nav-link--group {
  border-color: rgba(255, 255, 255, .075);
  background: rgba(255, 255, 255, .014);
  color: rgba(239, 234, 219, .52);
}

.topbar .nav-link--utility {
  border-color: rgba(255, 255, 255, .1);
  border-style: dashed;
  background: transparent;
  color: rgba(239, 234, 219, .48);
}

.suisse .topbar .nav-link {
  border-color: rgba(16, 23, 19, .14);
  background: rgba(255, 255, 255, .4);
  color: rgba(16, 23, 19, .68);
}

.suisse .topbar .nav-link:hover,
.suisse .topbar .nav-link:focus-visible,
.suisse .topbar .nav-link--site.is-active {
  border-color: rgba(122, 93, 29, .34);
  background: rgba(122, 93, 29, .08);
  color: #101713;
}

.suisse .topbar .nav-link--group,
.suisse .topbar .nav-link--utility {
  border-color: rgba(16, 23, 19, .1);
  background: rgba(255, 255, 255, .24);
  color: rgba(16, 23, 19, .5);
}

.suisse .topbar .nav-separator {
  background: linear-gradient(180deg, transparent, rgba(122, 93, 29, .34), transparent);
}

.premium-footer {
  --footer-edge: rgba(22, 24, 20, .16);
  --footer-edge-strong: rgba(128, 106, 61, .32);
  --footer-ink: #111411;
  --footer-muted: rgba(17, 20, 17, .66);
  --footer-accent: #7e6839;
  position: relative;
  isolation: isolate;
  width: calc(100vw - var(--ntx-scrollbar-x, 0px));
  max-width: none;
  margin: clamp(72px, 9vw, 124px) calc(50% - 50vw + var(--ntx-scrollbar-half, 0px)) 0;
  padding: clamp(30px, 4.6vw, 58px) max(clamp(24px, 4.5vw, 64px), calc((100vw - var(--max)) / 2 + 36px)) clamp(28px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid var(--footer-edge);
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  color: var(--footer-ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .26) 38%, rgba(236, 229, 215, .18)),
    linear-gradient(135deg, rgba(249, 246, 238, .98), rgba(226, 219, 206, .94) 44%, rgba(190, 181, 166, .82)),
    #f2eee5;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .88),
    inset 0 -1px 0 rgba(17, 20, 17, .12),
    0 34px 110px -88px rgba(17, 20, 17, .34);
}

.premium-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(126, 104, 57, .34), transparent) top / 100% 1px no-repeat,
    repeating-linear-gradient(112deg, rgba(255, 255, 255, .16) 0 1px, rgba(92, 83, 68, .035) 1px 2px, transparent 2px 7px),
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, .36), transparent 26%),
    radial-gradient(circle at 84% 18%, rgba(126, 104, 57, .13), transparent 30%);
  mix-blend-mode: soft-light;
  opacity: .78;
}

.premium-footer::after {
  content: "";
  position: absolute;
  inset: 10px clamp(10px, 1.5vw, 22px) auto;
  height: 1px;
  z-index: -1;
  background:
    linear-gradient(90deg, transparent, var(--footer-edge-strong), transparent),
    linear-gradient(90deg, rgba(255, 255, 255, .16), transparent 28%, rgba(255, 255, 255, .20) 62%, transparent);
  opacity: .88;
  pointer-events: none;
}

.premium-footer__inner {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(0, 1.55fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
}

.premium-footer__lead {
  display: grid;
  gap: 16px;
  max-width: 480px;
}

.premium-footer__eyebrow,
.premium-footer__proof span,
.premium-footer__col h3,
.premium-footer__base {
  font-size: .68rem;
  line-height: 1.35;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.premium-footer__eyebrow,
.premium-footer__col h3 {
  color: var(--footer-accent);
}

.premium-footer__lead h2 {
  margin: 0;
  color: var(--footer-ink);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.55vw, 2.55rem);
  font-weight: 500;
  line-height: 1.04;
  text-wrap: balance;
}

.premium-footer__lead p {
  max-width: 62ch;
  color: var(--footer-muted);
  font-size: 1rem;
  line-height: 1.62;
}

.premium-footer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.premium-footer__cta,
.premium-footer__ghost,
.premium-footer__col a,
.premium-footer__base a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: inherit;
}

.premium-footer__cta,
.premium-footer__ghost {
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.premium-footer__cta {
  color: #050706;
  border: 1px solid rgba(216, 192, 113, .76);
  background: linear-gradient(135deg, var(--gold-hi), var(--gold));
  box-shadow: 0 18px 48px -30px rgba(216, 192, 113, .86);
}

.premium-footer__ghost {
  color: var(--footer-ink);
  border: 1px solid rgba(17, 20, 17, .15);
  background: linear-gradient(145deg, rgba(255, 255, 255, .52), rgba(255, 255, 255, .24));
}

.premium-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.premium-footer__col {
  min-height: 224px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(17, 20, 17, .11);
  border-radius: 14px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, .54), rgba(255, 255, 255, .20)),
    linear-gradient(180deg, rgba(126, 104, 57, .045), transparent 62%),
    rgba(255, 255, 255, .18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .58);
}

.premium-footer__col h3 {
  margin: 0 0 8px;
}

.premium-footer__col a {
  padding: 3px 0;
  color: var(--footer-muted);
  font-size: .88rem;
  line-height: 1.25;
  border-top: 1px solid rgba(17, 20, 17, .09);
}

.premium-footer__col a:first-of-type {
  border-top: 0;
}

.premium-footer__col a:hover,
.premium-footer__base a:hover {
  color: var(--footer-accent);
}

.premium-footer__facts {
  display: grid;
  grid-template-columns: .7fr minmax(0, 1.18fr) .72fr;
  gap: 10px;
  margin-top: clamp(20px, 3vw, 34px);
  padding-top: clamp(18px, 2.4vw, 26px);
  border-top: 1px solid rgba(17, 20, 17, .11);
}

.premium-footer__facts section {
  min-width: 0;
  padding: 15px 16px;
  border: 1px solid rgba(17, 20, 17, .11);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .42), rgba(255, 255, 255, .18)),
    rgba(255, 255, 255, .16);
}

.premium-footer__facts h3 {
  margin: 0 0 9px;
  color: var(--footer-accent);
  font-size: .66rem;
  line-height: 1.25;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.premium-footer__facts p {
  margin: 7px 0 0;
  color: var(--footer-muted);
  font-size: .84rem;
  line-height: 1.48;
}

.premium-footer__facts a {
  color: var(--footer-ink);
  text-decoration: none;
}

.premium-footer__facts strong {
  color: var(--footer-ink);
  font-weight: 650;
}

.premium-footer__proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: clamp(18px, 3vw, 32px);
}

.premium-footer__proof span {
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(17, 20, 17, .11);
  border-radius: 12px;
  color: var(--footer-muted);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .40), rgba(255, 255, 255, .14)),
    rgba(255, 255, 255, .14);
}

.premium-footer__swiss-made {
  gap: 8px;
  font-weight: 650;
  letter-spacing: .02em;
  color: rgba(17, 20, 17, .76);
}

.premium-footer__swiss-made i {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #d20f18;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .42),
    inset 0 -1px 0 rgba(90, 0, 5, .28),
    0 8px 18px -14px rgba(17, 20, 17, .58),
    0 0 0 1px rgba(17, 20, 17, .14);
}

.premium-footer__swiss-made i::before,
.premium-footer__swiss-made i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 1px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.premium-footer__swiss-made i::before {
  width: 10px;
  height: 3px;
}

.premium-footer__swiss-made i::after {
  width: 3px;
  height: 10px;
}

.premium-footer__base {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 20, 17, .11);
  color: rgba(17, 20, 17, .58);
}

.premium-footer__base-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}

.premium-footer__social {
  width: 44px;
  min-width: 44px;
  justify-content: center;
  border: 1px solid rgba(17, 20, 17, .15);
  border-radius: 50%;
  color: rgba(17, 20, 17, .78);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .58), rgba(255, 255, 255, .22)),
    rgba(255, 255, 255, .20);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

.premium-footer__social svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
}

.premium-footer__social:hover {
  color: var(--footer-accent);
  border-color: rgba(126, 104, 57, .34);
  transform: translateY(-1px);
}

.dubai .premium-footer {
  --footer-edge: rgba(216, 192, 113, .28);
  --footer-edge-strong: rgba(216, 192, 113, .54);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .052), rgba(255, 255, 255, .018)),
    linear-gradient(135deg, rgba(9, 18, 30, .92), rgba(3, 6, 10, .98) 58%, rgba(5, 7, 9, .98)),
    #05070a;
}

.suisse .premium-footer {
  --footer-edge: rgba(122, 93, 29, .24);
  --footer-edge-strong: rgba(122, 93, 29, .42);
  color: #101713;
  border-color: var(--footer-edge);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .42)),
    linear-gradient(135deg, rgba(238, 242, 236, .94), rgba(213, 222, 213, .82) 62%, rgba(238, 242, 236, .96)),
    #eef2ec;
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, .86),
    0 34px 86px -76px rgba(16, 23, 19, .54);
}

.suisse .premium-footer__lead h2,
.suisse .premium-footer__lead p,
.suisse .premium-footer__col a,
.suisse .premium-footer__proof span,
.suisse .premium-footer__ghost {
  color: #101713;
}

.suisse .premium-footer__lead p,
.suisse .premium-footer__col a,
.suisse .premium-footer__facts p,
.suisse .premium-footer__proof span,
.suisse .premium-footer__base {
  color: rgba(16, 23, 19, .70);
}

.suisse .premium-footer__eyebrow,
.suisse .premium-footer__col h3,
.suisse .premium-footer__facts h3,
.suisse .premium-footer__col a:hover,
.suisse .premium-footer__base a:hover {
  color: #7a5d1d;
}

.suisse .premium-footer__col,
.suisse .premium-footer__facts section,
.suisse .premium-footer__proof span,
.suisse .premium-footer__ghost {
  border-color: rgba(16, 23, 19, .14);
  background: rgba(255, 255, 255, .38);
}

.suisse .premium-footer__facts a,
.suisse .premium-footer__facts strong {
  color: #101713;
}

.tactile-card {
  --tactile-rx: 0deg;
  --tactile-ry: 0deg;
  --tactile-y: 0px;
  --tactile-press-y: 0px;
  --tactile-scale: 1;
  --tactile-perspective: 1100px;
  --tactile-edge-hover: rgba(216, 192, 113, .36);
  --tactile-edge-press: rgba(216, 192, 113, .52);
  --tactile-shadow-hover: 0 30px 70px -54px rgba(0, 0, 0, .88), inset 0 1px 0 rgba(255, 255, 255, .105);
  --tactile-shadow-press: 0 16px 36px -28px rgba(0, 0, 0, .9), inset 0 1px 1px rgba(255, 255, 255, .08), inset 0 16px 42px rgba(0, 0, 0, .18);
  position: relative;
  transform: perspective(var(--tactile-perspective)) rotateX(var(--tactile-rx)) rotateY(var(--tactile-ry)) translate3d(0, calc(var(--tactile-y) + var(--tactile-press-y)), 0) scale(var(--tactile-scale));
  transform-style: preserve-3d;
  transform-origin: center;
  will-change: transform;
  touch-action: manipulation;
  transition:
    transform .48s cubic-bezier(.16, 1, .3, 1),
    border-color .48s cubic-bezier(.16, 1, .3, 1),
    box-shadow .48s cubic-bezier(.16, 1, .3, 1),
    filter .48s cubic-bezier(.16, 1, .3, 1);
}

.tactile-card.is-tactile-hover {
  border-color: var(--tactile-edge-hover) !important;
  box-shadow: var(--tactile-shadow-hover) !important;
  filter: saturate(1.035) contrast(1.015);
}

.tactile-card.is-tactile-pressed {
  --tactile-press-y: 2px;
  --tactile-scale: .988;
  border-color: var(--tactile-edge-press) !important;
  box-shadow: var(--tactile-shadow-press) !important;
  filter: saturate(.99) contrast(1.02);
  transition-duration: .12s;
}

.tactile-card:focus-visible {
  outline: 2px solid var(--tactile-edge-press);
  outline-offset: 4px;
}

.tactile-card--primary {
  --tactile-perspective: 1200px;
}

.tactile-card--image img,
.tactile-card--image picture,
.tactile-card--image video {
  transition:
    transform .62s cubic-bezier(.16, 1, .3, 1),
    filter .62s cubic-bezier(.16, 1, .3, 1);
}

.tactile-card--image.is-tactile-hover img,
.tactile-card--image.is-tactile-hover picture,
.tactile-card--image.is-tactile-hover video {
  transform: scale(1.018);
  filter: saturate(1.045) contrast(1.025);
}

.tactile-card--image.is-tactile-pressed img,
.tactile-card--image.is-tactile-pressed picture,
.tactile-card--image.is-tactile-pressed video {
  transform: scale(1.006);
}

.tactile-card--proof.is-tactile-hover {
  filter: saturate(1.015) contrast(1.01);
}

.ntropyx .tactile-card {
  --tactile-edge-hover: rgba(216, 192, 113, .42);
  --tactile-edge-press: rgba(233, 211, 146, .66);
  --tactile-shadow-hover: 0 34px 76px -58px rgba(0, 0, 0, .94), 0 0 0 1px rgba(216, 192, 113, .05), inset 0 1px 0 rgba(255, 255, 255, .095);
  --tactile-shadow-press: 0 14px 34px -28px rgba(0, 0, 0, .95), inset 0 1px 1px rgba(255, 255, 255, .08), inset 0 18px 46px rgba(0, 0, 0, .22);
}

.dubai .tactile-card {
  --tactile-edge-hover: rgba(229, 204, 138, .46);
  --tactile-edge-press: rgba(242, 219, 160, .72);
  --tactile-shadow-hover: 0 38px 84px -62px rgba(0, 0, 0, .94), 0 0 0 1px rgba(229, 204, 138, .06), inset 0 1px 0 rgba(255, 255, 255, .11);
  --tactile-shadow-press: 0 14px 34px -28px rgba(0, 0, 0, .96), inset 0 1px 1px rgba(255, 255, 255, .09), inset 0 18px 48px rgba(2, 7, 12, .28);
}

.suisse .tactile-card {
  --tactile-edge-hover: rgba(122, 93, 29, .34);
  --tactile-edge-press: rgba(122, 93, 29, .52);
  --tactile-shadow-hover: 0 30px 72px -58px rgba(16, 23, 19, .42), inset 0 1px 0 rgba(255, 255, 255, .72);
  --tactile-shadow-press: 0 14px 32px -28px rgba(16, 23, 19, .42), inset 0 1px 1px rgba(255, 255, 255, .64), inset 0 18px 44px rgba(122, 93, 29, .08);
}

@media (hover: none), (pointer: coarse) {
  .tactile-card {
    --tactile-rx: 0deg !important;
    --tactile-ry: 0deg !important;
    --tactile-y: 0px !important;
    transition-duration: .24s;
  }

  .tactile-card.is-tactile-hover {
    filter: none;
  }

  .tactile-card--image.is-tactile-hover img,
  .tactile-card--image.is-tactile-hover picture,
  .tactile-card--image.is-tactile-hover video {
    transform: none;
    filter: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tactile-card,
  .tactile-card--image img,
  .tactile-card--image picture,
  .tactile-card--image video {
    transform: none !important;
    transition: none !important;
  }
}

@media (max-width: 980px) {
  .premium-footer__inner {
    grid-template-columns: 1fr;
  }

  .premium-footer__lead {
    max-width: 720px;
  }

  .premium-footer__proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .premium-footer__facts {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .topbar .site-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .topbar .nav-separator {
    display: none;
  }

  .topbar .nav-link {
    min-height: 40px;
    padding: 0 8px;
    font-size: .56rem;
    letter-spacing: .07em;
  }

  .topbar .nav-link--group,
  .topbar .nav-link--utility {
    min-height: 36px;
    opacity: .86;
  }

  .premium-footer {
    width: calc(100vw - var(--ntx-scrollbar-x, 0px));
    margin-left: calc(50% - 50vw + var(--ntx-scrollbar-half, 0px));
    margin-right: calc(50% - 50vw + var(--ntx-scrollbar-half, 0px));
    padding: 24px 16px 24px;
    border-radius: 0;
  }

  @media (hover: hover) {
    .premium-footer {
      width: calc(100vw - var(--ntx-scrollbar-x, 0px));
      margin-left: calc(50% - 50vw + var(--ntx-scrollbar-half, 0px));
      margin-right: calc(50% - 50vw + var(--ntx-scrollbar-half, 0px));
    }
  }

  .premium-footer__lead h2 {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .premium-footer__nav,
  .premium-footer__proof {
    grid-template-columns: 1fr;
  }

  .premium-footer__facts {
    gap: 8px;
  }

  .premium-footer__facts section {
    padding: 13px;
  }

  .premium-footer__col {
    min-height: auto;
  }

  .premium-footer__base {
    display: grid;
  }

  .premium-footer__base-links {
    justify-content: start;
  }
}
