@import url("./styles-v2.css");

@media (max-width: 640px) {
  .hero-v2-copy {
    padding: 44px 0 28px;
  }

  .hero-v2 h1 {
    margin: 15px 0 18px;
    font-size: clamp(34px, 9.2vw, 36px);
    line-height: 1.06;
  }

  .hero-v2-copy > p {
    font-size: 14.5px;
    line-height: 1.62;
  }

  .hero-v2-actions {
    margin-top: 22px;
    gap: 10px;
  }

  .hero-v2-actions .button {
    min-height: 46px;
  }

  .hero-v2-line {
    margin-top: 26px;
  }

  .hero-v2-visual {
    min-height: 320px;
    padding: 0 0 20px;
  }

  .hero-v2-panel {
    min-height: 300px;
    padding: 18px;
  }

  .hero-v2-panel img {
    max-width: 88%;
    max-height: 270px;
  }
}

/* Q4 source panels keep their native aspect ratios after all shared image rules. */
.products-card .q4-pair img {
  width: auto !important;
  height: 250px !important;
  max-width: none;
}

.products-card .q4-pair {
  gap: 16px;
}

.products-card .q4-pair .q4-rear {
  margin: 0;
}

.products-card .q4-pair .q4-front {
  margin: 0;
}

@media (max-width: 640px) {
  .products-card .q4-pair img {
    height: 220px !important;
  }

  .products-card .q4-pair {
    gap: 14px;
  }

  .products-card .q4-pair .q4-rear {
    margin: 0;
  }

  .products-card .q4-pair .q4-front {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .hero-v2,
  .hero-v2-grid {
    min-height: 580px;
  }

  .hero-v2-visual {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .hero-v2-panel {
    min-height: 550px;
  }
}

@media (max-width: 767px) {
  .hero-v2-copy {
    padding-bottom: 38px;
  }
}

.home-approach {
  background: #fff;
}

.home-approach-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 100px;
  align-items: start;
}

.home-approach .section-head {
  margin: 0;
  max-width: 520px;
}

.home-approach-copy {
  min-width: 0;
}

.home-approach-lead {
  max-width: 820px;
  margin: 0 0 26px;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.22;
  letter-spacing: -.025em;
}

.home-approach-copy > p:not(.home-approach-lead) {
  max-width: 760px;
  margin-bottom: 36px;
  font-size: 17px;
}

.home-approach-points {
  border-top: 1px solid #cfd5d1;
}

.home-approach-points > div {
  display: grid;
  grid-template-columns: 48px minmax(180px, .55fr) minmax(0, 1fr);
  gap: 22px;
  align-items: baseline;
  padding: 22px 0;
  border-bottom: 1px solid #dbe1dd;
}

.home-approach-points span {
  color: var(--green-detail);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}

.home-approach-points strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.35;
}

.home-approach-points p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

@media (max-width: 1000px) {
  .home-approach-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}

@media (max-width: 640px) {
  .home-approach-grid {
    gap: 30px;
  }

  .home-approach-lead {
    margin-bottom: 22px;
    font-size: 25px;
    line-height: 1.32;
  }

  .home-approach-copy > p:not(.home-approach-lead) {
    margin-bottom: 28px;
    font-size: 16px;
  }

  .home-approach-points > div {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 9px 16px;
    padding: 21px 0;
  }

  .home-approach-points p {
    grid-column: 2;
    font-size: 13px;
  }
}

.home-focus {
  background: #f3f5f3;
}

.home-focus-head {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 90px;
  align-items: end;
  margin-bottom: 54px;
}

.home-focus-head .section-head {
  margin: 0;
  max-width: 680px;
}

.home-focus-note {
  max-width: 620px;
  margin: 0 0 7px;
  font-size: 16px;
  line-height: 1.75;
}

.home-focus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #cfd5d1;
  border-bottom: 1px solid #cfd5d1;
}

.home-focus-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 28px 25px 24px;
  border-right: 1px solid #cfd5d1;
}

.home-focus-card:last-child {
  border-right: 0;
}

.home-focus-card span {
  color: var(--green-detail);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}

.home-focus-card h3 {
  max-width: 260px;
  margin: 86px 0 14px;
  font-size: 21px;
  line-height: 1.22;
}

.home-focus-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.68;
}

@media (max-width: 1000px) {
  .home-focus-head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-focus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-focus-card:nth-child(2) {
    border-right: 0;
  }

  .home-focus-card:nth-child(-n+2) {
    border-bottom: 1px solid #cfd5d1;
  }
}

@media (max-width: 640px) {
  .home-focus-head {
    margin-bottom: 34px;
  }

  .home-focus-note {
    font-size: 15px;
  }

  .home-focus-grid {
    grid-template-columns: 1fr;
  }

  .home-focus-card,
  .home-focus-card:nth-child(2) {
    min-height: 0;
    padding: 25px 0;
    border-right: 0;
    border-bottom: 1px solid #cfd5d1;
  }

  .home-focus-card:last-child {
    border-bottom: 0;
  }

  .home-focus-card h3 {
    margin: 36px 0 12px;
    font-size: 22px;
  }
}

.home-products {
  background: #fff;
}

.home-products .section-head {
  max-width: 820px;
}

.home-products .section-head p {
  max-width: 780px;
}

.home-product-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.home-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--line);
  background: #fff;
}

.home-product-image {
  position: relative;
  display: grid;
  height: 390px;
  place-items: center;
  overflow: hidden;
  padding: 30px;
  background: #f3f5f3;
}

.home-product-image > img {
  position: absolute;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px) !important;
  height: calc(100% - 60px) !important;
  object-fit: contain;
  object-position: center;
}

.home-product-image > img.home-q4-final {
  top: 43px;
  left: 43px;
  width: calc(100% - 86px) !important;
  height: calc(100% - 86px) !important;
}

.home-product-image .q4-pair {
  gap: 16px;
}

.home-product-image .q4-pair img {
  width: auto !important;
  height: 250px !important;
  max-width: none;
}

.home-product-copy {
  padding: 23px 24px 25px;
  border-top: 1px solid var(--line);
}

.home-product-copy span {
  display: block;
  margin-bottom: 12px;
  color: var(--green-detail);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.home-product-copy h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.16;
}

.home-product-copy p {
  min-height: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.home-products-cta {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.home-oem-practical {
  background: #f3f5f3;
}

.home-oem-head {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
  gap: clamp(44px, 5vw, 78px);
  align-items: end;
  margin-bottom: 54px;
}

.home-oem-head .section-head {
  max-width: 760px;
  min-width: 0;
  margin: 0;
}

.home-oem-head h2 {
  max-width: 100%;
  overflow-wrap: normal;
}

.home-oem-intro {
  max-width: 650px;
  min-width: 0;
  margin: 0 0 7px;
  font-size: 16px;
  line-height: 1.75;
}

.home-oem-nowrap {
  white-space: normal;
}

.home-oem-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.home-oem-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  min-height: 100%;
  padding: 28px 26px 30px;
  border: 1px solid var(--line);
  background: #fff;
}

.home-oem-card span {
  display: block;
  margin-bottom: 54px;
  color: var(--green-detail);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}

.home-oem-card h3 {
  margin: 0 0 13px;
  font-size: 23px;
  line-height: 1.2;
}

.home-oem-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.home-oem-cta {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid #cfd5d1;
}

.home-brief {
  background: #fff;
}

.home-brief-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 96px;
  align-items: start;
}

.home-brief-grid .section-head {
  max-width: 620px;
  margin: 0;
}

.home-brief-copy > p {
  max-width: 720px;
  margin: 0 0 34px;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.65;
}

.home-brief-list {
  border-top: 1px solid #cfd5d1;
}

.home-brief-list > div {
  display: grid;
  grid-template-columns: 48px minmax(170px, .55fr) minmax(0, 1fr);
  gap: 22px;
  align-items: baseline;
  padding: 22px 0;
  border-bottom: 1px solid #dbe1dd;
}

.home-brief-list span {
  color: var(--green-detail);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}

.home-brief-list strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.35;
}

.home-brief-list p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.home-brief-copy .button {
  margin-top: 30px;
}

.home-contact-cta {
  padding: 104px 0 96px;
  background: #161a18;
  color: #fff;
}

.home-contact-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
  gap: 110px;
  align-items: end;
}

.home-contact-cta .eyebrow {
  color: #9bd2b2;
}

.home-contact-cta .eyebrow:before {
  background: #078c4a;
}

.home-contact-cta h2 {
  max-width: 760px;
  margin: 17px 0 0;
  color: #fff;
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: 1.04;
}

.home-contact-cta-copy p {
  max-width: 560px;
  margin: 0;
  color: #cbd4cf;
  font-size: 16px;
  line-height: 1.75;
}

.home-contact-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 31px;
  max-width: 360px;
}

.home-contact-cta .button-light {
  border-color: #fff;
  background: #fff;
  color: #161a18;
}

.home-contact-cta .button-light:hover {
  border-color: #078c4a;
  background: #078c4a;
  color: #fff;
}

.home-contact-secondary {
  border-color: rgba(255, 255, 255, .38);
  background: transparent;
  color: #fff;
}

.home-contact-secondary:hover {
  border-color: #078c4a;
  background: #078c4a;
}

#site-footer {
  padding: 58px 0 26px;
  background: #161a18;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.footer-main,
.footer-bottom {
  width: min(calc(100% - 48px), var(--max));
  margin: auto;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(0, 1.55fr);
  gap: 82px;
  padding-bottom: 48px;
}

.footer-brand-logo {
  display: inline-flex;
  align-items: center;
  padding: 0;
  background: transparent;
}

.footer-brand-logo img {
  width: auto;
  height: 42px;
}

.footer-brand p {
  max-width: 320px;
  margin: 16px 0 0;
  color: #c8d0cb;
  font-size: 13px;
  line-height: 1.65;
}

.footer-nav-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
}

.footer-group h3 {
  margin: 0 0 18px;
  color: #9bd2b2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

.footer-group a {
  display: block;
  margin-top: 11px;
  color: #d9e0dc;
  font-size: 13px;
  line-height: 1.35;
}

.footer-group a:hover {
  color: #9bd2b2;
}

.footer-bottom {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #929d97;
  font-size: 11px;
}

@media (max-width: 1000px) {
  .home-product-preview {
    grid-template-columns: 1fr;
  }

  .home-oem-head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-oem-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-brief-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .home-contact-cta-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (max-width: 900px) {
  .home-oem-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .home-product-preview {
    gap: 18px;
  }

  .home-product-image {
    height: 320px;
    padding: 24px;
  }

  .home-product-image > img {
    top: 24px;
    left: 24px;
    width: calc(100% - 48px) !important;
    height: calc(100% - 48px) !important;
  }

  .home-product-image > img.home-q4-final {
    top: 36px;
    left: 36px;
    width: calc(100% - 72px) !important;
    height: calc(100% - 72px) !important;
  }

  .home-product-image .q4-pair img {
    height: 220px !important;
  }

  .home-product-copy {
    padding: 21px 21px 23px;
  }

  .home-products-cta {
    justify-content: stretch;
    margin-top: 24px;
  }

  .home-products-cta .button {
    width: 100%;
  }

  .home-oem-head {
    margin-bottom: 34px;
  }

  .home-oem-intro {
    font-size: 15px;
  }

  .home-oem-cards {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-oem-card {
    padding: 22px 21px 25px;
  }

  .home-oem-card span {
    margin-bottom: 30px;
  }

  .home-oem-card h3 {
    font-size: 22px;
  }

  .home-oem-cta {
    justify-content: stretch;
    margin-top: 24px;
  }

  .home-oem-cta .button {
    width: 100%;
  }

  .home-brief-grid {
    gap: 30px;
  }

  .home-brief-copy > p {
    margin-bottom: 28px;
    font-size: 16px;
  }

  .home-brief-list > div {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 9px 16px;
    padding: 21px 0;
  }

  .home-brief-list p {
    grid-column: 2;
    font-size: 13px;
  }

  .home-brief-copy .button {
    width: 100%;
  }

  .home-contact-cta {
    padding: 76px 0 70px;
  }

  .home-contact-cta h2 {
    font-size: 40px;
    line-height: 1.07;
  }

  .home-contact-cta-copy p {
    font-size: 15px;
  }

  .home-contact-cta-actions {
    flex-direction: column;
    gap: 10px;
  }

  .home-contact-cta-actions .button {
    width: 100%;
  }

  .footer-main,
  .footer-bottom {
    width: min(calc(100% - 32px), var(--max));
  }

  .footer-main {
    padding-bottom: 38px;
  }

  .footer-brand-logo img {
    height: 38px;
  }

  .footer-nav-groups {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* Products v2: first-stage hero and range preview. */
.products-hero {
  padding: 96px 0 88px;
  background: #f7f8f6;
  border-bottom: 1px solid var(--line);
}

.products-hero:after {
  display: none;
}

.products-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .78fr);
  gap: 96px;
  align-items: end;
}

.products-hero-copy h1 {
  max-width: 760px;
  margin: 18px 0 24px;
  font-size: clamp(48px, 5.4vw, 74px);
  line-height: 1.02;
}

.products-hero-copy p {
  max-width: 720px;
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
}

.products-hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}

.products-hero-guide {
  border-top: 1px solid #cfd5d1;
}

.products-hero-guide > div {
  display: grid;
  grid-template-columns: 42px 118px minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
  padding: 22px 0;
  border-bottom: 1px solid #d6ddd9;
}

.products-hero-guide span,
.products-hero-guide strong {
  color: var(--green-detail);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}

.products-hero-guide p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.products-range-preview {
  background: #fff;
}

.products-range-preview .section-head {
  max-width: 780px;
}

.products-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.products-preview-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  scroll-margin-top: 96px;
  border: 1px solid var(--line);
  background: #fff;
}

.products-preview-image {
  position: relative;
  display: grid;
  height: 340px;
  place-items: center;
  overflow: hidden;
  background: #f3f5f3;
  border-bottom: 1px solid var(--line);
}

.products-preview-image img {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 30px;
  object-fit: contain;
  object-position: center;
}

.products-preview-image.is-empty {
  background: #f0f2f1;
}

.products-preview-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 23px 24px 25px;
}

.products-preview-copy > span {
  display: block;
  margin-bottom: 12px;
  color: var(--green-detail);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
}

.products-preview-copy h3 {
  margin: 0 0 11px;
  font-size: 25px;
  line-height: 1.12;
}

.products-preview-copy h3 a {
  display: inline-block;
}

.products-preview-copy p {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.62;
}

.products-preview-copy .text-link {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.products-range-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  margin-top: 30px;
  padding: 27px 0 0;
  border-top: 1px solid var(--line);
}

.products-range-cta h3 {
  margin: 0 0 8px;
  font-size: 25px;
  line-height: 1.2;
}

.products-range-cta p {
  max-width: 720px;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.products-range-cta .button {
  flex: 0 0 auto;
}

.product-detail-hero {
  padding: 86px 0 92px;
  background: #fff;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 64px;
  align-items: center;
}

.product-detail-visual {
  display: grid;
  min-height: 560px;
  margin: 0;
  place-items: center;
  background: #f3f5f3;
  border: 1px solid var(--line);
}

.product-detail-visual > img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  padding: 46px;
  object-fit: contain;
}

.product-detail-q4-pair {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
  width: 100%;
  padding: 44px;
}

.product-detail-q4-pair img {
  max-width: 46%;
  max-height: 500px;
  object-fit: contain;
}

.product-detail-copy h1 {
  margin: 18px 0 10px;
  font-size: clamp(52px, 6vw, 78px);
  line-height: .98;
}

.product-model-code {
  white-space: nowrap;
}

.product-detail-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
}

.product-detail-lead {
  max-width: 640px;
  margin-bottom: 30px;
  font-size: 17px;
}

.product-detail-info {
  border-top: 1px solid var(--line);
}

.product-detail-info > div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.product-detail-info span {
  color: var(--green-detail);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.product-detail-info p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

@media (max-width: 1000px) {
  .products-hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .products-preview-grid {
    grid-template-columns: 1fr;
  }

  .product-detail-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .product-detail-visual {
    min-height: 430px;
  }
}

@media (max-width: 640px) {
  .products-hero {
    padding: 70px 0 68px;
  }

  .products-hero-copy h1 {
    font-size: 42px;
    line-height: 1.06;
  }

  .products-hero-copy p {
    font-size: 16px;
  }

  .products-hero-actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 26px;
  }

  .products-hero-actions .button {
    width: 100%;
  }

  .products-hero-guide > div {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 8px 15px;
    padding: 19px 0;
  }

  .products-hero-guide p {
    grid-column: 2;
    font-size: 13px;
  }

  .products-preview-grid {
    gap: 18px;
  }

  .products-preview-card {
    scroll-margin-top: 84px;
  }

  .products-preview-image {
    height: 300px;
  }

  .products-preview-image img {
    padding: 24px;
  }

  .products-preview-copy {
    padding: 21px 21px 23px;
  }

  .products-preview-copy h3 {
    font-size: 24px;
  }

  .products-preview-copy p {
    font-size: 14px;
  }

  .products-range-cta {
    align-items: stretch;
    flex-direction: column;
    gap: 22px;
    width: 100%;
    max-width: 100%;
    margin-top: 24px;
    padding-top: 24px;
  }

  .products-range-cta > div {
    min-width: 0;
    max-width: 100%;
  }

  .products-range-cta h3 {
    font-size: 24px;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .products-range-cta .button {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    gap: 12px;
    justify-content: space-between;
    white-space: normal;
  }

  .product-detail-hero {
    padding: 68px 0 74px;
  }

  .product-detail-visual {
    min-height: 330px;
  }

  .product-detail-visual > img {
    max-height: 310px;
    padding: 28px;
  }

  .product-detail-q4-pair {
    gap: 12px;
    padding: 28px;
  }

  .product-detail-q4-pair img {
    max-height: 290px;
  }

  .product-detail-copy h1 {
    font-size: 46px;
  }

  .product-detail-copy h2 {
    font-size: 29px;
  }

  .product-detail-info > div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 19px 0;
  }

  .product-detail-actions {
    flex-direction: column;
  }

  .product-detail-actions .button {
    width: 100%;
  }
}

@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  #site-header,
  #main,
  #site-footer {
    max-width: 100%;
    overflow-x: clip;
  }

  .nav-wrap,
  .container,
  .footer-main,
  .footer-bottom {
    width: calc(100% - 32px);
    max-width: var(--max);
  }

  .nav-wrap {
    height: 68px;
    gap: 16px;
  }

  .logo img {
    height: 34px;
    max-width: 160px;
    object-fit: contain;
  }

  .products-range-preview,
  .products-range-preview .container,
  .products-preview-grid,
  .products-preview-card,
  .products-range-cta,
  .products-range-cta > div {
    min-width: 0;
    max-width: 100%;
  }

  .products-range-cta h3,
  .products-range-cta p {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .products-range-cta .button {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    justify-content: space-between;
    white-space: normal;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 36px;
  }

  .footer-brand,
  .footer-nav-groups,
  .footer-group,
  .footer-bottom {
    min-width: 0;
    max-width: 100%;
  }

  .footer-brand-logo img {
    height: 34px;
    max-width: 150px;
    object-fit: contain;
  }

  .footer-brand p {
    max-width: 100%;
  }

  .footer-nav-groups {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* OEM & ODM stage one */
.oem-hero-copy h1 {
  max-width: 790px;
  margin: 18px 0 24px;
  font-size: clamp(48px, 5.1vw, 70px);
  line-height: 1.03;
}

.oem-hero-copy h1 span {
  white-space: normal;
}

.oem-build-scope ol {
  margin-bottom: 0;
}

.oem-build-scope li {
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: start;
  padding: 19px 0;
}

.oem-build-scope li strong {
  display: block;
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 1.25;
}

.oem-build-scope li p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.oem-align {
  background: #f7f8f6;
}

.oem-align .section-head {
  max-width: 820px;
}

.oem-align .section-head h2 {
  max-width: 900px;
}

.oem-align-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #cfd5d1;
}

.oem-align-item {
  min-height: 310px;
  padding: 30px 28px 26px;
  border-right: 1px solid #cfd5d1;
}

.oem-align-item:last-child {
  border-right: 0;
}

.oem-align-item > span {
  display: block;
  color: var(--green-detail);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.oem-align-item h3 {
  margin: 74px 0 14px;
  font-size: 24px;
  line-height: 1.2;
}

.oem-align-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.oem-partner-fit {
  background: #fff;
}

.oem-partner-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 110px;
  align-items: start;
}

.oem-partner-copy h2 {
  max-width: 620px;
  margin: 18px 0 20px;
  font-size: clamp(38px, 4.1vw, 58px);
  line-height: 1.07;
}

.oem-partner-copy p {
  max-width: 570px;
  margin: 0;
  font-size: 17px;
}

.oem-partner-list {
  border-top: 1px solid #cfd5d1;
}

.oem-partner-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 24px;
  padding: 31px 0;
  border-bottom: 1px solid #cfd5d1;
}

.oem-partner-item > span {
  color: var(--green-detail);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.oem-partner-item h3 {
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 1.2;
}

.oem-partner-item p {
  max-width: 700px;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.oem-contact-cta {
  border-top: 1px solid rgba(255, 255, 255, .12);
}

@media (max-width: 767px) {
  .oem-hero {
    padding: 68px 0 64px;
  }

  .oem-hero-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .oem-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(39px, 11vw, 42px);
    line-height: 1.05;
  }

  .oem-hero-copy > p {
    font-size: 16px;
  }

  .oem-hero-actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 26px;
  }

  .oem-hero-actions .button {
    width: 100%;
    min-width: 0;
  }

  .oem-scope {
    max-width: 100%;
    padding: 26px 22px 22px;
  }

  .oem-build-scope li {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 18px 0;
  }

  .oem-align-grid {
    grid-template-columns: 1fr;
  }

  .oem-align-item {
    min-height: 0;
    padding: 27px 0;
    border-right: 0;
    border-bottom: 1px solid #cfd5d1;
  }

  .oem-align-item:last-child {
    border-bottom: 0;
  }

  .oem-align-item h3 {
    margin: 36px 0 12px;
    font-size: 23px;
  }

  .oem-partner-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .oem-partner-copy h2 {
    max-width: 100%;
    font-size: 38px;
    line-height: 1.08;
  }

  .oem-partner-copy p {
    max-width: 100%;
    font-size: 16px;
  }

  .oem-partner-item {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 18px;
    padding: 25px 0;
  }

  .oem-partner-item h3 {
    font-size: 22px;
  }

  .oem-contact-cta .home-contact-cta-actions .button {
    width: 100%;
  }
}

/* About SUPTER stage one */
.about-stage-hero {
  padding: 88px 0 82px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.about-stage-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr);
  gap: 92px;
  align-items: center;
}

.about-stage-copy {
  min-width: 0;
}

.about-stage-copy h1 {
  max-width: 760px;
  margin: 18px 0 24px;
  font-size: clamp(50px, 5vw, 70px);
  line-height: 1.03;
}

.about-stage-copy > p {
  max-width: 760px;
  margin: 0;
  font-size: 18px;
}

.about-stage-actions {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}

.about-stance {
  min-width: 0;
  padding: 34px 34px 28px;
  background: #f3f5f3;
  border: 1px solid var(--line);
}

.about-stance-head {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--green-detail);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

.about-stance-head i {
  height: 1px;
  flex: 1;
  background: var(--green-detail);
}

.about-stance ol {
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.about-stance li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: start;
  padding: 19px 0;
  border-top: 1px solid #d4dad6;
}

.about-stance li:last-child {
  border-bottom: 1px solid #d4dad6;
}

.about-stance li span {
  color: var(--green-detail);
  font-size: 10px;
  font-weight: 800;
}

.about-stance li strong {
  display: block;
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 1.25;
}

.about-stance li p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.about-point {
  background: #f7f8f6;
}

.about-point-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 100px;
  align-items: end;
  margin-bottom: 50px;
}

.about-point-head .section-head {
  margin: 0;
}

.about-point-head .section-head h2 {
  max-width: 720px;
}

.about-point-head > p {
  max-width: 690px;
  margin: 0 0 6px;
  font-size: 17px;
}

.about-point-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #cfd5d1;
}

.about-point-item {
  min-height: 300px;
  padding: 30px 28px 26px;
  border-right: 1px solid #cfd5d1;
}

.about-point-item:last-child {
  border-right: 0;
}

.about-point-item > span {
  display: block;
  color: var(--green-detail);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.about-point-item h3 {
  margin: 74px 0 14px;
  font-size: 24px;
  line-height: 1.2;
}

.about-point-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .about-stage-hero {
    padding: 68px 0 64px;
  }

  .about-stage-hero-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .about-stage-copy h1 {
    max-width: 100%;
    font-size: clamp(40px, 11vw, 42px);
    line-height: 1.05;
  }

  .about-stage-copy > p {
    font-size: 16px;
  }

  .about-stage-actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 26px;
  }

  .about-stage-actions .button {
    width: 100%;
    min-width: 0;
  }

  .about-stance {
    max-width: 100%;
    padding: 26px 22px 22px;
  }

  .about-stance li {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 18px 0;
  }

  .about-point-head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 38px;
  }

  .about-point-head .section-head h2 {
    max-width: 100%;
  }

  .about-point-head > p {
    max-width: 100%;
    font-size: 16px;
  }

  .about-point-grid {
    grid-template-columns: 1fr;
  }

  .about-point-item {
    min-height: 0;
    padding: 27px 0;
    border-right: 0;
    border-bottom: 1px solid #cfd5d1;
  }

  .about-point-item:last-child {
    border-bottom: 0;
  }

  .about-point-item h3 {
    margin: 36px 0 12px;
    font-size: 23px;
  }
}

.insights-hero {
  padding: 92px 0 84px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.insights-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
  gap: 92px;
  align-items: end;
}

.insights-hero h1,
.insight-article-hero h1 {
  max-width: 840px;
  margin: 18px 0 24px;
  font-size: clamp(48px, 5.2vw, 72px);
  line-height: 1.04;
  letter-spacing: 0;
}

.insights-hero p,
.insight-article-hero p {
  max-width: 760px;
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
}

.insights-hero-note {
  display: grid;
  gap: 0;
  padding: 16px 0;
  border-top: 1px solid #cfd5d1;
  border-bottom: 1px solid #cfd5d1;
}

.insights-hero-note span {
  padding: 18px 0;
  border-bottom: 1px solid #d9dedb;
  color: var(--green-detail);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

.insights-hero-note span:last-child {
  border-bottom: 0;
}

.insights-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 100px;
  align-items: start;
}

.insights-inline-link {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.insights-inline-link a,
.article-content a {
  color: var(--dark);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--green-detail);
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}

.insight-card {
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
  gap: 46px;
  align-items: stretch;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
}

.insight-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 330px;
  background: #f3f5f3;
  overflow: hidden;
}

.insight-card-image img {
  width: min(82%, 320px);
  height: 280px;
  object-fit: contain;
}

.insight-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.insight-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--green-detail);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.insight-card h2 {
  max-width: 680px;
  margin: 28px 0 16px;
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.08;
}

.insight-card h2 a {
  color: inherit;
  text-decoration: none;
}

.insight-card p {
  max-width: 650px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.insights-more-note {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.insights-cta,
.article-bottom-cta {
  padding: 82px 0;
  background: var(--green-soft);
}

.insights-cta-inner,
.article-bottom-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: end;
}

.insights-cta h2,
.article-bottom-cta h2 {
  max-width: 720px;
  margin: 16px 0 16px;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.05;
}

.insights-cta p,
.article-bottom-cta p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.insights-cta-actions,
.article-bottom-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.insight-article-hero {
  padding: 78px 0 72px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.insight-article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .7fr);
  gap: 82px;
  align-items: center;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.breadcrumb a {
  color: var(--dark);
  text-decoration: none;
}

.article-pub {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
  color: var(--green-detail);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.article-takeaway {
  max-width: 680px;
  margin-top: 30px;
  padding: 22px 24px;
  background: var(--green-soft);
  border: 1px solid var(--green-line);
}

.article-takeaway strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green-detail);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.article-takeaway p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.insight-article-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 430px;
  margin: 0;
  background: #f3f5f3;
  border: 1px solid var(--line);
}

.insight-article-visual img {
  width: min(78%, 340px);
  height: 350px;
  object-fit: contain;
}

.article-shell {
  display: grid;
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
  padding-top: 72px;
  padding-bottom: 82px;
}

.article-content {
  min-width: 0;
}

.article-content section {
  padding: 0 0 42px;
  margin: 0 0 42px;
  border-bottom: 1px solid var(--line);
}

.article-content section:last-child {
  margin-bottom: 0;
}

.article-content h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.14;
}

.article-content h3 {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.3;
}

.article-content p,
.article-content li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.article-content p {
  margin: 0 0 18px;
}

.article-content ul,
.article-content ol {
  margin: 18px 0 20px;
  padding-left: 24px;
}

.article-content li {
  margin: 8px 0;
}

.article-faq {
  padding-top: 8px;
}

.faq-item {
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.faq-item:first-of-type {
  margin-top: 26px;
}

.faq-item p {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .insights-hero-grid,
  .insights-intro-grid,
  .insight-card,
  .insights-cta-inner,
  .insight-article-hero-grid,
  .article-bottom-cta-inner {
    grid-template-columns: 1fr;
  }

  .insights-hero-grid,
  .insight-article-hero-grid {
    gap: 40px;
  }

  .insights-cta-actions,
  .article-bottom-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .insights-hero,
  .insight-article-hero {
    padding: 66px 0 62px;
  }

  .insights-hero h1,
  .insight-article-hero h1 {
    font-size: clamp(39px, 10vw, 43px);
    line-height: 1.07;
  }

  .insights-hero p,
  .insight-article-hero p {
    font-size: 16px;
  }

  .insights-intro-grid {
    gap: 22px;
  }

  .insight-card {
    gap: 24px;
    padding: 18px;
  }

  .insight-card-image {
    min-height: 260px;
  }

  .insight-card-image img {
    width: min(78%, 260px);
    height: 220px;
  }

  .insight-card h2 {
    margin-top: 22px;
    font-size: 30px;
  }

  .insights-cta,
  .article-bottom-cta {
    padding: 58px 0;
  }

  .insights-cta h2,
  .article-bottom-cta h2 {
    font-size: 34px;
  }

  .insights-cta-actions,
  .article-bottom-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .insights-cta-actions .button,
  .article-bottom-actions .button {
    width: 100%;
    min-width: 0;
  }

  .breadcrumb {
    font-size: 12px;
  }

  .article-pub {
    gap: 10px;
  }

  .article-takeaway {
    padding: 20px;
  }

  .insight-article-visual {
    min-height: 310px;
  }

  .insight-article-visual img {
    width: min(76%, 250px);
    height: 250px;
  }

  .article-shell {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .article-content section {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }

  .article-content h2 {
    font-size: 27px;
  }

  .article-content p,
  .article-content li {
    font-size: 16px;
  }
}

.insights-hero-compact {
  padding: 72px 0 54px;
}

.insights-hero-simple {
  max-width: 980px;
}

.insights-hero-simple h1 {
  max-width: 780px;
  margin: 16px 0 18px;
  font-size: clamp(42px, 4.5vw, 62px);
}

.insights-hero-simple p {
  max-width: 850px;
}

.insights-list-tight {
  padding-top: 62px;
}

.insight-card-featured {
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
}

.insight-card-gallery {
  display: block;
  background: transparent;
  border: 1px solid rgba(22, 26, 24, .08);
  overflow: hidden;
}

.insight-card-gallery img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.insight-article-hero-refined {
  padding-bottom: 64px;
}

.insight-article-hero-refined h1 {
  max-width: 800px;
  font-size: clamp(44px, 4.8vw, 66px);
}

.insight-article-gallery {
  display: block;
  align-self: center;
  margin: 0;
  background: transparent;
  border: 1px solid rgba(22, 26, 24, .08);
  overflow: hidden;
}

.insight-article-gallery img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.article-key-takeaway {
  padding: 34px 0;
  background: #f7f8f6;
  border-bottom: 1px solid var(--line);
}

.article-key-takeaway .article-takeaway {
  max-width: none;
  margin: 0;
}

.article-shell-refined {
  grid-template-columns: minmax(0, 940px);
}

.article-content .decision-card-grid,
.article-content .door-check-grid,
.article-content .article-product-grid,
.article-content .sample-check-grid {
  margin: 28px 0 30px;
}

.decision-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.decision-card {
  min-height: 215px;
  padding: 24px 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.decision-card span {
  color: var(--green-detail);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.decision-card h3 {
  margin: 54px 0 12px;
  font-size: 21px;
}

.decision-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.door-check-grid,
.sample-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.door-check-grid div,
.sample-check-grid div {
  min-height: 74px;
  display: flex;
  align-items: center;
  padding: 18px;
  background: #f3f5f3;
  border: 1px solid var(--line);
  color: var(--dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.useful-note {
  margin: 28px 0 0;
  padding: 22px 24px;
  background: var(--green-soft);
  border: 1px solid var(--green-line);
}

.useful-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green-detail);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.useful-note p {
  margin: 0;
  color: var(--dark);
  font-size: 15px;
}

.article-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.article-product-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
}

.article-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 190px;
  background: #f3f5f3;
  overflow: hidden;
}

.article-product-image img {
  width: 230%;
  height: 190px;
  object-fit: contain;
}

.article-product-card span {
  color: var(--green-detail);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.article-product-card h3 {
  margin: 10px 0 10px;
  font-size: 22px;
}

.article-product-card p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.6;
}

.branding-step-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 28px 0 30px !important;
  padding: 0 !important;
  list-style: none;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.branding-step-list li {
  min-height: 150px;
  margin: 0;
  padding: 20px 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--dark);
  counter-increment: brandStep;
}

.branding-step-list li::before {
  content: "0" counter(brandStep);
  display: block;
  margin-bottom: 42px;
  color: var(--green-detail);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.branding-step-list span {
  display: block;
  color: var(--dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.brief-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 26px 0 28px !important;
  padding: 0 !important;
  list-style: none;
  counter-reset: briefItem;
}

.brief-checklist li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 0;
  padding: 16px 18px;
  background: #f7f8f6;
  border: 1px solid var(--line);
  color: var(--dark);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  counter-increment: briefItem;
}

.brief-checklist li::before {
  content: counter(briefItem, decimal-leading-zero);
  color: var(--green-detail);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

@media (max-width: 1024px) {
  .decision-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .branding-step-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .article-product-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .insights-hero-compact {
    padding: 54px 0 40px;
  }

  .insights-hero-simple h1,
  .insight-article-hero-refined h1 {
    font-size: clamp(34px, 9vw, 40px);
  }

  .insights-list-tight {
    padding-top: 42px;
  }

  .insight-card-featured {
    grid-template-columns: 1fr;
  }

  .insight-card-gallery,
  .insight-article-gallery {
    width: 100%;
  }

  .decision-card-grid,
  .door-check-grid,
  .sample-check-grid,
  .branding-step-list,
  .brief-checklist {
    grid-template-columns: 1fr;
  }

  .decision-card {
    min-height: 0;
  }

  .decision-card h3 {
    margin-top: 30px;
  }

  .article-product-card {
    grid-template-columns: 1fr;
  }

  .article-product-image {
    min-height: 230px;
  }

  .article-product-image img {
    width: 220%;
    height: 235px;
  }

  .branding-step-list li {
    min-height: 0;
  }

  .branding-step-list li::before {
    margin-bottom: 22px;
  }
}

/* Selection Guide article layout refinement */
.insight-article-refined .insight-article-hero {
  padding: 62px 0 58px;
}

.insight-article-refined .insight-article-hero-grid {
  max-width: 1240px;
  grid-template-columns: minmax(0, 55fr) minmax(0, 42fr);
  gap: clamp(48px, 4.8vw, 64px);
}

.insight-article-refined .insight-article-hero-refined h1 {
  max-width: 680px;
  font-size: clamp(56px, 4.25vw, 64px);
  line-height: 1.01;
}

.insight-article-refined .insight-article-hero-refined p {
  max-width: 620px;
}

.insight-article-refined .article-pub {
  gap: 12px 18px;
  margin-top: 18px;
}

.insight-article-refined .insight-article-gallery {
  border: 1px solid rgba(22, 26, 24, .06);
  background: transparent;
  box-shadow: none;
}

.insight-article-refined .article-key-takeaway {
  padding: 26px 0;
}

.insight-article-refined .article-key-takeaway .article-takeaway {
  max-width: 1080px;
  padding: 24px 26px;
  border-color: rgba(191, 227, 207, .8);
}

.insight-article-refined .article-takeaway strong {
  color: var(--dark);
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
}

.insight-article-refined .article-shell-refined {
  grid-template-columns: minmax(0, 1080px);
  padding-top: 88px;
}

.insight-article-refined .article-content section {
  padding-bottom: 82px;
  margin-bottom: 92px;
}

.insight-article-refined .article-content section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.insight-article-refined .article-content h2 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(38px, 3.2vw, 44px);
  line-height: 1.1;
}

.insight-article-refined .article-content p {
  max-width: 880px;
  line-height: 1.72;
}

.insight-article-refined .article-content .decision-card-grid,
.insight-article-refined .article-content .door-check-grid,
.insight-article-refined .article-content .article-product-grid,
.insight-article-refined .article-content .sample-check-grid {
  margin: 34px 0 34px;
}

.insight-article-refined .decision-card-grid {
  gap: 22px;
  border: 0;
}

.insight-article-refined .decision-card {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
}

.insight-article-refined .decision-card h3 {
  margin-top: 48px;
  font-size: 20px;
}

.insight-article-refined .door-check-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.insight-article-refined .door-check-grid div {
  min-height: 86px;
  background: #fff;
  border-color: var(--line);
}

.insight-article-refined .article-product-grid {
  gap: 26px;
}

.insight-article-refined .article-product-card {
  grid-template-columns: minmax(170px, .48fr) minmax(0, 1fr);
  min-height: 300px;
  padding: 22px;
  gap: 24px;
}

.insight-article-refined .article-product-image {
  min-height: 245px;
}

.insight-article-refined .article-product-image img {
  width: 230%;
  height: 245px;
}

.insight-article-refined .sample-check-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.insight-article-refined .sample-check-grid div {
  min-height: 78px;
  background: #fff;
  border-color: rgba(223, 230, 225, .9);
  font-weight: 650;
}

.insight-article-refined .branding-step-list {
  position: relative;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}

.insight-article-refined .branding-step-list li {
  min-height: 154px;
}

.insight-article-refined .brief-checklist {
  max-width: 960px;
  gap: 14px;
}

.insight-article-refined .article-faq {
  border-bottom: 0;
}

.insight-article-refined .faq-item {
  padding: 26px 0;
}

@media (max-width: 1024px) {
  .insight-article-refined .insight-article-hero-grid {
    grid-template-columns: 1fr;
  }

  .insight-article-refined .insight-article-hero-refined h1 {
    max-width: 760px;
  }

  .insight-article-refined .door-check-grid,
  .insight-article-refined .sample-check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .insight-article-refined .branding-step-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .insight-article-refined .insight-article-hero {
    padding: 48px 0 42px;
  }

  .insight-article-refined .insight-article-hero-refined h1 {
    font-size: clamp(34px, 9vw, 40px);
  }

  .insight-article-refined .article-key-takeaway {
    padding: 20px 0;
  }

  .insight-article-refined .article-shell-refined {
    padding-top: 58px;
  }

  .insight-article-refined .article-content section {
    padding-bottom: 58px;
    margin-bottom: 66px;
  }

  .insight-article-refined .article-content h2 {
    font-size: clamp(28px, 8vw, 34px);
  }

  .insight-article-refined .decision-card-grid,
  .insight-article-refined .door-check-grid,
  .insight-article-refined .sample-check-grid,
  .insight-article-refined .brief-checklist {
    grid-template-columns: 1fr;
  }

  .insight-article-refined .decision-card {
    padding: 22px;
  }

  .insight-article-refined .article-product-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .insight-article-refined .article-product-image {
    min-height: 270px;
  }

  .insight-article-refined .article-product-image img {
    height: 270px;
  }
}

/* Final article review polish */
.insight-article-refined .breadcrumb {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 1.35;
}

.insight-article-refined .eyebrow {
  margin-bottom: 14px;
}

.insight-article-refined .insight-article-hero {
  padding: 54px 0 48px;
}

.insight-article-refined .insight-article-hero-refined h1 {
  font-size: clamp(54px, 4.05vw, 62px);
  line-height: 1;
}

.insight-article-refined .insight-article-hero-refined p {
  margin-top: 22px;
  color: #4f5a54;
}

.insight-article-refined .article-pub {
  margin-top: 14px;
}

.insight-article-refined .article-key-takeaway {
  padding: 22px 0;
}

.insight-article-refined .article-key-takeaway .article-takeaway {
  padding: 22px 24px;
  background: #edf7f1;
  border-color: rgba(191, 227, 207, .58);
}

.insight-article-refined .article-shell-refined {
  padding-top: 78px;
}

.insight-article-refined .article-content section {
  padding-bottom: 68px;
  margin-bottom: 80px;
  border-bottom-color: rgba(223, 230, 225, .72);
}

.insight-article-refined .article-content h2 {
  font-size: clamp(37px, 3vw, 42px);
}

.insight-article-refined .article-content p,
.insight-article-refined .article-content li {
  color: #55605a;
}

.insight-article-refined .decision-card-grid {
  gap: 20px;
}

.insight-article-refined .decision-card {
  min-height: 0;
  padding: 24px 22px;
  border-color: rgba(223, 230, 225, .72);
}

.insight-article-refined .decision-card h3 {
  margin: 28px 0 9px;
}

.insight-article-refined .decision-card p {
  font-size: 14px;
}

.insight-article-refined .article-content .decision-card-grid + p {
  margin-top: 36px;
}

.insight-article-refined .door-check-grid {
  gap: 0 24px;
}

.insight-article-refined .door-check-grid div {
  min-height: 0;
  padding: 18px 0 17px;
  background: transparent;
  border-width: 0 0 1px;
  border-color: rgba(223, 230, 225, .95);
  position: relative;
}

.insight-article-refined .door-check-grid div::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin-bottom: 14px;
  background: var(--green-detail);
}

.insight-article-refined .useful-note {
  max-width: 880px;
  padding: 24px;
  border-color: rgba(191, 227, 207, .62);
}

.insight-article-refined .article-product-card {
  grid-template-columns: minmax(220px, .43fr) minmax(0, .57fr);
  min-height: 278px;
  padding: 18px;
  border-color: rgba(223, 230, 225, .72);
}

.insight-article-refined .article-product-image {
  min-height: 240px;
  background: #f3f5f3;
  overflow: hidden;
}

.insight-article-refined .article-product-image img {
  width: 255%;
  height: 272px;
  max-width: none;
  flex: 0 0 auto;
}

.insight-article-refined .article-product-card h3 {
  font-size: 21px;
}

.insight-article-refined .sample-check-grid {
  gap: 0 22px;
  counter-reset: sampleItem;
}

.insight-article-refined .sample-check-grid div {
  min-height: 0;
  padding: 18px 0;
  background: transparent;
  border-width: 0 0 1px;
  border-color: rgba(223, 230, 225, .95);
  align-items: flex-start;
  gap: 10px;
  counter-increment: sampleItem;
}

.insight-article-refined .sample-check-grid div::before {
  content: counter(sampleItem, decimal-leading-zero);
  flex: 0 0 auto;
  color: var(--green-detail);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.insight-article-refined .branding-step-list {
  border: 0;
}

.insight-article-refined .branding-step-list li {
  min-height: 0;
  padding: 18px 18px 0 0;
  border: 0;
  position: relative;
}

.insight-article-refined .branding-step-list li::before {
  margin-bottom: 28px;
}

.insight-article-refined .branding-step-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 38px;
  right: 18px;
  height: 1px;
  background: rgba(223, 230, 225, .95);
}

.insight-article-refined .brief-checklist {
  gap: 0 28px;
}

.insight-article-refined .brief-checklist li {
  padding: 18px 0;
  background: transparent;
  border-width: 0 0 1px;
  border-color: rgba(223, 230, 225, .95);
}

.insight-article-refined .brief-checklist + p {
  margin-top: 30px;
}

.insight-article-refined .article-faq h2 {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(223, 230, 225, .95);
}

.insight-article-refined .faq-item {
  padding: 28px 0;
}

.insight-article-refined .faq-item h3 {
  margin-bottom: 12px;
  font-size: clamp(18px, 1.5vw, 20px);
}

.insight-article-refined .article-bottom-cta {
  margin-top: 8px;
}

@media (max-width: 1024px) {
  .insight-article-refined .article-product-card {
    grid-template-columns: minmax(210px, .42fr) minmax(0, .58fr);
  }
}

@media (max-width: 767px) {
  .insight-article-refined .breadcrumb {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 1.3;
  }

  .insight-article-refined .eyebrow {
    margin-bottom: 10px;
  }

  .insight-article-refined .article-pub {
    gap: 8px 14px;
    line-height: 1.45;
  }

  .insight-article-refined .article-content section {
    padding-bottom: 50px;
    margin-bottom: 60px;
  }

  .insight-article-refined .door-check-grid,
  .insight-article-refined .sample-check-grid {
    gap: 0;
  }

  .insight-article-refined .article-product-card {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .insight-article-refined .article-product-image {
    min-height: 300px;
  }

  .insight-article-refined .article-product-image img {
    width: 260%;
    height: 310px;
  }

  .insight-article-refined .branding-step-list li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 0 0 24px;
  }

  .insight-article-refined .branding-step-list li::before {
    margin-bottom: 0;
  }

  .insight-article-refined .branding-step-list li:not(:last-child)::after {
    top: 24px;
    left: 12px;
    width: 1px;
    height: calc(100% - 12px);
    right: auto;
  }

  .insight-article-refined .brief-checklist {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .insight-article-refined .article-content,
  .insight-article-refined .article-content section,
  .insight-article-refined .article-content p,
  .insight-article-refined .article-content li,
  .insight-article-refined .article-content h2,
  .insight-article-refined .article-product-card,
  .insight-article-refined .article-product-card * {
    min-width: 0;
    overflow-wrap: break-word;
  }

  .private-label-packaging-guide .insight-article-hero-grid > * {
    min-width: 0;
  }

  .private-label-packaging-guide .insight-article-hero-refined h1 {
    max-width: 100%;
    font-size: clamp(34px, 9vw, 40px);
    line-height: 1.04;
    overflow-wrap: break-word;
  }
}

/* Final local visual pass: unify desktop navigation rhythm and tune article product image fit. */
@media (min-width: 1001px) {
  #site-header .nav-wrap {
    gap: 30px;
  }

  #site-header .desktop-nav {
    gap: 24px;
  }

  #site-header .desktop-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 76px;
    padding: 0;
    border-bottom: 0;
    color: #4f5652;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
  }

  #site-header .desktop-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 19px;
    left: 0;
    height: 2px;
    border-radius: 999px;
    background: transparent;
  }

  #site-header .desktop-nav a:hover,
  #site-header .desktop-nav a[aria-current="page"] {
    color: var(--ink);
  }

  #site-header .desktop-nav a[aria-current="page"] {
    font-weight: 700;
  }

  #site-header .desktop-nav a:hover::after,
  #site-header .desktop-nav a[aria-current="page"]::after {
    background: var(--green-detail);
  }

  #site-header .nav-cta {
    min-height: 48px;
    padding: 0 24px;
    gap: 10px;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
  }

  #site-header .nav-cta svg {
    width: 17px;
  }
}

@media (min-width: 1001px) and (max-width: 1120px) {
  #site-header .nav-wrap {
    gap: 22px;
  }

  #site-header .desktop-nav {
    gap: 18px;
  }

  #site-header .desktop-nav a {
    font-size: 13px;
  }

  #site-header .nav-cta {
    min-height: 46px;
    padding: 0 20px;
    font-size: 12px;
  }
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #8a918d;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.language-switch a {
  color: #7b827e;
  text-decoration: none;
}

.language-switch a:hover,
.language-switch a[aria-current="true"] {
  color: var(--ink);
}

.language-switch a[aria-current="true"] {
  text-decoration: underline;
  text-decoration-color: var(--green-detail);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.mobile-language-switch {
  display: none;
}

@media (min-width: 1001px) and (max-width: 1120px) {
  #site-header .nav-wrap {
    gap: 12px;
  }

  #site-header .desktop-nav {
    gap: 12px;
  }

  #site-header .desktop-nav a {
    font-size: 12px;
  }

  #site-header .nav-cta {
    min-height: 44px;
    padding: 0 15px;
    font-size: 11px;
  }
}

@media (max-width: 1000px) {
  .language-switch-desktop {
    display: none;
  }

  .mobile-language-switch {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 18px 0 4px;
    color: #747c77;
    font-size: 12px;
    white-space: nowrap;
  }

  .mobile-language-switch > span {
    color: #a1a7a3;
  }

  .mobile-language-switch a {
    color: #68706b;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
  }

  .mobile-language-switch a[aria-current="true"] {
    color: var(--ink);
    text-decoration: underline;
    text-decoration-color: var(--green-detail);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
}

.insight-article-refined .article-product-image--sl-q4 img {
  width: 205%;
  height: 219px;
}

.insight-article-refined .article-product-image--sl-w7 img {
  width: 205%;
  height: 219px;
}

@media (max-width: 767px) {
  .insight-article-refined .article-product-image--sl-q4 img {
    width: 220%;
    height: 262px;
  }

  .insight-article-refined .article-product-image--sl-w7 img {
    width: 224%;
    height: 267px;
  }
}

/* Selection Guide final local review fixes */
.insight-article-refined .insight-article-hero {
  padding-bottom: 44px;
  border-bottom: 0;
}

.insight-article-refined .article-key-takeaway {
  padding: 0 0 36px;
  background: transparent;
  border-top: 0;
  border-bottom: 0;
}

.insight-article-refined .article-key-takeaway .container {
  max-width: 1120px;
}

.insight-article-refined .article-key-takeaway .article-takeaway {
  padding: 24px 30px;
  background: #edf7f1;
  border: 1px solid rgba(191, 227, 207, .46);
  box-shadow: none;
}

.insight-article-refined .article-shell-refined {
  padding-top: 76px;
}

.insight-article-refined .article-content section {
  padding-bottom: 66px;
  margin-bottom: 78px;
}

.insight-article-refined .article-content section > h2 + p {
  margin-top: 22px;
}

.insight-article-refined .article-content .door-check-grid {
  margin: 34px 0 40px;
}

.insight-article-refined .door-check-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 28px;
}

.insight-article-refined .door-check-grid .door-check-item {
  display: flex;
  align-items: baseline;
  gap: 12px;
  min-height: 0;
  padding: 20px 0;
  background: transparent;
  border-width: 0 0 1px;
  border-color: rgba(223, 230, 225, .92);
  box-shadow: none;
}

.insight-article-refined .door-check-grid .door-check-item::before {
  content: none;
  display: none;
}

.insight-article-refined .door-check-number {
  flex: 0 0 auto;
  color: var(--green-detail);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.insight-article-refined .door-check-title {
  color: var(--dark);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.insight-article-refined .door-check-grid + p {
  margin-top: 40px;
}

.insight-article-refined .door-check-grid + p + p {
  margin-top: 24px;
}

.insight-article-refined .useful-note {
  margin-top: 36px;
  padding: 24px 28px;
  border-color: rgba(191, 227, 207, .42);
  box-shadow: none;
}

.insight-article-refined .article-product-grid {
  gap: 24px 26px;
}

.insight-article-refined .article-product-card {
  padding: 18px;
  border-color: rgba(223, 230, 225, .74);
}

.insight-article-refined .article-product-image {
  min-height: 240px;
}

.insight-article-refined .sample-check-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 24px;
}

.insight-article-refined .sample-check-grid div {
  padding: 19px 0;
  border-color: rgba(223, 230, 225, .9);
  gap: 11px;
}

.insight-article-refined .sample-check-grid div::before {
  font-size: 11px;
  line-height: 1.4;
}

.insight-article-refined .branding-step-list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 28px;
  border: 0;
}

.insight-article-refined .branding-step-list li {
  min-height: 0;
  padding: 18px 0 0;
  border: 0;
}

.insight-article-refined .branding-step-list li::before {
  margin-bottom: 24px;
}

.insight-article-refined .branding-step-list li:not(:last-child)::after {
  top: 25px;
  left: 36px;
  right: -18px;
  background: rgba(223, 230, 225, .9);
}

.insight-article-refined .branding-step-list span {
  font-size: 15.5px;
  line-height: 1.45;
}

.insight-article-refined .brief-checklist {
  gap: 0 30px;
  margin-top: 32px !important;
}

.insight-article-refined .brief-checklist li {
  padding: 18px 0;
  border-color: rgba(223, 230, 225, .86);
}

.insight-article-refined .brief-checklist + p {
  margin-top: 30px;
}

.insight-article-refined .article-faq {
  padding-top: 0;
}

.insight-article-refined .article-faq h2 {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(223, 230, 225, .9);
}

.insight-article-refined .faq-item {
  padding: 28px 0 26px;
  border-bottom-color: rgba(223, 230, 225, .9);
}

.insight-article-refined .faq-item h3 {
  margin-bottom: 12px;
  font-size: 18px;
}

.insight-article-refined .article-bottom-cta {
  margin-top: 10px;
}

@media (max-width: 1100px) and (min-width: 768px) {
  .insight-article-refined .branding-step-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 30px;
  }

  .insight-article-refined .branding-step-list li:not(:last-child)::after {
    right: 12px;
  }
}

@media (max-width: 767px) {
  .insight-article-refined .insight-article-hero {
    padding-bottom: 32px;
    border-bottom: 0;
  }

  .insight-article-refined .article-key-takeaway {
    padding: 0 0 30px;
    border-bottom: 0;
  }

  .insight-article-refined .article-key-takeaway .article-takeaway {
    padding: 24px 22px;
  }

  .insight-article-refined .article-shell-refined {
    padding-top: 64px;
  }

  .insight-article-refined .article-content section {
    padding-bottom: 56px;
    margin-bottom: 70px;
  }

  .insight-article-refined .door-check-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .insight-article-refined .door-check-grid .door-check-item {
    padding: 16px 0;
    gap: 12px;
  }

  .insight-article-refined .door-check-title {
    font-size: 16px;
  }

  .insight-article-refined .door-check-grid + p {
    margin-top: 36px;
  }

  .insight-article-refined .useful-note {
    padding: 22px;
  }

  .insight-article-refined .sample-check-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .insight-article-refined .sample-check-grid div {
    padding: 18px 0;
  }

  .insight-article-refined .branding-step-list {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .insight-article-refined .branding-step-list li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 0 0 24px;
  }

  .insight-article-refined .branding-step-list li::before {
    margin-bottom: 0;
  }

  .insight-article-refined .branding-step-list li:not(:last-child)::after {
    top: 24px;
    left: 12px;
    right: auto;
    width: 1px;
    height: calc(100% - 12px);
  }

  .insight-article-refined .brief-checklist {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .insight-article-refined .faq-item {
    padding: 26px 0;
  }
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-legal-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-legal-links a {
  color: #cfd8d2;
  font-size: 11px;
  text-decoration: none;
  border-bottom: 1px solid rgba(155, 210, 178, .55);
}

.footer-legal-links a:hover,
.footer-legal-links a:focus-visible {
  color: #9bd2b2;
  outline: none;
  border-bottom-color: #9bd2b2;
}

.footer-cookie-settings {
  appearance: none;
  border: 0;
  border-bottom: 1px solid rgba(155, 210, 178, .55);
  border-radius: 0;
  padding: 0 0 2px;
  background: transparent;
  color: #cfd8d2;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
}

.footer-cookie-settings:hover,
.footer-cookie-settings:focus-visible {
  color: #9bd2b2;
  outline: none;
  border-bottom-color: #9bd2b2;
}

.privacy-hero {
  padding: 126px 0 68px;
  background: #f7faf8;
  border-bottom: 1px solid var(--line);
}

.privacy-hero-inner {
  max-width: 920px;
}

.privacy-hero h1 {
  max-width: 760px;
  margin: 16px 0 18px;
  font-size: clamp(48px, 6vw, 78px);
  line-height: 1;
  letter-spacing: 0;
}

.privacy-hero p {
  max-width: 760px;
  color: #4f5853;
  font-size: 18px;
  line-height: 1.68;
}

.privacy-updated {
  margin: 0 0 18px;
  color: var(--green-dark) !important;
  font-size: 13px !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.privacy-content-section {
  padding: 76px 0 110px;
  background: #fff;
}

.privacy-layout {
  display: flex;
  justify-content: center;
}

.privacy-policy-body {
  width: min(100%, 900px);
}

.privacy-policy-body h2 {
  margin: 58px 0 18px;
  padding-top: 30px;
  border-top: 1px solid #dce4df;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
  letter-spacing: 0;
}

.privacy-policy-body h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.privacy-policy-body h3 {
  margin: 30px 0 12px;
  font-size: 20px;
  line-height: 1.28;
  letter-spacing: 0;
}

.privacy-policy-body p,
.privacy-policy-body li {
  color: #46504b;
  font-size: 16.5px;
  line-height: 1.75;
}

.privacy-policy-body p {
  margin: 0 0 18px;
}

.privacy-policy-body ul {
  margin: 0 0 22px;
  padding-left: 22px;
}

.privacy-policy-body li + li {
  margin-top: 8px;
}

.privacy-policy-body a {
  color: var(--green-dark);
  overflow-wrap: anywhere;
}

.privacy-cookie-settings {
  margin: 8px 0 20px;
}

.privacy-contact-link {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid #dce4df;
}

.cookie-consent-root {
  position: relative;
  z-index: 10020;
}

.cookie-banner,
.cookie-preferences {
  position: fixed;
  z-index: 10030;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(22, 25, 24, .14);
  box-shadow: 0 24px 70px rgba(16, 20, 18, .18);
}

.cookie-banner[hidden],
.cookie-preferences[hidden],
.cookie-consent-backdrop[hidden] {
  display: none !important;
}

.platform-context-link {
  margin-top: 0.75rem;
}

.platform-context-link a {
  color: var(--green-dark);
  font-weight: 700;
}

.compatibility-context-link {
  margin-top: 0.75rem;
}

.compatibility-context-link a {
  color: var(--green-dark);
  font-weight: 700;
}

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

.platform-table-wrap {
  width: 100%;
  margin: 2rem 0;
  overflow-x: auto;
  border: 1px solid var(--line);
  background: #fff;
}

.platform-comparison-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  table-layout: fixed;
}

.platform-comparison-table th,
.platform-comparison-table td {
  padding: 1rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  text-align: left;
  line-height: 1.55;
}

.platform-comparison-table thead th {
  background: var(--ink);
  color: #fff;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.platform-comparison-table tbody th {
  width: 17%;
  color: var(--ink);
  background: #f4f6f4;
}

.platform-comparison-table tr > :last-child {
  border-right: 0;
}

.platform-comparison-table tbody tr:last-child > * {
  border-bottom: 0;
}

.platform-support-grid {
  margin: 1.75rem 0;
}

.platform-framework {
  margin-top: 1.75rem;
}

.platform-source-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.platform-source-groups > div {
  min-width: 0;
  padding: 1.25rem;
  border: 1px solid var(--line);
  background: #f7f9f7;
}

.platform-source-groups h3 {
  margin: 0 0 0.75rem;
}

.platform-source-groups ul {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.platform-source-groups a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--green-dark);
  font-weight: 700;
}

.platform-source-groups svg {
  width: 1rem;
  flex: 0 0 auto;
}

.platform-related > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.platform-related a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  color: var(--ink);
  font-weight: 700;
}

.platform-related a svg {
  width: 1.1rem;
  flex: 0 0 auto;
}

@media (max-width: 720px) {
  .platform-identity-grid,
  .platform-source-groups,
  .platform-related > div {
    grid-template-columns: 1fr;
  }

  .platform-table-wrap {
    margin-inline: 0;
  }

  .platform-comparison-table th,
  .platform-comparison-table td {
    padding: 0.8rem;
  }
}

.door-compatibility-guide,
.door-compatibility-guide * {
  min-width: 0;
}

.compatibility-door-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.75rem;
}

.compatibility-warning {
  margin-top: 1.5rem;
}

.compatibility-reminder {
  margin-top: 1.4rem;
  padding: 1rem 1.15rem;
  border-left: 3px solid var(--green-dark);
  background: #f4f8f5;
}

.compatibility-bullet-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem 1.5rem;
  margin: 1.5rem 0;
  padding-left: 1.2rem;
}

.compatibility-evidence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.75rem 0;
}

.compatibility-evidence-grid > div {
  padding: 1.35rem;
  border: 1px solid var(--line);
  background: #f7f9f7;
}

.compatibility-evidence-grid h3 {
  margin-top: 0;
}

.compatibility-evidence-grid ol,
.compatibility-evidence-grid ul {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.compatibility-review-table {
  min-width: 900px;
}

.compatibility-review-table tbody th {
  width: 20%;
}

.compatibility-mistakes {
  padding: 1.25rem 1.25rem 1.25rem 2.4rem;
  border: 1px solid var(--line);
  background: #f7f9f7;
}

.compatibility-support-grid {
  margin: 1.75rem 0;
}

@media (max-width: 720px) {
  .compatibility-door-grid,
  .compatibility-bullet-list,
  .compatibility-evidence-grid {
    grid-template-columns: 1fr;
  }

  .compatibility-bullet-list {
    padding-left: 1.1rem;
  }

  .compatibility-review-table th,
  .compatibility-review-table td {
    min-width: 180px;
  }
}

/* Latin America bilingual OEM/ODM landing page */
.latin-page,
.latin-page * {
  min-width: 0;
}

.latin-hero {
  padding: 72px 0 78px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.latin-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .82fr);
  gap: 76px;
  align-items: center;
}

.latin-hero .breadcrumb {
  margin-bottom: 28px;
}

.latin-hero-copy h1 {
  max-width: 780px;
  margin: 17px 0 24px;
  font-size: 64px;
  line-height: 1.03;
  overflow-wrap: break-word;
}

.latin-hero-copy > p {
  max-width: 760px;
  margin: 0;
  font-size: 17px;
  line-height: 1.72;
}

.latin-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}

.latin-hero-visual {
  margin: 0;
  border: 1px solid var(--line);
  background: var(--surface);
}

.latin-hero-visual img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
}

.latin-hero-visual figcaption {
  display: grid;
  gap: 7px;
  padding: 20px 22px 22px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.latin-hero-visual figcaption strong {
  color: var(--green-detail);
  font-size: 10px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.latin-hero-visual figcaption span {
  color: #4f5752;
  font-size: 13px;
  line-height: 1.55;
}

.latin-page .section-head {
  max-width: 820px;
}

.latin-page .section-head h2 {
  font-size: 50px;
  line-height: 1.08;
}

.latin-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #cfd5d1;
}

.latin-audience-item {
  min-height: 330px;
  padding: 27px 24px 24px;
  border-right: 1px solid #cfd5d1;
}

.latin-audience-item:last-child {
  border-right: 0;
}

.latin-audience-item > span,
.latin-tier-item > span,
.latin-workflow-list > li > span {
  color: var(--green-detail);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.latin-audience-item h3 {
  margin: 66px 0 14px;
  font-size: 21px;
  line-height: 1.25;
}

.latin-audience-item p,
.latin-factor-grid p,
.latin-tier-item p,
.latin-workflow-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.latin-split-head {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 96px;
}

.latin-split-head .section-head {
  margin-bottom: 0;
}

.latin-lead-copy p {
  margin-bottom: 20px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.7;
}

.latin-lead-copy p:last-of-type {
  color: var(--muted);
  font-size: 16px;
}

.latin-factor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 60px;
  border-top: 1px solid #cfd5d1;
}

.latin-factor-grid article {
  min-height: 150px;
  padding: 24px 24px 20px 0;
  border-bottom: 1px solid #cfd5d1;
}

.latin-factor-grid article:not(:nth-child(3n + 1)) {
  padding-left: 24px;
  border-left: 1px solid #cfd5d1;
}

.latin-factor-grid h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.3;
}

.latin-section-note {
  margin-top: 34px;
}

.latin-section-note p,
.latin-closing-copy {
  max-width: 900px;
  margin-bottom: 24px;
  font-size: 16px;
}

.latin-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 34px;
  border-top: 1px solid #cfd5d1;
}

.latin-tier-item {
  min-height: 285px;
  padding: 28px 28px 24px;
  border-right: 1px solid #cfd5d1;
}

.latin-tier-item:first-child {
  padding-left: 0;
}

.latin-tier-item:last-child {
  border-right: 0;
}

.latin-tier-item h3 {
  margin: 58px 0 14px;
  font-size: 23px;
  line-height: 1.25;
}

.latin-door {
  background: var(--green-soft);
  border-block: 1px solid var(--green-border);
}

.latin-door-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 94px;
}

.latin-door .section-head {
  margin-bottom: 30px;
}

.latin-door-note {
  max-width: 610px;
  margin: 0;
  padding: 22px 24px;
  border-left: 2px solid var(--green-detail);
  background: rgba(255, 255, 255, .62);
  color: #4f5752;
  font-size: 14px;
  line-height: 1.7;
}

.latin-door-note strong {
  color: var(--ink);
}

.latin-checklist {
  border-top: 1px solid #b6d9c6;
}

.latin-checklist > div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  min-height: 67px;
  border-bottom: 1px solid #b6d9c6;
}

.latin-checklist span {
  color: var(--green-detail);
  font-size: 10px;
  font-weight: 800;
}

.latin-checklist strong {
  font-size: 16px;
  line-height: 1.45;
}

.latin-support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 58px;
  border-top: 1px solid #cfd5d1;
}

.latin-support-grid > div {
  display: flex;
  align-items: center;
  min-height: 92px;
  padding: 18px 22px;
  border-right: 1px solid #cfd5d1;
  border-bottom: 1px solid #cfd5d1;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.latin-support-grid > div:nth-child(4n) {
  border-right: 0;
}

.latin-workflow-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid #cfd5d1;
  list-style: none;
}

.latin-workflow-list li {
  min-height: 300px;
  padding: 28px 23px 24px;
  border-right: 1px solid #cfd5d1;
}

.latin-workflow-list li:last-child {
  border-right: 0;
}

.latin-workflow-list h3 {
  margin: 68px 0 13px;
  font-size: 20px;
  line-height: 1.3;
}

.latin-brief-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 95px;
}

.latin-brief-grid .section-head {
  margin-bottom: 22px;
}

.latin-brief-grid ol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
  margin: 0;
  padding: 0;
  counter-reset: latin-brief;
  list-style: none;
}

.latin-brief-grid li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  min-height: 64px;
  border-bottom: 1px solid #cfd5d1;
  color: #37403b;
  font-size: 14px;
  line-height: 1.45;
  counter-increment: latin-brief;
}

.latin-brief-grid li:before {
  content: counter(latin-brief, decimal-leading-zero);
  color: var(--green-detail);
  font-size: 10px;
  font-weight: 800;
}

.latin-faq-list {
  border-top: 1px solid #cfd5d1;
}

.latin-faq-list article {
  display: grid;
  grid-template-columns: minmax(0, .76fr) minmax(0, 1.24fr);
  gap: 70px;
  padding: 27px 0 29px;
  border-bottom: 1px solid #cfd5d1;
}

.latin-faq-list h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.42;
}

.latin-faq-list p {
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
}

.regional-context-link {
  max-width: 900px;
  margin: 24px 0 0;
  color: #59635d;
  font-size: 14px;
}

.regional-context-link a {
  color: var(--green-detail);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.latin-final-cta {
  padding: 84px 0;
  border-top: 1px solid var(--green-border);
  background: var(--green-soft);
}

.latin-final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

.latin-final-cta h2 {
  max-width: 800px;
  margin: 15px 0 15px;
  font-size: 46px;
  line-height: 1.08;
}

.latin-final-cta p {
  max-width: 760px;
  margin: 0;
  font-size: 16px;
}

.latin-final-cta .button {
  flex: 0 0 auto;
}

@media(max-width:1080px) {
  .latin-hero-grid,
  .latin-split-head,
  .latin-door-grid,
  .latin-brief-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .latin-hero-visual {
    max-width: 760px;
  }

  .latin-audience-grid,
  .latin-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .latin-audience-item:nth-child(2),
  .latin-support-grid > div:nth-child(2n) {
    border-right: 0;
  }

  .latin-audience-item:nth-child(-n + 2) {
    border-bottom: 1px solid #cfd5d1;
  }

  .latin-workflow-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .latin-workflow-list li:nth-child(3) {
    border-right: 0;
  }

  .latin-workflow-list li:nth-child(-n + 3) {
    border-bottom: 1px solid #cfd5d1;
  }

  .latin-workflow-list li:nth-child(5) {
    border-right: 0;
  }

  .latin-final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media(max-width:640px) {
  .latin-hero {
    padding: 44px 0 54px;
  }

  .latin-hero-grid {
    gap: 36px;
  }

  .latin-hero .breadcrumb {
    margin-bottom: 24px;
  }

  .latin-hero-copy h1 {
    margin-top: 14px;
    font-size: 42px;
    line-height: 1.06;
  }

  .latin-hero-copy > p {
    font-size: 16px;
  }

  .latin-hero-actions {
    flex-direction: column;
  }

  .latin-hero-actions .button {
    width: 100%;
    white-space: normal;
  }

  .latin-hero-visual figcaption span {
    font-size: 12px;
  }

  .latin-page .section-head h2 {
    font-size: 35px;
  }

  .latin-audience-grid,
  .latin-factor-grid,
  .latin-tier-grid,
  .latin-support-grid,
  .latin-workflow-list,
  .latin-brief-grid ol {
    grid-template-columns: 1fr;
  }

  .latin-audience-item,
  .latin-audience-item:nth-child(2),
  .latin-tier-item,
  .latin-support-grid > div,
  .latin-support-grid > div:nth-child(2n),
  .latin-workflow-list li,
  .latin-workflow-list li:nth-child(3) {
    min-height: 0;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid #cfd5d1;
  }

  .latin-audience-item h3,
  .latin-tier-item h3,
  .latin-workflow-list h3 {
    margin: 30px 0 12px;
  }

  .latin-factor-grid article,
  .latin-factor-grid article:not(:nth-child(3n + 1)) {
    min-height: 0;
    padding: 22px 0;
    border-left: 0;
  }

  .latin-checklist > div {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 64px;
  }

  .latin-faq-list article {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px 0 26px;
  }

  .latin-final-cta {
    padding: 66px 0;
  }

  .latin-final-cta-inner {
    gap: 30px;
  }

  .latin-final-cta h2 {
    font-size: 35px;
  }

  .latin-final-cta .button {
    width: 100%;
    white-space: normal;
  }
}

.cookie-banner {
  right: 24px;
  bottom: 24px;
  width: min(620px, calc(100vw - 48px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  padding: 24px;
}

.cookie-banner h2,
.cookie-preferences h2,
.cookie-category h3 {
  margin: 0;
  letter-spacing: 0;
}

.cookie-banner h2 {
  font-size: 20px;
  line-height: 1.2;
}

.cookie-banner p,
.cookie-category p {
  margin: 10px 0 0;
  color: #4f5853;
  font-size: 13px;
  line-height: 1.62;
}

.cookie-banner-actions,
.cookie-preferences-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.cookie-banner-actions {
  justify-content: flex-end;
  max-width: 240px;
}

.cookie-banner .button,
.cookie-preferences .button {
  min-height: 42px;
  padding: 0 16px;
  font-size: 12px;
  gap: 10px;
}

.cookie-text-button {
  appearance: none;
  border: 0;
  border-bottom: 1px solid #8ea096;
  padding: 0 0 2px;
  background: transparent;
  color: #28312c;
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
}

.cookie-text-button:hover,
.cookie-text-button:focus-visible {
  color: var(--green-dark);
  outline: none;
  border-bottom-color: var(--green-dark);
}

.cookie-consent-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10025;
  background: rgba(17, 21, 19, .24);
}

.cookie-preferences {
  top: 50%;
  left: 50%;
  width: min(560px, calc(100vw - 40px));
  max-height: min(720px, calc(100vh - 40px));
  overflow: auto;
  transform: translate(-50%, -50%);
  padding: 28px;
}

.cookie-preferences-head {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.cookie-preferences h2 {
  font-size: 26px;
}

.cookie-category {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.cookie-category h3 {
  font-size: 17px;
}

.cookie-category span {
  display: inline-flex;
  margin-top: 6px;
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.cookie-category p {
  grid-column: 1 / -1;
}

.cookie-category-toggle {
  cursor: pointer;
}

.cookie-category-toggle input {
  width: 46px;
  height: 26px;
  accent-color: var(--green-dark);
  cursor: pointer;
}

.cookie-preferences-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: stretch;
  padding-top: 22px;
}

.cookie-preferences-actions .cookie-text-button {
  justify-self: center;
  grid-column: 1 / -1;
}

@media (max-width: 760px) {
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-legal-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .cookie-banner {
    position: static;
    width: min(calc(100% - 32px), 560px);
    margin: 0 auto 34px;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
    box-shadow: none;
  }

  .cookie-banner-actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    max-width: none;
  }

  .cookie-banner-actions .button,
  .cookie-preferences-actions .button {
    width: 100%;
  }

  .cookie-preferences {
    width: calc(100vw - 28px);
    max-height: calc(100vh - 28px);
    padding: 22px;
  }

  .cookie-preferences-actions {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .cookie-preferences-actions .cookie-text-button {
    justify-self: stretch;
    text-align: center;
  }

  .privacy-hero {
    padding: 86px 0 44px;
  }

  .privacy-hero h1 {
    font-size: clamp(38px, 10vw, 46px);
  }

  .privacy-hero p {
    font-size: 15.5px;
  }

  .privacy-content-section {
    padding: 46px 0 78px;
  }

  .privacy-policy-body h2 {
    margin: 42px 0 16px;
    padding-top: 24px;
    font-size: 28px;
  }

  .privacy-policy-body h3 {
    font-size: 18px;
  }

  .privacy-policy-body p,
  .privacy-policy-body li {
    font-size: 15px;
    line-height: 1.7;
  }
}

@media (max-width: 767px) {
  .platform-guide .insight-article-hero-grid > * {
    min-width: 0;
  }

  .platform-guide .insight-article-hero-refined h1 {
    max-width: 100%;
    font-size: clamp(34px, 9vw, 40px);
    line-height: 1.04;
    overflow-wrap: break-word;
  }
}
