.elementor-13193 .elementor-element.elementor-element-1204b7c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}/* Start custom CSS */<style>
/* Niture Standing Desk Pillar — scoped design system */
.nsd,
.nsd * {
  box-sizing: border-box;
}

.nsd {
  --nsd-ink: #17201e;
  --nsd-muted: #46524f;
  --nsd-cream: #f6f1e9;
  --nsd-paper: #fffdf9;
  --nsd-sage: #dce6df;
  --nsd-sage-deep: #24433b;
  --nsd-rust: #8e351f;
  --nsd-rust-dark: #682312;
  --nsd-gold: #e0ad55;
  --nsd-line: #cfd7d2;
  --nsd-dark: #14201d;
  --nsd-white: #ffffff;
  position: relative;
  width: 100%;
  padding: clamp(52px, 7vw, 96px) 22px;
  background: var(--nsd-paper);
  color: var(--nsd-ink) !important;
  -webkit-text-fill-color: var(--nsd-ink) !important;
  font-family: inherit;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.78;
  isolation: isolate;
}

.nsd__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.nsd__inner--narrow {
  width: min(840px, 100%);
}

.nsd h1,
.nsd .nsd__h1,
.nsd h2,
.nsd h3,
.nsd h4 {
  margin: 0;
  color: var(--nsd-ink) !important;
  -webkit-text-fill-color: var(--nsd-ink) !important;
  font-family: inherit;
  font-style: normal;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.nsd h1,
.nsd .nsd__h1 {
  max-width: 1000px;
  font-size: clamp(40px, 6.1vw, 78px);
  font-weight: 850 !important;
  line-height: 1.03;
}

.nsd h2 {
  max-width: 900px;
  font-size: clamp(31px, 4.4vw, 54px);
  font-weight: 820 !important;
  line-height: 1.1;
}

.nsd h3 {
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 780 !important;
  line-height: 1.2;
}

.nsd h4 {
  font-size: 19px;
  font-weight: 780 !important;
  line-height: 1.3;
}

.nsd p,
.nsd li,
.nsd td,
.nsd th,
.nsd summary,
.nsd label,
.nsd span,
.nsd div {
  color: inherit;
  -webkit-text-fill-color: currentColor;
}

.nsd p {
  margin: 18px 0 0;
}

.nsd p:first-child {
  margin-top: 0;
}

.nsd a:not(.nsd__btn) {
  color: var(--nsd-rust-dark) !important;
  -webkit-text-fill-color: var(--nsd-rust-dark) !important;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.nsd a:not(.nsd__btn):hover,
.nsd a:not(.nsd__btn):focus-visible {
  color: #3f160d !important;
  -webkit-text-fill-color: #3f160d !important;
}

.nsd__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--nsd-rust-dark) !important;
  -webkit-text-fill-color: var(--nsd-rust-dark) !important;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.nsd__eyebrow::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: var(--nsd-rust);
}

.nsd__lede {
  max-width: 850px;
  margin-top: 26px !important;
  color: var(--nsd-muted) !important;
  -webkit-text-fill-color: var(--nsd-muted) !important;
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 560;
  line-height: 1.58;
}

.nsd__intro {
  max-width: 820px;
  margin-top: 22px !important;
  color: var(--nsd-muted) !important;
  -webkit-text-fill-color: var(--nsd-muted) !important;
  font-size: 18px;
}

.nsd__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.nsd .nsd__btn,
.nsd button.nsd__btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 20px;
  border: 2px solid var(--nsd-rust);
  border-radius: 10px;
  background: var(--nsd-rust);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: none;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 820 !important;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.nsd .nsd__btn:hover,
.nsd .nsd__btn:focus-visible,
.nsd button.nsd__btn:hover,
.nsd button.nsd__btn:focus-visible {
  border-color: var(--nsd-rust-dark);
  background: var(--nsd-rust-dark);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  transform: translateY(-2px);
}

.nsd .nsd__btn--gold {
  border-color: var(--nsd-gold);
  background: var(--nsd-gold);
  color: #17201e !important;
  -webkit-text-fill-color: #17201e !important;
}

.nsd .nsd__btn--gold:hover,
.nsd .nsd__btn--gold:focus-visible {
  border-color: #c38a2d;
  background: #c38a2d;
  color: #17201e !important;
  -webkit-text-fill-color: #17201e !important;
}

.nsd .nsd__btn--outline {
  border-color: var(--nsd-rust-dark);
  background: transparent;
  color: var(--nsd-rust-dark) !important;
  -webkit-text-fill-color: var(--nsd-rust-dark) !important;
}

.nsd .nsd__btn--outline:hover,
.nsd .nsd__btn--outline:focus-visible {
  background: var(--nsd-rust-dark);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.nsd__grid {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.nsd__grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nsd__grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nsd__grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nsd__card {
  height: 100%;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--nsd-line);
  border-radius: 18px;
  background: #ffffff;
  color: var(--nsd-ink) !important;
  -webkit-text-fill-color: var(--nsd-ink) !important;
  box-shadow: 0 14px 40px rgba(20, 32, 29, .07);
}

.nsd__card--sage {
  border-color: #bdcec4;
  background: var(--nsd-sage);
}

.nsd__card--rust {
  border-color: var(--nsd-rust-dark);
  background: var(--nsd-rust-dark);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.nsd__card--dark {
  border-color: #31433e;
  background: var(--nsd-dark);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.nsd__card--rust h3,
.nsd__card--rust h4,
.nsd__card--dark h3,
.nsd__card--dark h4 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.nsd__num {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--nsd-rust);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 14px;
  font-weight: 850;
}

.nsd__stat {
  display: block;
  margin-bottom: 7px;
  color: var(--nsd-rust-dark) !important;
  -webkit-text-fill-color: var(--nsd-rust-dark) !important;
  font-size: clamp(28px, 3.7vw, 44px);
  font-weight: 850;
  letter-spacing: -.03em;
  line-height: 1;
}

.nsd__list,
.nsd__checklist,
.nsd__steps {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.nsd__list li,
.nsd__checklist li,
.nsd__steps li {
  position: relative;
  margin-top: 12px;
  padding-left: 31px;
}

.nsd__list li::before {
  content: "•";
  position: absolute;
  left: 7px;
  top: -1px;
  color: var(--nsd-rust) !important;
  -webkit-text-fill-color: var(--nsd-rust) !important;
  font-size: 24px;
  font-weight: 900;
}

.nsd__checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--nsd-sage-deep) !important;
  -webkit-text-fill-color: var(--nsd-sage-deep) !important;
  font-size: 17px;
  font-weight: 900;
}

.nsd__steps {
  counter-reset: nsd-step;
}

.nsd__steps li {
  counter-increment: nsd-step;
  padding-left: 46px;
}

.nsd__steps li::before {
  content: counter(nsd-step);
  position: absolute;
  left: 0;
  top: -2px;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--nsd-rust);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 13px;
  font-weight: 850;
}

.nsd__table-wrap {
  width: 100%;
  margin-top: 30px;
  overflow-x: auto;
  border: 1px solid var(--nsd-line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(20, 32, 29, .06);
  -webkit-overflow-scrolling: touch;
}

.nsd__table {
  width: 100%;
  min-width: 720px;
  border: 0;
  border-collapse: collapse;
  background: #ffffff;
  color: var(--nsd-ink) !important;
  -webkit-text-fill-color: var(--nsd-ink) !important;
  font-size: 15px;
  line-height: 1.55;
}

.nsd__table th,
.nsd__table td {
  padding: 16px 18px;
  border: 0;
  border-bottom: 1px solid #dde2df;
  color: var(--nsd-ink) !important;
  -webkit-text-fill-color: var(--nsd-ink) !important;
  text-align: left;
  vertical-align: top;
}

.nsd__table th {
  background: var(--nsd-dark);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: 820;
}

.nsd__table tr:last-child td {
  border-bottom: 0;
}

.nsd__table tbody tr:nth-child(even) td {
  background: #f2f5f2;
}

.nsd__quote {
  margin: 32px 0 0;
  padding: 28px 30px;
  border: 0;
  border-left: 6px solid var(--nsd-gold);
  border-radius: 0 16px 16px 0;
  background: var(--nsd-dark);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: clamp(21px, 2.5vw, 29px);
  font-weight: 760;
  line-height: 1.45;
}

.nsd__note {
  margin-top: 28px;
  padding: 22px 24px;
  border: 1px solid #bdcec4;
  border-radius: 14px;
  background: var(--nsd-sage);
  color: var(--nsd-ink) !important;
  -webkit-text-fill-color: var(--nsd-ink) !important;
  font-weight: 650;
}

.nsd__meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.nsd__meta-item {
  padding: 18px;
  border: 1px solid var(--nsd-line);
  border-radius: 14px;
  background: #ffffff;
  color: var(--nsd-ink) !important;
  -webkit-text-fill-color: var(--nsd-ink) !important;
}

.nsd__meta-label {
  display: block;
  margin-bottom: 5px;
  color: var(--nsd-muted) !important;
  -webkit-text-fill-color: var(--nsd-muted) !important;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.nsd__toc {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px;
  margin: 28px 0 0;
  padding: 0;
  counter-reset: nsd-toc;
  list-style: none;
}

.nsd__toc li {
  counter-increment: nsd-toc;
}

.nsd__toc a {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #c8d0cc;
  color: var(--nsd-ink) !important;
  -webkit-text-fill-color: var(--nsd-ink) !important;
  text-decoration: none !important;
}

.nsd__toc a::before {
  content: counter(nsd-toc, decimal-leading-zero);
  color: var(--nsd-rust-dark) !important;
  -webkit-text-fill-color: var(--nsd-rust-dark) !important;
  font-weight: 850;
}

.nsd__faq {
  margin-top: 28px;
}

.nsd__faq details {
  border-bottom: 1px solid #c7cfcb;
  background: transparent;
}

.nsd__faq summary {
  position: relative;
  padding: 20px 46px 20px 0;
  color: var(--nsd-ink) !important;
  -webkit-text-fill-color: var(--nsd-ink) !important;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
}

.nsd__faq summary::-webkit-details-marker {
  display: none;
}

.nsd__faq summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 15px;
  color: var(--nsd-rust-dark) !important;
  -webkit-text-fill-color: var(--nsd-rust-dark) !important;
  font-size: 28px;
  font-weight: 850;
}

.nsd__faq details[open] summary::after {
  content: "−";
}

.nsd__faq-answer {
  max-width: 850px;
  padding: 0 46px 22px 0;
  color: var(--nsd-muted) !important;
  -webkit-text-fill-color: var(--nsd-muted) !important;
}

.nsd__link-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.nsd .nsd__link-card {
  display: flex;
  min-height: 132px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid #bdcec4;
  border-radius: 14px;
  background: var(--nsd-sage);
  color: var(--nsd-ink) !important;
  -webkit-text-fill-color: var(--nsd-ink) !important;
  text-decoration: none !important;
}

.nsd .nsd__link-card:hover,
.nsd .nsd__link-card:focus-visible {
  border-color: var(--nsd-rust-dark);
  background: #cbdcd1;
  color: var(--nsd-ink) !important;
  -webkit-text-fill-color: var(--nsd-ink) !important;
}

.nsd__link-card span:last-child {
  margin-top: 16px;
  color: var(--nsd-rust-dark) !important;
  -webkit-text-fill-color: var(--nsd-rust-dark) !important;
  font-weight: 850;
}

.nsd--cream {
  background: var(--nsd-cream);
}

.nsd--sage {
  background: var(--nsd-sage);
}

.nsd--rust {
  background: var(--nsd-rust-dark);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.nsd--dark {
  background: var(--nsd-dark);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.nsd--rust h1,
.nsd--rust .nsd__h1,
.nsd--rust h2,
.nsd--rust h3,
.nsd--rust h4,
.nsd--dark h1,
.nsd--dark .nsd__h1,
.nsd--dark h2,
.nsd--dark h3,
.nsd--dark h4 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.nsd--rust .nsd__eyebrow,
.nsd--dark .nsd__eyebrow {
  color: #f2c77f !important;
  -webkit-text-fill-color: #f2c77f !important;
}

.nsd--rust .nsd__eyebrow::before,
.nsd--dark .nsd__eyebrow::before {
  background: #f2c77f;
}

.nsd--rust .nsd__lede,
.nsd--rust .nsd__intro,
.nsd--dark .nsd__lede,
.nsd--dark .nsd__intro {
  color: #e7ede9 !important;
  -webkit-text-fill-color: #e7ede9 !important;
}

.nsd--rust .nsd__list li::before,
.nsd--dark .nsd__list li::before {
  color: #f2c77f !important;
  -webkit-text-fill-color: #f2c77f !important;
}

.nsd--dark a:not(.nsd__btn),
.nsd--rust a:not(.nsd__btn) {
  color: #f2c77f !important;
  -webkit-text-fill-color: #f2c77f !important;
}

.nsd--hero {
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.nsd--hero::after {
  content: "0° — 15°";
  position: absolute;
  right: -12px;
  bottom: -32px;
  z-index: -1;
  color: rgba(255, 255, 255, .055) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, .055) !important;
  font-size: clamp(74px, 15vw, 210px);
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: .8;
  white-space: nowrap;
}

.nsd__share {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.nsd__status {
  display: block;
  width: 100%;
  min-height: 24px;
  margin-top: 6px;
  color: #e7ede9 !important;
  -webkit-text-fill-color: #e7ede9 !important;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 920px) {
  .nsd__grid--4,
  .nsd__grid--3,
  .nsd__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nsd__link-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .nsd {
    padding: 52px 18px;
    font-size: 16px;
    line-height: 1.72;
  }

  .nsd--hero {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 82px;
  }

  .nsd__grid--2,
  .nsd__grid--3,
  .nsd__grid--4,
  .nsd__meta,
  .nsd__toc {
    grid-template-columns: 1fr;
  }

  .nsd__actions,
  .nsd__share {
    align-items: stretch;
    flex-direction: column;
  }

  .nsd .nsd__btn,
  .nsd button.nsd__btn {
    width: 100%;
  }

  .nsd__card {
    border-radius: 14px;
  }

  .nsd__quote {
    padding: 23px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nsd .nsd__btn {
    transition: none;
  }
}
</style>/* End custom CSS */