@font-face {
  font-display: swap;
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500 700;
  src: url("../fonts/cormorant-garamond-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}

@font-face {
  font-display: swap;
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500 700;
  src: url("../fonts/cormorant-garamond-latin.woff2") format("woff2");
  unicode-range: U+0000-00ff, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd;
}

@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  src: url("../fonts/manrope-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116;
}

@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  src: url("../fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00ff, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd;
}

:root {
  --brendtex-accent: #123a35;
  --brendtex-accent-light: #d56545;
  --brendtex-forest: var(--brendtex-accent);
  --brendtex-forest-dark: #0b2623;
  --brendtex-coral: var(--brendtex-accent-light);
  --brendtex-coral-dark: #ad4931;
  --brendtex-sand: #e7d6be;
  --brendtex-cream: #f5f2e9;
  --brendtex-paper: #fbfaf6;
  --brendtex-white: #fff;
  --brendtex-ink: #18211f;
  --brendtex-muted: #6e7773;
  --brendtex-line: #d9d9d0;
  --brendtex-success: #2c6f5e;
  --brendtex-error: #a43f32;
  --brendtex-container: 1290px;
  --brendtex-serif: "Cormorant Garamond", Georgia, serif;
  --brendtex-sans: "Manrope", Arial, sans-serif;
  --brendtex-shadow: 0 22px 70px rgb(11 38 35 / 12%);
  --brendtex-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
}

body {
  background: var(--brendtex-cream);
  color: var(--brendtex-ink);
  font-family: var(--brendtex-sans);
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
}

body.menu-is-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
[type="button"],
[type="submit"] {
  cursor: pointer;
}

button {
  border: 0;
}

img,
svg,
video {
  display: block;
  height: auto;
  max-width: 100%;
}

figure,
h1,
h2,
h3,
h4,
p,
ul,
ol {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--brendtex-ink);
  font-family: var(--brendtex-serif);
  font-weight: 600;
  line-height: 1.02;
  margin-bottom: 0.55em;
}

h1 {
  font-size: clamp(3.25rem, 6.2vw, 6.4rem);
  letter-spacing: -0.045em;
}

h2 {
  font-size: clamp(2.5rem, 4.3vw, 4.5rem);
  letter-spacing: -0.035em;
}

h3 {
  font-size: clamp(1.55rem, 2.1vw, 2.2rem);
  letter-spacing: -0.02em;
}

p {
  margin-bottom: 1.3em;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 220ms ease, opacity 220ms ease, transform 300ms var(--brendtex-ease), background-color 220ms ease, border-color 220ms ease;
}

a:hover {
  color: var(--brendtex-coral);
}

::selection {
  background: var(--brendtex-coral);
  color: var(--brendtex-white);
}

:focus-visible {
  outline: 3px solid var(--brendtex-coral);
  outline-offset: 4px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background: var(--brendtex-white);
  clip: auto !important;
  clip-path: none;
  color: var(--brendtex-ink);
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 12px;
  padding: 12px 18px;
  top: 12px;
  width: auto;
  z-index: 10000;
}

.site-container {
  margin-inline: auto;
  max-width: calc(var(--brendtex-container) + 48px);
  padding-inline: 24px;
  width: 100%;
}

.site-main {
  min-height: 50vh;
}

.section-space {
  padding-block: clamp(88px, 9vw, 144px);
}

.section-kicker {
  align-items: center;
  color: var(--brendtex-coral);
  display: flex;
  font-size: 11px;
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0.2em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.section-kicker::before {
  background: currentColor;
  content: "";
  height: 1px;
  width: 30px;
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  margin-bottom: clamp(44px, 5vw, 72px);
}

.section-heading h2 {
  margin: 0;
  max-width: 820px;
}

.section-heading > p {
  color: var(--brendtex-muted);
  margin: 0 0 8px;
  max-width: 480px;
}

.section-heading--center {
  display: block;
  margin-inline: auto;
  max-width: 800px;
  text-align: center;
}

.section-heading--center .section-kicker {
  justify-content: center;
}

.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  display: inline-flex;
  font-family: var(--brendtex-sans);
  font-size: 13px;
  font-weight: 700;
  gap: 14px;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.2;
  min-height: 54px;
  padding: 15px 24px;
  text-align: center;
  text-transform: uppercase;
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, transform 300ms var(--brendtex-ease);
}

.button .brendtex-icon,
.section-link .brendtex-icon,
.text-link .brendtex-icon {
  height: 18px;
  transition: transform 300ms var(--brendtex-ease);
  width: 18px;
}

.button:hover .brendtex-icon,
.section-link:hover .brendtex-icon,
.text-link:hover .brendtex-icon {
  transform: translateX(6px);
}

.button--primary,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: var(--brendtex-forest);
  color: var(--brendtex-white);
}

.button--primary:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: var(--brendtex-forest-dark);
  color: var(--brendtex-white);
  transform: translateY(-2px);
}

.button--coral {
  background: var(--brendtex-coral);
  color: var(--brendtex-white);
}

.button--coral:hover {
  background: var(--brendtex-coral-dark);
  color: var(--brendtex-white);
  transform: translateY(-2px);
}

.button--light {
  background: var(--brendtex-white);
  color: var(--brendtex-forest);
}

.button--light:hover {
  background: var(--brendtex-sand);
  color: var(--brendtex-forest-dark);
}

.button--text {
  border-bottom-color: var(--brendtex-ink);
  min-height: 44px;
  padding-inline: 0;
}

.button--text:hover {
  border-bottom-color: var(--brendtex-coral);
  color: var(--brendtex-coral);
}

.button--secondary {
  border-color: var(--brendtex-forest);
  color: var(--brendtex-forest);
}

.button--secondary:hover {
  background: var(--brendtex-forest);
  color: var(--brendtex-white);
}

.button--wide {
  width: 100%;
}

.section-link,
.text-link {
  align-items: center;
  color: var(--brendtex-forest);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brendtex-icon {
  height: 24px;
  width: 24px;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 800ms var(--brendtex-ease), transform 800ms var(--brendtex-ease);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Header */
.site-header {
  background: rgb(245 242 233 / 96%);
  isolation: isolate;
  position: sticky;
  top: 0;
  transition: box-shadow 250ms ease, background-color 250ms ease;
  z-index: 100;
}

.site-header.is-scrolled {
  background: rgb(245 242 233 / 88%);
  box-shadow: 0 14px 42px rgb(11 38 35 / 10%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  backdrop-filter: blur(18px) saturate(130%);
}

.admin-bar .site-header {
  top: 32px;
}

.announcement-bar {
  background: var(--brendtex-forest-dark);
  color: rgb(255 255 255 / 78%);
  font-size: 11px;
}

.announcement-bar__inner {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto 1fr;
  min-height: 36px;
}

.announcement-bar__inner p {
  color: var(--brendtex-white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.announcement-bar__meta,
.announcement-bar__contacts {
  align-items: center;
  display: flex;
  gap: 22px;
}

.announcement-bar__contacts {
  justify-content: flex-end;
}

.announcement-bar__meta span {
  align-items: center;
  display: flex;
  gap: 7px;
}

.announcement-bar .brendtex-icon {
  height: 14px;
  width: 14px;
}

.announcement-bar a:hover {
  color: var(--brendtex-white);
}

.header-main {
  border-bottom: 1px solid rgb(24 33 31 / 10%);
}

.header-main__inner {
  align-items: center;
  display: flex;
  gap: 34px;
  min-height: 86px;
}

.site-branding {
  flex: 0 0 auto;
}

.brand-fallback,
.custom-logo-link {
  align-items: center;
  display: inline-flex;
}

.brand-fallback {
  color: var(--brendtex-forest);
  gap: 13px;
}

.brand-fallback:hover {
  color: var(--brendtex-forest);
}

.brand-fallback__mark {
  display: block;
  width: 46px;
}

.brand-fallback__copy {
  display: flex;
  flex-direction: column;
}

.brand-fallback__copy strong {
  font-family: var(--brendtex-serif);
  font-size: 25px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.brand-fallback__copy small {
  color: var(--brendtex-muted);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-top: 7px;
  text-transform: uppercase;
}

.custom-logo {
  max-height: 58px;
  width: auto;
}

.primary-navigation {
  flex: 1 1 auto;
}

.primary-navigation ul,
.category-menu ul,
.mobile-menu ul,
.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-navigation > ul {
  align-items: center;
  display: flex;
  gap: clamp(14px, 1.7vw, 28px);
  justify-content: center;
}

.primary-navigation li {
  position: relative;
}

.primary-navigation a {
  color: var(--brendtex-ink);
  display: block;
  font-size: 12px;
  font-weight: 600;
  padding-block: 31px;
  position: relative;
  white-space: nowrap;
}

.primary-navigation > ul > li > a::after {
  background: var(--brendtex-coral);
  bottom: 23px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 320ms var(--brendtex-ease);
  width: 100%;
}

.primary-navigation > ul > li:hover > a::after,
.primary-navigation > ul > .current-menu-item > a::after,
.primary-navigation > ul > .current-menu-ancestor > a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.primary-navigation .sub-menu {
  background: var(--brendtex-paper);
  border-top: 2px solid var(--brendtex-coral);
  box-shadow: var(--brendtex-shadow);
  display: none;
  left: -22px;
  min-width: 250px;
  padding: 12px 0;
  position: absolute;
  top: calc(100% - 10px);
}

.primary-navigation li:hover > .sub-menu,
.primary-navigation li:focus-within > .sub-menu {
  display: block;
}

.primary-navigation .sub-menu a {
  padding: 9px 22px;
}

.header-tools {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 5px;
}

.header-tool,
.menu-toggle {
  align-items: center;
  background: transparent;
  color: var(--brendtex-ink);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  position: relative;
  width: 44px;
}

.header-tool:hover,
.menu-toggle:hover {
  color: var(--brendtex-coral);
}

.header-tool .brendtex-icon,
.menu-toggle .brendtex-icon {
  height: 21px;
  width: 21px;
}

.header-action__count {
  align-items: center;
  background: var(--brendtex-coral);
  border: 2px solid var(--brendtex-cream);
  border-radius: 50%;
  color: var(--brendtex-white);
  display: flex;
  font-size: 8px;
  font-weight: 700;
  height: 18px;
  justify-content: center;
  min-width: 18px;
  padding: 2px;
  position: absolute;
  right: 0;
  top: 1px;
}

.header-quote {
  background: var(--brendtex-forest);
  border: 1px solid var(--brendtex-forest);
  color: var(--brendtex-white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-left: 8px;
  min-height: 44px;
  padding: 10px 17px;
  text-transform: uppercase;
}

.header-quote:hover {
  background: var(--brendtex-coral);
  border-color: var(--brendtex-coral);
}

.menu-toggle {
  display: none;
}

.category-menu {
  background: var(--brendtex-paper);
  border-bottom: 1px solid var(--brendtex-line);
}

.category-menu__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.category-menu__list li + li {
  border-left: 1px solid var(--brendtex-line);
}

.category-menu__list a {
  align-items: center;
  color: var(--brendtex-muted);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.1em;
  min-height: 42px;
  padding: 9px 14px;
  text-transform: uppercase;
}

.category-menu__list a:hover,
.category-menu__list .current-menu-item > a {
  background: var(--brendtex-sand);
  color: var(--brendtex-forest);
}

.header-search-panel {
  background: var(--brendtex-paper);
  border-bottom: 1px solid var(--brendtex-line);
  box-shadow: 0 18px 34px rgb(11 38 35 / 8%);
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: -1;
}

.header-search-panel[hidden] {
  display: none;
}

.header-search-panel__inner {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 44px;
  padding-block: 20px;
}

.header-search-panel__inner > button {
  align-items: center;
  background: transparent;
  display: flex;
  height: 44px;
  justify-content: center;
}

.product-search {
  display: flex;
  position: relative;
  width: 100%;
}

.product-search input[type="search"] {
  background: var(--brendtex-white);
  border: 1px solid var(--brendtex-line);
  border-radius: 0;
  height: 52px;
  padding: 0 58px 0 18px;
  width: 100%;
}

.product-search input[type="search"]:focus {
  border-color: var(--brendtex-forest);
  outline: 0;
}

.product-search button {
  align-items: center;
  background: transparent;
  color: var(--brendtex-forest);
  display: flex;
  height: 52px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 52px;
}

.product-search button .brendtex-icon {
  height: 20px;
  width: 20px;
}

/* Mobile navigation */
.mobile-menu,
.mobile-menu-overlay {
  display: none;
}

.mobile-menu {
  background: var(--brendtex-paper);
  bottom: 0;
  box-shadow: 24px 0 70px rgb(11 38 35 / 22%);
  max-width: 470px;
  overflow-y: auto;
  padding: 24px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(105%);
  transition: transform 400ms var(--brendtex-ease), visibility 0s linear 400ms;
  visibility: hidden;
  width: min(92vw, 470px);
  z-index: 1002;
}

.mobile-menu.is-open {
  pointer-events: auto;
  transform: translateX(0);
  transition-delay: 0s;
  visibility: visible;
}

.mobile-menu-overlay {
  background: rgb(11 38 35 / 54%);
  inset: 0;
  position: fixed;
  z-index: 1001;
}

.mobile-menu-overlay:not([hidden]) {
  display: block;
}

.mobile-menu__head {
  align-items: center;
  border-bottom: 1px solid var(--brendtex-line);
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.mobile-menu__head > button {
  align-items: center;
  background: transparent;
  display: flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.mobile-menu__search {
  margin-block: 24px;
}

.mobile-menu__nav > li {
  border-bottom: 1px solid var(--brendtex-line);
}

.mobile-menu__nav a {
  display: block;
  font-family: var(--brendtex-serif);
  font-size: 26px;
  font-weight: 600;
  padding-block: 15px;
}

.mobile-menu__nav .sub-menu {
  padding: 0 0 14px 18px;
}

.mobile-menu__nav .sub-menu a {
  font-family: var(--brendtex-sans);
  font-size: 13px;
  padding-block: 7px;
}

.mobile-menu__directions {
  margin-block: 28px;
}

.mobile-menu__directions > p {
  color: var(--brendtex-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mobile-menu__directions .category-menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mobile-menu__directions .category-menu__list li {
  border: 0;
}

.mobile-menu__directions .category-menu__list a {
  border: 1px solid var(--brendtex-line);
  min-height: 0;
  padding: 8px 10px;
}

.mobile-menu__actions {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 18px;
}

.mobile-menu__actions a {
  align-items: center;
  border: 1px solid var(--brendtex-line);
  display: flex;
  font-size: 11px;
  gap: 8px;
  justify-content: center;
  padding: 12px;
}

.mobile-menu__actions .brendtex-icon {
  height: 18px;
  width: 18px;
}

.mobile-menu__contacts {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  gap: 8px;
  margin-top: 22px;
}

/* Hero */
.home-hero {
  overflow: hidden;
  padding-block: clamp(54px, 6vw, 94px);
  position: relative;
}

.home-hero::before {
  background: radial-gradient(circle, rgb(213 101 69 / 10%) 0 1px, transparent 1.5px);
  background-size: 18px 18px;
  content: "";
  height: 250px;
  left: -70px;
  opacity: 0.7;
  position: absolute;
  top: 40px;
  width: 250px;
}

.home-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(44px, 6vw, 94px);
  grid-template-columns: minmax(0, 0.84fr) minmax(440px, 1.16fr);
}

.home-hero__content {
  position: relative;
  z-index: 1;
}

.home-hero h1 {
  font-size: clamp(3.7rem, 5.8vw, 6.4rem);
  margin-bottom: 28px;
  max-width: 720px;
}

.home-hero__lead {
  color: var(--brendtex-muted);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.72;
  max-width: 650px;
}

.home-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 36px;
}

.home-hero__proof {
  border-top: 1px solid var(--brendtex-line);
  display: flex;
  gap: 32px;
  margin-top: 50px;
  padding-top: 22px;
}

.home-hero__proof span {
  align-items: center;
  display: flex;
  font-size: 11px;
  gap: 9px;
  letter-spacing: 0.03em;
}

.home-hero__proof .brendtex-icon {
  color: var(--brendtex-coral);
  height: 21px;
  width: 21px;
}

.home-hero__visual {
  min-height: 650px;
  position: relative;
}

.home-hero__visual::before {
  border: 1px solid rgb(18 58 53 / 25%);
  content: "";
  inset: 24px -24px -24px 24px;
  position: absolute;
}

.home-hero__visual > img {
  height: 650px;
  object-fit: cover;
  position: relative;
  width: 100%;
}

.home-hero__note {
  align-items: center;
  background: var(--brendtex-forest);
  bottom: -28px;
  color: var(--brendtex-white);
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr;
  left: -54px;
  max-width: 360px;
  padding: 22px 25px;
  position: absolute;
}

.home-hero__note > span {
  align-items: center;
  border: 1px solid rgb(255 255 255 / 34%);
  border-radius: 50%;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  height: 54px;
  justify-content: center;
  letter-spacing: 0.1em;
  width: 54px;
}

.home-hero__note p {
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}

.trust-strip {
  background: var(--brendtex-forest);
  color: var(--brendtex-white);
}

.trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-strip__grid > div {
  align-items: center;
  display: flex;
  gap: 16px;
  min-height: 118px;
  padding: 22px 28px;
}

.trust-strip__grid > div + div {
  border-left: 1px solid rgb(255 255 255 / 16%);
}

.trust-strip__grid .brendtex-icon {
  color: var(--brendtex-sand);
  flex: 0 0 auto;
  height: 34px;
  width: 34px;
}

.trust-strip__grid p {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.trust-strip__grid strong {
  color: var(--brendtex-white);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.trust-strip__grid span {
  color: rgb(255 255 255 / 65%);
  font-size: 10px;
  margin-top: 3px;
}

/* Sector cards */
.home-sectors {
  background: var(--brendtex-paper);
}

.sector-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
}

.sector-card a {
  display: block;
  overflow: hidden;
  position: relative;
}

.sector-card__media {
  aspect-ratio: 0.74;
  background: var(--brendtex-sand);
  overflow: hidden;
}

.sector-card__media::after {
  background: linear-gradient(180deg, transparent 35%, rgb(11 38 35 / 90%) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.sector-card__media img {
  height: 100%;
  object-fit: cover;
  transition: transform 850ms var(--brendtex-ease);
  width: 100%;
}

.sector-card:hover .sector-card__media img {
  transform: scale(1.045);
}

.sector-card__content {
  bottom: 0;
  color: var(--brendtex-white);
  left: 0;
  padding: 28px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.sector-card__content > span {
  color: var(--brendtex-sand);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.sector-card__content h3 {
  color: var(--brendtex-white);
  font-size: clamp(1.9rem, 2.5vw, 2.7rem);
  margin: 10px 0 13px;
}

.sector-card__content p {
  color: rgb(255 255 255 / 72%);
  font-size: 11px;
  line-height: 1.55;
  margin-bottom: 18px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(12px);
  transition: max-height 500ms var(--brendtex-ease), opacity 350ms ease, transform 500ms var(--brendtex-ease);
}

.sector-card:hover .sector-card__content p,
.sector-card:focus-within .sector-card__content p {
  max-height: 100px;
  opacity: 1;
  transform: translateY(0);
}

.sector-card__content strong {
  align-items: center;
  display: flex;
  font-size: 9px;
  gap: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sector-card__content .brendtex-icon {
  height: 15px;
  width: 15px;
}

/* Production */
.home-production {
  background: var(--brendtex-cream);
}

.production-grid {
  align-items: center;
  display: grid;
  gap: clamp(58px, 8vw, 120px);
  grid-template-columns: 1.12fr 0.88fr;
}

.production-grid__media {
  position: relative;
}

.production-grid__media > img {
  aspect-ratio: 1.16;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.production-grid__stamp {
  align-items: center;
  background: var(--brendtex-coral);
  border-radius: 50%;
  bottom: -36px;
  color: var(--brendtex-white);
  display: flex;
  flex-direction: column;
  height: 138px;
  justify-content: center;
  position: absolute;
  right: -34px;
  text-align: center;
  transform: rotate(-8deg);
  width: 138px;
}

.production-grid__stamp strong {
  font-family: var(--brendtex-serif);
  font-size: 26px;
  line-height: 1;
}

.production-grid__stamp span {
  font-size: 8px;
  letter-spacing: 0.09em;
  margin-top: 7px;
  text-transform: uppercase;
}

.production-grid__content h2 {
  margin-bottom: 26px;
}

.production-grid__content > p:not(.section-kicker) {
  color: var(--brendtex-muted);
  font-size: 17px;
}

.feature-list {
  list-style: none;
  margin: 36px 0;
  padding: 0;
}

.feature-list li {
  align-items: flex-start;
  border-top: 1px solid var(--brendtex-line);
  display: flex;
  gap: 15px;
  padding-block: 17px;
}

.feature-list li:last-child {
  border-bottom: 1px solid var(--brendtex-line);
}

.feature-list .brendtex-icon {
  color: var(--brendtex-coral);
  flex: 0 0 auto;
  height: 20px;
  margin-top: 2px;
  width: 20px;
}

.feature-list span {
  color: var(--brendtex-muted);
  display: flex;
  flex-direction: column;
  font-size: 12px;
}

.feature-list strong {
  color: var(--brendtex-ink);
  font-size: 13px;
}

.marquee {
  background: var(--brendtex-coral);
  color: var(--brendtex-white);
  overflow: hidden;
  padding-block: 18px;
}

.marquee__track {
  align-items: center;
  animation: brendtex-marquee 26s linear infinite;
  display: flex;
  gap: 34px;
  width: max-content;
}

.marquee span {
  font-family: var(--brendtex-serif);
  font-size: clamp(24px, 2.7vw, 38px);
  letter-spacing: 0.04em;
}

.marquee i {
  color: var(--brendtex-sand);
  font-style: normal;
}

@keyframes brendtex-marquee {
  to {
    transform: translateX(-50%);
  }
}

/* Products and service */
.home-products {
  background: var(--brendtex-paper);
}

.product-fallback-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, 1fr);
}

.product-fallback {
  display: block;
}

.product-fallback > img {
  aspect-ratio: 0.88;
  background: var(--brendtex-cream);
  height: auto;
  object-fit: cover;
  overflow: hidden;
  transition: transform 600ms var(--brendtex-ease), filter 300ms ease;
  width: 100%;
}

.product-fallback:hover > img {
  filter: saturate(1.04);
  transform: scale(0.985);
}

.product-fallback > span {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}

.product-fallback strong {
  font-family: var(--brendtex-serif);
  font-size: 25px;
  line-height: 1.1;
}

.product-fallback small {
  color: var(--brendtex-muted);
  font-size: 11px;
  margin-top: 7px;
}

.brand-service {
  background: var(--brendtex-forest-dark);
  color: var(--brendtex-white);
  overflow: hidden;
}

.brand-service__grid {
  align-items: stretch;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
}

.brand-service__content {
  align-self: center;
  max-width: 600px;
  padding: 70px 90px 70px 0;
}

.brand-service__content h2,
.brand-service__content .section-kicker {
  color: var(--brendtex-white);
}

.brand-service__content .section-kicker::before {
  background: var(--brendtex-coral);
}

.brand-service__content > p:not(.section-kicker) {
  color: rgb(255 255 255 / 67%);
}

.brand-service__facts {
  border-bottom: 1px solid rgb(255 255 255 / 16%);
  border-top: 1px solid rgb(255 255 255 / 16%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-block: 38px;
}

.brand-service__facts span {
  color: rgb(255 255 255 / 55%);
  display: flex;
  flex-direction: column;
  font-size: 9px;
  padding: 18px 12px 18px 0;
}

.brand-service__facts span + span {
  border-left: 1px solid rgb(255 255 255 / 16%);
  padding-left: 18px;
}

.brand-service__facts strong {
  color: var(--brendtex-white);
  font-size: 11px;
  margin-bottom: 5px;
}

.brand-service__media {
  margin-bottom: calc(clamp(88px, 9vw, 144px) * -1);
  margin-top: calc(clamp(88px, 9vw, 144px) * -1);
  min-height: 760px;
}

.brand-service__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.home-process {
  background: var(--brendtex-cream);
}

.process-list {
  counter-reset: process;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.process-list li {
  border-left: 1px solid var(--brendtex-line);
  min-height: 300px;
  padding: 0 28px 24px;
  position: relative;
}

.process-list li:last-child {
  border-right: 1px solid var(--brendtex-line);
}

.process-list li::before {
  background: var(--brendtex-coral);
  content: "";
  height: 0;
  left: -1px;
  position: absolute;
  top: 0;
  transition: height 700ms var(--brendtex-ease);
  width: 2px;
}

.process-list li:hover::before {
  height: 100%;
}

.process-list > li > span {
  color: var(--brendtex-coral);
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 85px;
}

.process-list h3 {
  font-size: 29px;
}

.process-list p {
  color: var(--brendtex-muted);
  font-size: 12px;
  margin: 0;
}

.home-insights {
  background: var(--brendtex-paper);
}

.insights-grid,
.news-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, 1fr);
}

.insight-card {
  border-top: 1px solid var(--brendtex-ink);
  min-height: 310px;
  padding: 24px 8px 8px 0;
}

.insight-card > span {
  color: var(--brendtex-coral);
  display: block;
  font-size: 11px;
  margin-bottom: 52px;
}

.insight-card h3 {
  font-size: clamp(1.8rem, 2.5vw, 2.6rem);
}

.insight-card p {
  color: var(--brendtex-muted);
  font-size: 12px;
}

.home-cta {
  background: var(--brendtex-sand);
  padding-block: clamp(70px, 7vw, 110px);
}

.home-cta__inner {
  align-items: end;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr) auto;
}

.home-cta h2 {
  font-size: clamp(2.8rem, 4.8vw, 5rem);
  margin: 0;
  max-width: 760px;
}

.home-cta__inner > p {
  color: var(--brendtex-muted);
  font-size: 13px;
  margin: 0 0 7px;
}

/* Pages and editorial content */
.page-main,
.woocommerce-main {
  background: var(--brendtex-paper);
  padding-bottom: clamp(90px, 9vw, 140px);
}

.simple-breadcrumbs,
.woocommerce-breadcrumb {
  align-items: center;
  color: var(--brendtex-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 10px !important;
  gap: 9px;
  letter-spacing: 0.06em;
  margin: 0 !important;
  padding-block: 24px;
  text-transform: uppercase;
}

.simple-breadcrumbs a:hover,
.woocommerce-breadcrumb a:hover {
  color: var(--brendtex-coral);
}

.breadcrumb-separator {
  color: var(--brendtex-line);
}

.page-intro {
  border-bottom: 1px solid var(--brendtex-line);
  border-top: 1px solid var(--brendtex-line);
}

.page-intro__grid {
  align-items: stretch;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 570px;
}

.page-intro__content {
  align-self: center;
  padding: 70px 80px 70px 0;
}

.page-intro__content h1 {
  font-size: clamp(3.4rem, 5.5vw, 6rem);
  margin: 0;
}

.page-intro__content > p:not(.section-kicker) {
  color: var(--brendtex-muted);
  font-size: 17px;
  margin-top: 24px;
}

.page-intro__media {
  margin: 0;
  min-height: 570px;
}

.page-intro__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.content-shell {
  padding-top: clamp(60px, 7vw, 100px);
}

.content-shell--narrow {
  max-width: 1030px;
}

.entry-content {
  color: #404a47;
  font-size: 17px;
  line-height: 1.8;
}

.entry-content > * {
  margin-inline: auto;
  max-width: 860px;
}

.entry-content > .alignwide {
  max-width: 1120px;
}

.entry-content > .alignfull {
  margin-left: 50%;
  max-width: none;
  transform: translateX(-50%);
  width: 100vw;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-top: 1.45em;
}

.entry-content h2 {
  font-size: clamp(2.3rem, 4vw, 3.8rem);
}

.entry-content h3 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.entry-content a:not(.button):not(.wp-element-button) {
  color: var(--brendtex-forest);
  text-decoration: underline;
  text-decoration-color: rgb(18 58 53 / 30%);
  text-underline-offset: 4px;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.4em;
}

.entry-content li + li {
  margin-top: 8px;
}

.entry-content blockquote {
  border-left: 3px solid var(--brendtex-coral);
  color: var(--brendtex-forest);
  font-family: var(--brendtex-serif);
  font-size: 29px;
  line-height: 1.35;
  margin-block: 46px;
  padding: 16px 0 16px 34px;
}

.entry-content table {
  border-collapse: collapse;
  font-size: 14px;
  margin-block: 34px;
  width: 100%;
}

.entry-content th,
.entry-content td {
  border: 1px solid var(--brendtex-line);
  padding: 13px 16px;
  text-align: left;
}

.entry-content th {
  background: var(--brendtex-cream);
  color: var(--brendtex-forest);
}

.entry-content > .brendtex-page-lead {
  color: var(--brendtex-muted);
  font-family: var(--brendtex-serif);
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  line-height: 1.35;
  margin-bottom: clamp(42px, 6vw, 72px);
}

.entry-content > .brendtex-content-section {
  border-top: 1px solid var(--brendtex-line);
  display: grid;
  gap: 18px clamp(30px, 6vw, 70px);
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1fr);
  padding-block: clamp(38px, 5vw, 62px);
}

.entry-content .brendtex-content-section h2 {
  color: var(--brendtex-forest);
  font-size: clamp(2rem, 3.3vw, 3.15rem);
  grid-row: 1 / span 4;
  line-height: 1.05;
  margin: 0;
}

.entry-content .brendtex-content-section > p,
.entry-content .brendtex-content-section > ul {
  grid-column: 2;
  margin-block: 0;
}

.entry-content .brendtex-content-section > ul {
  display: grid;
  gap: 11px;
  list-style: none;
  padding: 7px 0 0;
}

.entry-content .brendtex-content-section li {
  padding-left: 27px;
  position: relative;
}

.entry-content .brendtex-content-section li + li {
  margin-top: 0;
}

.entry-content .brendtex-content-section li::before {
  background: var(--brendtex-coral);
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 0.73em;
  width: 8px;
}

.entry-content > .brendtex-page-cta {
  background: var(--brendtex-paper);
  border-left: 4px solid var(--brendtex-coral);
  margin-top: clamp(28px, 4vw, 48px);
  padding: clamp(30px, 5vw, 54px);
}

.entry-content .brendtex-page-cta h2 {
  color: var(--brendtex-forest);
  font-size: clamp(2.1rem, 3.5vw, 3.35rem);
  margin: 0 0 16px;
}

.entry-content .brendtex-page-cta p {
  font-size: 16px;
  margin: 0;
  max-width: 680px;
}

.page-contact-band {
  align-items: center;
  background: var(--brendtex-forest);
  color: var(--brendtex-white);
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.45fr) auto;
  margin-top: 80px;
  padding: 44px 48px;
}

.page-contact-band h2,
.page-contact-band .section-kicker {
  color: var(--brendtex-white);
}

.page-contact-band h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  margin: 0;
}

.page-contact-band .section-kicker {
  margin-bottom: 12px;
}

.page-contact-band > p {
  color: rgb(255 255 255 / 66%);
  font-size: 12px;
  margin: 0;
}

.page-main--utility .content-shell {
  padding-top: 42px;
}

.page-header {
  margin-bottom: 50px;
}

.page-header h1 {
  font-size: clamp(3.2rem, 5.5vw, 5.8rem);
}

.archive-description {
  color: var(--brendtex-muted);
  max-width: 700px;
}

.entry-hero {
  margin: 0 0 50px;
}

.entry-hero img {
  width: 100%;
}

/* Blog */
.archive-hero {
  border-bottom: 1px solid var(--brendtex-line);
  padding-block: clamp(70px, 8vw, 120px);
}

.archive-hero__inner {
  align-items: end;
  display: grid;
  gap: 60px;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.4fr);
}

.archive-hero h1 {
  margin: 0;
}

.archive-hero__inner > p {
  color: var(--brendtex-muted);
  margin: 0 0 10px;
}

.blog-layout {
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1fr) 330px;
  padding-top: 80px;
}

.blog-feed,
.post-list {
  display: grid;
  gap: 56px;
}

.post-list-item {
  align-items: center;
  border-bottom: 1px solid var(--brendtex-line);
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(250px, 0.72fr) 1fr;
  padding-bottom: 54px;
}

.post-list-item__image {
  aspect-ratio: 16 / 10;
  display: block;
  overflow: hidden;
}

.post-list-item__image img {
  height: 100%;
  object-fit: cover;
  transition: transform 650ms var(--brendtex-ease);
  width: 100%;
}

.post-list-item:hover .post-list-item__image img {
  transform: scale(1.035);
}

.post-list-item h2 {
  font-size: clamp(2rem, 3.2vw, 3.25rem);
}

.post-list-item--page,
.post-list-item:not(.has-post-thumbnail) {
  grid-template-columns: 1fr;
}

.entry-meta {
  align-items: center;
  color: var(--brendtex-muted);
  display: flex;
  font-size: 10px;
  gap: 10px;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.entry-meta .brendtex-icon {
  height: 15px;
  width: 15px;
}

.entry-summary {
  color: var(--brendtex-muted);
  font-size: 13px;
}

.blog-sidebar,
.shop-sidebar {
  align-self: start;
  position: sticky;
  top: 190px;
}

.blog-widget,
.shop-widget {
  background: var(--brendtex-cream);
  border-top: 2px solid var(--brendtex-forest);
  margin-bottom: 22px;
  padding: 25px;
}

.blog-widget__title,
.shop-widget__title {
  font-family: var(--brendtex-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.blog-widget ul,
.shop-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-widget li,
.shop-widget li {
  border-top: 1px solid var(--brendtex-line);
  font-size: 12px;
  padding-block: 10px;
}

.blog-widget .search-form {
  display: flex;
}

.blog-widget .search-field {
  border: 1px solid var(--brendtex-line);
  min-width: 0;
  padding: 12px;
  width: 100%;
}

.blog-widget .search-submit {
  background: var(--brendtex-forest);
  color: var(--brendtex-white);
  font-size: 10px;
  padding: 10px 14px;
}

.news-card {
  border-top: 1px solid var(--brendtex-ink);
  padding-top: 18px;
}

.news-card__image {
  aspect-ratio: 16 / 10;
  background: var(--brendtex-cream);
  display: block;
  margin-bottom: 24px;
  overflow: hidden;
}

.news-card__image img {
  height: 100%;
  object-fit: cover;
  transition: transform 650ms var(--brendtex-ease);
  width: 100%;
}

.news-card:hover .news-card__image img {
  transform: scale(1.035);
}

.news-card__placeholder {
  align-items: center;
  background: var(--brendtex-sand);
  color: var(--brendtex-forest);
  display: flex;
  height: 100%;
  justify-content: center;
}

.news-card__placeholder .brendtex-icon {
  height: 54px;
  width: 54px;
}

.news-card h3 {
  font-size: 28px;
}

.news-card p {
  color: var(--brendtex-muted);
  font-size: 12px;
}

.entry-single {
  padding-top: 20px;
}

.entry-single .page-header {
  text-align: center;
}

.entry-single .entry-meta {
  justify-content: center;
}

.post-navigation {
  border-bottom: 1px solid var(--brendtex-line);
  border-top: 1px solid var(--brendtex-line);
  margin-top: 70px;
  padding-block: 28px;
}

.post-navigation .nav-links {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

.post-navigation .nav-next {
  text-align: right;
}

.post-navigation span {
  color: var(--brendtex-muted);
  display: block;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.post-navigation strong {
  font-family: var(--brendtex-serif);
  font-size: 20px;
}

.navigation.pagination {
  margin-top: 55px;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 8px;
}

.page-numbers {
  align-items: center;
  border: 1px solid var(--brendtex-line);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  min-width: 42px;
  padding: 8px;
}

.page-numbers.current,
.page-numbers:hover {
  background: var(--brendtex-forest);
  border-color: var(--brendtex-forest);
  color: var(--brendtex-white);
}

.nothing-found,
.products-empty {
  align-items: center;
  background: var(--brendtex-cream);
  display: flex;
  flex-direction: column;
  padding: 70px 24px;
  text-align: center;
}

.nothing-found > .brendtex-icon,
.products-empty > .brendtex-icon {
  color: var(--brendtex-coral);
  height: 48px;
  margin-bottom: 20px;
  width: 48px;
}

.nothing-found h2 {
  font-size: 40px;
}

.nothing-found p,
.products-empty p {
  color: var(--brendtex-muted);
}

.comments-area {
  border-top: 1px solid var(--brendtex-line);
  margin-top: 70px;
  padding-top: 44px;
}

.comment-list {
  list-style: none;
  padding: 0;
}

.comment-body {
  background: var(--brendtex-cream);
  margin-bottom: 16px;
  padding: 24px;
}

/* WooCommerce */
.woocommerce-main {
  padding-top: 38px;
}

.shop-layout {
  display: grid;
  gap: 55px;
  grid-template-columns: 270px minmax(0, 1fr);
}

.shop-layout--single {
  display: block;
}

.shop-filter-toggle {
  align-items: center;
  background: var(--brendtex-forest);
  color: var(--brendtex-white);
  display: none;
  font-size: 11px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.08em;
  min-height: 48px;
  padding: 12px 16px;
  text-transform: uppercase;
  width: 100%;
}

.shop-filter-toggle .brendtex-icon {
  height: 18px;
  transform: rotate(90deg);
  width: 18px;
}

.shop-category-widget .children {
  margin: 7px 0 0 12px;
}

.shop-category-widget .current-cat > a {
  color: var(--brendtex-coral);
  font-weight: 700;
}

.shop-sidebar-cta {
  background: var(--brendtex-forest);
  color: var(--brendtex-white);
  padding: 28px 24px;
}

.shop-sidebar-cta h2,
.shop-sidebar-cta .section-kicker {
  color: var(--brendtex-white);
}

.shop-sidebar-cta h2 {
  font-size: 28px;
}

.woocommerce .woocommerce-products-header {
  border-bottom: 1px solid var(--brendtex-line);
  margin-bottom: 34px;
  padding-bottom: 30px;
}

.woocommerce .woocommerce-products-header__title,
.woocommerce div.product .product_title {
  font-size: clamp(3rem, 5vw, 5.4rem);
}

.woocommerce .term-description {
  color: var(--brendtex-muted);
  max-width: 760px;
}

.catalog-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 30px;
}

.catalog-chips a {
  border: 1px solid var(--brendtex-line);
  color: var(--brendtex-muted);
  font-size: 10px;
  padding: 8px 13px;
}

.catalog-chips a:hover {
  background: var(--brendtex-forest);
  border-color: var(--brendtex-forest);
  color: var(--brendtex-white);
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  color: var(--brendtex-muted);
  font-size: 11px;
  margin-bottom: 28px;
}

.woocommerce .woocommerce-ordering select {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--brendtex-line);
  min-height: 38px;
  padding-inline: 8px 28px;
}

.woocommerce ul.products,
.home-products ul.products {
  display: grid;
  gap: 40px 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 !important;
}

.home-products ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
}

.woocommerce ul.products li.product,
.home-products ul.products li.product {
  float: none !important;
  margin: 0 !important;
  padding: 0 0 12px !important;
  position: relative;
  width: auto !important;
}

.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
  display: block;
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 0.88;
  background: var(--brendtex-cream);
  height: auto;
  margin: 0 0 18px !important;
  object-fit: cover;
  transition: transform 650ms var(--brendtex-ease), filter 300ms ease;
  width: 100%;
}

.woocommerce ul.products li.product:hover a img {
  filter: saturate(1.03);
  transform: scale(0.985);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--brendtex-serif);
  font-size: 25px !important;
  line-height: 1.12;
  padding: 0 !important;
}

.woocommerce ul.products li.product .price {
  color: var(--brendtex-forest) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  margin: 10px 0 !important;
}

.woocommerce ul.products li.product .price del {
  color: var(--brendtex-muted);
  font-weight: 400;
}

.woocommerce ul.products li.product .star-rating {
  color: var(--brendtex-coral);
  font-size: 11px;
}

.brendtex-product-badge,
.woocommerce span.onsale {
  align-items: center;
  background: var(--brendtex-coral) !important;
  border-radius: 50% !important;
  color: var(--brendtex-white) !important;
  display: flex;
  font-size: 8px !important;
  font-weight: 700;
  height: 56px !important;
  justify-content: center;
  left: 12px !important;
  letter-spacing: 0.06em;
  line-height: 1 !important;
  min-height: 0 !important;
  min-width: 56px !important;
  padding: 5px !important;
  position: absolute;
  text-transform: uppercase;
  top: 12px !important;
  width: 56px;
  z-index: 2;
}

.brendtex-product-meta,
.loop-product-material,
.loop-product-sizes,
.loop-product-density,
.loop-product-width,
.loop-product-sku {
  color: var(--brendtex-muted);
  font-size: 9px;
  line-height: 1.5;
  margin-top: 4px;
}

.brendtex-product-meta strong,
.loop-product-sizes span {
  color: var(--brendtex-ink);
  font-weight: 700;
}

.woocommerce ul.products li.product .button {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--brendtex-ink) !important;
  border-radius: 0 !important;
  color: var(--brendtex-ink) !important;
  font-size: 9px !important;
  margin: 16px 14px 0 0 !important;
  min-height: 34px;
  padding: 7px 0 !important;
}

.woocommerce ul.products li.product .button:hover {
  border-color: var(--brendtex-coral) !important;
  color: var(--brendtex-coral) !important;
}

.woocommerce ul.products li.product .brendtex-product-calculation {
  border-bottom-color: var(--brendtex-coral) !important;
  color: var(--brendtex-coral) !important;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
  display: flex;
  gap: 8px;
  justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  align-items: center;
  border: 1px solid var(--brendtex-line);
  display: flex;
  height: 42px;
  justify-content: center;
  min-width: 42px;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: var(--brendtex-forest);
  color: var(--brendtex-white);
}

/* Single product */
.woocommerce div.product {
  padding-top: 28px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  margin-bottom: 70px;
}

.woocommerce div.product div.images {
  width: 54%;
}

.woocommerce div.product div.summary {
  padding-left: 6%;
  width: 46%;
}

.woocommerce div.product div.images img {
  background: var(--brendtex-cream);
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 12px !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  float: none;
  width: auto;
}

.woocommerce div.product .summary .product_title {
  margin-bottom: 20px;
}

.woocommerce div.product .summary .price {
  color: var(--brendtex-forest);
  font-family: var(--brendtex-serif);
  font-size: 34px;
}

.woocommerce-product-details__short-description {
  color: var(--brendtex-muted);
  font-size: 14px;
  margin-block: 24px;
}

.woocommerce div.product form.cart {
  align-items: stretch;
  border-bottom: 1px solid var(--brendtex-line);
  border-top: 1px solid var(--brendtex-line);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-block: 28px;
  padding-block: 24px;
}

.woocommerce div.product form.cart .variations {
  width: 100%;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
  padding: 6px 0;
  text-align: left;
}

.woocommerce div.product form.cart .variations select {
  background: var(--brendtex-white);
  border: 1px solid var(--brendtex-line);
  min-height: 46px;
  padding: 8px 12px;
  width: 100%;
}

.quantity {
  align-items: stretch;
  border: 1px solid var(--brendtex-line);
  display: inline-flex;
}

.quantity .qty {
  border: 0;
  height: 52px;
  text-align: center;
  width: 52px !important;
}

.qty-button {
  background: var(--brendtex-white);
  font-size: 18px;
  width: 40px;
}

.qty-button:hover {
  background: var(--brendtex-cream);
}

.woocommerce div.product form.cart .button {
  flex: 1 1 180px;
}

.woocommerce div.product .summary > .brendtex-product-calculation {
  margin-bottom: 22px;
  width: 100%;
}

.woocommerce div.product .product_meta {
  color: var(--brendtex-muted);
  display: grid;
  font-size: 10px;
  gap: 5px;
}

.woocommerce div.product .woocommerce-tabs {
  clear: both;
  padding-top: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid var(--brendtex-line);
  display: flex;
  gap: 34px;
  margin: 0 0 40px;
  overflow-x: auto;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  border-bottom: 2px solid transparent;
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 15px 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  border-color: var(--brendtex-coral);
  color: var(--brendtex-coral);
}

.woocommerce div.product .woocommerce-tabs .panel {
  color: var(--brendtex-muted);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 70px;
  max-width: 900px;
}

.woocommerce .related.products > h2,
.woocommerce .upsells.products > h2 {
  font-size: clamp(2.6rem, 4vw, 4rem);
  margin-bottom: 42px;
}

/* Cart, checkout and account */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  background: var(--brendtex-cream);
  border: 0;
  border-left: 3px solid var(--brendtex-forest);
  color: var(--brendtex-ink);
  margin-bottom: 28px;
  padding: 18px 22px 18px 52px;
}

.woocommerce-error {
  border-left-color: var(--brendtex-error);
}

.woocommerce table.shop_table {
  border: 1px solid var(--brendtex-line);
  border-collapse: collapse;
  border-radius: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-top: 1px solid var(--brendtex-line);
  padding: 15px;
}

.woocommerce table.shop_table th {
  background: var(--brendtex-cream);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce-cart table.cart img {
  width: 86px;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-account .woocommerce-MyAccount-navigation {
  background: var(--brendtex-cream);
  padding: 28px;
}

.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-checkout #order_review_heading {
  font-size: 32px;
}

.woocommerce form .form-row label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
  background: var(--brendtex-white);
  border: 1px solid var(--brendtex-line);
  border-radius: 0;
  min-height: 48px;
  padding: 11px 13px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 24px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid var(--brendtex-line);
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 11px 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  color: var(--brendtex-coral);
  font-weight: 700;
}

/* Footer */
.site-footer {
  background: var(--brendtex-forest-dark);
  color: rgb(255 255 255 / 64%);
  padding-top: clamp(80px, 8vw, 125px);
}

.site-footer a:hover,
.site-footer button:hover {
  color: var(--brendtex-sand);
}

.site-footer .brand-fallback {
  color: var(--brendtex-white);
}

.site-footer .brand-fallback__copy small {
  color: rgb(255 255 255 / 52%);
}

.footer-lead {
  align-items: end;
  border-bottom: 1px solid rgb(255 255 255 / 15%);
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.48fr);
  padding-bottom: 74px;
}

.footer-lead h2 {
  color: var(--brendtex-white);
  font-size: clamp(3.3rem, 5.6vw, 6rem);
  margin: 42px 0 0;
  max-width: 820px;
}

.footer-lead__contact p {
  font-size: 13px;
  line-height: 1.7;
}

.footer-grid {
  display: grid;
  gap: 46px;
  grid-template-columns: 0.85fr 0.85fr 0.85fr 1.35fr;
  padding-block: 70px;
}

.footer-column h3 {
  color: var(--brendtex-white);
  font-family: var(--brendtex-sans);
  font-size: 10px;
  letter-spacing: 0.14em;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.footer-menu {
  display: grid;
  gap: 9px;
}

.footer-menu a,
.footer-menu button {
  background: transparent;
  color: rgb(255 255 255 / 60%);
  font-size: 12px;
  padding: 0;
  text-align: left;
}

.footer-contacts {
  border-left: 1px solid rgb(255 255 255 / 15%);
  padding-left: 44px;
}

.footer-contacts__large {
  color: var(--brendtex-white);
  display: block;
  font-family: var(--brendtex-serif);
  font-size: 25px;
  line-height: 1.25;
  margin-bottom: 9px;
}

.footer-contacts p {
  align-items: center;
  display: flex;
  font-size: 11px;
  gap: 9px;
  margin: 17px 0 0;
}

.footer-contacts p .brendtex-icon {
  color: var(--brendtex-sand);
  height: 17px;
  width: 17px;
}

.footer-socials {
  display: flex;
  gap: 8px;
  margin-top: 24px;
}

.footer-socials a {
  align-items: center;
  border: 1px solid rgb(255 255 255 / 25%);
  border-radius: 50%;
  display: flex;
  font-size: 9px;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid rgb(255 255 255 / 15%);
  display: flex;
  font-size: 9px;
  justify-content: space-between;
  letter-spacing: 0.04em;
  min-height: 76px;
  position: relative;
  text-transform: uppercase;
}

.footer-bottom p {
  margin: 0;
}

.footer-legal {
  display: flex;
  gap: 22px;
}

.back-to-top {
  align-items: center;
  border: 1px solid rgb(255 255 255 / 25%);
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.back-to-top .brendtex-icon {
  height: 17px;
  width: 17px;
}

/* Dialog and notices */
.callback-dialog {
  background: var(--brendtex-paper);
  border: 0;
  box-shadow: var(--brendtex-shadow);
  max-height: calc(100vh - 40px);
  max-width: 720px;
  padding: 0;
  width: calc(100% - 32px);
}

.callback-dialog::backdrop {
  background: rgb(11 38 35 / 72%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.callback-form {
  padding: clamp(32px, 5vw, 58px);
}

.callback-form h2 {
  font-size: clamp(2.6rem, 5vw, 4.4rem);
}

.callback-form > p:not(.section-kicker) {
  color: var(--brendtex-muted);
  max-width: 560px;
}

.dialog-close {
  align-items: center;
  background: transparent;
  display: flex;
  height: 44px;
  justify-content: center;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 44px;
}

.callback-form__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}

.callback-form label {
  display: block;
  margin-bottom: 15px;
}

.callback-form label > span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.callback-form input[type="text"],
.callback-form input[type="tel"],
.callback-form input[type="email"],
.callback-form textarea {
  background: var(--brendtex-white);
  border: 1px solid var(--brendtex-line);
  border-radius: 0;
  padding: 13px 14px;
  width: 100%;
}

.callback-form textarea {
  resize: vertical;
}

.callback-form input:focus,
.callback-form textarea:focus {
  border-color: var(--brendtex-forest);
  outline: 0;
}

.form-honeypot {
  left: -9999px;
  position: absolute;
}

.callback-form .form-consent {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  margin-block: 17px;
}

.callback-form .form-consent > span {
  color: var(--brendtex-muted);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  text-transform: none;
}

.site-toast {
  align-items: center;
  bottom: 24px;
  box-shadow: var(--brendtex-shadow);
  color: var(--brendtex-white);
  display: flex;
  font-size: 12px;
  gap: 10px;
  max-width: calc(100vw - 32px);
  padding: 16px 20px;
  position: fixed;
  right: 24px;
  z-index: 1005;
}

.site-toast--success {
  background: var(--brendtex-success);
}

.site-toast--error {
  background: var(--brendtex-error);
}

.cookie-notice {
  align-items: center;
  background: var(--brendtex-white);
  bottom: 18px;
  box-shadow: var(--brendtex-shadow);
  display: flex;
  gap: 20px;
  left: 18px;
  max-width: 500px;
  padding: 14px 16px;
  position: fixed;
  z-index: 990;
}

.cookie-notice[hidden] {
  display: none;
}

.cookie-notice p {
  color: var(--brendtex-muted);
  font-size: 10px;
  margin: 0;
}

.cookie-notice a {
  text-decoration: underline;
}

.cookie-notice button {
  background: var(--brendtex-forest);
  color: var(--brendtex-white);
  font-size: 9px;
  font-weight: 700;
  padding: 9px 12px;
  text-transform: uppercase;
}

.whatsapp-float {
  align-items: center;
  background: #1f9d63;
  border-radius: 50%;
  bottom: 22px;
  color: var(--brendtex-white);
  display: flex;
  height: 54px;
  justify-content: center;
  position: fixed;
  right: 22px;
  width: 54px;
  z-index: 95;
}

.whatsapp-float:hover {
  color: var(--brendtex-white);
  transform: translateY(-3px);
}

.error-page {
  background: linear-gradient(135deg, var(--brendtex-cream), var(--brendtex-sand));
  padding-block: 100px;
}

.error-page__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.error-page__code {
  color: var(--brendtex-coral);
  font-family: var(--brendtex-serif);
  font-size: clamp(7rem, 20vw, 16rem);
  line-height: 0.8;
  margin-bottom: 35px;
}

.error-page__search {
  margin: 22px auto;
  max-width: 560px;
  width: 100%;
}

.wp-caption,
.gallery-caption {
  color: var(--brendtex-muted);
  font-size: 11px;
}

.sticky,
.bypostauthor {
  position: relative;
}

/* Responsive */
@media (max-width: 1439px) {
  :root {
    --brendtex-container: 1140px;
  }

  .header-main__inner {
    gap: 22px;
  }

  .primary-navigation > ul {
    gap: 14px;
  }

  .primary-navigation a {
    font-size: 11px;
  }

  .header-quote {
    padding-inline: 13px;
  }

  .home-hero__grid {
    gap: 62px;
  }

  .home-hero__visual,
  .home-hero__visual > img {
    min-height: 590px;
  }

  .sector-card__content {
    padding: 22px;
  }
}

@media (max-width: 1199px) {
  .announcement-bar__inner {
    grid-template-columns: 1fr 1fr;
  }

  .announcement-bar__inner > p {
    display: none;
  }

  .brand-fallback__copy small {
    display: none;
  }

  .primary-navigation > ul {
    gap: 11px;
  }

  .primary-navigation a {
    font-size: 10px;
  }

  .header-tool--account {
    display: none;
  }

  .home-hero h1 {
    font-size: clamp(3.4rem, 6vw, 5rem);
  }

  .home-hero__visual,
  .home-hero__visual > img {
    min-height: 540px;
  }

  .trust-strip__grid > div {
    padding-inline: 18px;
  }

  .sector-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sector-card__media {
    aspect-ratio: 1.05;
  }

  .sector-card__content p {
    max-height: 100px;
    opacity: 1;
    transform: none;
  }

  .brand-service__content {
    padding-right: 55px;
  }

  .home-cta__inner,
  .page-contact-band {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .home-cta__inner > p,
  .page-contact-band > p {
    grid-column: 1;
    grid-row: 2;
  }

  .home-cta__inner .button,
  .page-contact-band .button {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 1023px) {
  .primary-navigation,
  .header-quote {
    display: none;
  }

  .menu-toggle,
  .mobile-menu {
    display: flex;
  }

  .mobile-menu {
    display: block;
  }

  .header-main__inner {
    min-height: 76px;
  }

  .site-branding {
    margin-right: auto;
  }

  .header-tool--account {
    display: inline-flex;
  }

  .home-hero__grid {
    grid-template-columns: 1fr;
  }

  .home-hero__content {
    max-width: 820px;
  }

  .home-hero h1 {
    font-size: clamp(4rem, 9vw, 6rem);
  }

  .home-hero__visual,
  .home-hero__visual > img {
    min-height: 0;
  }

  .home-hero__visual > img {
    aspect-ratio: 16 / 10;
    height: auto;
  }

  .home-hero__note {
    left: 28px;
  }

  .trust-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip__grid > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgb(255 255 255 / 16%);
  }

  .trust-strip__grid > div:nth-child(4) {
    border-top: 1px solid rgb(255 255 255 / 16%);
  }

  .production-grid {
    gap: 72px;
    grid-template-columns: 1fr;
  }

  .production-grid__media > img {
    aspect-ratio: 16 / 10;
  }

  .production-grid__content {
    max-width: 760px;
  }

  .home-products ul.products,
  .product-fallback-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-service__grid {
    grid-template-columns: 1fr;
  }

  .brand-service__content {
    max-width: 790px;
    padding: 0 0 70px;
  }

  .brand-service__media {
    margin: 0;
    min-height: 540px;
  }

  .brand-service__media img {
    aspect-ratio: 16 / 10;
  }

  .process-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-list li:nth-child(3) {
    border-top: 1px solid var(--brendtex-line);
  }

  .process-list li:nth-child(4) {
    border-right: 1px solid var(--brendtex-line);
    border-top: 1px solid var(--brendtex-line);
  }

  .page-intro__grid {
    grid-template-columns: 1fr;
  }

  .page-intro__content {
    max-width: 850px;
    padding-block: 64px;
  }

  .page-intro__media,
  .page-intro__grid {
    min-height: 0;
  }

  .page-intro__media img {
    aspect-ratio: 16 / 9;
  }

  .blog-layout {
    grid-template-columns: 1fr;
  }

  .blog-sidebar {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    position: static;
  }

  .shop-layout {
    display: block;
  }

  .shop-filter-toggle {
    display: flex;
    margin-bottom: 20px;
  }

  .shop-sidebar {
    display: none;
    margin-bottom: 28px;
    position: static;
  }

  .shop-sidebar.is-open {
    display: block;
  }

  .shop-sidebar-cta {
    display: none;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .woocommerce div.product div.images,
  .woocommerce div.product div.summary {
    float: none;
    padding-left: 0;
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-contacts {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }

  .site-container {
    padding-inline: 18px;
  }

  .section-space {
    padding-block: 78px;
  }

  .announcement-bar__inner {
    display: flex;
    justify-content: center;
    min-height: 32px;
  }

  .announcement-bar__meta span:not(:first-child),
  .announcement-bar__contacts {
    display: none;
  }

  .header-main__inner {
    min-height: 70px;
  }

  .brand-fallback__mark {
    width: 38px;
  }

  .brand-fallback__copy strong {
    font-size: 21px;
  }

  .header-tool,
  .menu-toggle {
    height: 42px;
    width: 39px;
  }

  .header-tool--account {
    display: none;
  }

  .category-menu .site-container {
    overflow-x: auto;
    padding-inline: 0;
    scrollbar-width: none;
  }

  .category-menu .site-container::-webkit-scrollbar {
    display: none;
  }

  .category-menu__list {
    display: flex;
    width: max-content;
  }

  .category-menu__list li + li {
    border-left: 1px solid var(--brendtex-line);
  }

  .category-menu__list a {
    min-width: 170px;
  }

  .home-hero {
    padding-block: 55px 76px;
  }

  .home-hero__grid {
    gap: 48px;
  }

  .home-hero h1 {
    font-size: clamp(3.25rem, 14vw, 4.5rem);
    overflow-wrap: anywhere;
  }

  .home-hero__lead {
    font-size: 15px;
  }

  .home-hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .home-hero__actions .button {
    width: 100%;
  }

  .home-hero__proof {
    gap: 14px;
    justify-content: space-between;
  }

  .home-hero__proof span {
    font-size: 9px;
  }

  .home-hero__visual::before {
    inset: 12px -10px -12px 10px;
  }

  .home-hero__visual > img {
    aspect-ratio: 4 / 3;
  }

  .home-hero__note {
    bottom: -28px;
    left: 18px;
    max-width: calc(100% - 36px);
  }

  .trust-strip__grid > div {
    min-height: 110px;
    padding: 16px;
  }

  .trust-strip__grid .brendtex-icon {
    height: 28px;
    width: 28px;
  }

  .section-heading,
  .archive-hero__inner {
    align-items: start;
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .sector-grid {
    grid-template-columns: 1fr;
  }

  .sector-card__media {
    aspect-ratio: 1.08;
  }

  .production-grid {
    gap: 62px;
  }

  .production-grid__stamp {
    bottom: -30px;
    height: 112px;
    right: 18px;
    width: 112px;
  }

  .brand-service__facts {
    grid-template-columns: 1fr;
  }

  .brand-service__facts span + span {
    border-left: 0;
    border-top: 1px solid rgb(255 255 255 / 16%);
    padding-left: 0;
  }

  .brand-service__media {
    min-height: 420px;
  }

  .brand-service__media img {
    aspect-ratio: 1;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .process-list li,
  .process-list li:nth-child(3),
  .process-list li:nth-child(4) {
    border-bottom: 1px solid var(--brendtex-line);
    border-right: 1px solid var(--brendtex-line);
    border-top: 0;
    min-height: 220px;
  }

  .process-list > li > span {
    margin-bottom: 42px;
  }

  .insights-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .insight-card {
    min-height: 250px;
  }

  .insight-card > span {
    margin-bottom: 32px;
  }

  .home-cta__inner,
  .page-contact-band {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .home-cta__inner > p,
  .page-contact-band > p,
  .home-cta__inner .button,
  .page-contact-band .button {
    grid-column: auto;
    grid-row: auto;
  }

  .home-cta__inner .button,
  .page-contact-band .button {
    width: 100%;
  }

  .page-intro__content {
    padding: 50px 0;
  }

  .page-intro__content h1,
  .page-header h1 {
    font-size: clamp(3rem, 13vw, 4.4rem);
  }

  .content-shell {
    padding-top: 58px;
  }

  .entry-content {
    font-size: 15px;
  }

  .entry-content > .brendtex-page-lead {
    font-size: 1.55rem;
    margin-bottom: 36px;
  }

  .entry-content > .brendtex-content-section {
    gap: 16px;
    grid-template-columns: 1fr;
    padding-block: 36px;
  }

  .entry-content .brendtex-content-section h2,
  .entry-content .brendtex-content-section > p,
  .entry-content .brendtex-content-section > ul {
    grid-column: 1;
    grid-row: auto;
  }

  .entry-content .brendtex-content-section h2 {
    margin-bottom: 8px;
  }

  .entry-content > .brendtex-page-cta {
    padding: 30px 26px;
  }

  .page-contact-band {
    margin-top: 58px;
    padding: 32px 26px;
  }

  .blog-layout {
    gap: 50px;
    padding-top: 58px;
  }

  .post-list-item {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .blog-sidebar {
    grid-template-columns: 1fr;
  }

  .woocommerce ul.products,
  .home-products ul.products,
  .product-fallback-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 21px !important;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs {
    gap: 20px;
  }

  .woocommerce-cart table.cart .product-thumbnail {
    display: none;
  }

  .footer-lead {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding-block: 24px;
  }

  .footer-legal {
    flex-direction: column;
    gap: 8px;
  }

  .back-to-top {
    position: absolute;
    right: 18px;
    top: 20px;
  }

  .callback-form__grid {
    grid-template-columns: 1fr;
  }

  .cookie-notice {
    bottom: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
  }
}

@media (max-width: 575px) {
  .header-main__inner {
    gap: 8px;
  }

  .brand-fallback {
    gap: 8px;
  }

  .brand-fallback__mark {
    width: 34px;
  }

  .brand-fallback__copy strong {
    font-size: 18px;
  }

  .header-tools {
    gap: 0;
  }

  .home-hero__proof {
    align-items: flex-start;
    flex-direction: column;
  }

  .trust-strip__grid {
    grid-template-columns: 1fr;
  }

  .trust-strip__grid > div,
  .trust-strip__grid > div:nth-child(2) {
    border-left: 0;
    border-top: 1px solid rgb(255 255 255 / 16%);
    min-height: 90px;
  }

  .trust-strip__grid > div:first-child {
    border-top: 0;
  }

  .product-fallback strong {
    font-size: 20px;
  }

  .product-fallback small {
    font-size: 9px;
  }

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

  .callback-dialog {
    max-height: calc(100vh - 16px);
    width: calc(100% - 16px);
  }
}

@media (max-width: 479px) {
  .site-container {
    padding-inline: 15px;
  }

  .header-tool--search {
    display: none;
  }

  .home-hero h1 {
    font-size: clamp(3rem, 15vw, 3.9rem);
  }

  .home-hero__note {
    display: none;
  }

  .sector-card__media {
    aspect-ratio: 0.9;
  }

  .woocommerce ul.products,
  .home-products ul.products,
  .product-fallback-grid {
    grid-template-columns: 1fr;
  }

  .woocommerce table.shop_table_responsive tr td::before {
    color: var(--brendtex-muted);
    font-size: 9px;
    text-transform: uppercase;
  }

  .post-navigation .nav-links {
    grid-template-columns: 1fr;
  }

  .post-navigation .nav-next {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .site-header,
  .site-footer,
  .cookie-notice,
  .whatsapp-float,
  .home-cta,
  .page-contact-band {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
  }
}
