.elementor-10853 .elementor-element.elementor-element-a8d81e1{--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 );}.elementor-10853 .elementor-element.elementor-element-f5d4f2c{--display:flex;}.elementor-10853 .elementor-element.elementor-element-abfa8fc{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */<style>
/* =========================================================
   NITURE SEAT DEPTH GUIDE
   Hammock 2 colour system
   Prefix: nsd-
   ========================================================= */

.nsd-section,
.nsd-section * {
  box-sizing: border-box;
}

.nsd-section {
  --nsd-black: #111111;
  --nsd-text: #292929;
  --nsd-muted: #6d6d6d;
  --nsd-line: #dededb;
  --nsd-soft: #f4f4f1;
  --nsd-white: #ffffff;
  --nsd-red: #d62532;
  --nsd-red-dark: #b91f2a;
  --nsd-radius-lg: 24px;
  --nsd-radius-md: 16px;

  position: relative;
  width: 100%;
  margin: 0;
  padding: 84px 24px;
  overflow: hidden;
  font-family: inherit;
  color: var(--nsd-text);
}

.nsd-section--white {
  background: var(--nsd-white);
}

.nsd-section--soft {
  background: var(--nsd-soft);
}

.nsd-section--dark {
  background:
    radial-gradient(
      circle at 88% 12%,
      rgba(214, 37, 50, 0.14),
      transparent 31%
    ),
    linear-gradient(135deg, #111111 0%, #1b1b1b 100%);
  color: var(--nsd-white);
}

.nsd-section--red {
  background:
    linear-gradient(
      135deg,
      var(--nsd-red) 0%,
      var(--nsd-red-dark) 100%
    );
  color: var(--nsd-white);
}

.nsd-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.nsd-inner--narrow {
  max-width: 900px;
}

.nsd-center {
  text-align: center;
}

.nsd-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--nsd-red);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nsd-eyebrow::before {
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.nsd-section--dark .nsd-eyebrow,
.nsd-section--red .nsd-eyebrow {
  color: #ffffff;
}

.nsd-kicker {
  margin: 0 0 12px;
  color: var(--nsd-red);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nsd-section--dark .nsd-kicker,
.nsd-section--red .nsd-kicker {
  color: #ffffff;
}

.nsd-section h1,
.nsd-section h2,
.nsd-section h3,
.nsd-section h4 {
  margin-top: 0;
  color: var(--nsd-black);
  font-family: inherit;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.nsd-section h1 {
  max-width: 980px;
  margin-bottom: 24px;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.02;
}

.nsd-section h2 {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: clamp(31px, 4vw, 50px);
  line-height: 1.08;
}

.nsd-section h3 {
  margin-bottom: 13px;
  font-size: clamp(21px, 2.2vw, 27px);
  line-height: 1.2;
}

.nsd-section h4 {
  margin-bottom: 9px;
  font-size: 18px;
  line-height: 1.3;
}

.nsd-section--dark h1,
.nsd-section--dark h2,
.nsd-section--dark h3,
.nsd-section--dark h4,
.nsd-section--red h1,
.nsd-section--red h2,
.nsd-section--red h3,
.nsd-section--red h4 {
  color: var(--nsd-white);
}

.nsd-section p,
.nsd-section li {
  color: var(--nsd-text);
  font-size: 17px;
  line-height: 1.75;
}

.nsd-section p {
  margin-top: 0;
  margin-bottom: 18px;
}

.nsd-section--dark > .nsd-inner > p,
.nsd-section--dark .nsd-dark-copy,
.nsd-section--dark .nsd-dark-copy p,
.nsd-section--dark .nsd-dark-copy li {
  color: #e7e7e7;
}

.nsd-section--red > .nsd-inner > p,
.nsd-section--red .nsd-red-copy,
.nsd-section--red .nsd-red-copy p,
.nsd-section--red .nsd-red-copy li {
  color: #ffffff;
}

.nsd-lead {
  max-width: 800px;
  margin-bottom: 28px !important;
  color: #454545 !important;
  font-size: clamp(18px, 2vw, 22px) !important;
  line-height: 1.65 !important;
}

.nsd-section--dark .nsd-lead,
.nsd-section--red .nsd-lead {
  color: #f1f1f1 !important;
}

.nsd-center .nsd-lead {
  margin-right: auto;
  margin-left: auto;
}

.nsd-muted {
  color: var(--nsd-muted) !important;
}

.nsd-section--dark .nsd-muted,
.nsd-section--red .nsd-muted {
  color: #d2d2d2 !important;
}

.nsd-section strong {
  color: inherit;
  font-weight: 800;
}

.nsd-section a {
  color: var(--nsd-red);
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.nsd-section--dark a,
.nsd-section--red a {
  color: #ffffff;
}

.nsd-grid {
  display: grid;
  gap: 24px;
}

.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-align-center {
  align-items: center;
}

.nsd-card {
  height: 100%;
  padding: 30px;
  border: 1px solid var(--nsd-line);
  border-radius: var(--nsd-radius-lg);
  background: var(--nsd-white);
  box-shadow: 0 16px 38px rgba(17, 17, 17, 0.06);
}

.nsd-card p:last-child,
.nsd-card ul:last-child {
  margin-bottom: 0;
}

.nsd-card--soft {
  background: var(--nsd-soft);
  box-shadow: none;
}

.nsd-card--black {
  border-color: #303030;
  background: #191919;
  box-shadow: none;
}

.nsd-card--black h3,
.nsd-card--black h4 {
  color: var(--nsd-white);
}

.nsd-card--black p,
.nsd-card--black li {
  color: #dddddd;
}

.nsd-card--red-line {
  border-top: 5px solid var(--nsd-red);
}

.nsd-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--nsd-red);
  color: var(--nsd-white);
  font-size: 15px;
  font-weight: 800;
}

.nsd-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 14px;
  background: rgba(214, 37, 50, 0.1);
  color: var(--nsd-red);
  font-size: 21px;
  font-weight: 900;
}

.nsd-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.nsd-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}

.nsd-list li:last-child {
  margin-bottom: 0;
}

.nsd-list li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--nsd-red);
  content: "";
}

.nsd-section--red .nsd-list li::before {
  background: #ffffff;
}

.nsd-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.nsd-checklist li {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 17px 18px 17px 52px;
  border: 1px solid var(--nsd-line);
  border-radius: 14px;
  background: var(--nsd-white);
  color: var(--nsd-text);
  line-height: 1.55;
}

.nsd-checklist li::before {
  position: absolute;
  top: 17px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: var(--nsd-red);
  color: var(--nsd-white);
  content: "✓";
  font-size: 13px;
  font-weight: 900;
}

.nsd-quote {
  position: relative;
  margin: 30px 0 0;
  padding: 28px 30px 28px 36px;
  border-left: 5px solid var(--nsd-red);
  border-radius: 0 18px 18px 0;
  background: var(--nsd-soft);
}

.nsd-quote p {
  margin: 0;
  color: var(--nsd-black);
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 750;
  line-height: 1.5;
}

.nsd-section--red .nsd-quote {
  border-left-color: #ffffff;
  background: rgba(0, 0, 0, 0.16);
}

.nsd-section--red .nsd-quote p {
  color: #ffffff;
}

.nsd-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.nsd-comparison-card {
  padding: 28px;
  border: 1px solid var(--nsd-line);
  border-radius: var(--nsd-radius-lg);
  background: var(--nsd-white);
}

.nsd-comparison-card--warning {
  border-top: 5px solid var(--nsd-red);
}

.nsd-comparison-label {
  display: inline-flex;
  margin-bottom: 15px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(214, 37, 50, 0.1);
  color: var(--nsd-red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nsd-steps {
  display: grid;
  gap: 16px;
  margin-top: 32px;
}

.nsd-step {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 23px;
  border: 1px solid var(--nsd-line);
  border-radius: var(--nsd-radius-md);
  background: var(--nsd-white);
}

.nsd-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--nsd-black);
  color: var(--nsd-white);
  font-size: 14px;
  font-weight: 850;
}

.nsd-step h3 {
  margin-bottom: 6px;
  font-size: 20px;
}

.nsd-step p {
  margin-bottom: 0;
}

.nsd-answer-box {
  padding: 36px;
  border: 1px solid var(--nsd-line);
  border-radius: var(--nsd-radius-lg);
  background: var(--nsd-white);
  box-shadow: 0 16px 38px rgba(17, 17, 17, 0.06);
}

.nsd-answer-box::before {
  display: block;
  width: 62px;
  height: 6px;
  margin-bottom: 26px;
  border-radius: 999px;
  background: var(--nsd-red);
  content: "";
}

.nsd-note {
  margin-top: 26px;
  padding: 20px 22px;
  border: 1px solid var(--nsd-line);
  border-radius: var(--nsd-radius-md);
  background: var(--nsd-soft);
}

.nsd-note p:last-child {
  margin-bottom: 0;
}

.nsd-link-panel {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
  padding: 28px;
  border: 1px solid var(--nsd-line);
  border-radius: var(--nsd-radius-lg);
  background: var(--nsd-white);
}

.nsd-link-panel h3 {
  margin-bottom: 7px;
}

.nsd-link-panel p {
  margin-bottom: 0;
}

.nsd-section--dark .nsd-link-panel h3,
.nsd-section--dark .nsd-link-panel p {
  color: var(--nsd-text);
}

.nsd-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.nsd-center .nsd-buttons {
  justify-content: center;
}

.nsd-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.nsd-button:hover {
  transform: translateY(-2px);
}

.nsd-button--primary {
  background: var(--nsd-black);
  color: var(--nsd-white) !important;
}

.nsd-button--primary:hover {
  background: var(--nsd-red);
}

.nsd-button--red {
  background: var(--nsd-red);
  color: var(--nsd-white) !important;
}

.nsd-button--red:hover {
  background: var(--nsd-black);
}

.nsd-button--secondary {
  border-color: var(--nsd-line);
  background: transparent;
  color: var(--nsd-black) !important;
}

.nsd-button--secondary:hover {
  border-color: var(--nsd-black);
  background: var(--nsd-black);
  color: var(--nsd-white) !important;
}

.nsd-section--dark .nsd-button--primary {
  background: var(--nsd-white);
  color: var(--nsd-black) !important;
}

.nsd-section--dark .nsd-button--primary:hover {
  background: var(--nsd-red);
  color: var(--nsd-white) !important;
}

.nsd-section--dark .nsd-button--secondary,
.nsd-section--red .nsd-button--secondary {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--nsd-white) !important;
}

.nsd-section--dark .nsd-button--secondary:hover,
.nsd-section--red .nsd-button--secondary:hover {
  border-color: var(--nsd-white);
  background: var(--nsd-white);
  color: var(--nsd-black) !important;
}

.nsd-metric {
  display: flex;
  gap: 17px;
  align-items: flex-start;
  padding: 21px 0;
  border-bottom: 1px solid var(--nsd-line);
}

.nsd-metric:last-child {
  border-bottom: 0;
}

.nsd-metric-marker {
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--nsd-red);
}

.nsd-metric h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.nsd-metric p {
  margin-bottom: 0;
}

.nsd-faq {
  display: grid;
  gap: 13px;
  margin-top: 30px;
}

.nsd-faq details {
  border: 1px solid var(--nsd-line);
  border-radius: var(--nsd-radius-md);
  background: var(--nsd-white);
  overflow: hidden;
}

.nsd-faq summary {
  position: relative;
  padding: 22px 60px 22px 24px;
  color: var(--nsd-black);
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  list-style: none;
}

.nsd-faq summary::-webkit-details-marker {
  display: none;
}

.nsd-faq summary::after {
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  color: var(--nsd-red);
  content: "+";
  font-size: 28px;
  font-weight: 500;
}

.nsd-faq details[open] summary::after {
  content: "−";
}

.nsd-faq-answer {
  padding: 0 24px 23px;
}

.nsd-faq-answer p:last-child {
  margin-bottom: 0;
}

.nsd-hero-tag {
  display: inline-flex;
  margin-top: 24px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #efefef;
  font-size: 14px;
  font-weight: 700;
}

.nsd-final-line {
  margin: 35px 0 0;
  color: var(--nsd-white) !important;
  font-size: clamp(28px, 4vw, 48px) !important;
  font-weight: 850;
  line-height: 1.1 !important;
  letter-spacing: -0.035em;
}

.nsd-accent-text {
  color: var(--nsd-red);
}

.nsd-section--red .nsd-accent-text,
.nsd-section--dark .nsd-accent-text {
  color: #ffffff;
}

@media (max-width: 900px) {
  .nsd-section {
    padding: 68px 20px;
  }

  .nsd-grid--3,
  .nsd-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nsd-link-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .nsd-section {
    padding: 56px 18px;
  }

  .nsd-grid--2,
  .nsd-grid--3,
  .nsd-grid--4,
  .nsd-comparison,
  .nsd-checklist {
    grid-template-columns: 1fr;
  }

  .nsd-card,
  .nsd-answer-box {
    padding: 24px;
    border-radius: 19px;
  }

  .nsd-step {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 20px;
  }

  .nsd-step-number {
    width: 40px;
    height: 40px;
  }

  .nsd-buttons,
  .nsd-buttons .nsd-button {
    width: 100%;
  }

  .nsd-button {
    min-height: 52px;
  }

  .nsd-link-panel {
    padding: 23px;
  }

  .nsd-faq summary {
    padding: 20px 52px 20px 20px;
    font-size: 17px;
  }

  .nsd-faq-answer {
    padding: 0 20px 21px;
  }
}
</style>

<style>
/* =========================================================
   POST INFORMATION BLOCK
   ========================================================= */

.nsd-post-info-section {
  padding-top: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--nsd-line);
}

.nsd-post-info {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--nsd-line);
  border-radius: 18px;
  background: var(--nsd-white);
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.05);
}

.nsd-post-info__item {
  position: relative;
  display: flex;
  flex: 1 1 190px;
  gap: 13px;
  align-items: center;
  min-height: 78px;
  padding: 18px 22px;
  border-right: 1px solid var(--nsd-line);
}

.nsd-post-info__item:last-child {
  border-right: 0;
}

.nsd-post-info__icon {
  display: inline-flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(214, 37, 50, 0.1);
  color: var(--nsd-red);
}

.nsd-post-info__icon svg {
  display: block;
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nsd-post-info__content {
  min-width: 0;
}

.nsd-post-info__label {
  display: block;
  margin-bottom: 3px;
  color: var(--nsd-muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.nsd-post-info__value {
  display: block;
  margin: 0;
  color: var(--nsd-black);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
}

/* =========================================================
   SHARE BLOCK
   ========================================================= */

.nsd-share-section {
  padding-top: 56px;
  padding-bottom: 56px;
}

.nsd-share-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--nsd-line);
  border-radius: var(--nsd-radius-lg);
  background: var(--nsd-white);
  box-shadow: 0 16px 38px rgba(17, 17, 17, 0.06);
}

.nsd-share-box__content h2 {
  margin-bottom: 10px;
  color: var(--nsd-black);
  font-size: clamp(25px, 3vw, 36px);
}

.nsd-share-box__content p {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--nsd-text);
  font-size: 16px;
  line-height: 1.7;
}

.nsd-share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.nsd-share-button {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 17px;
  border: 1px solid var(--nsd-line);
  border-radius: 999px;
  background: var(--nsd-white);
  color: var(--nsd-black);
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.nsd-share-button:hover,
.nsd-share-button:focus-visible {
  border-color: var(--nsd-black);
  background: var(--nsd-black);
  color: var(--nsd-white);
  outline: none;
  transform: translateY(-2px);
}

.nsd-share-button--primary {
  border-color: var(--nsd-red);
  background: var(--nsd-red);
  color: var(--nsd-white);
}

.nsd-share-button--primary:hover,
.nsd-share-button--primary:focus-visible {
  border-color: var(--nsd-black);
  background: var(--nsd-black);
  color: var(--nsd-white);
}

.nsd-share-button svg {
  display: block;
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.nsd-share-status {
  grid-column: 1 / -1;
  min-height: 20px;
  margin: -14px 0 0;
  color: var(--nsd-red);
  font-size: 13px;
  font-weight: 750;
  text-align: right;
}

@media (max-width: 900px) {
  .nsd-post-info__item {
    flex-basis: 50%;
  }

  .nsd-post-info__item:nth-child(2) {
    border-right: 0;
  }

  .nsd-post-info__item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--nsd-line);
  }

  .nsd-share-box {
    grid-template-columns: 1fr;
  }

  .nsd-share-buttons {
    justify-content: flex-start;
  }

  .nsd-share-status {
    margin-top: -10px;
    text-align: left;
  }
}

@media (max-width: 680px) {
  .nsd-post-info-section {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nsd-post-info {
    display: block;
  }

  .nsd-post-info__item {
    min-height: 70px;
    border-right: 0;
    border-bottom: 1px solid var(--nsd-line);
  }

  .nsd-post-info__item:nth-child(2) {
    border-right: 0;
  }

  .nsd-post-info__item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--nsd-line);
  }

  .nsd-post-info__item:last-child {
    border-bottom: 0;
  }

  .nsd-share-section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .nsd-share-box {
    padding: 25px;
    border-radius: 19px;
  }

  .nsd-share-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .nsd-share-button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .nsd-share-buttons {
    grid-template-columns: 1fr;
  }
}
</style>/* End custom CSS */