:root {
  --green: #0b6b37;
  --dark-green: #061f13;
  --lime: #a8c51f;
  --red: #df1d2f;
  --ink: #1b2520;
  --muted: #6d7771;
  --line: rgba(27, 37, 32, 0.08);
  --soft: #f4f6f1;
  --white: #ffffff;
  --black: #000000;
  --shadow: 0 16px 44px rgba(6, 31, 19, 0.04);
}

.simple-product-page {
  background: #f2f2f2;
}

.simple-product-main {
  padding-top: 110px;
}

.simple-product-hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 54px 32px 50px;
  display: grid;
  grid-template-columns: minmax(420px, 1.05fr) minmax(320px, 0.95fr);
  gap: 42px;
  align-items: start;
}

.simple-product-gallery {
  display: grid;
  grid-template-columns: 1fr 110px;
  gap: 12px;
}

.simple-product-main-image {
  background: var(--white);
  min-height: 430px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.simple-product-main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.simple-product-thumbs {
  display: grid;
  gap: 12px;
}

.simple-product-thumbs img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  background: var(--white);
}

.simple-product-copy {
  padding-top: 4px;
}

.simple-product-copy h1 {
  max-width: 520px;
  margin: 0 0 28px;
  color: var(--ink);
  font-size: clamp(32px, 3vw, 42px);
  line-height: 1.05;
  font-weight: 500;
}

.simple-product-copy p {
  margin-bottom: 18px;
  color: #202822;
  font-size: 16px;
  line-height: 1.8;
}

.simple-product-copy button,
.simple-product-copy .simple-quote-link {
  margin-top: 18px;
  min-height: 46px;
  padding: 0 28px;
  color: var(--dark-green);
  background: var(--lime);
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  display: inline-grid;
  place-items: center;
}

.simple-product-tabs {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: var(--white);
  border-radius: 8px 8px 0 0;
  box-shadow: var(--shadow);
  position: sticky;
  top: 66px;
  z-index: 20;
}

.simple-product-tabs a {
  min-height: 56px;
  display: grid;
  place-items: center;
  color: var(--ink);
  border-right: 1px solid var(--line);
}

.simple-product-tabs a:last-child {
  border-right: 0;
}

.simple-product-content {
  background: var(--white);
  padding: 44px 8vw;
}

.simple-product-content h2 {
  max-width: 1080px;
  margin: 0 auto 28px;
  color: var(--ink);
  font-size: 32px;
}

.simple-product-content p,
.simple-product-content table {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.simple-product-content p {
  color: var(--ink);
  line-height: 1.8;
}

.simple-product-content table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
}

.simple-product-content th,
.simple-product-content td {
  padding: 18px 22px;
  border: 1px solid var(--line);
  text-align: left;
}

.simple-product-content th {
  width: 230px;
  color: var(--green);
}

.simple-product-message {
  padding: 54px 8vw 80px;
  background: var(--dark-green);
}

.simple-product-message h2 {
  max-width: 860px;
  margin: 0 auto 26px;
  color: var(--white);
  font-size: 32px;
}

.simple-product-message .contact-form {
  max-width: 860px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .simple-product-hero {
    grid-template-columns: 1fr;
  }

  .simple-product-tabs {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 22px;
  }
}

@media (max-width: 620px) {
  .simple-product-hero {
    padding: 32px 22px;
  }

  .simple-product-gallery {
    grid-template-columns: 1fr;
  }

  .simple-product-thumbs {
    grid-template-columns: repeat(3, 1fr);
  }

  .simple-product-thumbs img {
    width: 100%;
  }
}

.product-page {
  background: #fbfcf8;
}

.product-main > section {
  padding: 92px 8vw;
}

.product-hero-section {
  padding-top: 120px !important;
  background: linear-gradient(180deg, #f7faf5, var(--white));
}

.product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 14px;
}

.product-breadcrumb b {
  color: var(--green);
}

.product-hero-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(36px, 5vw, 74px);
  align-items: center;
}

.product-hero-copy p,
.product-section-title p,
.product-cta-section p {
  margin-bottom: 14px;
  color: var(--lime);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-hero-copy h1 {
  max-width: 620px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 5.4vw, 78px);
  line-height: 1.02;
}

.product-hero-copy span {
  display: block;
  max-width: 620px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.product-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.product-hero-actions button,
.product-hero-actions a,
.product-side-card button,
.product-cta-section button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  color: var(--dark-green);
  background: var(--lime);
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
}

.product-hero-actions a {
  color: var(--green);
  background: var(--white);
  border: 1px solid rgba(11, 107, 55, 0.18);
}

.product-hero-image {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 28px 90px rgba(6, 31, 19, 0.12);
}

.product-hero-image img {
  display: block;
  width: 100%;
  height: auto;
}

.product-summary-section {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 380px);
  gap: 28px;
  background: var(--white);
}

.product-info-card,
.product-side-card,
.product-feature-grid article,
.product-table {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.product-info-card,
.product-side-card {
  padding: clamp(28px, 4vw, 46px);
}

.product-info-card h2,
.product-section-title h2,
.product-cta-section h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.12;
}

.product-info-card p,
.product-side-card span {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.7;
}

.product-side-card h3 {
  font-size: 24px;
}

.product-side-card button {
  margin-top: 26px;
}

.product-detail-section {
  background: #f7faf5;
}

.product-section-title {
  max-width: 820px;
  margin-bottom: 38px;
}

.product-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.product-feature-grid article {
  padding: 30px;
  min-height: 230px;
}

.product-feature-grid b {
  color: var(--lime);
  font-size: 14px;
}

.product-feature-grid h3 {
  margin: 28px 0 12px;
  color: var(--green);
  font-size: 24px;
}

.product-feature-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.product-parameter-section {
  background: var(--white);
}

.product-table {
  display: grid;
  margin-top: 36px;
}

.product-table div {
  display: grid;
  grid-template-columns: minmax(180px, 0.32fr) 1fr;
  gap: 24px;
  padding: 22px 28px;
  border-bottom: 1px solid var(--line);
}

.product-table div:last-child {
  border-bottom: 0;
}

.product-table span {
  color: var(--muted);
}

.product-table b {
  color: var(--ink);
}

.product-cta-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
  color: var(--white);
  background: var(--dark-green);
}

.product-cta-section h2 {
  max-width: 760px;
  color: var(--white);
}

@media (max-width: 980px) {
  .product-hero-grid,
  .product-summary-section,
  .product-feature-grid {
    grid-template-columns: 1fr;
  }

  .product-cta-section {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .product-main > section {
    padding: 72px 22px;
  }

  .product-hero-section {
    padding-top: 98px !important;
  }

  .product-table div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

body.drawer-open {
  overflow: hidden;
}

h1,
h2,
h3,
p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 74px;
  padding: 0 36px;
  color: var(--white);
  background: rgba(4, 12, 8, 0.74);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
  transition: height 240ms ease, background 240ms ease;
}

.site-header.is-scrolled {
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background: rgba(4, 12, 8, 0.92);
}

.header-left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 44px;
  margin-left: auto;
  margin-right: 24px;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  transition: color 180ms ease, transform 180ms ease;
}

.main-nav a:hover,
.contact-panel-trigger:hover {
  color: var(--lime);
  transform: translateY(-1px);
}

.main-nav a.is-active {
  color: var(--lime);
}

.contact-panel-trigger {
  color: rgba(255, 255, 255, 0.8);
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: color 180ms ease, transform 180ms ease;
}

@media (max-width: 980px) {
  .main-nav {
    display: none !important;
  }
}

.menu-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40px;
  height: 40px;
  padding: 0 0 0 9px;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  cursor: pointer;
  transition: transform 180ms ease;
  box-sizing: border-box;
}

.search-button {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  cursor: pointer;
  transition: transform 180ms ease;
}

.menu-toggle:hover {
  transform: translateY(-2px);
}

.search-button:hover {
  transform: translateY(-2px);
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: var(--white);
  transition: width 240ms cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-toggle span:nth-child(1) {
  width: 22px;
}

.menu-toggle span:nth-child(2) {
  width: 9px;
}

.menu-toggle span:nth-child(3) {
  width: 14px;
}

.menu-toggle:hover span {
  width: 22px !important;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: min(220px, 42vw);
  height: 58px;
}

.brand img {
  width: 100%;
  max-height: 54px;
  object-fit: contain;
  object-position: left center;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.search-button span {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid var(--white);
  border-radius: 50%;
  position: relative;
  transform: translate(-1px, -1px);
}

.search-button span::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 11px;
  width: 2px;
  height: 6px;
  background: var(--white);
  transform: rotate(-45deg);
  transform-origin: top center;
}

.language-link {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0 10px;
}

.quote-link,
.drawer-contact a,
.custom-card a,
.custom-card button,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 0;
  color: #101510;
  background: var(--lime);
  font-weight: 800;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.quote-link:hover,
.drawer-contact a:hover,
.custom-card a:hover,
.custom-card button:hover,
.contact-form button:hover {
  background: #d3e95a;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(168, 197, 31, 0.25);
}

.side-drawer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(440px, 100vw);
  z-index: 100;
  padding: 24px 32px 42px;
  display: flex;
  flex-direction: column;
  background: #050a06;
  color: var(--white);
  transform: translate3d(-100%, 0, 0);
  transition: transform 380ms cubic-bezier(0.16, 1, 0.3, 1);
}

.side-drawer.is-open {
  transform: translate3d(0, 0, 0);
}

.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 42px;
}

.drawer-head img {
  max-height: 44px;
  width: auto;
}

.drawer-close {
  display: block;
  width: 48px;
  height: 48px;
  position: relative;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.drawer-close::before,
.drawer-close::after {
  content: "";
  position: absolute;
  top: 23px;
  left: 12px;
  width: 24px;
  height: 2px;
  background: var(--white);
}

.drawer-close::before {
  transform: rotate(45deg);
}

.drawer-close::after {
  transform: rotate(-45deg);
}

.drawer-nav {
  flex: 1;
  overflow-y: auto;
  display: grid;
  gap: 34px;
  align-content: start;
}

.drawer-nav p {
  color: var(--lime);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: 1px;
}

.drawer-nav a {
  display: block;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 500;
  opacity: 0.82;
  transition: opacity 180ms ease, transform 180ms ease;
}

.drawer-nav a:hover {
  opacity: 1;
  transform: translate3d(6px, 0, 0);
  color: var(--lime);
}

.drawer-contact {
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.drawer-contact strong {
  display: block;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.15;
}

.drawer-contact a {
  width: 100%;
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(0, 0, 0, 0.44);
  backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 380ms ease;
}

.drawer-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.contact-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 120;
  width: min(680px, 100vw);
  height: 100svh;
  overflow-y: auto;
  padding: 40px;
  background: var(--white);
  box-shadow: -24px 0 70px rgba(5, 8, 6, 0.22);
  transform: translateX(104%);
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.contact-panel.is-open {
  transform: translateX(0);
}

.contact-panel-overlay {
  position: fixed;
  inset: 0;
  z-index: 118;
  background: rgba(5, 8, 6, 0.42);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.contact-panel-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.contact-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.contact-panel-head p {
  margin: 0 0 8px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-panel-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: 30px;
}

.contact-panel-close {
  position: relative;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
}

.contact-panel-close::before,
.contact-panel-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background: var(--ink);
  transform: translate(-50%, -50%) rotate(45deg);
}

.contact-panel-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.contact-form--panel {
  padding: 0;
  box-shadow: none;
}

.social-rail {
  position: fixed;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.social-rail a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  background: var(--white);
  color: var(--green);
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(6, 31, 19, 0.06);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.social-rail a:hover {
  transform: scale(1.12);
  background: var(--green);
  color: var(--white);
}

.social-rail svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-rail [aria-label="Facebook"] path,
.social-rail [aria-label="YouTube"] path:nth-of-type(2) {
  fill: currentColor;
  stroke: none;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--lime));
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left center;
  box-shadow: 0 0 18px rgba(168, 197, 31, 0.5);
  pointer-events: none;
}

.hero {
  position: relative;
  min-height: 86svh;
  display: grid;
  align-items: center;
  padding: 130px 8vw;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
}

.hero-media,
.hero-media img,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  transform: translate3d(calc(var(--mx, 0) * -1.2px), calc(var(--my, 0) * -1px), 0);
  transition: transform 240ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background: radial-gradient(circle at center, rgba(6, 31, 19, 0.2), rgba(3, 12, 6, 0.88) 84%);
  mix-blend-mode: multiply;
}

.hero-copy {
  position: relative;
  z-index: 10;
  max-width: 680px;
}

.hero-copy p {
  transform: translate3d(calc(var(--mx, 0) * 1.8px), calc(var(--my, 0) * 1.2px), 0);
  transition: transform 240ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(34px, 6.4vw, 86px);
  line-height: 1.28;
  white-space: nowrap;
}

.hero-copy a {
  display: inline-flex;
  margin-top: 30px;
  padding: 14px 26px;
  border: 1px solid var(--lime);
  color: var(--lime);
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  border-radius: 999px;
}

.hero-copy a:hover {
  background: var(--lime);
  color: #101510;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(168, 197, 31, 0.25);
}

main > section {
  padding: 130px 8vw;
  background: var(--white);
}

main > section.scroll-panel {
  position: relative;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  transform-origin: center top;
  will-change: transform;
  box-shadow: 0 -4px 40px rgba(0, 0, 0, 0.08);
  transition: transform 0.1s linear, opacity 0.1s linear;
}

main > section.scroll-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 24%);
  opacity: 0.72;
  transform: translateY(-18%);
  transition: opacity 900ms ease, transform 900ms ease;
}

main > section.scroll-panel.is-panel-visible::after {
  opacity: 0;
  transform: translateY(-46%);
}

.section-title {
  margin-bottom: 54px;
  text-align: center;
}

.section-title h2,
.custom-card h2,
.why-copy h2,
.news-head h2,
.contact-info h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
}

.pack-section {
  background: linear-gradient(180deg, var(--white), #fbfcf8);
  padding-top: 48px !important;
  padding-bottom: 16px !important;
}

.pack-section .section-title {
  margin-bottom: 32px !important;
}

.pack-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 76px;
  max-width: 980px;
  margin: 0 auto;
}

.pack-item {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
  color: #37413c;
  font-weight: 500;
  padding: 6px 8px;
  border-radius: 8px;
  outline: 1px solid transparent;
  transition: transform 260ms cubic-bezier(0.18, 0.9, 0.22, 1), outline-color 220ms ease, background 220ms ease;
}

.pack-item strong {
  font-weight: 600;
}

.pack-item:hover,
.pack-item:focus-visible {
  transform: scale(1.03);
}

.pack-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(96px, 8vw, 116px);
  height: clamp(96px, 8vw, 116px);
  color: var(--green);
  background: radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 38%), #e8f0e5;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(11, 107, 55, 0.1), 0 18px 44px rgba(6, 31, 19, 0.08);
  transition: background 200ms ease, color 200ms ease, transform 200ms ease;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.pack-icon::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  background: rgba(168, 197, 31, 0.16);
  box-shadow: 0 24px 54px rgba(6, 31, 19, 0.18);
  opacity: 0;
  transition: opacity 200ms ease;
  pointer-events: none;
  z-index: -1;
}

.pack-item:hover .pack-icon {
  color: var(--white);
  background: radial-gradient(circle at 34% 28%, rgba(168, 197, 31, 0.32), rgba(168, 197, 31, 0) 42%), var(--green);
  transform: translate3d(var(--magnet-x, 0px), calc(-5px + var(--magnet-y, 0px)), 0);
}

.pack-item:hover .pack-icon::before {
  opacity: 1;
}

.pack-item.is-active .pack-icon {
  background: radial-gradient(circle at 34% 28%, rgba(168, 197, 31, 0.26), rgba(168, 197, 31, 0) 42%), #eef5ea;
}

.pack-item.is-active .pack-icon::before {
  opacity: 0.7;
  background: rgba(168, 197, 31, 0.12);
}

.pack-icon svg {
  width: 48%;
  height: 48%;
  fill: none;
  stroke: currentColor;
  stroke-width: 4px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.paste-svg {
  stroke-width: 3.5px !important;
}

.paste-tip {
  fill: currentColor !important;
}

.paste-cap {
  stroke-width: 4.5px !important;
}

.powder-svg {
  stroke-width: 3.2px !important;
}

.powder-fill {
  fill: currentColor !important;
  opacity: 0.14;
}

.powder-dot {
  fill: currentColor !important;
  stroke: none !important;
}

.granule-svg {
  stroke-width: 11px !important;
}

.granule-outline {
  fill: #e8f0e5 !important;
  transition: fill 220ms ease;
}

.pack-item:hover .granule-outline {
  fill: var(--green) !important;
}

.pack-item.is-active .granule-outline {
  fill: #eef5ea !important;
}

.granule-dot {
  fill: currentColor !important;
  stroke: none !important;
  opacity: 0.14;
  transition: opacity 220ms ease;
}

.granule-dot.large {
  opacity: 0.24;
}

.pack-item:hover .granule-dot {
  opacity: 0.88;
}

.granule-fall {
  fill: currentColor !important;
  stroke: none !important;
}

.pack-solution {
  position: relative;
  max-width: 980px;
  min-height: 130px;
  margin: 36px auto 0;
  padding: 20px clamp(24px, 4vw, 46px);
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(135deg, rgba(6, 31, 19, 0.96), rgba(5, 8, 6, 0.94)), var(--dark-green);
  box-shadow: var(--shadow);
}

.pack-solution::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(168, 197, 31, 0.08) 0, rgba(168, 197, 31, 0) 70%);
  right: 10px;
  bottom: -20px;
  pointer-events: none;
}

.pack-solution.is-updating {
  animation: solutionReveal 380ms cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes solutionReveal {
  from {
    opacity: 0.76;
    transform: translateY(12px);
  }
}

.pack-solution p {
  color: var(--lime);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.pack-solution h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 12px;
}

.pack-solution strong {
  display: block;
  font-size: 14px;
  opacity: 0.88;
  margin-bottom: 18px;
}

.pack-solution span {
  display: block;
  font-size: 15px;
  opacity: 0.72;
  max-width: 680px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.pack-solution a {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
  color: var(--lime);
  transition: transform 180ms ease;
}

.pack-solution a::after {
  content: "→";
  margin-left: 6px;
  font-size: 16px;
}

.pack-solution a:hover {
  transform: translate3d(4px, 0, 0);
}

.offer-section {
  overflow: hidden;
  background: var(--white);
  padding-top: 72px !important;
  padding-bottom: 66px !important;
}

.offer-head {
  max-width: 1420px;
  margin: 0 auto 32px;
  text-align: left;
}

.offer-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 3.2vw, 44px);
  font-weight: 500;
  line-height: 1.15;
}

.offer-head span {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.offer-shell {
  position: relative;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
}

.offer-track {
  position: relative;
  height: clamp(350px, 42vw, 710px);
  overflow: hidden;
}

.offer-track::-webkit-scrollbar {
  display: none;
}

.offer-card {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(82vw, 1420px);
  height: 100%;
  overflow: hidden;
  background: var(--dark-green);
  border-radius: 14px;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) scale(0.86);
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1), opacity 320ms ease, filter 320ms ease;
}

.offer-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: transform 0.45s ease;
}

.offer-card:hover img {
  transform: scale(1.018);
}

.offer-card.is-active {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  filter: none;
  transform: translateX(-50%) scale(1);
}

.offer-card.is-prev {
  z-index: 2;
  opacity: 0.58;
  filter: blur(1.2px);
  transform: translateX(-50%) translateX(-99%) scale(0.92);
}

.offer-card.is-next {
  z-index: 2;
  opacity: 0.58;
  filter: blur(1.2px);
  transform: translateX(-50%) translateX(99%) scale(0.92);
}

.offer-card a {
  position: absolute;
  left: clamp(52px, 6.2vw, 104px);
  bottom: clamp(34px, 4vw, 70px);
  z-index: 2;
  min-height: 42px;
  padding: 0 20px 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: rgba(6, 31, 19, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  backdrop-filter: blur(12px);
  box-shadow: none;
}

.offer-card a::after {
  content: ">";
  margin-left: 12px;
  font-size: 14px;
  line-height: 1;
  transition: transform 180ms ease;
}

.offer-card a:hover {
  color: var(--dark-green);
  background: var(--lime);
  border-color: var(--lime);
  transform: translateY(-2px);
}

.offer-card a:hover::after {
  transform: translateX(3px);
}

.offer-shell::before,
.offer-shell::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
  width: clamp(48px, 8vw, 150px);
  pointer-events: none;
}

.offer-shell::before {
  left: 0;
  background: linear-gradient(90deg, var(--white), rgba(255, 255, 255, 0));
}

.offer-shell::after {
  right: 0;
  background: linear-gradient(270deg, var(--white), rgba(255, 255, 255, 0));
}

.offer-arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--dark-green);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  box-shadow: 0 18px 46px rgba(5, 8, 6, 0.14);
  backdrop-filter: blur(14px);
  transform: translateY(-50%);
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.offer-arrow span {
  width: 13px;
  height: 13px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.offer-arrow--prev span {
  transform: rotate(-135deg) translate(-1px, -1px);
}

.offer-arrow--next span {
  transform: rotate(45deg) translate(-1px, 1px);
}

.offer-arrow:hover {
  color: var(--white);
  background: var(--green);
  transform: translateY(-50%) scale(1.06);
}

.offer-arrow--prev {
  left: clamp(58px, 8vw, 138px);
}

.offer-arrow--next {
  right: clamp(58px, 8vw, 138px);
}

.custom-section {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbfcf8;
}

.custom-image,
.custom-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.custom-image img {
  object-fit: cover;
  transform: translate3d(0, var(--parallax-y, 0), 0);
  will-change: transform;
}

.custom-card {
  position: relative;
  z-index: 10;
  max-width: min(540px, 100%);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  padding: clamp(32px, 5vw, 54px);
  border-radius: 12px;
  box-shadow: var(--shadow);
  text-align: center;
}

.hero-copy p,
.custom-card p,
.why-copy p,
.news-head p,
.contact-info p {
  margin: 0 0 16px;
  color: var(--lime);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.custom-card h2 {
  color: var(--ink);
  font-size: clamp(26px, 3.8vw, 44px);
  margin: 0 0 14px;
  white-space: nowrap;
}

.custom-card span {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.6;
}

.custom-card a,
.custom-card button {
  margin-top: 34px;
  color: var(--green);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(11, 107, 55, 0.42);
  box-shadow: none;
  border-radius: 999px;
}

.custom-card a:hover,
.custom-card button:hover {
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
  box-shadow: 0 18px 38px rgba(11, 107, 55, 0.18);
}

.why-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) 1.15fr;
  gap: 54px;
  align-items: center;
  background: var(--soft);
}

.why-copy {
  max-width: 580px;
}

.why-copy h2 {
  color: var(--green);
}

.why-desc {
  margin: 18px 0 0;
  color: var(--ink) !important;
  font-size: 18px !important;
  line-height: 1.65;
  max-width: 520px;
  text-transform: none !important;
  font-weight: normal !important;
  text-align: left !important;
}

.why-copy .see-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 28px;
  border: 1px solid var(--green);
  border-radius: 999px;
  color: var(--green);
  background: transparent;
  font-weight: 700;
  margin-top: 34px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.why-copy .see-more-btn:hover {
  color: var(--white);
  background: var(--green);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(11, 107, 55, 0.16);
}

.news-head a {
  display: inline-flex;
  margin-top: 24px;
  color: var(--green);
  font-weight: 800;
}

.news-head a::after {
  content: "→";
  margin-left: 6px;
}

.news-head a:hover {
  color: var(--ink);
}

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

.why-stats div {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  background: var(--white);
}

.why-stats strong {
  display: block;
  font-size: clamp(38px, 4.4vw, 58px);
  color: var(--green);
  line-height: 1;
  font-weight: 800;
  margin-bottom: 12px;
}

.why-stats span {
  font-size: 14px;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.4;
}

.news-section {
  background: var(--white);
}

.news-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 54px;
}

.news-head a {
  margin: 0;
}

.news-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}

.news-feature,
.news-list article {
  border-top: 1px solid var(--line);
}

.news-feature {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding-top: 24px;
}

.news-thumb {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 4px;
  background: var(--soft);
}

.news-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-feature span {
  display: inline-block;
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1.2px;
}

.news-feature h3,
.news-list h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  color: var(--ink);
}

.news-feature h3 {
  font-size: 22px;
}

.news-feature p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.news-list article {
  padding: 24px 0;
}

.news-list article:first-child {
  padding-top: 24px;
}

.news-list time {
  display: block;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 8px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) 1.15fr;
  gap: 54px;
  background: var(--dark-green);
  color: var(--white);
}

.contact-info p {
  color: var(--lime);
}

.contact-info h2 {
  color: var(--white);
}

.contact-info ul {
  list-style: none;
  padding: 0;
  margin: 42px 0 0;
}

.contact-info li {
  font-size: 18px;
  font-weight: 600;
  opacity: 0.88;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-info li:last-child {
  border-bottom: 0;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  background: var(--white);
  padding: 42px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.contact-form label:nth-of-type(5),
.contact-form button {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid var(--line);
  color: var(--ink);
  background: var(--white);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(11, 107, 55, 0.1);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--muted);
  font-size: 14px;
}

.contact-form button {
  grid-column: 1 / -1;
  min-height: 56px;
}

.about-page {
  background: #fbfcf8;
}

.about-main > section {
  padding: 112px 8vw;
}

.about-main > section:first-child {
  padding-top: 130px;
}

.about-main > section.scroll-panel {
  border-radius: 16px 16px 0 0;
}

.about-hero {
  position: relative;
  min-height: 78svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
}

.about-hero-media,
.about-hero-media img {
  position: absolute;
  inset: 0;
}

.about-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.18);
  opacity: 0.64;
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 8, 6, 0.92), rgba(6, 31, 19, 0.64) 48%, rgba(5, 8, 6, 0.2));
}

.about-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.about-hero-copy p,
.about-section-copy p,
.about-cta-section p {
  margin: 0 0 16px;
  color: var(--lime);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.about-hero-copy h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 1.04;
}

.about-hero-copy span,
.about-section-copy span,
.about-cta-section span {
  display: block;
  max-width: 680px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.65;
}

.about-stats-section {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
  background: #fbfcf8;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.about-stats div {
  min-height: 150px;
  padding: 28px;
  background: var(--white);
}

.about-stats strong {
  display: block;
  max-width: 190px;
  color: var(--green);
  font-size: 21px;
  line-height: 1.16;
}

.about-stats span {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
}

.about-profile-section,
.about-why-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) 1.1fr;
  gap: 64px;
  align-items: center;
  background: var(--white);
}

.about-section-copy {
  max-width: 690px;
}

.about-section-centered {
  max-width: 820px;
  margin: 0 auto 56px;
  text-align: center;
}

.about-section-copy h2,
.about-cta-section h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4.6vw, 60px);
  line-height: 1.08;
}

.about-section-copy span {
  color: var(--muted);
}

.about-machine-visual {
  min-height: 410px;
  overflow: hidden;
  background: #e9f1ec;
  border: 1px solid var(--line);
}

.about-machine-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
  object-position: center center;
}

.about-supply-section,
.about-process-section {
  background: #fbfcf8;
}

.about-supply-grid,
.about-process-grid,
.about-photo-grid {
  display: grid;
  gap: 22px;
}

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

.about-supply-grid article,
.about-process-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.about-supply-grid article {
  min-height: 220px;
  padding: 34px;
}

.about-supply-grid b,
.about-process-grid b {
  display: block;
  color: var(--lime);
  font-size: 15px;
  margin-bottom: 28px;
}

.about-supply-grid h3,
.about-process-grid h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.18;
}

.about-supply-grid p,
.about-process-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.about-check-list {
  display: grid;
  gap: 18px;
}

.about-check-list div {
  position: relative;
  padding: 26px 28px 26px 70px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.about-check-list div::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 30px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: inset 0 0 0 6px #dfeee4;
}

.about-check-list b {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 18px;
}

.about-check-list span {
  color: var(--muted);
  line-height: 1.62;
}

.about-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-process-grid article {
  min-height: 260px;
  padding: 30px;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.about-process-grid article:hover {
  color: var(--white);
  background: var(--green);
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(3, 45, 24, 0.18);
}

.about-process-grid article:hover h3,
.about-process-grid article:hover p {
  color: var(--white);
}

.about-process-grid article:hover b {
  color: var(--lime);
}

.about-quality-section {
  background: var(--white);
}

.about-photo-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 42px;
}

.about-photo-grid div {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 24px;
  color: var(--white);
  background: #dfe8e3;
  border: 1px solid var(--line);
}

.about-photo-grid img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.about-photo-grid div::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(4, 19, 12, 0.02) 35%, rgba(4, 19, 12, 0.64) 100%);
}

.about-photo-grid div:hover img {
  transform: scale(1.035);
}

.about-photo-grid .about-photo-card--certificate {
  align-items: flex-end;
  background: #f7faf8;
  padding: 0;
}

.about-photo-grid .about-photo-card--certificate img {
  inset: 14px 14px 58px;
  width: calc(100% - 28px);
  height: calc(100% - 72px);
  object-fit: contain;
}

.about-photo-grid .about-photo-card--certificate:hover img {
  transform: scale(1.035);
}

.about-photo-grid .about-photo-card--certificate::before {
  background: linear-gradient(180deg, rgba(247, 250, 248, 0) 0%, rgba(247, 250, 248, 0) 62%, rgba(247, 250, 248, 0.92) 100%);
}

.about-photo-grid .about-photo-card--certificate span {
  width: 100%;
  padding: 18px 24px;
  color: var(--ink);
  background: rgba(247, 250, 248, 0.92);
  text-shadow: none;
}

.about-photo-grid span {
  position: relative;
  z-index: 2;
  font-weight: 800;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.32);
}

.about-cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  color: var(--white);
  background: var(--dark-green);
}

.about-cta-section h2 {
  max-width: 760px;
  color: var(--white);
}

.about-cta-section a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  color: #101510;
  background: var(--lime);
  font-weight: 900;
  white-space: nowrap;
  border-radius: 999px;
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.about-cta-section a:hover {
  background: #d3e95a;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(168, 197, 31, 0.2);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity 820ms ease, transform 820ms cubic-bezier(0.18, 0.9, 0.22, 1);
}

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

@media (max-width: 1120px) {
  .why-section,
  .news-layout,
  .contact-section,
  .about-profile-section,
  .about-why-section {
    grid-template-columns: 1fr;
  }

  .why-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .offer-track {
    height: clamp(300px, 42vw, 500px);
  }

  .offer-card {
    width: 82vw;
  }

  .offer-card.is-prev {
    transform: translateX(calc(-50% - 69vw)) scale(0.9);
  }

  .offer-card.is-next {
    transform: translateX(calc(-50% + 69vw)) scale(0.9);
  }

  .about-stats,
  .about-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .about-cta-section {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .site-header {
    top: 10px;
    left: 10px;
    right: 10px;
    height: 64px;
    padding: 0 10px;
    gap: 10px;
  }

  .menu-toggle,
  .search-button {
    width: 44px;
    height: 44px;
  }

  .brand {
    height: 44px;
  }

  .language-link {
    font-size: 11px;
    padding: 0 4px;
  }

  .quote-link {
    font-size: 12px;
    padding: 0 12px;
    min-height: 38px;
  }

  .social-rail {
    display: none;
  }

  .hero {
    min-height: 480px;
    padding: 60px 22px;
  }

  .hero-copy h1 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .hero-copy a {
    min-height: 44px;
    padding: 0 20px;
    margin-top: 24px;
  }

  main > section {
    padding: 72px 22px;
  }

  .about-main > section {
    padding: 78px 22px;
  }

  .about-hero {
    min-height: 72svh;
  }

  .about-hero-copy h1 {
    font-size: clamp(34px, 11vw, 52px);
  }

  .about-hero-copy span,
  .about-section-copy span,
  .about-cta-section span {
    font-size: 16px;
  }

  .about-stats,
  .about-supply-grid,
  .about-process-grid {
    grid-template-columns: 1fr;
  }

  .offer-track {
    height: 330px;
  }

  .offer-card {
    width: 94vw;
  }

  .offer-card.is-prev {
    transform: translateX(calc(-50% - 84vw)) scale(0.9);
  }

  .offer-card.is-next {
    transform: translateX(calc(-50% + 84vw)) scale(0.9);
  }

  .offer-card a {
    left: 30px;
    bottom: 28px;
  }

  .offer-arrow {
    display: none;
  }

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

  .about-stats div,
  .about-supply-grid article,
  .about-process-grid article {
    min-height: auto;
  }

  .about-machine-visual {
    min-height: 300px;
  }

  .about-check-list div {
    padding: 24px 22px 24px 62px;
  }

  .about-check-list div::before {
    left: 24px;
  }

  .about-photo-grid div {
    min-height: 180px;
  }

  .about-cta-section a {
    width: 100%;
  }

  .section-title {
    margin-bottom: 34px;
  }

  .section-title h2 {
    font-size: 28px;
  }

  .pack-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .pack-icon {
    width: 100px;
    height: 100px;
  }

  .pack-item {
    gap: 12px;
    padding: 14px 4px;
  }

  .pack-solution {
    margin-top: 34px;
    padding: 24px;
    min-height: auto;
  }

  .pack-solution h3 {
    font-size: 20px;
  }

  .custom-section {
    min-height: 480px;
    justify-content: center;
  }

  .custom-card {
    margin: 22px;
    padding: 28px;
  }

  .custom-card h2 {
    font-size: 28px;
  }

  .why-section {
    gap: 34px;
  }

  .why-stats {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .why-stats div {
    min-height: 180px;
    padding: 24px;
  }

  .news-head {
    margin-bottom: 34px;
  }

  .news-head h2 {
    font-size: 28px;
  }

  .news-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .news-feature {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .news-feature h3 {
    font-size: 18px;
  }

  .contact-section {
    gap: 34px;
  }

  .contact-info h2 {
    font-size: 28px;
  }

  .contact-form {
    padding: 24px;
    gap: 16px;
  }

  .contact-form label:nth-of-type(1),
  .contact-form label:nth-of-type(2) {
    grid-column: 1 / -1;
  }
}

.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 20px;
  margin: 0;
  color: var(--green);
  font-size: 14px;
  line-height: 1.45;
}

.form-status:empty {
  display: none;
}

.form-status.is-error {
  color: #b42318;
}

.contact-info a {
  color: inherit;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.68;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(164, 205, 22, 0.72);
  outline-offset: 3px;
}

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

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

  .scroll-panel,
  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}


/* WordPress compatibility */
.admin-bar .site-header { top: 32px !important; }
.admin-bar .side-drawer,
.admin-bar .contact-panel { top: 32px; height: calc(100svh - 32px); }
.wp-cf7-form-slot.contact-form { display: block; width: 100%; }
.wp-cf7-form-slot.contact-form > .wpcf7 { width: 100%; }
.wp-cf7-form-slot .wpcf7-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.wp-cf7-form-slot .wpcf7-form p { margin: 0; }
.wp-cf7-form-slot .wpcf7-form p:nth-of-type(5),
.wp-cf7-form-slot .wpcf7-form p:nth-of-type(6),
.wp-cf7-form-slot .wpcf7-form p:nth-of-type(7) { grid-column: 1 / -1; }
.wp-cf7-form-slot input,
.wp-cf7-form-slot textarea { width: 100%; padding: 14px 18px; border: 1.5px solid var(--line); color: var(--ink); background: var(--white); }
.wp-cf7-form-slot textarea { min-height: 120px; resize: vertical; }
.wp-cf7-form-slot input[type='submit'] { min-height: 56px; border: 0; background: var(--lime); color: #101510; font-weight: 800; cursor: pointer; }
.site-footer { background: var(--dark-green); color: rgba(255,255,255,.78); padding: 38px 8vw; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.08); padding-top: 26px; }
.site-footer .brand { width: 170px; height: 48px; }
.wp-page-main { padding-top: 90px; background: var(--white); }
.wp-entry-content h1 { max-width: 1080px; margin: 0 auto 28px; color: var(--ink); font-size: clamp(34px, 4vw, 54px); }
.wp-entry-content img { max-width: 100%; height: auto; }
.entry-meta { max-width: 1080px; margin: -12px auto 24px; color: var(--muted); }
@media screen and (max-width: 782px) {
  .admin-bar .site-header { top: 46px !important; }
  .admin-bar .side-drawer,
  .admin-bar .contact-panel { top: 46px; height: calc(100svh - 46px); }
  .contact-panel { padding: 24px; }
  .contact-panel .wp-cf7-form-slot .wpcf7-form { gap: 16px; }
  .contact-panel .wp-cf7-form-slot textarea { min-height: 180px; }
}
@media (max-width: 760px) { .footer-inner { align-items: flex-start; flex-direction: column; } }


.main-nav .primary-menu { display: flex; align-items: center; gap: 44px; margin: 0; padding: 0; list-style: none; }
.main-nav .primary-menu li { margin: 0; padding: 0; list-style: none; }
.main-nav .primary-menu a { display: inline-flex; align-items: center; }

/* Contact Form 7 redirects successful submissions, so no inline result box is needed. */
.wp-cf7-form-slot .wpcf7-response-output {
  display: none !important;
}

/* Standalone thank-you page, adapted from the original static thankyou.html. */
body.page-id-17 {
  background: #fbfcf8;
}

body.page-id-17 .site-header,
body.page-id-17 .site-footer,
body.page-id-17 .social-rail {
  display: none !important;
}

body.page-id-17 .wp-page-main {
  display: grid;
  min-height: 100vh;
  padding: 24px;
  place-items: center;
  background: #fbfcf8;
}

body.page-id-17.admin-bar .wp-page-main {
  min-height: calc(100vh - 32px);
}

body.page-id-17 .simple-product-content.wp-entry-content {
  width: 100%;
  max-width: 480px;
  margin: 0;
  padding: 0;
  text-align: center;
  background: transparent;
}

body.page-id-17 .simple-product-content > h1 {
  display: none;
}

.thankyou-card {
  width: 100%;
  padding: 48px 32px;
  box-sizing: border-box;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 24px 54px rgba(6, 31, 19, 0.08);
  opacity: 0;
  transform: translateY(20px);
  animation: thankyou-fade-up 600ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.thankyou-card .success-icon {
  display: grid;
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  border-radius: 50%;
  place-items: center;
  color: var(--white);
  background: var(--green);
  box-shadow: 0 12px 24px rgba(11, 107, 55, 0.2);
}

.thankyou-card .success-icon svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.thankyou-card h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0;
}

.thankyou-card > p {
  margin: 0 0 32px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.thankyou-card .back-btn {
  display: inline-flex;
  min-height: 48px;
  padding: 0 32px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--white);
  background: var(--green);
  font-weight: 700;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.thankyou-card .back-btn:hover {
  color: var(--white);
  background: var(--ink);
  transform: translateY(-2px);
}

.thankyou-card .countdown {
  margin-top: 22px;
  color: var(--muted);
  font-size: 14px;
}

.thankyou-card #secs {
  color: var(--green);
  font-weight: 700;
}

@keyframes thankyou-fade-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 600px) {
  body.page-id-17 .wp-page-main { padding: 18px; }
  .thankyou-card { padding: 40px 24px; }
  .thankyou-card h2 { font-size: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .thankyou-card {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* Dynamic product catalogue */
.offer-card-image-placeholder {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(rgba(6, 31, 19, 0.16), rgba(6, 31, 19, 0.16)),
    url("../custom-blueprint-reference-bg.jpg") center / cover no-repeat;
}

.offer-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(2, 23, 14, 0.84) 0%, rgba(2, 23, 14, 0.58) 34%, rgba(2, 23, 14, 0) 64%);
}

.offer-card.has-designed-artwork::after {
  display: none;
}

.offer-card-copy {
  position: absolute;
  left: clamp(46px, 6vw, 96px);
  bottom: clamp(34px, 5vw, 76px);
  z-index: 2;
  width: min(420px, 36%);
  color: var(--white);
}

.offer-card-copy > span {
  display: block;
  margin-bottom: 12px;
  color: var(--lime);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.offer-card-copy h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1.12;
  font-weight: 700;
}

.offer-card-copy p {
  display: -webkit-box;
  margin: 16px 0 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.offer-card .offer-card-copy a {
  position: static;
  margin-top: 22px;
  width: fit-content;
}

.offer-card.has-designed-artwork .offer-card-copy > span,
.offer-card.has-designed-artwork .offer-card-copy h3,
.offer-card.has-designed-artwork .offer-card-copy p {
  display: none;
}

.offer-card.has-designed-artwork .offer-card-copy a {
  margin-top: 0;
}

.offer-shell.has-single-product .offer-card {
  width: min(76vw, 1240px);
}

.offer-empty {
  max-width: 1420px;
  min-height: 280px;
  margin: 0 auto;
  padding: 58px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background: var(--soft);
  border-left: 4px solid var(--lime);
}

.offer-empty h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 40px);
}

.offer-empty p {
  margin: 14px 0 24px;
  color: var(--muted);
}

.offer-empty a {
  min-height: 46px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  color: var(--dark-green);
  background: var(--lime);
  font-weight: 800;
}

.product-breadcrumbs {
  max-width: 1180px;
  margin: 0 auto;
  padding: 118px 32px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  color: var(--muted);
  font-size: 14px;
}

.product-breadcrumbs a {
  color: var(--green);
}

.simple-product-main {
  padding-top: 0;
}

.simple-product-image-placeholder {
  width: 100%;
  min-height: 430px;
  padding: 30px;
  display: grid;
  place-items: center;
  color: var(--green);
  background:
    linear-gradient(rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.62)),
    url("../custom-blueprint-reference-bg.jpg") center / cover no-repeat;
}

#rafea-product-main-image {
  transition: opacity 180ms ease;
}

.simple-product-thumbs {
  align-content: start;
}

.simple-product-thumb {
  width: 110px;
  height: 110px;
  padding: 0;
  overflow: hidden;
  background: var(--white);
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 180ms ease, opacity 180ms ease;
}

.simple-product-thumb:hover,
.simple-product-thumb.is-active {
  border-color: var(--green);
}

.simple-product-thumb img {
  width: 100%;
  height: 100%;
}

.simple-product-categories {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.simple-product-categories a {
  padding: 6px 10px;
  color: var(--green);
  background: rgba(168, 197, 31, 0.14);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.simple-product-lead {
  white-space: pre-line;
}

.simple-product-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.simple-product-copy .simple-download-link {
  margin-top: 18px;
  min-height: 46px;
  padding: 0 24px;
  display: inline-grid;
  place-items: center;
  color: var(--green);
  background: transparent;
  border: 1px solid rgba(11, 107, 55, 0.34);
  border-radius: 999px;
  font-weight: 800;
}

.simple-product-tabs {
  max-width: 1180px;
  display: flex;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}

.simple-product-tabs a {
  flex: 1 0 auto;
  min-width: 126px;
  padding: 0 18px;
  white-space: nowrap;
}

.simple-product-content {
  scroll-margin-top: 130px;
}

.simple-product-content--soft {
  background: var(--soft);
}

.simple-product-content-inner {
  max-width: 1080px;
  margin: 0 auto;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.8;
}

.simple-product-content-inner > :first-child {
  margin-top: 0;
}

.simple-product-content-inner > :last-child {
  margin-bottom: 0;
}

.simple-product-content-inner ul,
.simple-product-content-inner ol {
  padding-left: 1.35em;
}

.simple-product-content-inner li + li {
  margin-top: 9px;
}

.simple-product-content-inner img {
  max-width: 100%;
  height: auto;
}

.simple-product-parameters table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
}

.simple-product-parameters th,
.simple-product-parameters td {
  padding: 17px 20px;
  border: 1px solid rgba(27, 37, 32, 0.12);
  text-align: left;
  vertical-align: top;
}

.simple-product-parameters th {
  width: 34%;
  color: var(--green);
  background: #f7f9f4;
}

.simple-product-video iframe,
.simple-product-video video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
  background: var(--black);
}

.simple-external-media-link {
  min-height: 48px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  color: var(--white);
  background: var(--green);
  font-weight: 800;
}

.simple-product-download {
  padding: 48px max(8vw, calc((100vw - 1080px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  scroll-margin-top: 130px;
  color: var(--white);
  background: var(--green);
}

.simple-product-download span {
  color: var(--lime);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.simple-product-download h2 {
  margin: 8px 0 0;
  font-size: clamp(26px, 3vw, 38px);
}

.simple-product-download a {
  min-height: 48px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: var(--dark-green);
  background: var(--lime);
  font-weight: 800;
}

.simple-product-message {
  scroll-margin-top: 130px;
}

.product-catalog-page {
  background: #f7f9f5;
}

.product-catalog-main {
  padding-top: 98px;
}

.product-catalog-hero {
  padding: 88px max(6vw, calc((100vw - 1420px) / 2)) 58px;
  background: var(--white);
}

.product-catalog-hero > span {
  color: var(--lime);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-catalog-hero h1 {
  max-width: 900px;
  margin: 12px 0 18px;
  color: var(--ink);
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1;
}

.product-catalog-hero p,
.product-catalog-description {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.product-category-nav {
  padding: 22px max(6vw, calc((100vw - 1420px) / 2));
  display: flex;
  gap: 10px;
  overflow-x: auto;
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-category-nav a {
  min-height: 38px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: var(--ink);
  border: 1px solid rgba(27, 37, 32, 0.14);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.product-category-nav a:hover,
.product-category-nav a.is-active {
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
}

.product-catalog-list {
  padding: 64px max(6vw, calc((100vw - 1420px) / 2)) 96px;
}

.product-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.product-catalog-card {
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(27, 37, 32, 0.08);
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(6, 31, 19, 0.05);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.product-catalog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 56px rgba(6, 31, 19, 0.1);
}

.product-catalog-card__image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--soft);
}

.product-catalog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

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

.product-catalog-card__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--green);
  background:
    linear-gradient(rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.66)),
    url("../custom-blueprint-reference-bg.jpg") center / cover no-repeat;
  font-weight: 800;
}

.product-catalog-card__body {
  padding: 26px;
}

.product-catalog-card__category {
  display: block;
  margin-bottom: 10px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-catalog-card h2 {
  margin: 0;
  font-size: 23px;
  line-height: 1.25;
}

.product-catalog-card h2 a {
  color: var(--ink);
}

.product-catalog-card p {
  min-height: 4.8em;
  margin: 14px 0 24px;
  color: var(--muted);
  line-height: 1.6;
}

.product-catalog-card__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.product-catalog-card__actions a {
  min-height: 42px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
}

.product-card-read-more {
  color: var(--white);
  background: var(--green);
}

.product-card-quote {
  color: var(--green);
  border: 1px solid rgba(11, 107, 55, 0.28);
}

.product-catalog-list .nav-links {
  margin-top: 52px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.product-catalog-list .page-numbers {
  min-width: 42px;
  min-height: 42px;
  padding: 0 12px;
  display: inline-grid;
  place-items: center;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
}

.product-catalog-list .page-numbers.current,
.product-catalog-list .page-numbers:hover {
  color: var(--white);
  background: var(--green);
}

.product-catalog-empty {
  min-height: 300px;
  padding: 54px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background: var(--white);
  border-left: 4px solid var(--lime);
}

.product-catalog-empty h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 42px);
}

.product-catalog-empty p {
  color: var(--muted);
}

.product-catalog-empty a {
  min-height: 44px;
  margin-top: 14px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  color: var(--dark-green);
  background: var(--lime);
  font-weight: 800;
}

@media (max-width: 1040px) {
  .offer-card-copy {
    width: min(390px, 46%);
  }

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

@media (max-width: 760px) {
  .offer-card::after {
    background: linear-gradient(0deg, rgba(2, 23, 14, 0.9) 0%, rgba(2, 23, 14, 0.54) 56%, rgba(2, 23, 14, 0) 100%);
  }

  .offer-card-copy {
    left: 24px;
    right: 24px;
    bottom: 24px;
    width: auto;
  }

  .offer-card-copy > span,
  .offer-card-copy p {
    display: none;
  }

  .offer-card-copy h3 {
    font-size: 24px;
  }

  .offer-card .offer-card-copy a {
    margin-top: 14px;
  }

  .offer-empty {
    min-height: 250px;
    padding: 34px 24px;
  }

  .product-breadcrumbs {
    padding: 94px 22px 0;
  }

  .simple-product-image-placeholder {
    min-height: 300px;
  }

  .simple-product-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .simple-product-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .simple-product-tabs {
    margin: 0 14px;
    justify-content: flex-start;
  }

  .simple-product-tabs a {
    min-width: auto;
    padding: 0 17px;
  }

  .simple-product-content {
    padding: 38px 22px;
  }

  .simple-product-content h2,
  .simple-product-message h2 {
    font-size: 28px;
  }

  .simple-product-content-inner {
    font-size: 16px;
  }

  .simple-product-parameters th,
  .simple-product-parameters td {
    display: block;
    width: 100%;
  }

  .simple-product-parameters td {
    border-top: 0;
  }

  .simple-product-download {
    padding: 38px 22px;
    align-items: flex-start;
    flex-direction: column;
  }

  .product-catalog-main {
    padding-top: 78px;
  }

  .product-catalog-hero {
    padding: 58px 22px 42px;
  }

  .product-catalog-hero h1 {
    font-size: 42px;
  }

  .product-category-nav {
    padding: 17px 22px;
  }

  .product-catalog-list {
    padding: 42px 22px 72px;
  }

  .product-catalog-grid {
    grid-template-columns: 1fr;
  }

  .product-catalog-card p {
    min-height: 0;
  }

  .product-catalog-empty {
    padding: 36px 24px;
  }
}
