:root {
  --ref-brown: #111;
  --ref-gold: #111;
  --ref-dark: #000;
  --ref-cream: #fff;
  --ref-warm: #e5e5e5;
  --ref-blush: #f6f6f4;
  --ref-text: #191919;
  --ref-muted: #666;
  --ref-line: #e5e5e5;
  --ref-shadow: 0 8px 28px rgba(0, 0, 0, .1);
}

.ts-page-hero,
.ts-ref-section,
.ts-ref-contact,
.ts-ref-catalogue-cta,
.ts-ref-proof {
  box-sizing: border-box;
  font-family: Roboto, Arial, sans-serif;
}

.ts-page-hero *,
.ts-ref-section *,
.ts-ref-contact *,
.ts-ref-catalogue-cta *,
.ts-ref-proof * {
  box-sizing: border-box;
}

.ts-page-hero {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.ts-page-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ts-page-hero__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .58);
}

.ts-page-hero__content {
  position: relative;
  z-index: 1;
  width: min(1000px, calc(100% - 48px));
  padding: 74px 0;
}

.ts-page-hero h1 {
  max-width: 960px;
  margin: 0 auto 22px;
  color: #fff;
  font: 700 clamp(38px, 4vw, 52px)/1.28 Akzidenz, Arial, sans-serif;
}

.ts-page-hero__summary {
  max-width: 930px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  line-height: 2;
}

.ts-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 30px;
}

.ts-ref-kicker {
  margin: 0 0 9px;
  color: var(--ref-gold);
  font: 700 13px/1.4 Akzidenz, Arial, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

:where(.ts-page-hero, .ts-ref-section, .ts-ref-contact, .ts-ref-catalogue-cta) .ts-btn--brown {
  background: var(--ref-gold);
  color: #fff;
}

:where(.ts-page-hero, .ts-ref-section, .ts-ref-contact, .ts-ref-catalogue-cta) .ts-btn--brown:hover,
:where(.ts-page-hero, .ts-ref-section, .ts-ref-contact, .ts-ref-catalogue-cta) .ts-btn--brown:focus-visible {
  border-color: var(--ref-brown);
  background: var(--ref-brown);
  color: #fff;
}

.ts-page-hero .ts-btn--ghost {
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.ts-page-hero .ts-btn--ghost:hover,
.ts-page-hero .ts-btn--ghost:focus-visible,
:where(.ts-ref-contact, .ts-ref-catalogue-cta) .ts-btn--light {
  border-color: #fff;
  background: #fff;
  color: var(--ref-brown);
}

.ts-ref-section .ts-btn--outline {
  border-color: var(--ref-brown);
  background: transparent;
  color: var(--ref-brown);
}

.ts-ref-section {
  padding: 92px max(24px, calc((100% - 1250px) / 2));
  background: #fff;
  color: var(--ref-text);
}

.ts-ref-section--blush {
  background: var(--ref-blush);
}

.ts-ref-section--warm {
  background: var(--ref-warm);
}

.ts-ref-heading {
  max-width: 900px;
  margin: 0 auto 48px;
  text-align: center;
}

.ts-ref-heading h2,
.ts-ref-split h2,
.ts-ref-contact h2,
.ts-ref-catalogue h2,
.ts-ref-catalogue-cta h2,
.ts-ref-contact-page h2 {
  margin: 0 0 18px;
  color: var(--ref-brown);
  font: 700 clamp(29px, 3vw, 38px)/1.45 Akzidenz, Arial, sans-serif;
}

.ts-ref-heading p,
.ts-ref-split p,
.ts-ref-contact p,
.ts-ref-catalogue p,
.ts-ref-catalogue-cta p,
.ts-ref-contact-page p {
  margin: 0 0 20px;
  color: var(--ref-text);
  font-size: 14px;
  line-height: 2;
}

.ts-ref-split,
.ts-ref-catalogue {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 68px;
  align-items: center;
}

.ts-ref-split > img,
.ts-ref-catalogue > img {
  width: 100%;
  height: 470px;
  border-radius: 8px;
  box-shadow: var(--ref-shadow);
  object-fit: cover;
}

.ts-ref-split h3,
.ts-ref-contact-details h3 {
  margin: 20px 0 5px;
  color: var(--ref-brown);
  font: 600 18px/1.45 Akzidenz, Arial, sans-serif;
}

.ts-ref-feature-grid {
  display: grid;
  gap: 22px;
}

.ts-ref-feature-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ts-ref-feature-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ts-ref-feature-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ts-ref-feature-grid--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.ts-ref-feature-grid article {
  min-width: 0;
  padding: 30px 26px;
  border: 1px solid rgba(0, 0, 0, .14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(0, 0, 0, .07);
  text-align: left;
}

.ts-ref-feature-grid article > b {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
  place-items: center;
  border: 1px solid var(--ref-gold);
  border-radius: 50%;
  color: var(--ref-gold);
  font-size: 12px;
}

.ts-ref-feature-grid h3,
.ts-ref-card h3,
.ts-ref-regional-product-list h3 {
  margin: 0 0 12px;
  color: var(--ref-brown);
  font: 600 19px/1.3 Akzidenz, Arial, sans-serif;
}

.ts-ref-feature-grid p,
.ts-ref-card p,
.ts-ref-regional-product-list p {
  margin: 0;
  color: var(--ref-muted);
  font-size: 14px;
  line-height: 1.85;
}

.ts-ref-card-grid {
  display: grid;
  gap: 25px;
}

.ts-ref-card-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ts-ref-card-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.ts-ref-card {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--ref-shadow);
  color: inherit;
  text-decoration: none;
}

.ts-ref-card > img {
  display: block;
  width: 100%;
  height: 245px;
  object-fit: cover;
  transition: transform .4s ease;
}

.ts-ref-card:hover > img,
.ts-ref-card:focus-visible > img {
  transform: scale(1.06);
}

.ts-ref-card > span {
  display: block;
  padding: 25px;
}

.ts-ref-card > span > b {
  display: inline-block;
  margin-top: 18px;
  color: var(--ref-brown);
  font-size: 12px;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.ts-ref-product-families .ts-ref-card > img {
  height: 230px;
}

.ts-ref-product-families .ts-ref-card > span {
  min-height: 230px;
}

.ts-ref-market-grid > .ts-ref-regions--embedded,
.ts-ref-product-family-grid .ts-ref-section {
  padding: 0;
  background: transparent;
}

.ts-ref-market-grid > .ts-ref-regions--embedded > .ts-ref-heading {
  display: none;
}

.ts-ref-market-grid .ts-ref-card img {
  height: 220px;
}

.ts-ref-market-grid .ts-ref-card > span {
  min-height: 245px;
}

.ts-ref-category-intro .ts-ref-feature-grid article {
  border: 0;
  box-shadow: none;
  text-align: center;
}

.ts-ref-process,
.ts-ref-quality,
.ts-ref-custom,
.ts-ref-technical-support {
  background: #fff;
}

.ts-ref-category-intro .ts-ref-feature-grid article > b,
.ts-ref-about-values article > b {
  margin-right: auto;
  margin-left: auto;
}

.ts-ref-collection .lw-product-browser,
.ts-ref-products-filter .lw-product-browser {
  max-width: 1250px;
  margin: auto;
}

.ts-ref-checks {
  margin: 20px 0 28px;
  padding-left: 20px;
  list-style: disc;
}

.ts-ref-checks li {
  margin: 0 0 13px;
  padding-left: 5px;
  color: var(--ref-text);
  font-size: 14px;
  line-height: 1.65;
}

.ts-ref-checks li::marker { color: var(--ref-gold); }

.ts-ref-number-list {
  margin: 25px 0 32px;
  padding: 0;
  list-style: none;
  counter-reset: ref-step;
}

.ts-ref-number-list li {
  position: relative;
  min-height: 52px;
  margin-bottom: 20px;
  padding-left: 68px;
  counter-increment: ref-step;
}

.ts-ref-number-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--ref-gold);
  content: "0" counter(ref-step);
  font: 700 25px/1 Akzidenz, Arial, sans-serif;
}

.ts-ref-number-list b,
.ts-ref-number-list span {
  display: block;
}

.ts-ref-number-list b {
  margin-bottom: 5px;
  color: var(--ref-brown);
}

.ts-ref-number-list span {
  color: var(--ref-muted);
  font-size: 14px;
  line-height: 1.7;
}

.ts-ref-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ts-ref-photo-grid img {
  width: 100%;
  height: 190px;
  border-radius: 6px;
  object-fit: cover;
}

.ts-ref-about-values {
  margin-top: 72px;
}

.ts-ref-regional-product-list {
  display: grid;
  gap: 38px;
}

.ts-ref-regional-product-list article {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
  gap: 44px;
  align-items: center;
  padding: 26px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--ref-shadow);
}

.ts-ref-regional-product-list article:nth-child(even) > img {
  grid-column: 2;
  grid-row: 1;
}

.ts-ref-regional-product-list article:nth-child(even) > div {
  grid-column: 1;
  grid-row: 1;
}

.ts-ref-regional-product-list img {
  width: 100%;
  height: 285px;
  border-radius: 6px;
  object-fit: cover;
}

.ts-ref-regional-product-list small {
  display: block;
  margin-bottom: 9px;
  color: var(--ref-gold);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ts-ref-regional-product-list .ts-btn {
  margin-top: 22px;
}

.ts-ref-catalogue-cta {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
  gap: 58px;
  align-items: center;
  padding: 68px max(24px, calc((100% - 1100px) / 2));
  background: var(--ref-brown);
  color: #fff;
}

.ts-ref-catalogue-cta img {
  width: 100%;
  height: 350px;
  border-radius: 8px;
  object-fit: cover;
}

.ts-ref-catalogue-cta h2,
.ts-ref-catalogue-cta p,
.ts-ref-catalogue-cta .ts-ref-kicker {
  color: #fff;
}

.ts-ref-proof {
  position: relative;
  overflow: hidden;
  padding: 82px max(24px, calc((100% - 1120px) / 2));
  color: #fff;
}

.ts-ref-proof__image,
.ts-ref-proof__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ts-ref-proof__image { object-fit: cover; }
.ts-ref-proof__shade { background: rgba(0, 0, 0, .84); }

.ts-ref-proof__content {
  position: relative;
  z-index: 1;
}

.ts-ref-proof .ts-ref-heading h2,
.ts-ref-proof .ts-ref-heading p { color: #fff; }

.ts-ref-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ts-ref-proof__grid article {
  padding: 30px;
  border-radius: 8px;
  background: #fff;
  color: var(--ref-text);
}

.ts-ref-proof__grid p {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.85;
}

.ts-ref-proof__grid b {
  color: var(--ref-dark);
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ts-ref-faq {
  padding-bottom: 110px;
}

.ts-ref-accordion {
  max-width: 900px;
  margin: auto;
}

.ts-ref-accordion details {
  border: 1px solid rgba(255, 255, 255, .25);
  border-bottom: 0;
  background: var(--ref-brown);
  color: #fff;
}

.ts-ref-accordion details:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.ts-ref-accordion summary {
  display: flex;
  min-height: 61px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 22px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  list-style: none;
}

.ts-ref-accordion summary::-webkit-details-marker { display: none; }

.ts-ref-accordion summary b {
  font-size: 25px;
  font-weight: 400;
  transition: transform .25s;
}

.ts-ref-accordion details[open] summary b {
  transform: rotate(-90deg);
}

.ts-ref-accordion details p {
  margin: 0;
  padding: 0 22px 22px;
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  line-height: 1.85;
}

.ts-ref-contact {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 65px;
  align-items: center;
  overflow: hidden;
  padding: 78px max(24px, calc((100% - 1250px) / 2));
  color: #fff;
}

.ts-ref-contact__image,
.ts-ref-contact__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ts-ref-contact__image { object-fit: cover; }
.ts-ref-contact__shade { background: rgba(0, 0, 0, .88); }

.ts-ref-contact__copy,
.ts-ref-contact__form {
  position: relative;
  z-index: 1;
}

.ts-ref-contact h2,
.ts-ref-contact p,
.ts-ref-contact .ts-ref-kicker {
  color: #fff;
}

.ts-ref-contact ul {
  margin: 22px 0 28px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 2;
}

.ts-ref-contact__form,
.ts-ref-contact .lw-rfq-shell {
  border-radius: 8px;
  background: var(--ref-cream) !important;
  color: var(--ref-text) !important;
}

.ts-ref-contact__form { box-shadow: var(--ref-shadow); }
.ts-ref-contact .lw-rfq-shell { padding: 34px !important; }
.ts-ref-contact .lw-rfq-shell > h2,
.ts-ref-contact .lw-rfq-shell > p:not(.lw-form-status) { display: none; }

.ts-ref-contact .lw-rfq-shell label,
.ts-ref-contact .lw-rfq-shell p { color: var(--ref-text); }

.ts-ref-contact-page {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 85px;
  align-items: start;
  background: var(--ref-cream);
}

.ts-ref-contact-message .lw-rfq-shell {
  padding: 0;
  background: transparent;
}

.ts-ref-contact-message .lw-rfq-shell > h2,
.ts-ref-contact-message .lw-rfq-shell > p:not(.lw-form-status) {
  display: none;
}

.ts-ref-catalogue > img {
  height: 620px;
  padding: 22px;
  background: var(--ref-dark);
}

.ts-ref-catalogue .cy-button {
  display: inline-flex;
  margin: 12px 10px 12px 0;
}

.ts-ref-rfq .lw-rfq-shell {
  max-width: 1100px;
  margin: auto;
}

.ts-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}

.ts-guide-grid > a {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--ref-shadow);
  color: inherit;
  text-decoration: none;
}

.ts-guide-grid img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.ts-guide-grid span {
  display: block;
  padding: 25px;
}

.ts-guide-grid h3 { color: var(--ref-brown); }

.ts-ref-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 46px;
}

.ts-ref-pagination a,
.ts-ref-pagination span {
  padding: 10px 14px;
  border: 1px solid var(--ref-line);
  color: inherit;
  text-decoration: none;
}

.ts-ref-pagination span {
  border-color: var(--ref-brown);
  background: var(--ref-brown);
  color: #fff;
}

@media (max-width: 1100px) {
  .ts-ref-feature-grid--5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ts-ref-card-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .ts-page-hero { min-height: 500px; }
  .ts-page-hero h1 { font-size: 36px; }
  .ts-ref-section { padding-top: 58px; padding-bottom: 58px; }
  .ts-ref-split,
  .ts-ref-catalogue,
  .ts-ref-contact,
  .ts-ref-contact-page,
  .ts-ref-catalogue-cta { grid-template-columns: 1fr; gap: 38px; }
  .ts-ref-split > img,
  .ts-ref-catalogue > img { height: 410px; }
  .ts-ref-feature-grid--4,
  .ts-ref-feature-grid--5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ts-ref-card-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ts-ref-proof__grid { grid-template-columns: 1fr; }
  .ts-ref-regional-product-list article { grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr); gap: 28px; }
  .ts-ref-contact { padding-top: 60px; padding-bottom: 60px; }
  .ts-ref-contact__form { width: min(100%, 620px); margin: auto; }
  .ts-ref-catalogue-cta img { height: 390px; }
}

@media (max-width: 600px) {
  .ts-page-hero { min-height: 560px; }
  .ts-page-hero__content { width: calc(100% - 36px); padding: 60px 0; }
  .ts-page-hero h1 { font-size: 28px; line-height: 1.45; }
  .ts-page-hero__summary { font-size: 14px; line-height: 1.85; }
  .ts-page-hero__actions { flex-direction: column; align-items: stretch; }
  .ts-ref-section { padding: 54px 20px; }
  .ts-ref-heading { margin-bottom: 34px; }
  .ts-ref-heading h2,
  .ts-ref-split h2,
  .ts-ref-contact h2,
  .ts-ref-catalogue h2,
  .ts-ref-catalogue-cta h2,
  .ts-ref-contact-page h2 { font-size: 28px; line-height: 1.45; }
  .ts-ref-feature-grid--2,
  .ts-ref-feature-grid--3,
  .ts-ref-feature-grid--4,
  .ts-ref-feature-grid--5,
  .ts-ref-card-grid--3,
  .ts-ref-card-grid--4,
  .ts-guide-grid { grid-template-columns: 1fr; }
  .ts-ref-feature-grid article { padding: 26px 22px; }
  .ts-ref-card > img,
  .ts-ref-product-families .ts-ref-card > img,
  .ts-ref-market-grid .ts-ref-card img { height: 270px; }
  .ts-ref-card > span,
  .ts-ref-product-families .ts-ref-card > span,
  .ts-ref-market-grid .ts-ref-card > span { min-height: 0; }
  .ts-ref-split > img,
  .ts-ref-catalogue > img { height: 330px; }
  .ts-ref-regional-product-list article,
  .ts-ref-regional-product-list article:nth-child(even) { grid-template-columns: 1fr; padding: 18px; }
  .ts-ref-regional-product-list article:nth-child(even) > img,
  .ts-ref-regional-product-list article:nth-child(even) > div { grid-column: 1; grid-row: auto; }
  .ts-ref-regional-product-list img { height: 260px; }
  .ts-ref-catalogue-cta { padding: 54px 20px; }
  .ts-ref-catalogue-cta img { height: 310px; }
  .ts-ref-contact { padding: 58px 20px; }
  .ts-ref-proof { padding: 58px 20px; }
  .ts-ref-contact .lw-rfq-shell { padding: 22px !important; }
  .ts-ref-contact .lw-rfq-grid,
  .ts-ref-contact-message .lw-rfq-grid { grid-template-columns: 1fr; }
  .ts-ref-contact .lw-rfq-grid .is-full,
  .ts-ref-contact-message .lw-rfq-grid .is-full { grid-column: auto; }
  .ts-ref-photo-grid img { height: 150px; }
}

.ts-menu__item > button { width: auto; min-width: 44px; padding: 0 8px; color: var(--ref-dark); }
.ts-menu__item > button::after { content: none; }
.ts-menu-label { display: inline-block; font: 700 9px/1 Akzidenz, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.ts-mega__card { border-radius: 0; box-shadow: none; }
.ts-mega__card:focus-visible { outline: 3px solid var(--ref-brown); outline-offset: 2px; }

@media (max-width: 900px) {
  .ts-menu__item--has-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; }
  .ts-menu__item--has-panel > a { grid-column: 1; grid-row: 1; }
  .ts-menu__item--has-panel > button { grid-column: 2; grid-row: 1; }
  .ts-menu__item--has-panel > .ts-mega { grid-column: 1 / -1; grid-row: 2; }
}
