:root {
  --td6-black: #0b0b0b;
  --td6-charcoal: #1e1e1e;
  --td6-dark-card: #292929;
  --td6-white: #fff;
  --td6-off-white: #f4f4f2;
  --td6-muted: #b7b7b7;
  --td6-ink: #181818;
  --td6-container: 1440px;
  --td6-gutter: 20px;
  --td6-header-height: 60px;
  --td6-radius: 10px;
  --td6-font: Montserrat, Arial, Helvetica, sans-serif;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: var(--td6-header-height);
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body.td6-v3 {
  margin: 0;
  overflow-x: hidden;
  background: var(--td6-black);
  color: var(--td6-white);
  font-family: var(--td6-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.td6-hexfall-page {
  overflow-x: clip;
}

.td6-breadcrumbs {
  color: var(--td6-muted);
  font-size: .78rem;
  margin: 14px 0;
}

.td6-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.td6-breadcrumbs li + li::before {
  content: '/';
  margin-right: .35rem;
  opacity: .65;
}

.td6-breadcrumbs a { color: inherit; }
.td6-breadcrumbs [aria-current="page"] { color: var(--td6-white); }

.td6-catalogue-guide { padding: 2.5rem 0 3.5rem; }
.td6-catalogue-guide h2 { font-size: clamp(1.35rem, 2.2vw, 2rem); margin: 0 0 .7rem; }
.td6-catalogue-guide p { margin: .55rem 0; max-width: 75ch; }
.td6-related-product-link { margin: 1.25rem 0; }
.td6-related-product-link a { color: inherit; text-decoration: underline; }

.td6-v3 img,
.td6-v3 svg {
  display: block;
  max-width: 100%;
}

.td6-v3 img {
  height: auto;
}

.td6-v3 a {
  color: inherit;
  text-decoration: none;
}

.td6-v3 h1,
.td6-v3 h2,
.td6-v3 h3,
.td6-v3 p,
.td6-v3 ul {
  margin-top: 0;
}

.td6-v3 h1,
.td6-v3 h2,
.td6-v3 h3 {
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.td6-container {
  width: min(100%, calc(var(--td6-container) + (2 * var(--td6-gutter))));
  margin-inline: auto;
  padding-inline: var(--td6-gutter);
}

.td6-skip-link {
  position: fixed;
  z-index: 10000;
  top: 8px;
  left: 8px;
  transform: translateY(-160%);
  padding: 10px 16px;
  border-radius: 4px;
  background: var(--td6-white);
  color: var(--td6-black);
  font-weight: 700;
}

.td6-skip-link:focus {
  transform: translateY(0);
}

.td6-v3 :focus-visible {
  outline: 3px solid var(--td6-white);
  outline-offset: 4px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.td6-products :focus-visible,
.td6-about :focus-visible {
  outline-color: var(--td6-black);
}

.td6-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  height: var(--td6-header-height);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(8, 8, 8, 0.94);
}

@supports (backdrop-filter: blur(8px)) {
  .td6-header {
    background: rgba(8, 8, 8, 0.88);
    backdrop-filter: blur(8px);
  }
}

.td6-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, calc(var(--td6-container) + (2 * var(--td6-gutter))));
  height: 100%;
  margin-inline: auto;
  padding-inline: var(--td6-gutter);
}

.td6-brand {
  display: inline-flex;
  align-items: center;
  width: 90px;
  min-height: 44px;
}

.td6-brand img,
.td6-footer__brand img {
  width: 100%;
  height: auto;
}

.td6-nav--desktop,
.td6-utility {
  display: none;
}

.td6-mobile-menu {
  position: static;
}

.td6-mobile-menu summary {
  display: grid;
  width: 44px;
  height: 44px;
  cursor: pointer;
  list-style: none;
  place-items: center;
}

.td6-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.td6-mobile-menu summary svg {
  width: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.td6-mobile-menu nav {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: grid;
  padding: 10px var(--td6-gutter) 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #0a0a0a;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.28);
}

.td6-mobile-menu nav a {
  display: flex;
  align-items: center;
  min-height: 46px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.td6-mobile-menu nav a:last-child {
  border: 0;
}

.td6-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 26px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-align: center;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

a.td6-button--light {
  background: var(--td6-white);
  color: var(--td6-black);
  -webkit-text-fill-color: var(--td6-black);
}

.td6-button--outline {
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(0, 0, 0, 0.2);
  color: var(--td6-white);
}

.td6-eyebrow {
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.td6-footer { padding-block: 64px 22px; background: #202020; color: var(--td6-muted); }
.td6-footer__main { display: grid; gap: 48px; }
.td6-footer__brand { max-width: 360px; }
.td6-footer__logo { display: block; width: 110px; margin-bottom: 22px; }
.td6-footer__contact { display: grid; gap: 6px; font-size: 14px; }
.td6-footer__contact p, .td6-footer__contact a { margin-bottom: 0; }
.td6-footer__nav { display: grid; align-content: start; gap: 4px; font-size: 14px; }
.td6-footer__nav a { display: flex; align-items: center; min-height: 34px; }
.td6-footer__social { display: flex; gap: 16px; margin-top: 24px; }
.td6-footer__social a { display: inline-grid; width: 22px; height: 22px; color: var(--td6-muted); place-items: center; }
.td6-footer__social svg { width: 18px; height: 18px; }
.td6-footer__newsletter { max-width: 390px; }
.td6-footer__newsletter h2 { margin: 0 0 12px; color: var(--td6-white); font-size: clamp(18px, 2vw, 24px); font-weight: 700; letter-spacing: 0.08em; }
.td6-footer__newsletter p { margin-bottom: 20px; font-size: 14px; }
.td6-footer__newsletter-form { display: flex; min-height: 46px; border: 1px solid rgba(255, 255, 255, 0.34); }
.td6-footer__newsletter-form input { min-width: 0; flex: 1; padding: 10px 14px; border: 0; outline: 0; background: transparent; color: var(--td6-white); font: inherit; font-size: 14px; }
.td6-footer__newsletter-form input::placeholder { color: #a4a4a4; opacity: 1; }
.td6-footer__newsletter-form button { display: inline-grid; width: 46px; border: 0; background: transparent; color: var(--td6-white); cursor: pointer; place-items: center; }
.td6-footer__newsletter-form button svg { width: 21px; height: 21px; }
.td6-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 56px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 12px; }
.td6-footer__bottom p { margin-bottom: 0; }
.td6-footer__payments { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 14px; color: #d0d0d0; font-size: 11px; letter-spacing: 0.03em; }
.td6-footer__payments img { display: block; width: min(293px, 100%); height: auto; }

@media (hover: hover) {
  .td6-button:hover {
    transform: translateY(-1px);
  }

  a.td6-button--light:hover {
    background: #dededb;
  }

  .td6-button--outline:hover {
    border-color: var(--td6-white);
    background: var(--td6-white);
    color: var(--td6-black);
  }

  .td6-nav a:hover,
  .td6-utility a:hover,
  .td6-footer a:hover {
    color: var(--td6-white);
  }
}

@media (min-width: 768px) {
  :root {
    --td6-gutter: 32px;
    --td6-header-height: 72px;
  }

  .td6-footer__main {
    grid-template-columns: minmax(240px, 1fr) minmax(190px, 0.7fr) minmax(280px, 1fr);
  }
}

@media (max-width: 767px) {
  .td6-footer__bottom { align-items: flex-start; flex-direction: column; }
  .td6-footer__payments { justify-content: flex-start; }
}

@media (min-width: 1060px) {
  .td6-brand {
    width: 110px;
  }

  .td6-nav--desktop,
  .td6-utility {
    display: flex;
    align-items: center;
  }

  .td6-nav--desktop {
    position: absolute;
    left: 50%;
    gap: clamp(22px, 2vw, 38px);
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .td6-nav--desktop a,
  .td6-utility__shop {
    min-height: 44px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.085em;
    line-height: 44px;
  }

  .td6-utility {
    gap: 12px;
  }

  .td6-icon-link {
    display: grid;
    width: 38px;
    height: 44px;
    place-items: center;
  }

  .td6-icon-link svg {
    width: 21px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  .td6-mobile-menu {
    display: none;
  }
}

@media (min-width: 1200px) {
  :root {
    --td6-gutter: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
