/*
Theme Name: Newt Elementor Child
Description: Custom Newt Peptide homepage built on Hello Elementor.
Author: Newt
Version: 1.56.38
Template: hello-elementor
Text Domain: newt-elementor-child
*/

:root {
  --newt-navy: #062e55;
  --newt-navy-deep: #031e38;
  --newt-teal: #009b98;
  --newt-teal-bright: #11b8af;
  --newt-ink: #132238;
  --newt-muted: #64748b;
  --newt-line: #dce8ec;
  --newt-pale: #f3f9f9;
  --newt-white: #ffffff;
  --newt-shadow: 0 24px 70px rgba(6, 46, 85, 0.12);
}


/* Inline concentration summary between diluent volume and target dose. */
.newt-calculator-concentration {
  display: flex;
  width: min(100%, 420px);
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 auto 24px;
  padding: 14px 18px;
  color: var(--newt-navy);
  background: linear-gradient(135deg, #eef9f8, #f7fbfb);
  border: 1px solid #cfe4e5;
  border-radius: 14px;
}

.newt-calculator-concentration > span {
  color: #64798f;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.newt-calculator-concentration > strong {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  color: var(--newt-navy);
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
}

.newt-calculator-concentration + .newt-calculator-step {
  padding-top: 24px;
  border-top: 1px solid #e1e9ed;
}

@media (max-width: 600px) {
  .newt-calculator-concentration {
    gap: 8px;
    margin: 2px auto 4px;
    padding: 9px 10px;
    border-radius: 10px;
  }

  .newt-calculator-concentration > span {
    font-size: 9px;
  }

  .newt-calculator-concentration > strong {
    font-size: 9px;
  }

  .newt-calculator-concentration + .newt-calculator-step {
    padding-top: 12px;
  }
}

/* Structured product reference descriptions. */
.newt-single-product-page .newt-product-description-section__grid.has-reference-description {
  grid-template-columns: 1fr;
  gap: 38px;
}

.newt-single-product-page .has-reference-description .newt-product-description-copy {
  width: 100%;
  max-width: none;
}

.newt-product-reference-description > p:first-child {
  max-width: 920px;
  margin-top: 0;
  font-size: 18px;
}

.newt-product-reference-description h3 {
	margin: 0 0 20px;
  color: var(--newt-navy);
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.15;
  letter-spacing: -.025em;
}

.newt-product-spec-table-wrap {
  overflow-x: auto;
  border: 1px solid #dbe6eb;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 48px rgba(7, 52, 93, .05);
}

.newt-product-spec-table {
  width: 100%;
  min-width: 680px;
  border: 0;
  border-collapse: collapse;
  color: #4f657d;
  font-size: 15px;
  line-height: 1.55;
}

.newt-product-spec-table th,
.newt-product-spec-table td {
  padding: 18px 22px;
  border-right: 1px solid #e1e9ed;
  border-bottom: 1px solid #e1e9ed;
  text-align: left;
  vertical-align: top;
}

.newt-product-spec-table tr > :last-child {
  border-right: 0;
}

.newt-product-spec-table tbody tr:last-child > * {
  border-bottom: 0;
}

.newt-product-spec-table thead th {
  color: var(--newt-navy);
  background: #eaf7f5;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.newt-product-spec-table thead th:first-child,
.newt-product-spec-table tbody th {
  width: 29%;
}

.newt-product-spec-table tbody th {
  color: var(--newt-navy);
  background: #f8fbfc;
  font-weight: 700;
}

.newt-product-spec-table tbody tr:nth-child(even) td {
  background: #fbfcfd;
}

.newt-product-reference-note {
  margin: 22px 0 0;
  padding: 16px 18px;
  border-left: 3px solid var(--newt-teal);
  border-radius: 0 12px 12px 0;
  color: #62778e;
  background: #f4f9fa;
  font-size: 13px;
}

@media (max-width: 600px) {
  .newt-single-product-page .newt-product-description-section__grid.has-reference-description {
    gap: 24px;
  }

  .newt-product-reference-description > p:first-child {
    font-size: 15px;
  }

	.newt-product-reference-description h3 {
		margin-top: 0;
	}

  .newt-product-spec-table-wrap {
    margin-right: -20px;
    border-radius: 16px 0 0 16px;
  }

  .newt-product-spec-table th,
  .newt-product-spec-table td {
    padding: 15px 17px;
  }
}

/* Frequently asked questions below the worked example. */
.newt-calculator-faqs {
  margin-top: 54px;
}

.newt-calculator-faqs > h2 {
  position: relative;
  margin: 0;
  padding-bottom: 19px;
  color: var(--newt-navy);
  border-bottom: 2px solid #dce8ec;
  font-size: clamp(30px, 3.5vw, 50px);
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: -.035em;
  text-transform: none;
}

.newt-calculator-faqs > h2::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 72px;
  height: 4px;
  background: linear-gradient(90deg, var(--newt-teal), #2d91d6);
  border-radius: 999px;
  content: "";
}

.newt-calculator-faqs__list {
  margin-top: 18px;
  border-top: 1px solid #dce8ec;
}

.newt-calculator-faqs__list details {
  margin: 0;
  border-bottom: 1px solid #dce8ec;
}

.newt-calculator-faqs__list summary {
  position: relative;
  display: flex;
  min-height: 72px;
  margin: 0;
  padding: 20px 54px 20px 4px;
  align-items: center;
  color: #2c3b50;
  cursor: pointer;
  font-size: 23px;
  font-weight: 760;
  line-height: 1.3;
  list-style: none;
  letter-spacing: -.02em;
  text-transform: none;
}

.newt-calculator-faqs__list summary::-webkit-details-marker {
  display: none;
}

.newt-calculator-faqs__list summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--newt-navy);
  background: #f3f9f9;
  border: 1px solid #cfe0e5;
  border-radius: 50%;
  content: "+";
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-50%);
}

.newt-calculator-faqs__list details[open] summary {
  color: var(--newt-navy);
}

.newt-calculator-faqs__list details[open] summary::after {
  color: #fff;
  background: var(--newt-teal);
  border-color: var(--newt-teal);
  content: "−";
}

.newt-calculator-faqs__list p {
  margin: 0;
  padding: 0 54px 23px 4px;
  color: #526279;
  font-size: 17px;
  line-height: 1.75;
}

.newt-calculator-faqs__notice {
  margin: 36px 0 0;
  padding: 20px 24px;
  color: #845044;
  background: #fff4f1;
  border-left: 4px solid #e85b49;
  border-radius: 0 14px 14px 0;
  font-size: 14px;
  line-height: 1.65;
}

.newt-calculator-faqs__notice strong {
  color: #74473d;
}

@media (max-width: 600px) {
  .newt-calculator-faqs {
    margin-top: 36px;
  }

  .newt-calculator-faqs > h2 {
    padding-bottom: 13px;
    font-size: 27px;
  }

  .newt-calculator-faqs > h2::after {
    width: 48px;
    height: 3px;
  }

  .newt-calculator-faqs__list {
    margin-top: 14px;
  }

  .newt-calculator-faqs__list summary {
    min-height: 58px;
    padding: 14px 42px 14px 0;
    font-size: 17px;
    line-height: 1.35;
  }

  .newt-calculator-faqs__list summary::after {
    right: 0;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .newt-calculator-faqs__list p {
    padding: 0 42px 16px 0;
    font-size: 13px;
    line-height: 1.7;
  }

  .newt-calculator-faqs__notice {
    margin-top: 26px;
    padding: 15px 16px;
    border-left-width: 3px;
    border-radius: 0 10px 10px 0;
    font-size: 11px;
    line-height: 1.65;
  }
}

/* Worked calculation example below the interactive calculator. */
.newt-calculator-worked-example {
  margin-top: 34px;
  padding-top: 8px;
}

.newt-calculator-worked-example h2 {
  position: relative;
  margin: 0;
  padding: 0 0 19px;
  color: var(--newt-navy);
  border-bottom: 2px solid #dce8ec;
  font-size: clamp(28px, 3.2vw, 46px);
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: -.035em;
  text-transform: none;
}

.newt-calculator-worked-example h2::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 72px;
  height: 4px;
  background: linear-gradient(90deg, var(--newt-teal), #2d91d6);
  border-radius: 999px;
  content: "";
}

.newt-calculator-worked-example__body {
  display: grid;
  gap: 20px;
  margin-top: 26px;
}

.newt-calculator-worked-example__body p {
  margin: 0;
  color: #526279;
  font-size: 18px;
  line-height: 1.75;
}

.newt-calculator-worked-example__body strong {
  color: var(--newt-navy);
  font-weight: 760;
}

@media (max-width: 600px) {
  .newt-calculator-worked-example {
    margin-top: 24px;
    padding-top: 0;
  }

  .newt-calculator-worked-example h2 {
    padding-bottom: 13px;
    font-size: 23px;
    line-height: 1.18;
  }

  .newt-calculator-worked-example h2::after {
    width: 48px;
    height: 3px;
  }

  .newt-calculator-worked-example__body {
    gap: 14px;
    margin-top: 17px;
  }

  .newt-calculator-worked-example__body p {
    font-size: 13px;
    line-height: 1.7;
  }
}

/* Dynamic U-100 syringe scale. */
.newt-calculator-syringe-visual {
  margin-top: 24px;
  padding: 24px 0 0;
  border-top: 1px solid #e1e9ed;
}

.newt-calculator-syringe-visual__heading,
.newt-calculator-syringe-visual__canvas,
.newt-calculator-syringe-visual > p {
  max-width: 900px;
  margin-left: 60px;
}

.newt-calculator-syringe-visual__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.newt-calculator-syringe-visual__heading > div {
  display: grid;
  gap: 3px;
}

.newt-calculator-syringe-visual__heading span {
  color: var(--newt-navy);
  font-size: 17px;
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: -.012em;
  text-transform: uppercase;
}

.newt-calculator-syringe-visual__heading strong {
  color: var(--newt-teal);
  font-size: 24px;
  line-height: 1;
}

.newt-calculator-syringe-visual__canvas {
  margin-top: 14px;
  padding: 12px 14px 4px;
  background: linear-gradient(135deg, #f7fbfc, #fff);
  border: 1px solid #d5e3e8;
  border-radius: 18px;
}

.newt-calculator-syringe-visual__canvas svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.newt-calculator-syringe-visual__tip,
.newt-calculator-syringe-visual__handle {
  fill: none;
  stroke: var(--newt-navy);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.newt-calculator-syringe-visual__plunger,
.newt-syringe-visual__plunger {
  fill: rgba(6, 46, 85, .72);
  stroke: #fff;
  stroke-width: 1.5;
  transform: translateX(180.4px);
  transform-box: view-box;
  transform-origin: 0 0;
  transition: transform .36s cubic-bezier(.22, .72, .24, 1);
}

@media (prefers-reduced-motion: reduce) {
  .newt-calculator-syringe-visual__plunger,
  .newt-syringe-visual__plunger {
    transition: none;
  }
}

.newt-calculator-syringe-visual__barrel {
  fill: url(#newt-syringe-glass);
  stroke: var(--newt-navy);
  stroke-width: 2.4;
}

.newt-calculator-syringe-visual__fluid {
  fill: url(#newt-syringe-liquid);
  transition: width .3s ease;
}

.newt-calculator-syringe-visual__marker {
  stroke: var(--newt-teal);
  stroke-width: 2.5;
  stroke-dasharray: 3 3;
  transition: x1 .3s ease, x2 .3s ease;
}

.newt-calculator-syringe-visual [data-syringe-ticks] line {
  stroke: #71869a;
  stroke-width: 1.4;
}

.newt-calculator-syringe-visual [data-syringe-ticks] line.is-major {
  stroke: var(--newt-navy);
  stroke-width: 2;
}

.newt-calculator-syringe-visual [data-syringe-ticks] text {
  fill: var(--newt-navy);
  font-size: 17px;
  font-weight: 750;
  text-anchor: middle;
}

.newt-calculator-syringe-visual > p {
  margin-top: 11px;
  margin-bottom: 0;
  color: #53647a;
  font-size: 13px;
  line-height: 1.5;
}

.newt-calculator-syringe-visual.is-over-capacity .newt-calculator-syringe-visual__marker,
.newt-calculator-syringe-visual.is-over-capacity [data-syringe-ticks] line.is-major {
  stroke: #d6534d;
}

.newt-calculator-syringe-visual.is-over-capacity > p {
  color: #b83832;
  font-weight: 700;
}

@media (max-width: 600px) {
  .newt-calculator-syringe-visual {
    margin-top: 13px;
    padding-top: 13px;
  }

  .newt-calculator-syringe-visual__heading,
  .newt-calculator-syringe-visual__canvas,
  .newt-calculator-syringe-visual > p {
    max-width: none;
    margin-left: 0;
  }

  .newt-calculator-syringe-visual__heading span {
    font-size: 12px;
  }

  .newt-calculator-syringe-visual__heading strong {
    font-size: 17px;
  }

  .newt-calculator-syringe-visual__canvas {
    margin-top: 8px;
    padding: 5px 7px 0;
    border-radius: 10px;
  }

  .newt-calculator-syringe-visual [data-syringe-ticks] text {
    font-size: 28px;
  }

  .newt-calculator-syringe-visual > p {
    margin-top: 7px;
    font-size: 9px;
  }
}

/* Optional U-100 syringe capacity selector. */
.newt-calculator-syringe-size {
  padding: 24px 0 0;
  border-top: 1px solid #e1e9ed;
}

.newt-calculator-syringe-size__title,
.newt-calculator-syringe-size__options,
.newt-calculator-syringe-size > p {
  max-width: 680px;
  margin-left: 60px;
}

.newt-calculator-syringe-size__title {
  display: flex;
  align-items: center;
  gap: 9px;
}

.newt-calculator-syringe-size__title h2 {
  margin: 0;
  color: var(--newt-navy);
  font-size: 17px;
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: -.012em;
  text-transform: uppercase;
}

.newt-calculator-syringe-size__options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.newt-home .newt-calculator-syringe-size__options button {
  display: flex;
  min-height: 76px;
  padding: 10px 12px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #334155;
  background: #fff;
  border: 1px solid #cfdbe3;
  border-radius: 14px;
  box-shadow: none;
}

.newt-home .newt-calculator-syringe-size__options button strong {
  font-size: 22px;
  line-height: 1;
}

.newt-home .newt-calculator-syringe-size__options button span {
  margin-top: 7px;
  color: #64748b;
  font-size: 12px;
  font-weight: 650;
}

.newt-home .newt-calculator-syringe-size__options button.is-active {
  color: #278bd0;
  background: #eef7ff;
  border-color: #278bd0;
  box-shadow: 0 0 0 4px rgba(39, 139, 208, .12);
}

.newt-home .newt-calculator-syringe-size__options button.is-active span {
  color: #278bd0;
}

.newt-calculator-syringe-size > p {
  margin-top: 14px;
  margin-bottom: 0;
  color: #53647a;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 600px) {
  .newt-calculator-syringe-size {
    padding-top: 12px;
  }

  .newt-calculator-syringe-size__title,
  .newt-calculator-syringe-size__options,
  .newt-calculator-syringe-size > p {
    max-width: none;
    margin-left: 0;
  }

  .newt-calculator-syringe-size__title h2 {
    font-size: 12px;
  }

  .newt-calculator-syringe-size__options {
    gap: 5px;
    margin-top: 9px;
  }

  .newt-home .newt-calculator-syringe-size__options button {
    min-width: 0;
    min-height: 56px;
    padding: 7px 4px;
    border-radius: 9px;
  }

  .newt-home .newt-calculator-syringe-size__options button strong {
    font-size: 17px;
  }

  .newt-home .newt-calculator-syringe-size__options button span {
    margin-top: 4px;
    font-size: 9px;
  }

  .newt-calculator-syringe-size > p {
    margin-top: 9px;
    font-size: 10px;
    line-height: 1.45;
  }
}

/* Keep accessible labels available to assistive technology without exposing them visually. */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 12px 18px;
  margin: 0;
  overflow: visible;
  clip: auto;
  clip-path: none;
  white-space: normal;
}

/* Shared certificate viewer used by product pages and the Verify COA library. */
.newt-coa-viewer {
  color: var(--newt-navy);
  background: #fff;
}

.newt-home .newt-coa-load-more[hidden] {
  display: none !important;
}

.newt-coa-viewer__hero {
  padding: 54px 0 42px;
  background: #fff;
  border-bottom: 1px solid #dbe6ed;
}

.newt-coa-viewer__hero .newt-product-breadcrumbs {
  margin-bottom: 24px;
}

.newt-coa-viewer__kicker {
  margin: 30px 0 8px;
  color: var(--newt-teal);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.newt-coa-viewer__hero h1 {
  margin: 0;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .98;
  letter-spacing: -.045em;
}

.newt-coa-viewer__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.newt-coa-viewer__facts div {
  padding: 17px 20px;
  border: 1px solid #d5e2e9;
  border-radius: 16px;
  background: rgba(255, 255, 255, .82);
}

.newt-coa-viewer__facts span,
.newt-coa-viewer__facts strong {
  display: block;
}

.newt-coa-viewer__facts span {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 5px;
  color: #71849b;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.newt-coa-viewer__facts span svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.newt-coa-viewer__facts strong {
  font-size: 17px;
  overflow-wrap: anywhere;
}

.newt-coa-viewer__content {
  padding: 54px 0 80px;
  background: #fff;
}

.newt-coa-viewer__gallery,
.newt-coa-viewer__empty {
  width: min(100%, 980px);
  margin: 0 auto;
}

.newt-coa-viewer__stage {
  overflow: hidden;
  border: 1px solid #d8e3ea;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(9, 52, 84, .1);
}

.newt-coa-viewer__slide {
  margin: 0;
}

.newt-coa-viewer__slide[hidden] {
  display: none;
}

.newt-coa-viewer__slide > img {
  display: block;
  width: 100%;
  max-height: 1080px;
  object-fit: contain;
  background: #fff;
}

.newt-coa-viewer__slide iframe {
  display: block;
  width: 100%;
  height: min(78vh, 920px);
  border: 0;
  background: #fff;
}

.newt-coa-viewer__slide figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 20px;
  border-top: 1px solid #e2e9ee;
  color: #667c93;
  font-size: 14px;
  font-weight: 700;
}

.newt-coa-viewer__slide figcaption a {
  color: var(--newt-navy);
  text-decoration: none;
}

.newt-coa-viewer__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 18px;
}

.newt-home .newt-coa-viewer__controls button {
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  border: 1px solid #cddce5;
  border-radius: 50%;
  color: var(--newt-navy);
  background: #fff;
  box-shadow: none;
}

.newt-coa-viewer__controls span {
  min-width: 62px;
  text-align: center;
  font-weight: 750;
}

.newt-coa-viewer__thumbs {
  display: flex;
  gap: 10px;
  justify-content: center;
  overflow-x: auto;
  margin-top: 16px;
  padding: 3px 3px 10px;
}

.newt-home .newt-coa-viewer__thumbs button {
  flex: 0 0 74px;
  width: 74px;
  height: 74px;
  overflow: hidden;
  padding: 3px;
  border: 2px solid transparent;
  border-radius: 12px;
  color: var(--newt-navy);
  background: #fff;
  box-shadow: 0 5px 16px rgba(9, 52, 84, .08);
}

.newt-home .newt-coa-viewer__thumbs button.is-active {
  border-color: var(--newt-teal);
}

.newt-coa-viewer__thumbs img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  object-fit: cover;
}

.newt-coa-viewer__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin: 34px auto 0;
}

.newt-coa-viewer__actions a {
  padding: 13px 21px;
  border: 1px solid #cbdbe4;
  border-radius: 999px;
  color: var(--newt-navy);
  background: #fff;
  font-weight: 750;
  text-decoration: none;
}

.newt-coa-viewer__actions a:first-child {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, var(--newt-teal), var(--newt-navy));
}

.newt-coa-viewer__empty {
  padding: 54px 28px;
  border: 1px solid #d8e3ea;
  border-radius: 24px;
  text-align: center;
  background: #fff;
}

.newt-coa-viewer__empty h2,
.newt-coa-viewer__empty p {
  margin: 0;
}

.newt-coa-viewer__empty p {
  margin-top: 10px;
  color: #667c93;
}

.newt-coa-viewer__batches {
  width: min(100%, 980px);
  margin: 60px auto 0;
}

.newt-coa-viewer__batches h2 {
  margin: 0 0 16px;
  font-size: 28px;
}

.newt-coa-viewer__batches > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.newt-coa-viewer__batches a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 18px;
  border: 1px solid #d5e2e9;
  border-radius: 16px;
  color: var(--newt-navy);
  background: #fff;
  text-decoration: none;
}

.newt-coa-viewer__batches span {
  color: #72859a;
  font-size: 14px;
}

@media (max-width: 700px) {
  .newt-coa-viewer__hero {
    padding: 28px 0 30px;
  }

  .newt-coa-viewer__hero .newt-product-breadcrumbs {
    margin-bottom: 18px;
  }

  .newt-coa-viewer__kicker {
    margin-top: 20px;
  }

  .newt-coa-viewer__hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .newt-coa-viewer__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 24px;
  }

  .newt-coa-viewer__facts div {
    padding: 14px;
  }

  .newt-coa-viewer__facts span svg {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
  }

  .newt-coa-viewer__facts div:last-child {
    grid-column: 1 / -1;
  }

  .newt-coa-viewer__content {
    padding: 28px 0 52px;
  }

  .newt-coa-viewer__stage {
    border-radius: 16px;
  }

  .newt-coa-viewer__slide iframe {
    height: 62vh;
  }

  .newt-coa-viewer__slide figcaption {
    padding: 12px 14px;
    font-size: 12px;
  }

  .newt-coa-viewer__actions {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }

  .newt-coa-viewer__batches {
    margin-top: 44px;
  }

  .newt-coa-viewer__batches > div {
    grid-template-columns: 1fr;
  }
}


/* Modern WooCommerce cart page. */
.newt-cart-page {
  overflow-x: clip;
  background: #fff;
}

.newt-cart-main {
  min-height: 70vh;
  color: var(--newt-navy);
}

.newt-cart-section {
  padding: 18px 0 80px;
}

.newt-cart-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.newt-cart-heading p {
  margin: 0 0 8px;
  color: var(--newt-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.newt-cart-heading h1 {
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(40px, 5vw, 66px);
  line-height: 1;
  letter-spacing: -.055em;
}

.newt-cart-heading > a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 20px;
  color: var(--newt-navy);
  border: 1px solid #d5e2e7;
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.newt-cart-heading > a:hover,
.newt-cart-heading > a:focus-visible {
  color: var(--newt-teal);
  border-color: var(--newt-teal);
  transform: translateY(-1px);
}

.newt-cart-panel .woocommerce {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1.5fr) minmax(310px, .72fr);
  gap: 28px;
}

.newt-cart-panel .woocommerce > .woocommerce-notices-wrapper,
.newt-cart-panel .woocommerce > .woocommerce-error,
.newt-cart-panel .woocommerce > .woocommerce-info,
.newt-cart-panel .woocommerce > .woocommerce-message,
.newt-cart-panel .woocommerce > .cart-empty,
.newt-cart-panel .woocommerce > .return-to-shop {
  grid-column: 1 / -1;
}

.newt-cart-panel .woocommerce-cart-form,
.newt-cart-panel .cart-collaterals,
.newt-cart-panel .woocommerce-info,
.newt-cart-panel .woocommerce-message,
.newt-cart-panel .woocommerce-error,
.newt-cart-panel .cart-empty {
  min-width: 0;
  margin: 0;
}

.newt-cart-panel .woocommerce-cart-form,
.newt-cart-panel .cart_totals {
  overflow: hidden;
  border: 1px solid #dce7ea;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 46, 85, .07);
}

.newt-cart-panel table.shop_table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  border-radius: 0;
  background: transparent;
}

.newt-cart-panel table.shop_table th,
.newt-cart-panel table.shop_table td {
  padding: 18px 14px;
  border: 0;
  border-bottom: 1px solid #e6eef0;
  vertical-align: middle;
}

.newt-cart-panel table.shop_table thead th {
  padding-top: 16px;
  padding-bottom: 14px;
  color: #72859a;
  background: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* Keep the cart list pure white and override inherited Elementor table-cell
   fills/borders that otherwise create a gray row and dark line above it. */
.newt-cart-panel .woocommerce-cart-form table.shop_table th,
.newt-cart-panel .woocommerce-cart-form table.shop_table td {
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #e6eef0 !important;
  border-left: 0 !important;
  background: #fff !important;
}

.newt-cart-panel .product-remove {
  width: 42px;
  text-align: center;
}

.newt-cart-panel .product-remove a.remove {
  display: grid;
  width: 30px;
  height: 30px;
  margin: auto;
  place-items: center;
  color: #64748b !important;
  border: 1px solid #d7e2e7;
  border-radius: 50%;
  background: #fff;
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.newt-cart-panel .product-remove a.remove:hover,
.newt-cart-panel .product-remove a.remove:focus-visible {
  color: #fff !important;
  border-color: #d53f67;
  background: #d53f67;
}

.newt-cart-panel .product-thumbnail {
  width: 104px;
}

.newt-cart-panel .product-thumbnail img {
  display: block;
  width: 76px;
  height: 76px;
  margin: auto;
  object-fit: contain;
  border: 1px solid #e2ebee;
  border-radius: 14px;
  background: #fff;
}

.newt-cart-panel .woocommerce-cart-form .cart_item .product-thumbnail img {
  width: 76px !important;
  height: 76px !important;
}

.newt-cart-panel .product-name a {
  color: var(--newt-navy);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.newt-cart-panel .product-name a:hover,
.newt-cart-panel .product-name a:focus-visible {
  color: var(--newt-teal);
}

.newt-cart-panel .product-name dl.variation {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 6px;
  margin: 8px 0 0;
  color: #75879a;
  font-size: 11px;
}

.newt-cart-panel .product-name dl.variation dt,
.newt-cart-panel .product-name dl.variation dd,
.newt-cart-panel .product-name dl.variation p {
  margin: 0;
  padding: 0;
}

.newt-cart-panel .product-price,
.newt-cart-panel .product-subtotal {
  color: var(--newt-navy);
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
}

.newt-cart-panel .quantity {
  display: inline-flex;
  overflow: hidden;
  min-height: 42px;
  align-items: center;
  border: 1px solid #cedce2;
  border-radius: 12px;
  background: #fff;
}

.newt-cart-panel .quantity .qty {
  width: 58px;
  min-width: 0;
  height: 40px;
  padding: 0 6px;
  color: var(--newt-navy);
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
  font-weight: 750;
  text-align: center;
  appearance: textfield;
}

.newt-cart-panel .quantity .qty::-webkit-outer-spin-button,
.newt-cart-panel .quantity .qty::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.newt-cart-panel .quantity button,
.newt-cart-panel .quantity .minus,
.newt-cart-panel .quantity .plus {
  display: grid;
  width: 36px;
  height: 40px;
  padding: 0;
  place-items: center;
  color: #53677d;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 18px;
}

.newt-cart-panel td.actions {
  padding: 16px 18px !important;
  border-bottom: 0 !important;
  background: #fbfcfc;
}

.newt-cart-panel td.actions .coupon {
  display: flex;
  gap: 8px;
}

.newt-cart-panel td.actions .coupon .input-text {
  width: 180px;
  min-height: 44px;
  padding: 0 14px;
  color: var(--newt-navy);
  border: 1px solid #cedce2;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
  font-size: 13px;
}

.newt-cart-panel td.actions .coupon #coupon_code {
  width: 180px !important;
}

.newt-cart-panel td.actions button.button,
.newt-cart-panel .return-to-shop .button {
  min-height: 44px;
  padding: 0 18px;
  color: var(--newt-navy);
  border: 1px solid #ccdbe1;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
  font-size: 12px;
  font-weight: 800;
  text-transform: none;
}

.newt-cart-panel td.actions button.button:hover,
.newt-cart-panel td.actions button.button:focus-visible,
.newt-cart-panel .return-to-shop .button:hover,
.newt-cart-panel .return-to-shop .button:focus-visible {
  color: #fff;
  border-color: var(--newt-navy);
  background: var(--newt-navy);
}

.newt-cart-panel .cart-collaterals {
  width: 100%;
}

.newt-cart-panel .cart_totals {
  float: none;
  width: 100%;
  padding: 26px;
  position: sticky;
  top: 24px;
}

.newt-cart-panel .cart-collaterals .cart_totals {
  float: none !important;
  width: 100% !important;
}

.newt-cart-panel .cart_totals h2 {
  margin: 0 0 18px;
  color: var(--newt-navy);
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.newt-cart-panel .cart_totals table th,
.newt-cart-panel .cart_totals table td {
  padding: 14px 0;
  color: #5f7389;
  background: transparent;
  font-size: 13px;
  line-height: 1.45;
}

.newt-cart-panel .cart_totals table th {
  width: 66%;
  padding-right: 12px;
  font-weight: 650;
  text-align: left;
}

.newt-cart-panel .cart_totals table td {
  color: var(--newt-navy);
  font-weight: 750;
  text-align: right;
}

.newt-cart-panel .cart_totals .order-total th,
.newt-cart-panel .cart_totals .order-total td {
  padding-top: 20px;
  padding-bottom: 6px;
  border-bottom: 0;
  color: var(--newt-navy);
  font-size: 18px;
  font-weight: 850;
}

.newt-cart-panel .wc-proceed-to-checkout {
  margin: 22px 0 0;
  padding: 0;
}

.newt-cart-panel .wc-proceed-to-checkout a.checkout-button {
  display: flex;
  min-height: 54px;
  margin: 0;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--newt-teal), var(--newt-navy));
  box-shadow: 0 16px 32px rgba(0, 93, 116, .18);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .01em;
  text-decoration: none;
}

.newt-cart-panel .wc-proceed-to-checkout a.checkout-button:hover,
.newt-cart-panel .wc-proceed-to-checkout a.checkout-button:focus-visible {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(0, 93, 116, .25);
}

.newt-cart-panel .cart-empty {
  padding: 42px 24px;
  color: var(--newt-navy);
  border: 1px solid #dce7ea;
  border-radius: 22px;
  background: #fff;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}

.newt-cart-panel .return-to-shop {
  text-align: center;
}

.newt-cart-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.newt-cart-assurance > div {
  display: flex;
  min-width: 0;
  padding: 18px 20px;
  gap: 4px;
  flex-direction: column;
  border: 1px solid #dce7ea;
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
}

.newt-cart-assurance strong {
  color: var(--newt-navy);
  font-size: 12px;
}

.newt-cart-assurance span {
  color: #76899c;
  font-size: 10.5px;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .newt-cart-panel .woocommerce {
    grid-template-columns: minmax(0, 1fr);
  }

  .newt-cart-panel .cart_totals {
    position: static;
  }
}

@media (max-width: 760px) {
  .newt-cart-page .newt-header {
    margin-bottom: 0;
  }

  .newt-cart-section {
    padding: 14px 0 52px;
  }

  .newt-cart-section > .newt-shell {
    width: min(100% - 24px, var(--newt-shell));
  }

  .newt-cart-heading {
    align-items: center;
    margin-bottom: 18px;
  }

  .newt-cart-heading p {
    margin-bottom: 5px;
    font-size: 9px;
  }

  .newt-cart-heading h1 {
    font-size: 32px;
  }

  .newt-cart-heading > a {
    min-height: 38px;
    padding: 0 13px;
    font-size: 10px;
  }

  .newt-cart-panel .woocommerce {
    display: block;
    width: 100%;
  }

  .newt-cart-panel .woocommerce-cart-form,
  .newt-cart-panel .cart_totals {
    border-radius: 20px;
  }

  .newt-cart-panel .woocommerce-cart-form table,
  .newt-cart-panel .woocommerce-cart-form tbody {
    display: block;
    width: 100%;
  }

  .newt-cart-panel .woocommerce-cart-form thead {
    display: none;
  }

  .newt-cart-panel .woocommerce-cart-form tr.cart_item {
    display: grid;
    position: relative;
    grid-template-columns: 88px minmax(0, 1fr) auto;
    gap: 6px 14px;
    padding: 16px;
    border-bottom: 1px solid #e5edef;
  }

  .newt-cart-panel .woocommerce-cart-form tr.cart_item td {
    display: block;
    width: auto;
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
  }

  .newt-cart-panel .woocommerce-cart-form tr.cart_item td::before {
    display: none !important;
    content: none !important;
  }

  .newt-cart-panel .product-remove {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 12px;
  }

  .newt-cart-panel .product-remove a.remove {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }

  .newt-cart-panel .product-thumbnail {
    width: 88px;
    grid-column: 1;
    grid-row: 1 / span 4;
  }

  .newt-cart-panel .product-thumbnail a {
    display: block;
  }

  .newt-cart-panel .product-thumbnail img {
    width: 82px !important;
    height: 92px !important;
    margin: 0;
    border-radius: 13px;
  }

  .newt-cart-panel .product-name {
    grid-column: 2 / 4;
    padding-right: 34px !important;
  }

  .newt-cart-panel .product-name a {
    font-size: 14px;
  }

  .newt-cart-panel .product-name dl.variation {
    margin-top: 5px;
    font-size: 10px;
  }

  .newt-cart-panel .product-price {
    display: none !important;
  }

  .newt-cart-panel .product-quantity {
    align-self: end;
    grid-column: 2;
  }

  .newt-cart-panel .product-subtotal {
    align-self: center;
    grid-column: 3;
    color: var(--newt-navy);
    font-size: 14px;
  }

  .newt-cart-panel .quantity {
    min-height: 38px;
    border-radius: 10px;
  }

  .newt-cart-panel .quantity .qty {
    width: 44px;
    height: 36px;
    font-size: 13px;
  }

  .newt-cart-panel .quantity button,
  .newt-cart-panel .quantity .minus,
  .newt-cart-panel .quantity .plus {
    width: 30px;
    height: 36px;
    font-size: 16px;
  }

  .newt-cart-panel td.actions {
    display: flex !important;
    padding: 12px !important;
    gap: 8px;
    flex-direction: column;
  }

  .newt-cart-panel td.actions .coupon {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .newt-cart-panel td.actions .coupon::before,
  .newt-cart-panel td.actions .coupon::after {
    display: none !important;
    content: none !important;
  }

  .newt-cart-panel td.actions .coupon .input-text {
    width: 100%;
    min-width: 0;
  }

  .newt-cart-panel td.actions .coupon #coupon_code {
    width: 100% !important;
  }

  .newt-cart-panel td.actions .coupon button.button {
    width: 100%;
    min-width: 112px;
    white-space: nowrap;
  }

  .newt-cart-panel td.actions > button.button {
    width: 100%;
  }

  .newt-cart-panel .cart-collaterals {
    margin-top: 14px;
  }

  .newt-cart-panel .cart_totals {
    padding: 20px;
  }

  .newt-cart-panel .cart_totals h2 {
    font-size: 19px;
  }

  .newt-cart-panel .cart_totals table,
  .newt-cart-panel .cart_totals tbody,
  .newt-cart-panel .cart_totals tr {
    display: table;
    width: 100%;
  }

  .newt-cart-panel .cart_totals table th,
  .newt-cart-panel .cart_totals table td {
    display: table-cell;
    padding: 12px 0;
  }

  .newt-cart-panel .cart_totals table td::before {
    display: none !important;
    content: none !important;
  }

  .newt-cart-panel .cart_totals table th {
    width: 68%;
    padding-right: 10px;
  }

  .newt-cart-panel .cart_totals .order-total th,
  .newt-cart-panel .cart_totals .order-total td {
    font-size: 17px;
  }

  .newt-cart-panel .wc-proceed-to-checkout a.checkout-button {
    min-height: 52px;
    font-size: 13px;
  }

  .newt-cart-assurance {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 12px;
  }

  .newt-cart-assurance > div {
    padding: 14px 16px;
    border-radius: 15px;
  }
}

/* Shopify-inspired customer order history. */
.newt-account-page .woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}

.newt-account-orders-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 20px;
}

.newt-account-orders-heading p {
  margin: 0 0 5px;
  color: var(--newt-teal);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.newt-account-orders-heading h2 {
  margin: 0;
  color: var(--newt-navy);
  font-size: 28px;
  font-weight: 760;
  line-height: 1.1;
}

.newt-account-orders-heading > span {
  color: #74879a;
  font-size: 11px;
}

.newt-account__panel table.woocommerce-orders-table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0 10px;
  background: transparent;
}

.newt-account__panel .woocommerce-orders-table thead th {
  padding: 0 16px 6px;
  color: #74879a;
  border: 0;
  background: transparent;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.newt-account__panel .woocommerce-orders-table tbody td {
  padding: 16px;
  color: #52677d;
  border-top: 1px solid #dce8ec;
  border-bottom: 1px solid #dce8ec;
  border-left: 0;
  border-right: 0;
  background: #fff;
  font-size: 13px;
  vertical-align: middle;
}

.newt-account__panel .woocommerce-orders-table tbody td:first-child {
  border-left: 1px solid #dce8ec;
  border-radius: 16px 0 0 16px;
}

.newt-account__panel .woocommerce-orders-table tbody td:last-child {
  border-right: 1px solid #dce8ec;
  border-radius: 0 16px 16px 0;
}

.newt-account__panel .woocommerce-orders-table__cell-order-number a {
  color: var(--newt-navy);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.newt-account__panel .woocommerce-orders-table__cell-order-number a:hover,
.newt-account__panel .woocommerce-orders-table__cell-order-number a:focus-visible {
  color: var(--newt-teal);
}

.newt-account__panel .woocommerce-orders-table__cell-order-total {
  color: var(--newt-navy) !important;
  font-weight: 700;
}

.newt-order-status {
  display: inline-flex;
  min-height: 28px;
  padding: 0 10px;
  align-items: center;
  color: #496176;
  border: 1px solid #d7e2e7;
  border-radius: 999px;
  background: #f5f8f9;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.newt-order-status--processing,
.newt-order-status--completed {
  color: #08766f;
  border-color: #bde4df;
  background: #eaf8f5;
}

.newt-order-status--on-hold,
.newt-order-status--pending {
  color: #8a5a00;
  border-color: #ecd7a5;
  background: #fff8e7;
}

.newt-order-status--cancelled,
.newt-order-status--failed,
.newt-order-status--refunded {
  color: #9a3f51;
  border-color: #efcad2;
  background: #fff1f4;
}

.newt-account__panel .woocommerce-orders-table__cell-order-actions .button {
  display: inline-flex;
  min-height: 36px;
  margin: 0 5px 0 0;
  padding: 0 15px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 0;
  border-radius: 999px;
  background: var(--newt-navy);
  box-shadow: none;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
}

.newt-account__panel .woocommerce-orders-table__cell-order-actions .button:hover,
.newt-account__panel .woocommerce-orders-table__cell-order-actions .button:focus-visible {
  color: #fff;
  background: var(--newt-teal);
}

@media (max-width: 760px) {
  .newt-account-orders-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
  }

  .newt-account-orders-heading h2 {
    font-size: 24px;
  }

  .newt-account__panel table.woocommerce-orders-table,
  .newt-account__panel .woocommerce-orders-table tbody {
    display: block;
    width: 100%;
  }

  .newt-account__panel .woocommerce-orders-table thead {
    display: none;
  }

  .newt-account__panel .woocommerce-orders-table tbody tr {
    display: grid;
    width: 100%;
    margin: 0 0 10px;
    padding: 16px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 14px;
    border: 1px solid #dce8ec;
    border-radius: 16px;
    background: #fff;
  }

  .newt-account__panel .woocommerce-orders-table tbody td,
  .newt-account__panel .woocommerce-orders-table tbody td:first-child,
  .newt-account__panel .woocommerce-orders-table tbody td:last-child {
    display: flex;
    width: auto;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: right !important;
  }

  .newt-account__panel .woocommerce-orders-table tbody td::before {
    color: #8192a4;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .newt-account__panel .woocommerce-orders-table__cell-order-number {
    grid-column: 1;
    grid-row: 1;
  }

  .newt-account__panel .woocommerce-orders-table__cell-order-number::before {
    display: none;
  }

  .newt-account__panel .woocommerce-orders-table__cell-order-status {
    grid-column: 2;
    grid-row: 1;
  }

  .newt-account__panel .woocommerce-orders-table__cell-order-status::before {
    display: none;
  }

  .newt-account__panel .woocommerce-orders-table__cell-order-date,
  .newt-account__panel .woocommerce-orders-table__cell-order-total,
  .newt-account__panel .woocommerce-orders-table__cell-order-actions {
    grid-column: 1 / -1;
  }

  .newt-account__panel .woocommerce-orders-table__cell-order-actions {
    margin-top: 4px;
  }

  .newt-account__panel .woocommerce-orders-table__cell-order-actions::before {
    display: none;
  }

  .newt-account__panel .woocommerce-orders-table__cell-order-actions .button {
    width: 100%;
    min-height: 40px;
    margin: 0;
  }
}


/* Peptide Dosages navigation: match the teal/navy segmented-control state. */
.newt-header .newt-nav .newt-nav-dropdown > .newt-nav-dropdown__trigger {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--newt-navy);
  background: transparent;
  box-shadow: none;
}

.newt-header .newt-nav .newt-nav-dropdown > .newt-nav-dropdown__trigger:hover,
.newt-header .newt-nav .newt-nav-dropdown > .newt-nav-dropdown__trigger:focus-visible {
  color: var(--newt-navy) !important;
  background: #e7f3f3 !important;
  border-color: transparent !important;
  box-shadow: none !important;
  outline: none;
}

.newt-header .newt-nav .newt-nav-dropdown.is-current > .newt-nav-dropdown__trigger,
.newt-header .newt-nav .newt-nav-dropdown.is-open > .newt-nav-dropdown__trigger,
.newt-header .newt-nav .newt-nav-dropdown > .newt-nav-dropdown__trigger[aria-expanded="true"] {
  color: #fff !important;
  background: linear-gradient(135deg, #079f9d 0%, #07375d 100%) !important;
  border-color: transparent !important;
  box-shadow: 0 10px 24px rgba(7, 55, 93, 0.18) !important;
}

.newt-header .newt-nav .newt-nav-dropdown > .newt-nav-dropdown__trigger svg {
  stroke: currentColor !important;
}

.newt-header .newt-nav-dropdown__menu a.is-current {
  color: var(--newt-navy) !important;
  background: linear-gradient(135deg, rgba(5, 158, 157, 0.14), rgba(7, 55, 93, 0.08)) !important;
}

/* Dosage guide responsive overrides must stay after the base guide rules. */
@media (max-width: 900px) {
  .newt-guide-hero {
    padding: 42px 0 56px;
  }

  .newt-guide-hero__grid {
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) 280px;
  }

  .newt-guide-hero h1 {
    font-size: 48px;
  }

  .newt-guide-hero__visual {
    min-height: 380px;
  }

  .newt-guide-hero__visual img {
    height: 350px;
  }

  .newt-guide-layout {
    gap: 36px;
    grid-template-columns: 200px minmax(0, 1fr);
  }

  .newt-guide-toc {
    top: 155px;
  }
}

@media (max-width: 767px) {
  .newt-guide-hero {
    padding: 34px 0 46px;
  }

  .newt-guide-breadcrumb {
    overflow: hidden;
    margin-bottom: 24px;
    white-space: nowrap;
  }

  .newt-guide-breadcrumb span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .newt-guide-hero__grid {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .newt-guide-hero h1 {
    max-width: 96%;
    font-size: clamp(39px, 11vw, 50px);
    line-height: 1.02;
  }

  .newt-guide-hero__subtitle {
    margin-top: 19px;
    font-size: 17px;
  }

  .newt-guide-hero__summary {
    margin-top: 13px;
    font-size: 12px;
    line-height: 1.72;
  }

  .newt-guide-hero__meta {
    margin-top: 19px;
  }

  .newt-guide-actions {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .newt-guide .newt-button {
    min-height: 44px;
    padding: 0 13px;
    font-size: 10px;
  }

  .newt-guide-hero__visual {
    min-height: 310px;
    border-radius: 22px;
  }

  .newt-guide-hero__visual img {
    height: 300px;
    padding: 12px;
  }

  .newt-guide-hero__visual > span {
    right: 14px;
    bottom: 14px;
  }

  .newt-guide-body {
    padding: 52px 0 68px;
  }

  .newt-guide-layout {
    display: block;
  }

  .newt-guide-toc {
    position: static;
    overflow: hidden;
    margin-bottom: 46px;
    padding: 18px;
    border-radius: 17px;
  }

  .newt-guide-toc nav {
    display: flex;
    overflow-x: auto;
    gap: 7px;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .newt-guide-toc nav::-webkit-scrollbar {
    display: none;
  }

  .newt-guide-toc nav a {
    flex: 0 0 auto;
    color: var(--newt-navy);
    background: #fff;
    border: 1px solid var(--newt-line);
    border-radius: 999px;
    white-space: nowrap;
  }

  .newt-guide-toc__note {
    grid-template-columns: auto 1fr;
    gap: 10px;
  }

  .newt-guide-section {
    padding: 51px 0;
    scroll-margin-top: 115px;
  }

  .newt-guide-section h2 {
    font-size: 34px;
    line-height: 1.07;
  }

  .newt-guide-section > p:not(.newt-kicker),
  .newt-guide-section__lead {
    margin-top: 17px;
    font-size: 12px;
    line-height: 1.75;
  }

  .newt-guide-facts {
    gap: 9px;
    margin-top: 25px;
  }

  .newt-guide-facts > div {
    min-height: 115px;
    padding: 17px;
    border-radius: 15px;
  }

  .newt-guide-facts strong {
    font-size: 20px;
  }

  .newt-guide-callout {
    padding: 21px;
    border-radius: 15px;
  }

  .newt-guide-table-wrap {
    margin-right: -20px;
    border-radius: 15px 0 0 15px;
  }

  .newt-guide-table th,
  .newt-guide-table td {
    padding: 15px;
  }

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

  .newt-guide-next {
    padding: 52px 0;
  }

  .newt-guide-next__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .newt-guide-next h2 {
    font-size: 32px;
  }

  .newt-guide-next .newt-guide-actions {
    width: 100%;
  }
}

/* Final specificity guards for the dosage submenu against legacy navigation rules. */
.newt-nav .newt-nav-dropdown__menu a::after {
  display: none;
}

.newt-nav .newt-nav-dropdown__menu a[aria-current="page"] {
  background: #f0f8f8;
}

@media (max-width: 1100px) {
  .newt-header.is-open .newt-nav .newt-nav-dropdown {
    display: block;
    grid-column: 1 / -1;
  }

  .newt-header.is-open .newt-nav .newt-nav-dropdown__menu {
    position: static;
  }

  .newt-header.is-open .newt-nav .newt-nav-dropdown__menu a {
    min-height: 0;
    padding: 9px 11px;
    border-bottom: 0;
  }
}

/* Peptide dosage navigation submenu. */
.newt-nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.newt-nav-dropdown__trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  color: #334155;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  appearance: none;
  background: transparent;
  border: 0;
}

.newt-nav-dropdown__trigger svg {
  transition: transform 180ms ease;
}

.newt-nav-dropdown__menu {
  position: absolute;
  z-index: 120;
  top: calc(100% + 14px);
  left: 50%;
  width: 286px;
  padding: 8px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(11, 54, 91, 0.13);
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(11, 54, 91, 0.16);
  transform: translate(-50%, -5px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  backdrop-filter: blur(18px);
}

.newt-nav-dropdown__menu::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 16px;
  content: "";
}

.newt-nav-dropdown__menu a,
.newt-nav .newt-nav-dropdown__menu a {
  display: block;
  padding: 12px 13px;
  border-radius: 12px;
}

.newt-nav-dropdown__menu a::after {
  display: none;
}

.newt-nav-dropdown__menu strong,
.newt-nav-dropdown__menu span {
  display: block;
}

.newt-nav-dropdown__menu strong {
  color: var(--newt-navy);
  font-size: 13px;
  line-height: 1.35;
}

.newt-nav-dropdown__menu span {
  margin-top: 3px;
  color: #718198;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
}

.newt-nav-dropdown__menu a:hover,
.newt-nav-dropdown__menu a:focus-visible,
.newt-nav-dropdown__menu a.is-current {
  background: #f0f8f8;
}

.newt-nav-dropdown:hover .newt-nav-dropdown__menu,
.newt-nav-dropdown:focus-within .newt-nav-dropdown__menu,
.newt-nav-dropdown.is-open .newt-nav-dropdown__menu {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.newt-nav-dropdown:hover .newt-nav-dropdown__trigger svg,
.newt-nav-dropdown:focus-within .newt-nav-dropdown__trigger svg,
.newt-nav-dropdown.is-open .newt-nav-dropdown__trigger svg {
  transform: rotate(180deg);
}

.newt-nav-dropdown.is-current .newt-nav-dropdown__trigger {
  color: var(--newt-teal);
}

/* Peptide dosage chart. */
.newt-dosage-chart {
  color: var(--newt-navy);
  background: #fff;
}

.newt-dosage-chart__hero {
	position: relative;
	overflow: hidden;
	padding: 36px 0 82px;
	color: #fff;
	text-align: center;
	background:
		radial-gradient(circle at 18% 0, rgba(0, 180, 176, 0.24), transparent 34%),
		radial-gradient(circle at 82% 100%, rgba(31, 118, 181, 0.18), transparent 36%),
		linear-gradient(135deg, #062b4d, #0a3e61 58%, #075f68);
}

.newt-dosage-chart__hero::after {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image: radial-gradient(rgba(255,255,255,.12) .7px, transparent .7px);
	background-size: 17px 17px;
	content: "";
}

.newt-dosage-chart__hero .newt-shell {
	position: relative;
	z-index: 1;
}

.newt-dosage-chart__hero h1 {
	max-width: 900px;
	margin: 0 auto;
	color: #fff;
	font-size: clamp(44px, 4.5vw, 64px);
	line-height: 1;
	letter-spacing: -0.045em;
}

.newt-dosage-chart__hero > .newt-shell > p:last-of-type {
	max-width: 780px;
	margin: 23px auto 0;
	color: rgba(255,255,255,.78);
	font-size: 17px;
	line-height: 1.65;
}

.newt-dosage-chart__browser {
  padding: 0 0 104px;
}

.newt-dosage-chart__panel {
	position: relative;
	z-index: 2;
	margin-top: -52px;
	padding: 32px;
	background: #fff;
	border: 1px solid #dbe7ec;
	border-radius: 24px;
	box-shadow: 0 24px 70px rgba(4, 38, 67, .13);
}

.newt-dosage-chart__intro {
	margin: 0;
	color: #5c6f86;
	font-size: 15px;
	line-height: 1.75;
}

.newt-dosage-chart__intro strong {
	color: var(--newt-navy);
}

.newt-dosage-chart__stats {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 22px 0 20px;
}

.newt-dosage-chart__stats > div {
	display: grid;
	gap: 4px;
	min-height: 88px;
	align-content: center;
	padding: 14px 18px;
	background: linear-gradient(145deg, #fff, #f5fafb);
	border: 1px solid #dce8ed;
	border-radius: 16px;
	box-shadow: 0 7px 20px rgba(9, 58, 89, .045);
}

.newt-dosage-chart__stats strong {
	color: var(--newt-teal);
	font-size: 27px;
	line-height: 1;
}

.newt-dosage-chart__stats span {
	color: #728298;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .075em;
	text-transform: uppercase;
}

.newt-dosage-chart__toolbar {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr);
}

.newt-dosage-chart__search {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 16px;
  color: #6d7f95;
  background: #fff;
  border: 1px solid var(--newt-line);
  border-radius: 14px;
}

.newt-dosage-chart__search input {
  min-width: 0;
  width: 100%;
  color: var(--newt-navy);
  font: inherit;
  font-size: 14px;
  outline: 0;
  background: transparent;
  border: 0;
}

.newt-dosage-chart__filters {
  display: flex;
  gap: 5px;
  padding: 0;
  background: transparent;
}

.newt-dosage-chart__filters button,
.newt-dosage-chart__sort button {
  min-height: 40px;
  padding: 0 14px;
  color: #52657d;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-radius: 10px;
}

.newt-dosage-chart__filters button.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--newt-teal), var(--newt-navy));
  box-shadow: 0 8px 18px rgba(5, 117, 128, 0.18);
}

.newt-dosage-chart__filters button {
	background: #fff;
	border: 1px solid var(--newt-line);
}

.newt-dosage-chart__sort {
  display: grid;
  align-items: center;
  gap: 7px;
  grid-template-columns: auto minmax(150px, 1fr) auto;
}

.newt-dosage-chart__sort label {
  color: #75859a;
  font-size: 11px;
  font-weight: 700;
}

.newt-dosage-chart__sort select {
  min-height: 44px;
  padding: 0 36px 0 13px;
  color: var(--newt-navy);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid var(--newt-line);
  border-radius: 12px;
}

.newt-dosage-chart__sort button {
  min-width: 52px;
  color: var(--newt-navy);
  background: #fff;
  border: 1px solid var(--newt-line);
}

.newt-dosage-chart__meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 21px 4px 13px;
  color: #7a8aa0;
  font-size: 11px;
}

.newt-dosage-chart__meta strong {
  color: var(--newt-navy);
}

.newt-dosage-chart__table-wrap {
  overflow: auto;
	max-height: 760px;
  border: 1px solid var(--newt-line);
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(11, 54, 91, 0.06);
}

.newt-dosage-chart__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.newt-dosage-chart__table th {
	position: sticky;
	top: 0;
	z-index: 2;
  padding: 17px 14px;
  text-align: left;
  background: #f2f7f8;
  border: 0 !important;
  border-bottom: 1px solid var(--newt-line) !important;
}

.newt-dosage-chart__table th:first-child { width: 42%; }
.newt-dosage-chart__table th:nth-child(2) { width: 36%; }
.newt-dosage-chart__table th:nth-child(3) { width: 22%; }

.newt-dosage-chart__table th button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 7px;
	width: 100%;
  padding: 0;
  color: #52657c;
  font: inherit;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.035em;
  text-align: left;
  cursor: pointer;
  background: transparent;
  border: 0;
  text-transform: uppercase;
}

.newt-dosage-chart__table th button:hover,
.newt-dosage-chart__table th button:focus,
.newt-dosage-chart__table th button:active {
	color: #52657c;
	background: transparent;
	box-shadow: none;
	transform: none;
}

.newt-dosage-chart__table th button span {
	color: #91a1b2;
	font-size: 12px;
}

.newt-dosage-chart__table td {
  padding: 17px 14px;
  color: #60738c;
  font-size: 12px;
  line-height: 1.5;
  vertical-align: middle;
  border: 0 !important;
  border-bottom: 1px solid #e7eef1 !important;
}

.newt-dosage-chart__table td:nth-child(2),
.newt-dosage-chart__table td:nth-child(3) {
  color: var(--newt-navy);
  font-size: 13px;
  font-weight: 400;
}

.newt-dosage-chart__table tr:last-child td {
  border-bottom: 0 !important;
}

.newt-dosage-chart__table tbody tr:hover {
  background: #fbfdfd;
}

.newt-dosage-chart__table td > a {
  display: grid;
  gap: 3px;
  text-decoration: none;
}

.newt-dosage-chart__table td > a strong {
  color: var(--newt-navy);
  font-size: 13px;
}

.newt-dosage-chart__table td > a span {
  color: var(--newt-teal);
  font-size: 10px;
  font-weight: 700;
}

.newt-dosage-chart__type {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  color: #057d83;
  font-size: 10px;
  font-weight: 750;
  background: #ecf8f7;
  border-radius: 999px;
}

.newt-dosage-chart__type--blend {
	color: #6047aa;
	background: #f1edff;
}

.newt-dosage-chart__type--stack {
	color: #a05c12;
	background: #fff3df;
}

.newt-dosage-chart .newt-catalog-empty {
  margin-top: 18px;
  padding: 30px;
  color: #6f8097;
  text-align: center;
  background: #f7fafb;
  border: 1px solid var(--newt-line);
  border-radius: 18px;
}

.newt-dosage-chart__resources {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 28px;
}

.newt-dosage-chart__resources a {
	display: grid;
	gap: 7px;
	min-height: 154px;
	align-content: center;
	padding: 24px;
	color: var(--newt-navy);
	text-decoration: none;
	background: #fff;
	border: 1px solid var(--newt-line);
	border-radius: 18px;
	box-shadow: 0 12px 34px rgba(6, 46, 76, .055);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.newt-dosage-chart__resources a:hover {
	border-color: rgba(0, 151, 153, .42);
	box-shadow: 0 17px 38px rgba(6, 66, 89, .1);
	transform: translateY(-3px);
}

.newt-dosage-chart__resources a > span {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	color: #fff;
	font-size: 20px;
	background: linear-gradient(135deg, var(--newt-teal), var(--newt-navy));
	border-radius: 12px;
}

.newt-dosage-chart__resources strong { font-size: 17px; }
.newt-dosage-chart__resources small { color: #718198; font-size: 12px; line-height: 1.6; }

.newt-dosage-chart__guide {
	margin-top: 34px;
	padding: 34px;
	background: #fff;
	border: 1px solid var(--newt-line);
	border-radius: 22px;
}

.newt-dosage-chart__guide h2 {
	margin: 0 0 22px;
	font-size: clamp(28px, 3vw, 42px);
	letter-spacing: -.035em;
}

.newt-dosage-chart__guide-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.newt-dosage-chart__guide-grid p {
	margin: 0;
	padding: 20px;
	color: #667991;
	font-size: 13px;
	line-height: 1.7;
	background: #f4f8f9;
	border-radius: 16px;
}

.newt-dosage-chart__guide-grid strong {
	display: block;
	margin-bottom: 6px;
	color: var(--newt-navy);
	font-size: 14px;
}

.newt-dosage-chart__notice {
	display: grid;
	gap: 7px;
	margin-top: 22px;
	padding: 22px 24px;
	color: #53677f;
	background: #edf7f6;
	border: 1px solid #cce8e5;
	border-radius: 16px;
}

.newt-dosage-chart__notice strong {
	color: #057d83;
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.newt-dosage-chart__notice p { margin: 0; font-size: 12px; line-height: 1.65; }

@media (max-width: 1120px) and (min-width: 761px) {
  .newt-nav-dropdown__trigger { font-size: 12px; }
	.newt-dosage-chart__guide-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .newt-header.is-open .newt-nav-dropdown {
    display: block;
    grid-column: 1 / -1;
    width: 100%;
  }

  .newt-nav-dropdown__trigger {
    justify-content: space-between;
    width: 100%;
    padding: 11px 4px;
    font-size: 12px;
  }

  .newt-nav-dropdown__menu {
    position: static;
    display: none;
    width: auto;
    padding: 2px 0 8px 8px;
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
    backdrop-filter: none;
  }

  .newt-nav-dropdown__menu::before { display: none; }
  .newt-nav-dropdown.is-open .newt-nav-dropdown__menu { display: grid; transform: none; }
  .newt-nav .newt-nav-dropdown__menu a { padding: 9px 11px; border-radius: 10px; }
  .newt-nav-dropdown__menu strong { font-size: 11px; }
  .newt-nav-dropdown__menu span { font-size: 9px; }

  .newt-dosage-chart__hero {
	padding: 24px 0 72px;
	text-align: center;
  }

  .newt-dosage-chart__hero h1 {
    margin-top: 0;
	font-size: clamp(34px, 9vw, 42px);
	line-height: 1.02;
  }

  .newt-dosage-chart__hero > .newt-shell > p:last-of-type {
	margin-top: 15px;
	font-size: 13px;
	line-height: 1.68;
  }

	.newt-dosage-chart__browser { padding: 0 0 70px; }

	.newt-dosage-chart__panel {
		margin-top: -44px;
		padding: 17px 12px 14px;
		border-radius: 18px;
	}

	.newt-dosage-chart__intro { font-size: 12px; line-height: 1.65; }

	.newt-dosage-chart__stats {
		gap: 6px;
		margin: 16px 0;
	}

	.newt-dosage-chart__stats > div {
		min-height: 70px;
		padding: 9px 5px;
		text-align: center;
		border-radius: 12px;
	}

	.newt-dosage-chart__stats strong { font-size: 21px; }
	.newt-dosage-chart__stats span { font-size: 7px; line-height: 1.25; }

  .newt-dosage-chart__toolbar {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
	padding: 10px;
	background: #f5f8f9;
	border: 1px solid var(--newt-line);
	border-radius: 17px;
  }

  .newt-dosage-chart__search { min-height: 44px; border-radius: 12px; }
  .newt-dosage-chart__filters { display: grid; grid-template-columns: repeat(4, 1fr); }
  .newt-dosage-chart__filters button { min-width: 0; padding: 0 4px; font-size: 9px; }
  .newt-dosage-chart__sort { grid-template-columns: auto minmax(0, 1fr) auto; }
  .newt-dosage-chart__sort select { min-width: 0; }
  .newt-dosage-chart__table-wrap { overflow: visible; max-height: none; border: 0; border-radius: 0; box-shadow: none; }
  .newt-dosage-chart__table,
  .newt-dosage-chart__table tbody { display: block; }
  .newt-dosage-chart__table thead { display: none; }
  .newt-dosage-chart__table tr {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid var(--newt-line);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(11, 54, 91, 0.055);
  }

  .newt-dosage-chart__table td {
    display: grid;
    align-items: center;
    min-height: 52px;
    padding: 11px 14px;
    grid-template-columns: minmax(0, 1fr) auto;
    color: #2c4057;
    font-size: 14px;
    text-align: right;
    background: #fff !important;
    border: 0 !important;
    border-bottom: 1px solid #e7eef1 !important;
  }

  .newt-dosage-chart__table td:first-child {
    display: block;
    min-height: 62px;
		padding: 17px 14px 14px;
    text-align: left;
  }

  .newt-dosage-chart__table td:nth-child(2),
  .newt-dosage-chart__table td:nth-child(3) {
    font-size: 16px;
    font-weight: 400;
  }

  .newt-dosage-chart__table td:last-child { border-bottom: 0 !important; }
  .newt-dosage-chart__table td::before {
    margin: 0;
    color: #607388;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.06em;
    text-align: left;
    content: attr(data-label);
    text-transform: uppercase;
  }
  .newt-dosage-chart__table td:first-child::before { display: none; }
  .newt-dosage-chart__table td > a strong { color: #338fd1; font-size: 16px; }
  .newt-dosage-chart__table td > a span { display: none; }
  .newt-dosage-chart__type,
  .newt-dosage-chart__type--blend,
  .newt-dosage-chart__type--stack {
    min-height: 28px;
    width: max-content;
    padding: 0 9px;
    color: #277fb7;
    font-size: 10px;
    background: #edf7fd;
  }

	.newt-dosage-chart__resources {
		grid-template-columns: 1fr;
		margin-top: 18px;
	}

	.newt-dosage-chart__resources a {
		min-height: 116px;
		padding: 18px;
	}

	.newt-dosage-chart__guide {
		margin-top: 20px;
		padding: 22px 16px;
		border-radius: 18px;
	}

	.newt-dosage-chart__guide h2 { margin-bottom: 16px; font-size: 30px; }
	.newt-dosage-chart__guide-grid { grid-template-columns: 1fr; gap: 10px; }
	.newt-dosage-chart__guide-grid p { padding: 16px; font-size: 11px; }
	.newt-dosage-chart__notice { padding: 18px; }
}

@media (max-width: 900px) {
  .newt-guide-hero {
    padding: 42px 0 56px;
  }

  .newt-guide-hero__grid {
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) 280px;
  }

  .newt-guide-hero h1 {
    font-size: 48px;
  }

  .newt-guide-hero__visual {
    min-height: 380px;
  }

  .newt-guide-hero__visual img {
    height: 350px;
  }

  .newt-guide-layout {
    gap: 36px;
    grid-template-columns: 200px minmax(0, 1fr);
  }

  .newt-guide-toc {
    top: 155px;
  }
}

@media (max-width: 767px) {
  .newt-guide-hero {
    padding: 34px 0 46px;
  }

  .newt-guide-breadcrumb {
    overflow: hidden;
    margin-bottom: 24px;
    white-space: nowrap;
  }

  .newt-guide-breadcrumb span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .newt-guide-hero__grid {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .newt-guide-hero h1 {
    max-width: 96%;
    font-size: clamp(39px, 11vw, 50px);
    line-height: 1.02;
  }

  .newt-guide-hero__subtitle {
    margin-top: 19px;
    font-size: 17px;
  }

  .newt-guide-hero__summary {
    margin-top: 13px;
    font-size: 12px;
    line-height: 1.72;
  }

  .newt-guide-hero__meta {
    margin-top: 19px;
  }

  .newt-guide-actions {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .newt-guide .newt-button {
    min-height: 44px;
    padding: 0 13px;
    font-size: 10px;
  }

  .newt-guide-hero__visual {
    min-height: 310px;
    border-radius: 22px;
  }

  .newt-guide-hero__visual img {
    height: 300px;
    padding: 12px;
  }

  .newt-guide-hero__visual > span {
    right: 14px;
    bottom: 14px;
  }

  .newt-guide-body {
    padding: 52px 0 68px;
  }

  .newt-guide-layout {
    display: block;
  }

  .newt-guide-toc {
    position: static;
    overflow: hidden;
    margin-bottom: 46px;
    padding: 18px;
    border-radius: 17px;
  }

  .newt-guide-toc nav {
    display: flex;
    overflow-x: auto;
    gap: 7px;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .newt-guide-toc nav::-webkit-scrollbar {
    display: none;
  }

  .newt-guide-toc nav a {
    flex: 0 0 auto;
    color: var(--newt-navy);
    background: #fff;
    border: 1px solid var(--newt-line);
    border-radius: 999px;
    white-space: nowrap;
  }

  .newt-guide-toc__note {
    grid-template-columns: auto 1fr;
    gap: 10px;
  }

  .newt-guide-section {
    padding: 51px 0;
    scroll-margin-top: 115px;
  }

  .newt-guide-section h2 {
    font-size: 34px;
    line-height: 1.07;
  }

  .newt-guide-section > p:not(.newt-kicker),
  .newt-guide-section__lead {
    margin-top: 17px;
    font-size: 12px;
    line-height: 1.75;
  }

  .newt-guide-facts {
    gap: 9px;
    margin-top: 25px;
  }

  .newt-guide-facts > div {
    min-height: 115px;
    padding: 17px;
    border-radius: 15px;
  }

  .newt-guide-facts strong {
    font-size: 20px;
  }

  .newt-guide-callout {
    padding: 21px;
    border-radius: 15px;
  }

  .newt-guide-table-wrap {
    margin-right: -20px;
    border-radius: 15px 0 0 15px;
  }

  .newt-guide-table th,
  .newt-guide-table td {
    padding: 15px;
  }

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

  .newt-guide-next {
    padding: 52px 0;
  }

  .newt-guide-next__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .newt-guide-next h2 {
    font-size: 32px;
  }

  .newt-guide-next .newt-guide-actions {
    width: 100%;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.newt-home {
  margin: 0;
  color: var(--newt-ink);
  background: var(--newt-white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.newt-home img {
  max-width: 100%;
  height: auto;
}

.newt-home a {
  color: inherit;
  text-decoration: none;
}

.newt-shell {
  width: min(1200px, calc(100% - 64px));
  margin-inline: auto;
}

.newt-announcement {
  color: rgba(255, 255, 255, 0.86);
  background: #050505;
  border-bottom: 0;
  font-size: 11px;
  letter-spacing: 0.02em;
}

.newt-announcement__inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 0;
}

.newt-announcement strong {
  color: #fff;
  font-weight: 650;
}

.newt-header {
  position: sticky;
  z-index: 50;
  top: 0;
  padding: 12px 18px 0;
  background: transparent;
  pointer-events: none;
}

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

.newt-header__glass {
  overflow: visible;
  width: min(1320px, 100%);
  margin-inline: auto;
  background: rgba(244, 248, 250, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 32px;
  box-shadow:
    0 20px 55px rgba(6, 46, 85, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  pointer-events: auto;
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
}

.newt-header__top {
  position: relative;
  display: grid;
  grid-template-columns: 190px minmax(260px, 570px) auto;
  align-items: center;
  gap: 18px;
  padding: 14px 0 12px;
}

.newt-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.newt-brand__mark {
  width: 43px;
  height: 43px;
  object-fit: cover;
  border-radius: 50%;
}

.newt-brand__word {
  color: var(--newt-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -0.045em;
}

.newt-search {
  position: relative;
}

.newt-search input {
  width: 100%;
  height: 52px;
  padding: 0 52px 0 20px;
  color: var(--newt-ink);
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  outline: none;
  transition: 180ms ease;
}

.newt-search input:focus {
  background: #fff;
  border-color: rgba(0, 155, 152, 0.45);
  box-shadow: 0 0 0 4px rgba(0, 155, 152, 0.1);
}

.newt-search button {
  position: absolute;
  top: 50%;
  right: 17px;
  display: grid;
  width: 30px;
  height: 30px;
  padding: 0;
  color: var(--newt-navy);
  background: transparent;
  border: 0;
  place-items: center;
  transform: translateY(-50%);
  cursor: pointer;
}

.newt-search-suggestions {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  z-index: 90;
  max-height: min(480px, 70vh);
  padding: 8px;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--newt-line);
  border-radius: 20px;
  box-shadow: 0 22px 60px rgba(6, 46, 85, 0.18);
  backdrop-filter: blur(18px);
}

.newt-search-suggestions[hidden] {
  display: none;
}

.newt-search-suggestion {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px;
  color: var(--newt-navy);
  border-radius: 13px;
  text-decoration: none;
  transition: background 150ms ease;
}

.newt-search-suggestion:hover,
.newt-search-suggestion.is-active {
  color: var(--newt-navy);
  background: var(--newt-pale);
}

.newt-search-suggestion img,
.newt-search-suggestion__placeholder {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--newt-line);
  border-radius: 11px;
}

.newt-search-suggestion > span:last-child {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.newt-search-suggestion strong {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newt-search-suggestion small {
  color: var(--newt-muted);
  font-size: 11px;
}

.newt-header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: 0;
}

.newt-header-selectors {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 44px;
}

.newt-currency-selector,
.newt-language-selector {
  flex: 0 0 auto;
}

.newt-currency-selector {
  position: relative;
}

.newt-currency-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 72px;
  height: 44px;
  margin: 0;
  padding: 0 12px;
  color: var(--newt-navy);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(207, 222, 229, 0.9);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.newt-currency-toggle:hover,
.newt-currency-toggle:focus-visible,
.newt-currency-selector.is-open .newt-currency-toggle {
  color: var(--newt-teal);
  background: #fff;
  border-color: rgba(0, 155, 152, 0.36);
  box-shadow: 0 0 0 3px rgba(0, 155, 152, 0.08);
  outline: 0;
}

.newt-currency-toggle svg {
  flex: 0 0 auto;
  transition: transform 160ms ease;
}

.newt-currency-selector.is-open .newt-currency-toggle svg {
  transform: rotate(180deg);
}

.newt-currency-menu {
  position: absolute;
  z-index: 130;
  top: calc(100% + 8px);
  right: 0;
  width: 118px;
  padding: 7px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--newt-line);
  border-radius: 17px;
  box-shadow: 0 20px 55px rgba(6, 46, 85, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.newt-currency-menu[hidden] {
  display: none;
}

.newt-currency-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 38px;
  padding: 0 11px;
  color: var(--newt-navy);
  background: transparent;
  border: 0;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.newt-currency-option:hover,
.newt-currency-option:focus-visible {
  color: var(--newt-navy);
  background: var(--newt-pale);
  outline: 0;
}

.newt-currency-option.is-active {
  color: #fff;
  background: var(--newt-navy);
}

.newt-currency-option__check {
  visibility: hidden;
  font-size: 12px;
}

.newt-currency-option.is-active .newt-currency-option__check {
  visibility: visible;
}

.newt-language-selector .translera-switcher,
.newt-language-selector .translera-dropdown {
  display: block;
  margin: 0;
  height: 44px;
}

.newt-language-selector .translera-dropdown-toggle {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 64px;
  height: 44px;
  margin: 0 !important;
  padding: 0 11px !important;
  color: var(--newt-navy) !important;
  background: rgba(255, 255, 255, 0.58) !important;
  border: 1px solid rgba(207, 222, 229, 0.9) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  line-height: 1 !important;
  vertical-align: top;
}

.newt-language-selector .translera-arrow {
  font-size: 8px;
}

.newt-language-selector .translera-dropdown-menu {
  right: 0 !important;
  left: auto !important;
  z-index: 100 !important;
  min-width: 178px !important;
  padding: 7px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  border: 1px solid var(--newt-line) !important;
  border-radius: 16px !important;
  box-shadow: 0 20px 55px rgba(6, 46, 85, 0.17) !important;
}

.newt-language-selector .translera-dropdown-menu a {
  padding: 9px 11px !important;
  color: var(--newt-navy) !important;
  border-radius: 10px;
  font-size: 13px;
}

.newt-language-selector .translera-dropdown-menu a:hover {
  background: var(--newt-pale) !important;
}

.newt-header-tool {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 44px;
  min-height: 44px;
  padding: 0 12px;
  color: var(--newt-navy);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(207, 222, 229, 0.9);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.newt-header-tool:hover {
  color: var(--newt-teal);
  background: #fff;
  border-color: rgba(0, 155, 152, 0.36);
}

.newt-header-tool--cart {
  width: 44px;
  padding: 0;
}

.newt-cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  display: grid;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  color: #fff;
  background: var(--newt-teal);
  border: 2px solid #fff;
  border-radius: 999px;
  font-size: 10px;
  line-height: 1;
  place-items: center;
}

.newt-cart-count[hidden] {
  display: none;
}

.newt-header__bottom {
  border-top: 1px solid rgba(207, 222, 229, 0.72);
}

.newt-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 51px;
}

.newt-nav__group {
  display: flex;
  align-items: center;
  gap: 31px;
}

.newt-nav a {
  position: relative;
  color: #334155;
  font-size: 14px;
  font-weight: 600;
}

.newt-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--newt-teal);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.newt-nav a:hover::after {
  transform: scaleX(1);
}

@media (max-width: 1240px) and (min-width: 761px) {
  .newt-nav__group {
    gap: clamp(10px, 1.2vw, 18px);
  }

  .newt-nav a {
    font-size: clamp(11px, 1vw, 12px);
  }
}

@media (max-width: 1100px) and (min-width: 761px) {
  .newt-header__top {
    grid-template-columns: 155px minmax(200px, 1fr) auto;
    gap: 12px;
  }

  .newt-header-tools {
    gap: 6px;
  }

  .newt-header-tool--account {
    width: 44px;
    padding: 0;
  }

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

.newt-home .newt-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--newt-navy);
  background: var(--newt-pale);
  border: 1px solid var(--newt-line);
  border-radius: 12px;
}

.newt-home .newt-menu-button:hover,
.newt-home .newt-menu-button:focus-visible {
  color: var(--newt-navy);
  background: #eaf8f7;
  border-color: rgba(0, 155, 152, 0.55);
  outline: 3px solid rgba(0, 155, 152, 0.16);
}

.newt-hero {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  background: #fff;
}

.newt-hero::before {
  display: none;
}

.newt-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(500px, 1.02fr);
  align-items: center;
  gap: 22px;
  min-height: 650px;
  padding: 78px 0 0;
}

.newt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 6px 22px;
  color: var(--newt-navy);
  background: #fff;
  border: 1px solid rgba(0, 155, 152, 0.65);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
}

.newt-eyebrow::before {
  display: none;
}

.newt-hero h1 {
  max-width: 670px;
  margin: 26px 0 28px;
  color: var(--newt-navy);
  font-size: clamp(52px, 5vw, 72px);
  font-weight: 520;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.newt-hero h1 span {
  color: var(--newt-teal);
}

.newt-hero__lead {
  max-width: 590px;
  margin: 0;
  color: #475569;
  font-size: 18px;
  line-height: 1.8;
}

.newt-hero__actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 36px;
}

.newt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
  transition: 180ms ease;
}

.newt-home .newt-button--primary {
  color: #fff;
  background: var(--newt-navy-deep);
  box-shadow: none;
}

.newt-home .newt-button--primary:hover {
  background: var(--newt-teal);
  transform: translateY(-2px);
}

.newt-button--ghost {
  color: var(--newt-navy);
  border: 1px solid rgba(6, 46, 85, 0.24);
}

.newt-button--ghost:hover {
  border-color: var(--newt-teal);
  transform: translateY(-2px);
}

.newt-hero__text-link {
  display: inline-flex;
  align-items: center;
  color: var(--newt-navy);
  font-size: 15px;
  font-weight: 560;
}

.newt-hero__text-link:hover {
  color: var(--newt-teal);
}

.newt-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 19px 27px;
  margin: 33px 0 0;
  padding: 0;
  color: #475569;
  font-size: 13px;
  font-weight: 650;
  list-style: none;
}

.newt-hero__proof li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.newt-check {
  display: inline-grid;
  width: 20px;
  height: 20px;
  color: var(--newt-teal);
  background: rgba(0, 155, 152, 0.11);
  border-radius: 50%;
  font-size: 12px;
  place-items: center;
}

.newt-hero__visual {
  position: relative;
  align-self: end;
  min-height: 570px;
}

.newt-hero-vial {
  position: absolute;
  inset: 0;
  overflow: visible;
  width: 100%;
  height: 100%;
  background: transparent;
}

.newt-hero-vial img {
  position: absolute;
  max-width: none;
  height: auto;
  filter: brightness(0.98) contrast(1.03) drop-shadow(0 16px 16px rgba(6, 46, 85, 0.11));
  transform: translateX(-50%);
}

.newt-hero-vial--left {
  z-index: 3;
}

.newt-hero-vial--left img {
  bottom: -13.5%;
  left: 25%;
  width: 116%;
  filter: brightness(1.02) contrast(1.04) drop-shadow(0 22px 20px rgba(6, 46, 85, 0.16));
}

.newt-hero-vial--main {
  z-index: 2;
}

.newt-hero-vial--main img {
  bottom: -8%;
  left: 52%;
  width: 100%;
}

.newt-hero-vial--right {
  z-index: 1;
}

.newt-hero-vial--right img {
  bottom: -2.5%;
  left: 74%;
  width: 85%;
  filter: brightness(0.95) contrast(1.02) drop-shadow(0 12px 14px rgba(6, 46, 85, 0.09));
}

.newt-hero__badge {
  position: absolute;
  z-index: 6;
  bottom: 30px;
  left: 6px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 245px;
  padding: 15px 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 155, 152, 0.18);
  border-radius: 16px;
  box-shadow: var(--newt-shadow);
  backdrop-filter: blur(12px);
}

.newt-hero__badge-icon {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--newt-teal);
  border-radius: 12px;
  place-items: center;
}

.newt-hero__badge strong,
.newt-hero__badge span {
  display: block;
}

.newt-hero__badge strong {
  color: var(--newt-navy);
  font-size: 13px;
}

.newt-hero__badge span {
  margin-top: 2px;
  color: var(--newt-muted);
  font-size: 11px;
}

.newt-trust-strip {
  padding: 108px 0 96px;
  background: #fff;
  border-top: 1px solid var(--newt-line);
}

.newt-trust-strip__heading {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}

.newt-trust-strip__heading h2 {
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 520;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.newt-trust-strip__heading > p:last-child {
  max-width: 650px;
  margin: 20px auto 0;
  color: var(--newt-muted);
  font-size: 16px;
}

.newt-trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--newt-line);
  border-radius: 0;
  box-shadow: none;
}

.newt-trust-item {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 142px;
  padding: 30px 32px;
}

.newt-trust-item + .newt-trust-item {
  border-left: 1px solid var(--newt-line);
}

.newt-trust-item__icon {
  display: grid;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  color: var(--newt-teal);
  background: var(--newt-pale);
  border-radius: 50%;
  place-items: center;
}

.newt-trust-item strong,
.newt-trust-item span {
  display: block;
}

.newt-trust-item strong {
  color: var(--newt-navy);
  font-size: 16px;
}

.newt-trust-item span {
  margin-top: 2px;
  color: var(--newt-muted);
  font-size: 12px;
}

.newt-manufacturing {
  padding: 38px 0 34px;
  background: #fff;
  border-top: 1px solid var(--newt-line);
}

.newt-manufacturing__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  align-items: end;
  gap: 70px;
  margin-bottom: 46px;
}

.newt-manufacturing__heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(39px, 4.4vw, 60px);
  font-weight: 520;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.newt-manufacturing__heading > p {
  margin: 0 0 7px;
  color: var(--newt-muted);
  font-size: 15px;
  line-height: 1.75;
}

.newt-manufacturing__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(320px, 0.85fr);
  gap: 22px;
}

.newt-video-card {
  position: relative;
  overflow: hidden;
  min-height: 590px;
  background: var(--newt-navy-deep);
  border-radius: 26px;
  box-shadow: 0 24px 58px rgba(6, 46, 85, 0.12);
}

.newt-video-card__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newt-video-card__shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(2, 19, 34, 0.12) 0%, rgba(2, 19, 34, 0.02) 42%, rgba(2, 19, 34, 0.84) 100%),
    linear-gradient(90deg, rgba(2, 19, 34, 0.34), transparent 65%);
}

.newt-video-card__claim {
  position: absolute;
  right: 34px;
  bottom: 32px;
  left: 34px;
  color: #fff;
}

.newt-video-card__claim span {
  display: inline-flex;
  padding: 7px 11px;
  color: #9be4e0;
  background: rgba(3, 30, 56, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.newt-video-card__claim h3 {
  max-width: 620px;
  margin: 0 0 7px;
  color: #fff;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 560;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.newt-video-card__claim p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 600;
}

.newt-manufacturing-card {
  display: grid;
  min-height: 590px;
  padding: 18px 38px;
  background: linear-gradient(145deg, #fcfdfd 0%, #f5f7f7 100%);
  border: 1px solid rgba(6, 46, 85, 0.035);
  border-radius: 34px;
  box-shadow:
    0 34px 72px rgba(6, 46, 85, 0.09),
    0 8px 24px rgba(6, 46, 85, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  align-items: center;
}

.newt-manufacturing-card__quality {
  display: grid;
  height: 100%;
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.newt-manufacturing-card__quality-item {
  position: relative;
  display: flex;
  padding: 38px 0;
  border-bottom: 1px solid var(--newt-line);
  flex-direction: column;
  justify-content: center;
}

.newt-manufacturing-card__quality-item:last-child {
  border-bottom: 0;
}

.newt-manufacturing-card__quality-item::before {
  display: none;
}

.newt-manufacturing-card__quality-item strong {
  display: block;
  color: var(--newt-navy);
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 620;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.newt-manufacturing-card__quality-item p {
  margin: 12px 0 0;
  color: var(--newt-muted);
  font-size: 14px;
  line-height: 1.65;
}

.newt-proof {
  padding: 18px 0 34px;
  background: #fff;
}

.newt-proof__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.newt-proof-card {
  position: relative;
  display: flex;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  min-width: 0;
  min-height: 0;
  padding: 35px 25px 32px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 155, 152, 0.07), transparent 42%),
    linear-gradient(145deg, #fff 0%, #f7fafb 100%);
  border: 1px solid rgba(6, 46, 85, 0.07);
  border-radius: 28px;
  box-shadow:
    0 22px 52px rgba(6, 46, 85, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.newt-proof-card::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 54px;
  height: 3px;
  background: linear-gradient(90deg, var(--newt-teal), #55cbc5);
  border-radius: 0 0 999px 999px;
  content: "";
  transform: translateX(-50%);
}

.newt-proof-card:hover {
  border-color: rgba(0, 155, 152, 0.2);
  box-shadow: 0 28px 62px rgba(6, 46, 85, 0.11);
  transform: translateY(-4px);
}

.newt-proof-card__label {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  margin-bottom: 24px;
  padding: 0 11px;
  color: var(--newt-teal);
  background: rgba(0, 155, 152, 0.075);
  border: 1px solid rgba(0, 155, 152, 0.1);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.newt-proof-card h3 {
  max-width: 270px;
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(28px, 2.05vw, 36px);
  font-weight: 650;
  line-height: 1.06;
  overflow-wrap: normal;
  word-break: normal;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.newt-proof-card h3.newt-proof-card__number {
  max-width: none;
  font-size: clamp(42px, 3.2vw, 58px);
  font-variant-numeric: tabular-nums;
  line-height: 0.95;
  white-space: nowrap;
}

.newt-proof-card p {
  max-width: 320px;
  margin: 20px 0 0;
  color: var(--newt-muted);
  font-size: 13px;
  line-height: 1.65;
}

.newt-proof.is-enhanced .newt-proof-card {
  opacity: 0;
  transform: translateY(22px);
}

.newt-proof.is-enhanced.is-visible .newt-proof-card {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 560ms;
  transition-property: opacity, transform, border-color, box-shadow;
  transition-timing-function: cubic-bezier(.2, .75, .25, 1);
}

.newt-proof.is-enhanced.is-visible .newt-proof-card:nth-child(2) {
  transition-delay: 70ms;
}

.newt-proof.is-enhanced.is-visible .newt-proof-card:nth-child(3) {
  transition-delay: 140ms;
}

.newt-proof.is-enhanced.is-visible .newt-proof-card:nth-child(4) {
  transition-delay: 210ms;
}

.newt-proof.is-enhanced.is-visible .newt-proof-card:nth-child(5) {
  transition-delay: 280ms;
}

.newt-proof.is-enhanced.is-visible .newt-proof-card:hover {
  transform: translateY(-4px);
}

@media (max-width: 1180px) {
  .newt-proof__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .newt-proof.is-enhanced .newt-proof-card,
  .newt-proof.is-enhanced.is-visible .newt-proof-card {
    opacity: 1;
    transition: none;
    transform: none;
  }
}

.newt-shop {
  overflow: hidden;
  padding-bottom: 18px;
  background: #fff;
}

.newt-shop__intro {
  min-height: 0;
  padding: 54px 0 82px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 78% 15%, rgba(0, 158, 157, 0.15), transparent 34%),
    linear-gradient(135deg, #031e38 0%, #072d50 100%);
}

.newt-shop__intro h2 {
  max-width: 1120px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(44px, 4.8vw, 70px);
  font-weight: 520;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.newt-shop__lead {
  max-width: 1020px;
  margin: 25px auto 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.72;
}

.newt-shop__catalog {
  position: relative;
  margin-top: -38px;
}

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

.newt-shop-feature {
  display: flex;
  min-height: 295px;
  padding: 48px 40px;
  text-align: center;
  background: linear-gradient(145deg, #fff 0%, #f8faf9 100%);
  border: 1px solid rgba(6, 46, 85, 0.05);
  border-radius: 38px;
  box-shadow: 0 22px 48px rgba(6, 46, 85, 0.075);
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.newt-shop-feature h3 {
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(24px, 2.1vw, 32px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.newt-shop-feature p {
  max-width: 390px;
  margin: 27px 0 0;
  color: var(--newt-muted);
  font-size: 15px;
  line-height: 1.85;
}

.newt-product-slider {
  position: relative;
  margin-top: 72px;
}

.newt-product-rail {
  display: grid;
  overflow-x: auto;
  grid-auto-columns: minmax(215px, calc((100% - 64px) / 5));
  grid-auto-flow: column;
  gap: 16px;
  padding: 9px 4px 34px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(6, 46, 85, 0.25) transparent;
}

.newt-product-slider__button {
  position: absolute;
  z-index: 3;
  top: 35%;
  display: grid;
  width: 46px;
  height: 66px;
  padding: 0;
  color: #fff;
  background: rgba(22, 27, 31, 0.88);
  border: 0;
  border-radius: 5px;
  box-shadow: 0 12px 30px rgba(3, 30, 56, 0.22);
  place-items: center;
  transform: translateY(-50%);
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.newt-product-slider__button:hover {
  background: var(--newt-teal);
}

.newt-product-slider__button:disabled {
  opacity: 0.32;
  cursor: default;
}

.newt-product-slider__button--prev {
  left: 12px;
}

.newt-product-slider__button--next {
  right: 12px;
}

.newt-product-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(6, 46, 85, 0.06);
  border-radius: 8px;
  box-shadow:
    0 18px 38px rgba(6, 46, 85, 0.07),
    0 5px 14px rgba(6, 46, 85, 0.03);
  scroll-snap-align: start;
}

.newt-product-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1.14;
  background: #fff;
}

.newt-product-card__image img {
  width: 100%;
  height: 100%;
  padding: 8px;
  object-fit: contain;
  transition: transform 280ms ease;
}

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

.newt-product-card__body {
  padding: 14px 18px 17px;
}

.newt-product-card h3 {
  min-height: 22px;
  margin: 5px 0 14px;
  color: var(--newt-muted);
  font-size: 15px;
  font-weight: 540;
  line-height: 1.25;
}

.newt-product-card h3 a {
  color: var(--newt-navy);
}

.newt-product-card__price {
  display: block;
  color: var(--newt-ink);
  font-size: 15px;
  font-weight: 750;
}

.newt-product-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  padding: 8px 15px;
  color: var(--newt-navy);
  background: #fff;
  border: 1px solid #cfd9de;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 650;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.newt-product-card__button:hover {
  color: #fff;
  background: var(--newt-navy);
  border-color: var(--newt-navy);
}

.newt-shop__actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.newt-shop__empty {
  margin: 0;
  padding: 50px;
  text-align: center;
  background: #fff;
  border-radius: 24px;
}

.newt-browse {
  padding: 42px 0 44px;
  background: #fff;
}

.newt-browse__header {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.newt-browse__header h2 {
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(35px, 4vw, 52px);
  font-weight: 520;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.newt-browse__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.newt-browse-card {
  --browse-accent: var(--newt-teal);
  --browse-tint: rgba(15, 155, 151, 0.08);
  display: flex;
  min-width: 0;
  min-height: 260px;
  padding: 34px 30px;
  color: var(--newt-navy);
  background: linear-gradient(145deg, #fff 0%, #fbfcfd 100%);
  border: 1px solid rgba(9, 52, 91, 0.06);
  border-radius: 32px;
  box-shadow: 0 20px 48px rgba(9, 52, 91, 0.07);
  flex-direction: column;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.newt-browse-card:hover {
  color: var(--newt-navy);
  box-shadow: 0 26px 56px rgba(9, 52, 91, 0.11);
  transform: translateY(-4px);
}

.newt-browse-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  color: var(--newt-teal);
  background: var(--browse-tint);
  border-radius: 16px;
  place-items: center;
}

.newt-browse-card__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.newt-browse-card h3 {
  margin: 0 0 12px;
  color: var(--newt-navy);
  font-size: 22px;
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.newt-browse-card p {
  margin: 0 0 24px;
  color: var(--newt-muted);
  font-size: 14px;
  line-height: 1.7;
}

.newt-browse-card__link {
  margin-top: auto;
  color: var(--newt-navy);
  font-size: 14px;
  font-weight: 750;
}

.newt-browse__actions {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.newt-assurance {
  padding: 56px 0 92px;
  background: #fff;
}

.newt-assurance__header {
  max-width: 900px;
  margin: 0 auto 36px;
  text-align: center;
}

.newt-assurance__header h2 {
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(38px, 4.4vw, 58px);
  font-weight: 560;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.newt-assurance__header h2 span {
  color: var(--newt-teal);
}

.newt-assurance__header p {
  max-width: 700px;
  margin: 18px auto 0;
  color: var(--newt-muted);
  font-size: 15px;
}

.newt-assurance__tabs {
  display: grid;
  width: min(1040px, 100%);
  margin: 0 auto;
  padding: 6px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  background: rgba(249, 251, 252, 0.96);
  border: 1px solid rgba(9, 52, 91, 0.12);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 3px rgba(9, 52, 91, 0.04),
    0 12px 32px rgba(9, 52, 91, 0.045);
}

.newt-assurance__tabs button {
  min-width: 0;
  min-height: 54px;
  padding: 9px 12px;
  color: #66788d;
  background: transparent;
  border: 0;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 680;
  line-height: 1.2;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.newt-home .newt-assurance__tabs button:hover,
.newt-home .newt-assurance__tabs button:focus {
  color: var(--newt-navy);
  background: rgba(15, 155, 151, 0.09);
  border: 0;
}

.newt-home .newt-assurance__tabs button.is-active,
.newt-home .newt-assurance__tabs button.is-active:hover,
.newt-home .newt-assurance__tabs button.is-active:focus {
  color: #fff;
  background: linear-gradient(135deg, var(--newt-teal) 0%, var(--newt-navy) 100%);
  border: 0;
  box-shadow: 0 8px 20px rgba(6, 46, 85, 0.2);
}

.newt-assurance__tabs button:focus-visible {
  outline: 3px solid rgba(15, 155, 151, 0.22);
  outline-offset: 2px;
}

.newt-assurance-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  animation: newtAssurancePanelIn 360ms cubic-bezier(.2, .75, .25, 1);
}

@keyframes newtAssurancePanelIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.newt-assurance-panel[hidden] {
  display: none;
}

.newt-assurance-card {
  position: relative;
  display: flex;
  overflow: hidden;
  min-width: 0;
  min-height: 330px;
  padding: 42px 36px 30px;
  background:
    radial-gradient(circle at 50% -20%, rgba(255, 255, 255, 0.95), transparent 48%),
    linear-gradient(145deg, #f1f4f5 0%, #e9eef0 100%);
  border: 1px solid rgba(9, 52, 91, 0.055);
  border-radius: 28px;
  box-shadow:
    0 24px 56px rgba(9, 52, 91, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  flex-direction: column;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.newt-assurance-card:hover {
  box-shadow:
    0 30px 66px rgba(9, 52, 91, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transform: translateY(-4px);
}

.newt-assurance-card::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 58px;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--newt-teal), #2f85cc);
  border-radius: 0 0 99px 99px;
  transform: translateX(-50%);
}

.newt-assurance-card h3 {
  margin: 0 0 22px;
  color: var(--newt-navy);
  font-size: clamp(24px, 1.9vw, 31px);
  font-weight: 720;
  line-height: 1.13;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.newt-assurance-card h3 em {
  color: #247fc4;
  font-style: normal;
}

.newt-assurance-card p {
  margin: 0;
  color: #536477;
  font-size: 16px;
  line-height: 1.65;
}

.newt-assurance__action {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.newt-section {
  padding: 112px 0;
}

.newt-section--pale {
  background: #fff;
}

.newt-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 44px;
}

.newt-kicker {
  margin: 0 0 11px;
  color: var(--newt-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.newt-section h2 {
  max-width: 720px;
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(35px, 4vw, 52px);
  font-weight: 520;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.newt-section-head__copy {
  max-width: 455px;
  margin: 0;
  color: var(--newt-muted);
  font-size: 15px;
}

.newt-category-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.94fr 0.94fr;
  gap: 20px;
}

.newt-category-card {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 310px;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--newt-line);
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.newt-category-card:hover {
  box-shadow: 0 24px 50px rgba(6, 46, 85, 0.1);
  transform: translateY(-5px);
}

.newt-category-card--feature {
  color: var(--newt-ink);
  background: #fff;
  border-color: var(--newt-line);
}

.newt-card-number {
  color: var(--newt-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.newt-category-card--feature .newt-card-number {
  color: var(--newt-teal);
}

.newt-category-card h3 {
  max-width: 280px;
  margin: 0 0 12px;
  color: var(--newt-navy);
  font-size: 27px;
  line-height: 1.14;
  letter-spacing: -0.025em;
}

.newt-category-card--feature h3 {
  color: var(--newt-navy);
}

.newt-category-card p {
  max-width: 330px;
  margin: 0 0 25px;
  color: var(--newt-muted);
  font-size: 14px;
}

.newt-category-card--feature p {
  color: var(--newt-muted);
}

.newt-card-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  color: var(--newt-teal);
  font-size: 13px;
  font-weight: 750;
}

.newt-category-card--feature .newt-card-link {
  color: var(--newt-teal);
}

.newt-molecule {
  position: absolute;
  top: 22px;
  right: 18px;
  width: 125px;
  height: 125px;
  opacity: 0.2;
}

.newt-quality {
  position: relative;
  overflow: hidden;
  color: var(--newt-ink);
  background: #fff;
  border-block: 1px solid var(--newt-line);
}

.newt-quality::after {
  display: none;
}

.newt-quality__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 84px;
  align-items: center;
}

.newt-quality h2 {
  color: var(--newt-navy);
}

.newt-quality__copy > p {
  max-width: 520px;
  color: var(--newt-muted);
  font-size: 16px;
}

.newt-quality__panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.newt-quality-card {
  min-height: 190px;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--newt-line);
  border-radius: 4px;
  backdrop-filter: blur(10px);
}

.newt-quality-card:first-child {
  grid-column: 1 / -1;
  min-height: 170px;
}

.newt-quality-card__icon {
  display: grid;
  width: 43px;
  height: 43px;
  color: var(--newt-teal);
  background: #fff;
  border: 1px solid var(--newt-line);
  border-radius: 12px;
  place-items: center;
}

.newt-quality-card h3 {
  margin: 19px 0 6px;
  color: var(--newt-navy);
  font-size: 17px;
}

.newt-quality-card p {
  margin: 0;
  color: var(--newt-muted);
  font-size: 13px;
}

.newt-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.newt-section#process {
  padding: 42px 0 38px;
}

#process .newt-section-head {
  justify-content: center;
  text-align: center;
}

#process .newt-section-head > div {
  width: 100%;
}

#process .newt-section-head h2 {
  margin-inline: auto;
}

.newt-process-card {
  display: flex;
  min-width: 0;
  min-height: 260px;
  padding: 38px 30px;
  text-align: center;
  background: linear-gradient(145deg, #fff 0%, #fbfcfd 100%);
  border: 1px solid rgba(9, 52, 91, 0.06);
  border-radius: 32px;
  box-shadow: 0 20px 48px rgba(9, 52, 91, 0.07);
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.newt-process-card h3 {
  margin: 0 0 18px;
  color: var(--newt-navy);
  font-size: clamp(25px, 2.15vw, 34px);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.newt-process-card p {
  max-width: 320px;
  margin: 0;
  color: var(--newt-muted);
  font-size: 15px;
  line-height: 1.7;
}

.newt-compound-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.newt-compound-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--newt-line);
  border-radius: 4px;
  transition: 180ms ease;
}

.newt-compound-card:hover {
  box-shadow: 0 18px 42px rgba(6, 46, 85, 0.09);
  transform: translateY(-4px);
}

.newt-compound-card__visual {
  position: relative;
  display: grid;
  min-height: 320px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid var(--newt-line);
  place-items: center;
}

.newt-compound-card__visual img {
  position: static;
  width: 100%;
  max-width: 100%;
  height: 310px;
  object-fit: contain;
  filter: brightness(1.035) contrast(1.015);
  transform: none;
}

.newt-compound-card__body {
  padding: 21px;
}

.newt-compound-card__meta {
  color: var(--newt-teal);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.newt-compound-card h3 {
  margin: 8px 0 4px;
  color: var(--newt-navy);
  font-size: 18px;
}

.newt-compound-card p {
  margin: 0;
  color: var(--newt-muted);
  font-size: 12px;
}

.newt-newsletter {
  padding: 118px 0;
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(15, 155, 151, 0.18), transparent 32%),
    linear-gradient(135deg, #031b32 0%, #073254 100%);
}

.newt-newsletter__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  align-items: center;
  gap: 88px;
}

.newt-newsletter h2 {
  max-width: 540px;
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 5.4vw, 72px);
  font-weight: 520;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.newt-newsletter__copy > p:last-child {
  max-width: 570px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.75;
}

.newt-newsletter__form {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.newt-newsletter__form > input[type="email"] {
  min-width: 0;
  min-height: 52px;
  padding: 0 18px;
  color: #fff;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 16px;
}

.newt-newsletter__form > input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.newt-newsletter__form > input[type="email"]:focus {
  box-shadow: none;
}

.newt-newsletter__form button {
  min-width: 136px;
  min-height: 52px;
  padding: 0 24px;
  color: #fff;
  background: var(--newt-teal);
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.newt-newsletter__form button:hover {
  background: #0db3ad;
  transform: translateY(-1px);
}

.newt-newsletter__honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.newt-newsletter__note,
.newt-newsletter__message {
  margin: 14px 4px 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
}

.newt-newsletter__note a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.newt-newsletter__message {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 650;
}

.newt-newsletter__message.is-success {
  color: #8ff0d5;
}

.newt-newsletter__message.is-error {
  color: #ffb7b7;
}

.newt-cta {
  padding: 34px 0 104px;
}

.newt-cta__inner {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  padding: 52px 58px;
  color: var(--newt-ink);
  background: #fff;
  border: 1px solid var(--newt-line);
  border-radius: 24px;
}

.newt-cta__inner::after {
  display: none;
}

.newt-cta h2 {
  max-width: 680px;
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(32px, 4vw, 48px);
}

.newt-cta p {
  max-width: 600px;
  margin: 12px 0 0;
  color: var(--newt-muted);
}

.newt-cta .newt-button {
  position: relative;
  z-index: 1;
  color: #fff;
  background: var(--newt-navy);
  white-space: nowrap;
}

.newt-footer {
  color: var(--newt-muted);
  background: #fff;
  border-top: 1px solid var(--newt-line);
}

.newt-footer__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.65fr 0.65fr 0.8fr 0.9fr;
  gap: 38px;
  padding: 70px 0 54px;
}

.newt-footer .newt-brand__word {
  color: var(--newt-navy);
}

.newt-footer__brand p {
  max-width: 360px;
  margin: 20px 0 0;
  font-size: 13px;
}

.newt-footer h3 {
  margin: 0 0 19px;
  color: var(--newt-navy);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.newt-footer ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  list-style: none;
}

.newt-footer__contact {
  min-width: 0;
}

.newt-footer-map {
  width: 100%;
  height: 124px;
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid var(--newt-line);
  border-radius: 16px;
  background: #eef4f5;
  box-shadow: 0 14px 32px rgba(4, 48, 79, 0.08);
}

.newt-footer-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.newt-footer a:hover {
  color: #7ee2dc;
}

.newt-footer__bottom {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  padding: 23px 0 28px;
  border-top: 1px solid var(--newt-line);
  font-size: 11px;
}

.newt-catalog-page {
  background: #fff;
}

.newt-catalog-hero {
  padding: 92px 0 48px;
  text-align: center;
}

.newt-catalog-hero .newt-kicker {
  margin: 0 0 18px;
  color: var(--newt-teal);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.newt-catalog-hero h1 {
  max-width: 900px;
  margin: 0 auto;
  color: var(--newt-navy);
  font-size: clamp(48px, 6vw, 76px);
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.newt-catalog-hero > .newt-shell > p:last-child {
  max-width: 720px;
  margin: 24px auto 0;
  color: var(--newt-muted);
  font-size: 16px;
  line-height: 1.8;
}

.newt-catalog-browser {
  padding: 0 0 112px;
}

.newt-alphabet {
  display: flex;
  overflow-x: auto;
  gap: 9px;
  padding: 16px;
  background: #f8fafb;
  border: 1px solid var(--newt-line);
  border-radius: 24px;
  scrollbar-width: none;
}

.newt-alphabet::-webkit-scrollbar {
  display: none;
}

.newt-home .newt-alphabet button {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  padding: 0;
  color: var(--newt-teal);
  background: #fff;
  border: 1px solid #d7e1e6;
  border-radius: 12px;
  box-shadow: none;
  font-size: 15px;
  font-weight: 750;
  line-height: 1;
  cursor: pointer;
  transition: color 170ms ease, background 170ms ease, border-color 170ms ease, transform 170ms ease;
}

.newt-home .newt-alphabet button:first-child {
  flex-basis: auto;
  width: auto;
  padding: 0 18px;
}

.newt-home .newt-alphabet button:hover:not(:disabled):not(.is-active) {
  color: var(--newt-navy);
  background: #eef9f8;
  border-color: rgba(0, 162, 157, 0.32);
  transform: translateY(-1px);
}

.newt-home .newt-alphabet button.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--newt-teal), var(--newt-navy));
  border-color: transparent;
}

.newt-home .newt-alphabet button:disabled {
  color: #bcc7cf;
  background: #f2f5f7;
  border-color: #e0e7eb;
  opacity: 0.72;
  cursor: not-allowed;
}

.newt-catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 34px 0 26px;
}

.newt-catalog-search {
  position: relative;
  display: block;
  width: min(420px, 100%);
}

.newt-catalog-search svg {
  position: absolute;
  top: 50%;
  left: 17px;
  color: var(--newt-muted);
  pointer-events: none;
  transform: translateY(-50%);
}

.newt-catalog-search input {
  width: 100%;
  height: 48px;
  padding: 0 18px 0 48px;
  color: var(--newt-navy);
  background: #fff;
  border: 1px solid #d4dfe4;
  border-radius: 999px;
  outline: none;
  font-size: 14px;
  transition: border-color 170ms ease, box-shadow 170ms ease;
}

.newt-catalog-search input:focus {
  border-color: var(--newt-teal);
  box-shadow: 0 0 0 4px rgba(0, 162, 157, 0.1);
}

.newt-catalog-toolbar > p {
  margin: 0;
  color: var(--newt-muted);
  font-size: 13px;
}

.newt-catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.newt-catalog-card {
  border-radius: 18px;
}

.newt-catalog-card[hidden] {
  display: none;
}

.newt-catalog-card h2 {
  min-height: 22px;
  margin: 5px 0 14px;
  color: var(--newt-navy);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.newt-catalog-card h2 a {
  color: inherit;
}

.newt-catalog-empty {
  margin: 18px 0 0;
  padding: 64px 24px;
  color: var(--newt-muted);
  text-align: center;
  background: #fff;
  border: 1px solid var(--newt-line);
  border-radius: 22px;
}

.newt-search-page {
  min-height: 65vh;
  background: #fff;
}

.newt-search-page__hero {
  padding: 86px 0 54px;
  text-align: center;
}

.newt-search-page__hero .newt-kicker {
  margin: 0 0 16px;
  color: var(--newt-teal);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.newt-search-page__hero h1 {
  max-width: 920px;
  margin: 0 auto;
  color: var(--newt-navy);
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 650;
  line-height: 1.04;
  overflow-wrap: anywhere;
}

.newt-search-page__count {
  margin: 18px 0 0;
  color: var(--newt-muted);
  font-size: 13px;
}

.newt-search-page__results {
  padding: 0 0 104px;
}

.newt-search-page__pagination {
  margin-top: 42px;
}

.newt-search-page__pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.newt-search-page__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 14px;
  color: var(--newt-navy);
  background: #fff;
  border: 1px solid var(--newt-line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.newt-search-page__pagination .current,
.newt-search-page__pagination a:hover {
  color: #fff;
  background: var(--newt-navy);
  border-color: var(--newt-navy);
}

.newt-search-page__empty {
  padding: 72px 24px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--newt-line);
  border-radius: 28px;
  box-shadow: 0 22px 54px rgba(6, 46, 85, 0.06);
}

.newt-search-page__empty > span {
  display: grid;
  width: 62px;
  height: 62px;
  margin: 0 auto 22px;
  color: var(--newt-teal);
  background: rgba(0, 155, 152, 0.08);
  border-radius: 18px;
  font-size: 30px;
  place-items: center;
}

.newt-search-page__empty h2 {
  margin: 0;
  color: var(--newt-navy);
  font-size: 30px;
}

.newt-search-page__empty p {
  margin: 12px auto 24px;
  color: var(--newt-muted);
}

.newt-category-page {
  background: #fff;
}

.newt-category-page__hero {
  padding: 60px 0 34px;
  text-align: center;
}

.newt-category-page__hero .newt-kicker {
  margin: 0 0 18px;
  color: var(--newt-teal);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.newt-category-page__hero h1 {
  max-width: 900px;
  margin: 0 auto;
  color: var(--newt-navy);
  font-size: clamp(48px, 6vw, 76px);
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.newt-category-page__hero > .newt-shell > p:last-child {
  max-width: 720px;
  margin: 24px auto 0;
  color: var(--newt-muted);
  font-size: 16px;
  line-height: 1.8;
}

.newt-category-page__browser {
  padding: 0 0 96px;
}

.newt-category-browser-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.newt-category-browser-card {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 318px;
  padding: 34px 32px;
  flex-direction: column;
  color: var(--newt-navy);
  background: #fff;
  border: 1px solid rgba(6, 46, 85, 0.08);
  border-radius: 30px;
  box-shadow:
    0 24px 54px rgba(6, 46, 85, 0.07),
    0 4px 12px rgba(6, 46, 85, 0.02);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.newt-category-browser-card:hover,
.newt-category-browser-card.is-active {
  color: var(--newt-navy);
  border-color: rgba(0, 155, 152, 0.35);
  box-shadow:
    0 28px 60px rgba(6, 46, 85, 0.11),
    0 5px 16px rgba(6, 46, 85, 0.04);
  transform: translateY(-3px);
}

.newt-category-browser-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: var(--newt-teal);
  background: rgba(0, 155, 152, 0.07);
  border-radius: 17px;
  font-size: 29px;
  font-weight: 500;
  line-height: 1;
}

.newt-category-browser-card__icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.newt-category-browser-card h2 {
  margin: 28px 0 0;
  color: var(--newt-navy);
  font-size: 25px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.newt-category-browser-card p {
  margin: 14px 0 0;
  color: var(--newt-muted);
  font-size: 14px;
  line-height: 1.7;
}

.newt-category-browser-card__action {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  padding-top: 28px;
  color: var(--newt-navy);
  font-size: 13px;
  font-weight: 750;
}

.newt-category-browser-card__action span {
  margin-left: 8px;
  transition: transform 180ms ease;
}

.newt-category-browser-card:hover .newt-category-browser-card__action span {
  transform: translateX(4px);
}

.newt-category-page__catalog-link {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.newt-category-results {
  padding: 88px 0 104px;
  background: #fff;
  border-top: 1px solid var(--newt-line);
}

.newt-category-results__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.newt-category-results__heading .newt-kicker {
  margin: 0 0 12px;
  color: var(--newt-teal);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.newt-category-results__heading h2 {
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.newt-category-results__heading > a {
  color: var(--newt-muted);
  font-size: 13px;
  font-weight: 700;
}

.newt-category-results__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.newt-category-product {
  overflow: hidden;
  color: var(--newt-navy);
  background: #fff;
  border: 1px solid var(--newt-line);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(6, 46, 85, 0.06);
}

.newt-category-product:hover {
  color: var(--newt-navy);
  border-color: rgba(0, 155, 152, 0.3);
}

.newt-category-product__image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 0.82;
  padding: 22px;
  background: #fff;
  border-bottom: 1px solid var(--newt-line);
}

.newt-category-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.newt-category-product__copy {
  display: grid;
  gap: 9px;
  padding: 22px;
}

.newt-category-product__copy h3 {
  margin: 0;
  font-size: 20px;
}

.newt-category-product__copy span {
  color: var(--newt-muted);
  font-size: 14px;
}

.newt-category-product__copy strong {
  margin-top: 8px;
  color: var(--newt-teal);
  font-size: 13px;
}

.newt-category-results__empty {
  padding: 44px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--newt-line);
  border-radius: 26px;
  box-shadow: 0 18px 44px rgba(6, 46, 85, 0.05);
}

.newt-category-results__empty h3 {
  margin: 0;
  color: var(--newt-navy);
  font-size: 25px;
}

.newt-category-results__empty p {
  margin: 12px 0 22px;
  color: var(--newt-muted);
}

.newt-category-results__empty > div {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.newt-coa {
  background: #fff;
}

.newt-coa-lookup {
  padding: 58px 0 62px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 15%, rgba(0, 155, 152, 0.19), transparent 32%),
    var(--newt-navy-deep);
}

.newt-coa-lookup__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1.18fr);
  gap: 72px;
}

.newt-coa-kicker {
  margin: 0;
  color: var(--newt-teal-bright);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.newt-coa-lookup h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 540;
  line-height: 1;
  letter-spacing: -0.045em;
}

.newt-coa-lookup__copy > p:not(.newt-coa-kicker) {
  max-width: 560px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  line-height: 1.75;
}

.newt-coa-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 31px;
}

.newt-home .newt-coa-suggestions button {
  min-height: 42px;
  padding: 8px 16px;
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9px;
  box-shadow: none;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: color 170ms ease, background 170ms ease, border-color 170ms ease;
}

.newt-home .newt-coa-suggestions button:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(17, 184, 175, 0.65);
}

.newt-coa-search {
  display: grid;
  overflow: hidden;
  min-height: 68px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.newt-coa-search input {
  min-width: 0;
  padding: 0 24px;
  color: #fff;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 16px;
}

.newt-coa-search input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.newt-coa-search:focus-within {
  border-color: rgba(17, 184, 175, 0.8);
  box-shadow: 0 0 0 4px rgba(17, 184, 175, 0.12);
}

.newt-home .newt-coa-search button {
  min-width: 145px;
  padding: 0 24px;
  color: #fff;
  background: var(--newt-teal);
  border: 0;
  border-radius: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
}

.newt-home .newt-coa-search button:hover {
  background: var(--newt-teal-bright);
}

.newt-coa-records {
  padding: 36px 0 100px;
  scroll-margin-top: 170px;
}

.newt-coa-records__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 44px;
}

.newt-coa-records__header h2 {
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 580;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.newt-coa-records__header > p {
  margin: 0 0 8px;
  color: var(--newt-muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.newt-coa-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
}

.newt-coa-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(6, 46, 85, 0.1);
  border-radius: 22px;
  box-shadow:
    0 20px 44px rgba(6, 46, 85, 0.07),
    0 4px 12px rgba(6, 46, 85, 0.025);
}

.newt-coa-card[hidden] {
  display: none;
}

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

.newt-coa-card {
  display: grid;
  grid-template-rows: 68px 96px 60px;
  height: 224px;
  min-height: 224px;
  background: #f7fafb;
  border-color: #d6e2e9;
  border-radius: 16px;
}

.newt-coa-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 0;
  padding: 15px 18px;
  border-bottom: 1px solid #d6e2e9;
  background: #fff;
}

.newt-coa-panel__header span {
  display: block;
  margin-bottom: 7px;
  color: #70849a;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.newt-coa-panel__header h3 {
  display: -webkit-box;
  overflow: hidden;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
  color: var(--newt-navy);
  font-size: 22px;
  font-weight: 620;
  line-height: 1.05;
}

.newt-coa-panel__header > strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  color: var(--newt-teal);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.newt-coa-panel__header > strong i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--newt-teal);
  box-shadow: 0 0 0 4px rgba(0, 155, 152, 0.12);
}

.newt-coa-card .newt-coa-panel__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  min-height: 0;
  color: var(--newt-ink);
  background: #f7fafb;
}

.newt-coa-card .newt-coa-panel__metrics div {
  display: block;
  min-width: 0;
  overflow: hidden;
  padding: 14px;
  border-right: 1px solid #d6e2e9;
}

.newt-coa-card .newt-coa-panel__metrics div:last-child {
  border-right: 0;
}

.newt-coa-card .newt-coa-panel__metrics dt {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 7px;
  color: #70849a;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.newt-coa-card .newt-coa-panel__metrics dt svg,
.newt-coa-panel__footer small svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.newt-coa-card .newt-coa-panel__metrics dd {
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 0;
  color: var(--newt-navy);
  font-size: 13px;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.newt-coa-panel__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 0;
  height: 100%;
  padding: 12px 14px;
  border-top: 1px solid #d6e2e9;
  background: #fff;
}

.newt-coa-panel__footer > span {
  color: var(--newt-navy);
  font-size: 12px;
  font-weight: 700;
}

.newt-coa-panel__footer small {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 3px;
  color: #70849a;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.newt-coa-panel__footer .newt-coa-card__action {
  min-height: 38px;
  margin: 0;
  padding: 0 14px;
  color: #fff;
  border-color: var(--newt-navy);
  border-radius: 9px;
  background: var(--newt-navy);
  white-space: nowrap;
}

.newt-coa-panel__footer .newt-coa-card__action:hover {
  color: #fff;
  border-color: var(--newt-teal);
  background: var(--newt-teal);
}

@media (max-width: 1100px) and (min-width: 701px) {
  .newt-coa-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .newt-coa-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .newt-coa-card {
    grid-template-rows: 58px 88px 56px;
    height: 202px;
    min-height: 202px;
  }

  .newt-coa-panel__header {
    align-items: center;
    gap: 10px;
    min-height: 0;
    padding: 10px 14px;
  }

  .newt-coa-panel__header span {
    margin-bottom: 5px;
    font-size: 8px;
  }

  .newt-coa-panel__header h3 {
    font-size: 17px;
  }

  .newt-coa-panel__header > strong {
    font-size: 8px;
  }

  .newt-coa-card .newt-coa-panel__metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .newt-coa-card .newt-coa-panel__metrics div {
    padding: 11px 10px;
    border-right: 1px solid #d6e2e9;
    border-bottom: 0;
  }

  .newt-coa-card .newt-coa-panel__metrics div:last-child {
    border-right: 0;
  }

  .newt-coa-card .newt-coa-panel__metrics dt {
    gap: 4px;
    margin-bottom: 5px;
    font-size: 8px;
  }

  .newt-coa-card .newt-coa-panel__metrics dt svg,
  .newt-coa-panel__footer small svg {
    width: 13px;
    height: 13px;
    flex-basis: 13px;
  }

  .newt-coa-card .newt-coa-panel__metrics dd {
    font-size: 11px;
  }

  .newt-coa-panel__footer {
    gap: 10px;
    padding: 10px 12px;
  }

  .newt-coa-panel__footer .newt-coa-card__action {
    width: auto;
    min-height: 36px;
    padding: 0 12px;
    font-size: 10px;
  }
}

.newt-coa-card__preview {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid rgba(6, 46, 85, 0.08);
}

.newt-coa-card__preview > img {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 6px;
  width: 45%;
  height: 88%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 10px 14px rgba(6, 46, 85, 0.1));
}

.newt-coa-card__sheet {
  position: absolute;
  z-index: 1;
  top: 18px;
  bottom: 18px;
  left: clamp(18px, 6%, 32px);
  display: grid;
  width: clamp(96px, 34%, 122px);
  place-items: center;
  filter: drop-shadow(0 12px 20px rgba(6, 46, 85, 0.1));
}

.newt-coa-card__sheet svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.newt-coa-file__page {
  fill: #fff;
  stroke: #0a9a98;
  stroke-width: 3;
}

.newt-coa-file__fold {
  stroke: #0a9a98;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.newt-coa-file__seal {
  fill: #dff5f3;
  stroke: #0a9a98;
  stroke-linejoin: round;
  stroke-width: 2;
}

.newt-coa-card__sheet text {
  fill: #062e55;
  font-family: inherit;
  font-size: 25px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.newt-coa-file__line {
  stroke: #b9d8dc;
  stroke-linecap: round;
  stroke-width: 4;
}

.newt-coa-card__body {
  padding: 20px;
}

.newt-coa-card h3 {
  margin: 0;
  color: var(--newt-navy);
  font-size: 21px;
  font-weight: 620;
  line-height: 1.15;
}

.newt-coa-card dl {
  display: grid;
  gap: 7px;
  margin: 14px 0 0;
  color: var(--newt-muted);
  font-size: 12px;
}

.newt-coa-card dl div {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 8px;
}

.newt-coa-card dt {
  color: var(--newt-navy);
  font-weight: 650;
}

.newt-coa-card dd {
  margin: 0;
}

.newt-coa-card__action {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 16px;
  color: var(--newt-navy);
  border: 1px solid #cfd9de;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 750;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.newt-coa-card__action:hover {
  color: #fff;
  background: var(--newt-navy);
  border-color: var(--newt-navy);
}

.newt-dosages {
  background: #fff;
}

.newt-dosages-hero {
  padding: 72px 0 28px;
  text-align: center;
}

.newt-dosages-hero .newt-kicker,
.newt-dosages-browser .newt-kicker {
  margin: 0;
  color: var(--newt-teal);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.newt-dosages-hero h1 {
  max-width: 980px;
  margin: 0 auto;
  color: var(--newt-navy);
  font-size: clamp(52px, 7vw, 82px);
  font-weight: 620;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.newt-dosages-hero > .newt-shell > p:not(.newt-kicker) {
  max-width: 720px;
  margin: 25px auto 0;
  color: var(--newt-muted);
  font-size: 16px;
  line-height: 1.8;
}

.newt-dosages-hero > .newt-shell > p a {
  color: var(--newt-navy);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(0, 158, 154, 0.42);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.newt-dosages-hero > .newt-shell > p a:hover {
  color: var(--newt-teal);
}

.newt-dosages-stats {
  display: grid;
  overflow: hidden;
  margin-top: 48px;
  background: #fff;
  border: 1px solid var(--newt-line);
  border-radius: 24px;
  box-shadow: 0 20px 48px rgba(6, 46, 85, 0.065);
  grid-template-columns: repeat(3, 1fr);
}

.newt-dosages-stats div {
  display: flex;
  min-height: 126px;
  padding: 28px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.newt-dosages-stats div + div {
  border-left: 1px solid var(--newt-line);
}

.newt-dosages-stats strong {
  color: var(--newt-navy);
  font-size: 28px;
  font-weight: 680;
  line-height: 1.1;
}

.newt-dosages-stats span {
  margin-top: 9px;
  color: var(--newt-muted);
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.newt-dosages-browser {
  padding: 0 0 116px;
}

.newt-dosages-notice {
  display: grid;
  align-items: center;
  gap: 55px;
  margin-bottom: 84px;
  padding: 35px 40px;
  background: #f7fafb;
  border: 1px solid var(--newt-line);
  border-radius: 24px;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
}

.newt-dosages-notice span {
  color: var(--newt-teal);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.newt-dosages-notice h2 {
  margin: 9px 0 0;
  color: var(--newt-navy);
  font-size: 25px;
  font-weight: 650;
  line-height: 1.22;
}

.newt-dosages-notice p {
  margin: 0;
  color: var(--newt-muted);
  font-size: 13px;
  line-height: 1.75;
}

.newt-dosages-browser__header {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 36px;
  margin-bottom: 28px;
}

.newt-dosages-browser__header h2 {
  margin: 13px 0 0;
  color: var(--newt-navy);
  font-size: clamp(39px, 5vw, 60px);
  font-weight: 610;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.newt-dosages-search {
  position: relative;
  display: block;
  width: min(390px, 100%);
}

.newt-dosages-search svg {
  position: absolute;
  top: 50%;
  left: 17px;
  color: var(--newt-muted);
  pointer-events: none;
  transform: translateY(-50%);
}

.newt-dosages-search input {
  width: 100%;
  height: 50px;
  padding: 0 18px 0 48px;
  color: var(--newt-navy);
  background: #fff;
  border: 1px solid #d4dfe4;
  border-radius: 999px;
  outline: none;
  font-size: 13px;
}

.newt-dosages-search input:focus {
  border-color: var(--newt-teal);
  box-shadow: 0 0 0 4px rgba(0, 155, 152, 0.1);
}

.newt-dosages-alphabet {
  margin-top: 0;
}

.newt-dosages-count {
  margin: 22px 0;
  color: var(--newt-muted);
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: right;
  text-transform: uppercase;
}

.newt-dosages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.newt-dosage-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(6, 46, 85, 0.09);
  border-radius: 22px;
  box-shadow:
    0 20px 44px rgba(6, 46, 85, 0.07),
    0 4px 12px rgba(6, 46, 85, 0.025);
}

.newt-dosage-card[hidden] {
  display: none;
}

.newt-dosage-card__visual {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 295px;
  background: #fff;
  border-bottom: 1px solid rgba(6, 46, 85, 0.07);
}

.newt-dosage-card__visual img {
  width: 100%;
  height: 295px;
  padding: 18px;
  object-fit: contain;
  background: #fff;
  transition: transform 240ms ease;
}

.newt-dosage-card:hover .newt-dosage-card__visual img {
  transform: scale(1.035);
}

.newt-dosage-card__body {
  padding: 27px;
}

.newt-dosage-card h3 {
  margin: 0;
  color: var(--newt-navy);
  font-size: 25px;
  font-weight: 630;
  line-height: 1.15;
}

.newt-dosage-card__body > p {
  min-height: 68px;
  margin: 16px 0 0;
  color: var(--newt-muted);
  font-size: 12px;
  line-height: 1.7;
}

.newt-dosage-card__body > a {
  display: inline-flex;
  margin-top: 22px;
  color: var(--newt-navy);
  font-size: 12px;
  font-weight: 750;
}

.newt-dosage-card__body > a:hover {
  color: var(--newt-teal);
}

.newt-dosage-card__pending {
  display: inline-flex;
  margin-top: 22px;
  color: #8a9aab;
  font-size: 12px;
  font-weight: 700;
}

/* Single dosage guide ---------------------------------------------------- */

.newt-guide {
  color: var(--newt-ink);
  background: #fff;
}

.newt-guide-hero {
  padding: 30px 0 42px;
  background: #fff;
  border-bottom: 1px solid var(--newt-line);
}

.newt-guide-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: var(--newt-muted);
  font-size: 11px;
}

.newt-guide-breadcrumb a {
  color: var(--newt-navy);
  font-weight: 700;
}

.newt-guide-hero__grid {
  display: grid;
  align-items: center;
  gap: 48px;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.55fr);
}

.newt-guide .newt-kicker {
  margin: 0;
  color: var(--newt-teal);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.newt-guide-hero h1 {
  max-width: 780px;
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(38px, 4.5vw, 54px);
  font-weight: 620;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.newt-guide-hero__subtitle {
  max-width: 700px;
  margin: 17px 0 0;
  color: var(--newt-navy);
  font-size: 17px;
  font-weight: 630;
  line-height: 1.45;
}

.newt-guide-hero__summary {
  max-width: 700px;
  margin: 11px 0 0;
  color: var(--newt-muted);
  font-size: 12px;
  line-height: 1.7;
}

.newt-guide-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 22px;
  margin-top: 24px;
  color: #7a8ca2;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.newt-guide-hero__meta span + span::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 14px 2px 0;
  background: var(--newt-teal);
  border-radius: 50%;
}

.newt-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 21px;
}

.newt-guide .newt-button {
  display: inline-flex;
  min-height: 43px;
  padding: 0 21px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 760;
}

.newt-guide .newt-button--solid {
  color: #fff;
  background: var(--newt-navy);
  border: 1px solid var(--newt-navy);
}

.newt-guide .newt-button--ghost {
  color: var(--newt-navy);
  background: #fff;
  border: 1px solid #cad9df;
}

.newt-guide-hero__visual {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 330px;
  background: #fff;
  border: 1px solid rgba(6, 46, 85, 0.1);
  border-radius: 24px;
  box-shadow: 0 20px 48px rgba(6, 46, 85, 0.1);
  place-items: center;
}

.newt-guide-hero__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 300px;
  padding: 18px;
  object-fit: contain;
  background: #fff;
}

/* Compact single-product reference intro. Opted in per guide while the new
   all-strength content model is reviewed. */
.newt-guide-hero--compact {
  padding: 22px 0 30px;
}

.newt-guide-hero--compact .newt-guide-breadcrumb {
  margin-bottom: 14px;
}

.newt-guide-hero--compact .newt-guide-hero__grid {
  gap: 34px;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.48fr);
}

.newt-guide-hero--compact h1 {
  max-width: 760px;
  font-size: clamp(34px, 3.6vw, 46px);
  line-height: 1;
}

.newt-guide-hero--compact .newt-guide-hero__summary {
  max-width: 820px;
  margin-top: 13px;
  font-size: 14px;
  line-height: 1.65;
}

.newt-guide-hero--compact .newt-guide-actions {
  margin-top: 17px;
}

.newt-guide-hero--compact .newt-guide-hero__visual {
	width: 100%;
	max-width: 260px;
	min-height: 0;
	aspect-ratio: 1;
	justify-self: end;
	border-radius: 22px;
}

.newt-guide-hero--compact .newt-guide-hero__visual img {
	width: 100%;
	height: 100%;
	padding: 12px;
	object-fit: contain;
}

.newt-guide-body {
  padding: 62px 0 92px;
  background: #fff;
}

.newt-guide-layout {
  display: grid;
  align-items: start;
  gap: 52px;
  grid-template-columns: 250px minmax(0, 1fr);
}

.newt-guide-layout--toc-only {
  grid-template-columns: minmax(280px, 360px);
}

.newt-guide-layout--toc-only .newt-guide-toc {
  position: static;
  width: 100%;
}

.newt-guide-toc {
  position: sticky;
  top: 190px;
  padding: 24px 20px 22px;
  background: #fff;
  border: 1px solid var(--newt-line);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(6, 46, 85, 0.07);
}

.newt-guide-toc__title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--newt-navy);
  font-size: 19px;
  font-weight: 760;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.newt-guide-toc__title svg {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  fill: var(--newt-teal);
  stroke: var(--newt-teal);
  stroke-linecap: round;
  stroke-width: 2.4;
}

.newt-guide-toc__rule {
  height: 3px;
  margin: 21px 0 18px;
  background: linear-gradient(90deg, var(--newt-teal), #74d2cc);
}

.newt-guide-toc nav {
  display: grid;
  gap: 5px;
}

.newt-guide-toc__item {
  display: grid;
  align-items: start;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  padding: 10px 9px;
  color: #53677f;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 620;
  line-height: 1.45;
  transition: color 160ms ease, background-color 160ms ease;
}

.newt-guide-toc__chevron {
  color: #8293a6;
  font-size: 21px;
  font-weight: 500;
  line-height: 0.78;
  text-align: center;
}

.newt-guide-toc a.newt-guide-toc__item:hover,
.newt-guide-toc a.newt-guide-toc__item:focus-visible,
.newt-guide-toc__item.is-active {
  color: var(--newt-navy);
  background: linear-gradient(90deg, #e9f8f7 0%, #f8fcfc 100%);
}

.newt-guide-toc a.newt-guide-toc__item:hover .newt-guide-toc__chevron,
.newt-guide-toc a.newt-guide-toc__item:focus-visible .newt-guide-toc__chevron,
.newt-guide-toc__item.is-active .newt-guide-toc__chevron {
  color: var(--newt-teal);
}

.newt-guide-toc__item.is-pending {
  cursor: default;
}

.newt-guide-content {
  min-width: 0;
}

.newt-guide-section {
  padding: 70px 0;
  scroll-margin-top: 180px;
  border-top: 1px solid var(--newt-line);
}

.newt-guide-section--first {
  padding-top: 0;
  border-top: 0;
}

.newt-guide-section h2 {
  max-width: 790px;
  margin: 13px 0 0;
  color: var(--newt-navy);
  font-size: clamp(34px, 4.4vw, 52px);
  font-weight: 620;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.newt-guide-section > p:not(.newt-kicker),
.newt-guide-section__lead {
  max-width: 790px;
  margin: 22px 0 0;
  color: var(--newt-muted);
  font-size: 14px;
  line-height: 1.85;
}

.newt-guide-facts {
  display: grid;
  gap: 12px;
  margin-top: 32px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.newt-guide-facts > div {
  display: flex;
  min-height: 142px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--newt-line);
  border-radius: 18px;
}

.newt-guide-facts span {
  color: var(--newt-teal);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.newt-guide-facts strong {
  margin-top: 8px;
  color: var(--newt-navy);
  font-size: 25px;
  font-weight: 660;
  line-height: 1.1;
}

.newt-guide-facts small {
  margin-top: 7px;
  color: var(--newt-muted);
  font-size: 10px;
  line-height: 1.5;
}

.newt-guide-callout {
  margin-top: 18px;
  padding: 24px 26px;
  color: #fff;
  background: linear-gradient(135deg, var(--newt-navy-deep), var(--newt-navy));
  border-radius: 18px;
}

.newt-guide-callout strong {
  font-size: 13px;
}

.newt-guide-callout p {
  max-width: 760px;
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  line-height: 1.75;
}

.newt-guide-table-wrap {
  overflow-x: auto;
  margin-top: 30px;
  border: 1px solid var(--newt-line);
  border-radius: 18px;
}

.newt-guide-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.newt-guide-table th,
.newt-guide-table td {
  padding: 18px 20px;
  color: var(--newt-muted);
  border-bottom: 1px solid var(--newt-line);
  font-size: 11px;
  text-align: left;
}

.newt-guide-table thead th {
  color: var(--newt-navy);
  background: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.newt-guide-table tbody th {
  color: var(--newt-navy);
  font-weight: 730;
}

.newt-guide-table tbody tr:last-child th,
.newt-guide-table tbody tr:last-child td {
  border-bottom: 0;
}

.newt-guide-table-note {
  margin-top: 13px !important;
  font-size: 10px !important;
}

.newt-guide-section--schedule h2 {
  font-size: clamp(32px, 3.5vw, 46px);
}

.newt-guide-table-wrap--schedule {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(6, 46, 85, 0.08);
}

.newt-guide-table--schedule {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  table-layout: fixed;
}

.newt-guide-table--schedule th,
.newt-guide-table--schedule td {
  box-sizing: border-box;
  width: 33.333%;
  padding: 20px 22px;
  font-size: 13px;
  line-height: 1.45;
  vertical-align: middle;
}

.newt-guide-table--schedule thead th {
  color: #fff;
  background: #5799dc;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 11px;
  letter-spacing: 0.045em;
}

.newt-guide-table--schedule thead th:last-child {
  border-right: 0;
}

.newt-guide-table--schedule tbody th,
.newt-guide-table--schedule tbody td {
  color: #536179;
  background: #fff;
  font-weight: 500;
}

.newt-guide-table--schedule sup {
  margin-left: 2px;
  font-size: 0.72em;
}

.newt-guide-steps {
  display: grid;
  gap: 14px;
  max-width: 790px;
  margin: 28px 0 0;
  padding-left: 24px;
  color: var(--newt-muted);
  font-size: 14px;
  line-height: 1.75;
}

.newt-guide-steps li {
  padding-left: 6px;
}

.newt-guide-steps strong {
  color: var(--newt-navy);
  font-weight: 700;
}

.newt-guide-steps sup {
  margin-left: 3px;
  color: var(--newt-teal);
  font-size: 0.72em;
}

.newt-guide-section--technique > p {
  max-width: 820px;
  margin: 18px 0 0;
}

.newt-guide-section--technique sup,
.newt-guide-technique-list sup {
  margin-left: 3px;
  color: var(--newt-teal);
  font-size: 0.72em;
}

.newt-guide-technique-list {
  display: grid;
  gap: 14px;
  max-width: 860px;
  margin: 24px 0 0;
  padding-left: 24px;
  color: var(--newt-muted);
  font-size: 14px;
  line-height: 1.75;
}

.newt-guide-technique-list li {
  padding-left: 6px;
}

.newt-guide-technique-list strong {
  color: var(--newt-navy);
  font-weight: 700;
}

.newt-guide-list {
  display: grid;
  gap: 11px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.newt-guide-list li {
  display: grid;
  gap: 13px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--newt-line);
  border-radius: 16px;
  grid-template-columns: 22px 1fr;
}

.newt-guide-list li > span {
  display: grid;
  width: 22px;
  height: 22px;
  color: #fff;
  background: var(--newt-teal);
  border-radius: 50%;
  font-size: 10px;
  place-items: center;
}

.newt-guide-list strong {
  color: var(--newt-navy);
  font-size: 13px;
}

.newt-guide-list p {
  margin: 6px 0 0;
  color: var(--newt-muted);
  font-size: 11px;
  line-height: 1.65;
}

.newt-guide-sources {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: guide-sources;
}

.newt-guide-sources li {
  position: relative;
  padding: 20px 22px 20px 64px;
  background: #fff;
  border: 1px solid var(--newt-line);
  border-radius: 15px;
  counter-increment: guide-sources;
}

.newt-guide-sources li::before {
  position: absolute;
  top: 20px;
  left: 22px;
  color: var(--newt-teal);
  content: counter(guide-sources, decimal-leading-zero);
  font-size: 10px;
  font-weight: 800;
}

.newt-guide-sources a {
  color: var(--newt-navy);
  font-size: 12px;
  font-weight: 730;
}

.newt-guide-sources p {
  margin: 5px 0 0;
  color: var(--newt-muted);
  font-size: 10px;
  line-height: 1.6;
}

.newt-guide-disclaimer {
  padding: 28px;
  color: var(--newt-navy);
  background: #fff;
  border: 1px solid rgba(0, 155, 152, 0.2);
  border-radius: 18px;
}

.newt-guide-disclaimer strong {
  font-size: 13px;
}

.newt-guide-disclaimer p {
  margin: 8px 0 0;
  color: var(--newt-muted);
  font-size: 11px;
  line-height: 1.75;
}

.newt-guide-next {
  padding: 70px 0;
  color: var(--newt-navy);
  background: #fff;
  border-top: 1px solid var(--newt-line);
}

.newt-guide-next__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}

.newt-guide-next h2 {
  max-width: 720px;
  margin: 13px 0 0;
  color: var(--newt-navy);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 590;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.newt-guide-next .newt-guide-actions {
  margin: 0;
  flex-shrink: 0;
}

.newt-guide-next .newt-button--solid {
  color: #fff;
  background: var(--newt-navy);
  border-color: var(--newt-navy);
}

.newt-guide-next .newt-button--ghost {
  color: var(--newt-navy);
  background: #fff;
  border-color: var(--newt-line);
}

.newt-calculator {
  background: #fff;
}

.newt-calculator-hero {
  padding: 92px 0 64px;
  text-align: center;
}

.newt-calculator-hero .newt-kicker,
.newt-calculator-guide .newt-kicker {
  margin: 0;
  color: var(--newt-teal);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.newt-calculator-hero h1 {
  max-width: 980px;
  margin: 18px auto 0;
  color: var(--newt-navy);
  font-size: clamp(52px, 7vw, 82px);
  font-weight: 620;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.newt-calculator-hero > .newt-shell > p:not(.newt-kicker) {
  max-width: 720px;
  margin: 25px auto 0;
  color: var(--newt-muted);
  font-size: 16px;
  line-height: 1.8;
}

.newt-calculator-workspace {
  padding: 18px 0 110px;
}

.newt-calculator-workspace__grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(320px, 0.72fr) minmax(520px, 1.28fr);
  gap: 42px;
}

.newt-calculator-guide {
  position: sticky;
  top: 176px;
  padding: 38px;
  background: #f7fafb;
  border: 1px solid var(--newt-line);
  border-radius: 28px;
}

.newt-calculator-guide > h2 {
  margin: 14px 0 0;
  color: var(--newt-navy);
  font-size: 38px;
  font-weight: 620;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.newt-calculator-guide > p:not(.newt-kicker) {
  margin: 20px 0 0;
  color: var(--newt-muted);
  font-size: 13px;
  line-height: 1.75;
}

.newt-calculator-guide ol {
  display: grid;
  gap: 22px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.newt-calculator-guide li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 15px;
}

.newt-calculator-guide li > span {
  display: grid;
  width: 40px;
  height: 40px;
  color: #fff;
  background: var(--newt-navy);
  border-radius: 11px;
  font-size: 10px;
  font-weight: 800;
  place-items: center;
}

.newt-calculator-guide li strong {
  color: var(--newt-navy);
  font-size: 13px;
}

.newt-calculator-guide li p {
  margin: 4px 0 0;
  color: var(--newt-muted);
  font-size: 11px;
  line-height: 1.55;
}

.newt-calculator-formula {
  display: grid;
  gap: 5px;
  margin-top: 34px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--newt-line);
  border-radius: 17px;
}

.newt-calculator-formula span {
  color: var(--newt-muted);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.newt-calculator-formula strong {
  margin-bottom: 10px;
  color: var(--newt-navy);
  font-size: 12px;
  font-weight: 680;
}

.newt-calculator-formula strong:last-child {
  margin-bottom: 0;
}

.newt-calculator-panel {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(6, 46, 85, 0.1);
  border-radius: 28px;
  box-shadow:
    0 30px 70px rgba(6, 46, 85, 0.1),
    0 6px 16px rgba(6, 46, 85, 0.035);
}

.newt-calculator-step {
  padding: 35px 38px;
}

.newt-calculator-step + .newt-calculator-step {
  border-top: 1px solid var(--newt-line);
}

.newt-calculator-step__heading {
  display: flex;
  align-items: center;
  gap: 15px;
}

.newt-calculator-step__heading > span {
  display: grid;
  width: 43px;
  height: 43px;
  color: var(--newt-teal);
  background: #eef9f8;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 800;
  place-items: center;
}

.newt-calculator-step__heading h2 {
  margin: 0;
  color: var(--newt-navy);
  font-size: 20px;
  font-weight: 650;
}

.newt-calculator-step__heading p {
  margin: 3px 0 0;
  color: var(--newt-muted);
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.newt-calculator-presets {
  display: grid;
  gap: 9px;
  margin-top: 22px;
  grid-template-columns: repeat(4, 1fr);
}

.newt-home .newt-calculator-presets button {
  min-height: 42px;
  padding: 8px;
  color: var(--newt-navy);
  background: #fff;
  border: 1px solid #d6e0e5;
  border-radius: 11px;
  box-shadow: none;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: color 170ms ease, background 170ms ease, border-color 170ms ease;
}

.newt-home .newt-calculator-presets button:hover:not(.is-active) {
  background: #f1f9f8;
  border-color: rgba(0, 155, 152, 0.4);
}

.newt-home .newt-calculator-presets button.is-active {
  color: #fff;
  background: var(--newt-navy);
  border-color: var(--newt-navy);
}

.newt-calculator-input {
  display: grid;
  align-items: center;
  overflow: hidden;
  margin-top: 12px;
  border: 1px solid #d6e0e5;
  border-radius: 12px;
  grid-template-columns: 1fr 150px auto;
}

.newt-calculator-input > span {
  padding-left: 16px;
  color: var(--newt-muted);
  font-size: 11px;
}

.newt-calculator-input input {
  width: 100%;
  height: 46px;
  padding: 0 10px;
  color: var(--newt-navy);
  background: #f8fafb;
  border: 0;
  border-left: 1px solid var(--newt-line);
  outline: none;
  font-size: 14px;
  font-weight: 650;
  text-align: right;
}

.newt-calculator-input b {
  display: grid;
  align-self: stretch;
  min-width: 48px;
  padding: 0 12px;
  color: var(--newt-muted);
  background: #f8fafb;
  font-size: 10px;
  font-weight: 700;
  place-items: center;
}

.newt-calculator-input:focus-within {
  border-color: var(--newt-teal);
  box-shadow: 0 0 0 4px rgba(0, 155, 152, 0.09);
}

.newt-calculator-results {
  padding: 38px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(17, 184, 175, 0.24), transparent 31%),
    var(--newt-navy-deep);
}

.newt-calculator-results__primary > span,
.newt-calculator-results__grid span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.newt-calculator-results__primary > strong {
  display: block;
  margin-top: 8px;
  font-size: 43px;
  font-weight: 620;
  line-height: 1.1;
}

.newt-calculator-results__primary > strong b,
.newt-calculator-results__grid b {
  font: inherit;
}

.newt-calculator-results__primary > p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.newt-calculator-results__grid {
  display: grid;
  gap: 11px;
  margin-top: 30px;
  grid-template-columns: repeat(3, 1fr);
}

.newt-calculator-results__grid > div {
  min-width: 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 15px;
}

.newt-calculator-results__grid strong {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.newt-calculator-results__message {
  margin: 18px 0 0;
  padding: 12px 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 11px;
  font-size: 11px;
}

.newt-calculator-notes {
  padding: 0 0 116px;
}

.newt-calculator-warning {
  display: grid;
  align-items: center;
  gap: 45px;
  padding: 30px 34px;
  background: #f7fafb;
  border: 1px solid var(--newt-line);
  border-radius: 22px;
  grid-template-columns: 260px 1fr;
}

.newt-calculator-warning strong {
  color: var(--newt-navy);
  font-size: 19px;
}

.newt-calculator-warning p {
  margin: 0;
  color: var(--newt-muted);
  font-size: 12px;
  line-height: 1.75;
}

.newt-calculator-explainer {
  display: grid;
  gap: 18px;
  margin-top: 52px;
  grid-template-columns: repeat(3, 1fr);
}

.newt-calculator-explainer > div {
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(6, 46, 85, 0.09);
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(6, 46, 85, 0.055);
}

.newt-calculator-explainer span {
  color: var(--newt-teal);
  font-size: 10px;
  font-weight: 800;
}

.newt-calculator-explainer h2 {
  margin: 15px 0 0;
  color: var(--newt-navy);
  font-size: 20px;
  font-weight: 650;
}

.newt-calculator-explainer p {
  margin: 13px 0 0;
  color: var(--newt-muted);
  font-size: 12px;
  line-height: 1.7;
}

/* Contact page */
.newt-contact {
  color: var(--newt-navy);
  background: #fff;
}

.newt-contact #contact-form {
  scroll-margin-top: 165px;
}

.newt-contact-kicker {
  margin: 0 0 15px;
  color: var(--newt-teal);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.newt-contact-hero {
  padding: 72px 0 82px;
  border-bottom: 1px solid #e5edf1;
  background: #fff;
}

.newt-contact-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: stretch;
}

.newt-contact-hero h1.newt-contact-hero__title {
  max-width: none;
  margin: 0 0 58px;
  color: var(--newt-navy);
  font-size: clamp(44px, 4.1vw, 66px);
  font-weight: 720;
  line-height: 1.04;
  letter-spacing: -.045em;
  text-align: center;
}

.newt-contact-support-copy {
  display: flex;
  min-height: 300px;
  padding: clamp(34px, 4vw, 56px);
  flex-direction: column;
  justify-content: center;
  border: 1px solid #e4ecef;
  border-radius: 28px;
  background: #fff;
}

.newt-contact-support-copy h2 {
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1.16;
  letter-spacing: -.03em;
}

.newt-contact-support-copy p {
  max-width: 680px;
  margin: 28px 0 0;
  color: #62778e;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.8;
}

.newt-contact-info-card {
  display: flex;
  min-height: 300px;
  padding: clamp(34px, 4vw, 54px);
  flex-direction: column;
  justify-content: center;
  gap: 34px;
  border: 1px solid #dce7ec;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(7, 52, 93, .075);
}

.newt-contact-info-row {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  color: var(--newt-navy);
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.55;
  text-decoration: none;
}

.newt-contact-info-row + .newt-contact-info-row {
  padding-top: 34px;
  border-top: 1px solid #e1e9ed;
}

.newt-contact-info-row svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: var(--newt-teal);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.newt-contact-info-row span {
  color: var(--newt-navy);
  font-weight: 680;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}

.newt-contact-info-row address {
  color: #4f657d;
  font-style: normal;
}

.newt-whatsapp-list {
  display: grid;
  gap: 12px;
  padding-top: 28px;
  border-top: 1px solid #e1e9ed;
}

.newt-contact-channel-button {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 15px 18px;
  border: 1px solid #d9ebe8;
  border-radius: 14px;
  background: #f4fbfa;
  color: var(--newt-navy);
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.newt-contact-channel-button .newt-contact-channel-button__icon {
  display: grid;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  place-items: center;
  line-height: 0;
}

.newt-contact-channel-button .newt-contact-channel-button__icon svg {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  flex: none;
  fill: none;
  stroke: #13a77b;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.newt-contact-channel-button .newt-contact-channel-button__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
  text-decoration: none;
}

.newt-contact-channel-button strong {
  color: var(--newt-navy);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.35;
}

.newt-contact-channel-button small {
  color: #62778e;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.newt-contact-channel-button[href]:hover,
.newt-contact-channel-button[href]:focus-visible {
  border-color: #13a77b;
  background: #eaf8f5;
  transform: translateY(-1px);
}

.newt-contact-channel-button[href]:focus-visible {
  outline: 2px solid var(--newt-teal);
  outline-offset: 3px;
}

.newt-contact-channel-button.is-disabled {
  cursor: default;
  opacity: .68;
}

.newt-whatsapp-list + .newt-contact-info-row {
  padding-top: 28px;
  border-top: 1px solid #e1e9ed;
}

.newt-contact-email-button {
  width: 100%;
}

.newt-contact-email-button small {
  overflow-wrap: anywhere;
}

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

.newt-contact-direct {
  min-height: 235px;
  padding: 28px;
  border: 1px solid #dce7ec;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(7, 52, 93, .065);
}

.newt-contact-direct p {
  margin: 0 0 14px;
  color: #8797a7;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.newt-contact-direct a {
  display: inline-block;
  color: var(--newt-navy);
  font-size: clamp(16px, 1.15vw, 21px);
  font-weight: 700;
  letter-spacing: -.02em;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.newt-contact-direct span {
  display: block;
  margin-top: 16px;
  color: #708399;
  font-size: 13px;
  line-height: 1.65;
}

.newt-contact-services {
  padding: 28px 0 92px;
  background: #fff;
}

.newt-contact-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.newt-contact-services__grid > a {
  min-height: 310px;
  padding: 30px;
  border: 1px solid #dfe9ed;
  border-radius: 30px;
  color: var(--newt-navy);
  background: #fff;
  text-decoration: none;
  box-shadow: 0 18px 55px rgba(7, 52, 93, .055);
}

.newt-contact-services__grid > a > span {
  color: var(--newt-teal);
  font-size: 12px;
  font-weight: 780;
}

.newt-contact-services__grid h2 {
  margin: 88px 0 14px;
  color: var(--newt-navy);
  font-size: 28px;
}

.newt-contact-services__grid p {
  margin: 0 0 23px;
  color: #71849a;
  line-height: 1.7;
}

.newt-contact-services__grid strong {
  color: var(--newt-teal);
  font-size: 13px;
}

.newt-contact-workspace {
  padding: 100px 0;
  border-block: 1px solid #edf2f4;
  background: #fff;
}

.newt-contact-workspace__grid {
  display: grid;
  grid-template-columns: minmax(0, 900px);
  justify-content: center;
  align-items: start;
}

.newt-contact-form-card {
  padding: 44px;
  border: 1px solid #dce7ec;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 24px 75px rgba(7, 52, 93, .07);
}

.newt-contact-form-card header {
  margin-bottom: 34px;
}

.newt-contact-form-card h2,
.newt-contact-guide h2,
.newt-contact-process header h2 {
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -.04em;
}

.newt-contact-form-card header > p:last-child {
  margin: 13px 0 0;
  color: #8090a0;
  font-size: 13px;
}

.newt-contact-status {
  margin: 0 0 24px;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.55;
}

.newt-contact-status--success {
  border: 1px solid rgba(0, 160, 155, .22);
  color: #08746f;
  background: rgba(0, 160, 155, .075);
}

.newt-contact-status--error {
  border: 1px solid #e0e8ec;
  color: #5d7084;
  background: #f5f8f9;
}

.newt-contact-form {
  display: grid;
  gap: 18px;
}

.newt-contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.newt-contact-form label {
  display: grid;
  gap: 8px;
}

.newt-contact-form label > span {
  color: var(--newt-navy);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: .02em;
}

.newt-contact-form input,
.newt-contact-form select,
.newt-contact-form textarea {
  width: 100%;
  min-width: 0;
  padding: 15px 16px;
  border: 1px solid #d8e4e9;
  border-radius: 15px;
  outline: none;
  color: var(--newt-navy);
  background: #fff;
  font: inherit;
  font-size: 14px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.newt-contact-form input,
.newt-contact-form select {
  min-height: 52px;
}

.newt-contact-form textarea {
  resize: vertical;
  line-height: 1.65;
}

.newt-contact-form input:focus,
.newt-contact-form select:focus,
.newt-contact-form textarea:focus {
  border-color: var(--newt-teal);
  box-shadow: 0 0 0 3px rgba(0, 160, 155, .09);
}

.newt-contact-form > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 2px;
  padding: 13px 25px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--newt-navy);
  font-size: 15px;
  font-weight: 750;
  box-shadow: 0 14px 30px rgba(7, 52, 93, .15);
  cursor: pointer;
}

.newt-contact-form > p {
  margin: 0;
  color: #8a99a8;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}

.newt-form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.newt-contact-guide {
  position: sticky;
  top: 175px;
}

.newt-contact-guide > div:first-child {
  padding: 35px;
  border: 1px solid #dce7ec;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(7, 52, 93, .055);
}

.newt-contact-guide h2 {
  font-size: clamp(34px, 3.5vw, 48px);
}

.newt-contact-guide ol {
  display: grid;
  gap: 0;
  margin: 31px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e0e9ed;
}

.newt-contact-guide li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  padding: 18px 0;
  border-bottom: 1px solid #e0e9ed;
}

.newt-contact-guide li > span {
  color: var(--newt-teal);
  font-size: 11px;
  font-weight: 780;
}

.newt-contact-guide li p {
  margin: 0;
  color: #74869a;
  font-size: 13px;
  line-height: 1.55;
}

.newt-contact-guide li strong {
  display: block;
  margin-bottom: 3px;
  color: var(--newt-navy);
  font-size: 14px;
}

.newt-contact-guide__links {
  display: grid;
  gap: 12px;
  margin-top: 15px;
}

.newt-contact-guide__links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border: 1px solid #dce7ec;
  border-radius: 18px;
  color: #71849a;
  background: #fff;
  font-size: 12px;
  text-decoration: none;
}

.newt-contact-guide__links strong {
  color: var(--newt-navy);
  white-space: nowrap;
}

.newt-contact-process {
  padding: 100px 0;
  background: #fff;
}

.newt-contact-process header {
  margin-bottom: 45px;
}

.newt-contact-process__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #dce7ec;
  border-left: 1px solid #dce7ec;
}

.newt-contact-process__grid > div {
  min-height: 260px;
  padding: 30px;
  border-right: 1px solid #dce7ec;
  border-bottom: 1px solid #dce7ec;
}

.newt-contact-process__grid span {
  color: var(--newt-teal);
  font-size: 12px;
  font-weight: 780;
}

.newt-contact-process__grid h3 {
  margin: 85px 0 14px;
  color: var(--newt-navy);
  font-size: 24px;
}

.newt-contact-process__grid p {
  margin: 0;
  color: #708399;
  line-height: 1.7;
}

/* About page */
.newt-about {
  color: var(--newt-navy);
  background: #fff;
}

.newt-about-hero {
  padding: 72px 0 96px;
  border-bottom: 1px solid #e7eef1;
  background: #fff;
}

.newt-about-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
  gap: clamp(52px, 7vw, 105px);
  align-items: center;
}

.newt-about-kicker {
  margin: 0 0 16px;
  color: var(--newt-teal);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.newt-about-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(58px, 6.7vw, 92px);
  font-weight: 720;
  line-height: .94;
  letter-spacing: -.055em;
}

.newt-about-hero__copy > p:not(.newt-about-kicker) {
  max-width: 700px;
  margin: 30px 0 0;
  color: #62778e;
  font-size: 19px;
  line-height: 1.75;
}

.newt-about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.newt-about-hero__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 23px;
  border: 1px solid #d6e3e8;
  border-radius: 999px;
  color: var(--newt-navy);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.newt-about-hero__actions a:first-child {
  border-color: var(--newt-navy);
  color: #fff;
  background: var(--newt-navy);
}

.newt-about-hero__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid #e1eaee;
  border-radius: 42px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(7, 52, 93, .09);
}

.newt-about-hero__visual > img {
  position: relative;
  z-index: 2;
  display: block;
  width: 92%;
  height: 610px;
  object-fit: contain;
  object-position: center bottom;
}

.newt-about-hero__orbit {
  position: absolute;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(0, 160, 155, .14);
  border-radius: 50%;
  box-shadow:
    0 0 0 90px rgba(0, 160, 155, .025),
    0 0 0 180px rgba(7, 52, 93, .018);
}

.newt-about-hero__badge {
  position: absolute;
  z-index: 3;
  max-width: 250px;
  padding: 15px 17px;
  border: 1px solid rgba(217, 230, 235, .95);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 16px 45px rgba(7, 52, 93, .1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.newt-about-hero__badge strong,
.newt-about-hero__badge span {
  display: block;
}

.newt-about-hero__badge strong {
  margin-bottom: 5px;
  color: var(--newt-navy);
  font-size: 14px;
}

.newt-about-hero__badge span {
  color: #708399;
  font-size: 11px;
  line-height: 1.55;
}

.newt-about-hero__badge--top {
  top: 28px;
  right: 28px;
}

.newt-about-hero__badge--bottom {
  bottom: 28px;
  left: 28px;
}

.newt-about-purpose,
.newt-about-standards,
.newt-about-process,
.newt-about-procurement,
.newt-about-audience,
.newt-about-notice,
.newt-about-cta {
  padding: 104px 0;
}

.newt-about-purpose,
.newt-about-process,
.newt-about-audience,
.newt-about-cta {
  background: #fff;
}

.newt-about-standards,
.newt-about-procurement,
.newt-about-notice {
  border-block: 1px solid #edf2f4;
  background: #fbfcfc;
}

.newt-about-purpose__grid {
  display: grid;
  grid-template-columns: .48fr 1.52fr;
  gap: clamp(45px, 9vw, 150px);
  align-items: start;
}

.newt-about-purpose__grid h2 {
  max-width: 1050px;
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(45px, 5.3vw, 76px);
  line-height: 1;
  letter-spacing: -.045em;
}

.newt-about-purpose__grid div > p {
  max-width: 880px;
  margin: 30px 0 0;
  color: #657a91;
  font-size: 18px;
  line-height: 1.85;
}

.newt-about-source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 26px;
}

.newt-about-source-links a {
  color: var(--newt-navy);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0.01em;
  border-bottom: 1px solid rgba(6, 46, 85, 0.24);
}

.newt-about-source-links a:hover,
.newt-about-source-links a:focus-visible {
  color: var(--newt-teal);
  border-color: currentColor;
}

.newt-about-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 45px;
  margin-bottom: 50px;
}

.newt-about-heading h2,
.newt-about-procurement__intro h2,
.newt-about-notice__card h2,
.newt-about-cta__card h2 {
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(42px, 5vw, 68px);
  line-height: .98;
  letter-spacing: -.045em;
}

.newt-about-heading > p {
  max-width: 420px;
  margin: 0;
  color: #6c8196;
  line-height: 1.7;
}

.newt-about-standards__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.newt-about-standards__grid article {
  min-height: 365px;
  padding: 31px;
  border: 1px solid #dfe9ed;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(7, 52, 93, .05);
}

.newt-about-standards__grid article > span,
.newt-about-process__rail article > span,
.newt-about-audience__grid > div > span {
  color: var(--newt-teal);
  font-size: 12px;
  font-weight: 780;
}

.newt-about-standards__grid h3 {
  margin: 122px 0 15px;
  color: var(--newt-navy);
  font-size: 24px;
  line-height: 1.15;
}

.newt-about-standards__grid p,
.newt-about-process__rail p,
.newt-about-procurement p,
.newt-about-audience__grid p {
  margin: 0;
  color: #6e8195;
  line-height: 1.72;
}

.newt-about-process__rail {
  border-top: 1px solid #dce7ec;
}

.newt-about-process__rail article {
  display: grid;
  grid-template-columns: 80px .8fr 1.2fr;
  gap: 30px;
  align-items: start;
  padding: 32px 6px;
  border-bottom: 1px solid #dce7ec;
}

.newt-about-process__rail article > div {
  display: contents;
}

.newt-about-process__rail h3 {
  margin: 0;
  color: var(--newt-navy);
  font-size: 26px;
}

.newt-about-process__rail p {
  max-width: 660px;
}

.newt-about-procurement__grid {
  display: grid;
  grid-template-columns: .74fr 1.26fr;
  gap: clamp(50px, 8vw, 130px);
  align-items: start;
}

.newt-about-procurement__intro {
  position: sticky;
  top: 180px;
}

.newt-about-procurement__intro > p:not(.newt-about-kicker) {
  margin: 26px 0 24px;
  font-size: 17px;
  line-height: 1.75;
}

.newt-about-procurement__intro > a,
.newt-about-procurement__cards article > a {
  color: var(--newt-teal);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.newt-about-procurement__cards {
  display: grid;
  gap: 18px;
}

.newt-about-procurement__cards article {
  min-height: 330px;
  padding: 38px;
  border: 1px solid #dfe9ed;
  border-radius: 31px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(7, 52, 93, .055);
}

.newt-about-procurement__cards article > span {
  color: var(--newt-teal);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.newt-about-procurement__cards h3 {
  max-width: 720px;
  margin: 58px 0 18px;
  color: var(--newt-navy);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.newt-about-procurement__cards p {
  max-width: 700px;
  margin-bottom: 26px;
}

.newt-about-audience__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #dce7ec;
  border-left: 1px solid #dce7ec;
}

.newt-about-audience__grid > div {
  min-height: 260px;
  padding: 29px;
  border-right: 1px solid #dce7ec;
  border-bottom: 1px solid #dce7ec;
}

.newt-about-audience__grid strong {
  display: block;
  margin: 75px 0 13px;
  color: var(--newt-navy);
  font-size: 21px;
}

.newt-about-notice__card {
  display: grid;
  grid-template-columns: 115px .85fr 1.15fr;
  gap: clamp(35px, 6vw, 90px);
  align-items: center;
  padding: 54px;
  border: 1px solid #dce7ec;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(7, 52, 93, .055);
}

.newt-about-notice__card > img {
  width: 105px;
  height: 105px;
  object-fit: contain;
}

.newt-about-notice__card > p {
  margin: 0;
  color: #697e93;
  line-height: 1.8;
}

.newt-about-cta {
  padding-top: 0;
}

.newt-about-cta__card {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: clamp(40px, 8vw, 125px);
  align-items: end;
  padding: 66px;
  border: 1px solid #dce7ec;
  border-radius: 36px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(7, 52, 93, .07);
}

.newt-about-cta__card > div:last-child p {
  margin: 0 0 24px;
  color: #697e93;
  font-size: 16px;
  line-height: 1.75;
}

.newt-about-cta__card > div:last-child a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 23px;
  border-radius: 999px;
  color: #fff;
  background: var(--newt-navy);
  font-weight: 750;
  text-decoration: none;
}

/* FAQ page */
.newt-faq {
  color: var(--newt-navy);
  background: #fff;
}

.newt-faq section[id] {
  scroll-margin-top: 170px;
}

.newt-faq-hero {
  padding: 88px 0 82px;
  border-bottom: 1px solid #e6eef1;
  background: #fff;
}

.newt-faq-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .78fr);
  gap: clamp(56px, 9vw, 140px);
  align-items: end;
}

.newt-faq-hero__simple {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 980px;
  text-align: center;
}

.newt-faq-hero__simple h1 {
  max-width: none;
  font-size: clamp(46px, 5.5vw, 72px);
  line-height: 1;
}

.newt-faq-hero__simple p {
  max-width: 760px;
  margin: 24px 0 0;
  color: #657991;
  font-size: 18px;
  line-height: 1.65;
}

.newt-faq-hero__simple .newt-button {
  margin-top: 30px;
}

.newt-faq-kicker {
  margin: 0 0 17px;
  color: var(--newt-teal);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.newt-faq-hero h1 {
  max-width: 850px;
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(58px, 7vw, 96px);
  font-weight: 720;
  line-height: .94;
  letter-spacing: -.055em;
}

.newt-faq-hero__grid > div:first-child > p:last-child {
  max-width: 690px;
  margin: 30px 0 0;
  color: #657991;
  font-size: 20px;
  line-height: 1.7;
}

.newt-faq-hero__proof {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 18px;
  padding: 8px 0;
  border-top: 1px solid #dce7eb;
}

.newt-faq-hero__proof > span,
.newt-faq-hero__proof > p {
  padding: 18px 0;
  border-bottom: 1px solid #dce7eb;
}

.newt-faq-hero__proof > span {
  color: var(--newt-teal);
  font-size: 12px;
  font-weight: 750;
}

.newt-faq-hero__proof > p {
  margin: 0;
  color: #74869a;
  font-size: 13px;
  line-height: 1.5;
}

.newt-faq-hero__proof strong {
  display: block;
  margin-bottom: 4px;
  color: var(--newt-navy);
  font-size: 15px;
}

.newt-faq-browser {
  padding: 46px 0 110px;
  background: #fff;
}

.newt-faq-toolbar {
  position: sticky;
  z-index: 15;
  top: 138px;
  padding: 16px;
  border: 1px solid rgba(220, 232, 237, .9);
  border-radius: 27px;
  background: rgba(255, 255, 255, .91);
  box-shadow: 0 18px 55px rgba(7, 52, 93, .07);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.newt-faq-search {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 58px;
  padding: 0 20px;
  border: 1px solid #dce7ec;
  border-radius: 18px;
  color: #60778d;
  background: #fff;
}

.newt-faq-search input {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: var(--newt-navy);
  background: transparent;
  font: inherit;
  font-size: 16px;
}

.newt-faq-search input::placeholder {
  color: #8c9baa;
}

.newt-faq-filters {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  overflow-x: auto;
  scrollbar-width: none;
}

.newt-faq-filters::-webkit-scrollbar {
  display: none;
}

.newt-home .newt-faq-filters button {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 9px 17px;
  border: 1px solid #dce7ec;
  border-radius: 999px;
  color: #647a90;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: none;
  cursor: pointer;
}

.newt-home .newt-faq-filters button.is-active {
  border-color: var(--newt-navy);
  color: #fff;
  background: var(--newt-navy);
}

.newt-faq-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: clamp(40px, 6vw, 90px);
  align-items: start;
  margin-top: 66px;
}

.newt-faq-sidebar {
  position: sticky;
  top: 300px;
}

.newt-faq-sidebar > p {
  margin: 0 0 14px;
  color: #8b9aa9;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.newt-faq-sidebar > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #e3ebef;
  color: #60768d;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.newt-faq-sidebar > a:hover {
  color: var(--newt-teal);
}

.newt-faq-sidebar > div {
  margin-top: 28px;
  padding: 23px;
  border: 1px solid #dce7ec;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 48px rgba(7, 52, 93, .055);
}

.newt-faq-sidebar > div strong,
.newt-faq-sidebar > div span {
  display: block;
}

.newt-faq-sidebar > div strong {
  font-size: 17px;
}

.newt-faq-sidebar > div span {
  margin: 11px 0 18px;
  color: #72849a;
  font-size: 13px;
  line-height: 1.65;
}

.newt-faq-sidebar > div a {
  color: var(--newt-teal);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.newt-faq-groups {
  min-width: 0;
}

.newt-faq-group + .newt-faq-group {
  margin-top: 76px;
}

.newt-faq-group > header {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 23px;
}

.newt-faq-group > header span {
  color: var(--newt-teal);
  font-size: 12px;
  font-weight: 760;
}

.newt-faq-group > header h2 {
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -.04em;
}

.newt-faq-accordion {
  border-top: 1px solid #dce7ec;
}

.newt-faq-accordion details {
  border-bottom: 1px solid #dce7ec;
}

.newt-faq-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 25px 4px;
  color: var(--newt-navy);
  font-size: 18px;
  font-weight: 680;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
}

.newt-faq-accordion summary::-webkit-details-marker {
  display: none;
}

.newt-faq-accordion summary i {
  position: relative;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border: 1px solid #d8e5e9;
  border-radius: 50%;
  background: #fff;
}

.newt-faq-accordion summary i::before,
.newt-faq-accordion summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1.5px;
  background: var(--newt-navy);
  content: "";
  transform: translate(-50%, -50%);
}

.newt-faq-accordion summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform .2s ease;
}

.newt-faq-accordion details[open] summary i {
  border-color: rgba(0, 160, 155, .25);
  background: rgba(0, 160, 155, .07);
}

.newt-faq-accordion details[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.newt-faq-accordion details > div {
  max-width: 800px;
  padding: 0 66px 27px 4px;
}

.newt-faq-accordion details p {
  margin: 0;
  color: #687d92;
  font-size: 16px;
  line-height: 1.8;
}

.newt-faq-accordion details p a {
  color: #008f8b;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  transition: color .18s ease, text-decoration-thickness .18s ease;
}

.newt-faq-accordion details p a:hover {
  color: #062e55;
  text-decoration-thickness: 2px;
}

.newt-faq-accordion details p a:focus-visible {
  color: #062e55;
  border-radius: 3px;
  outline: 3px solid rgba(0, 155, 152, .2);
  outline-offset: 3px;
}

.newt-faq-inline-link {
  white-space: nowrap;
}

.newt-faq-accordion .newt-faq-refund-list {
  display: grid;
  gap: 12px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.newt-faq-accordion .newt-faq-refund-list li {
  position: relative;
  padding-left: 28px;
  color: #4f6379;
  font-size: 16px;
  line-height: 1.7;
}

.newt-faq-accordion .newt-faq-refund-list li::before {
  position: absolute;
  top: 0;
  left: 2px;
  color: #1686c5;
  content: "✓";
  font-weight: 900;
}

.newt-faq-warning {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  margin-top: 20px;
  padding: 16px 18px;
  color: #93420d;
  background: #fff8e8;
  border: 1px solid #eea11b;
  border-radius: 16px;
}

.newt-faq-warning > span {
  font-size: 18px;
  line-height: 1.55;
}

.newt-faq-accordion details .newt-faq-warning p {
  color: inherit;
  line-height: 1.65;
}

.newt-faq-exception {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  margin-top: 20px;
  padding: 16px 18px;
  color: #163b61;
  background: #f0f7ff;
  border: 1px solid #1686c5;
  border-radius: 16px;
}

.newt-faq-exception > span {
  display: inline-flex;
  width: 21px;
  height: 21px;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
  color: #fff;
  background: #14984a;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.newt-faq-accordion details .newt-faq-exception p {
  color: inherit;
  line-height: 1.65;
}

.newt-faq-empty {
  padding: 38px;
  border: 1px solid #dce7ec;
  border-radius: 24px;
  color: #687d92;
  text-align: center;
}

.newt-faq-contact {
  padding: 0 0 100px;
  background: #fff;
}

.newt-faq-contact__card {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: clamp(40px, 8vw, 130px);
  padding: 66px;
  border-radius: 36px;
  color: #fff;
  background: var(--newt-navy);
}

.newt-faq-contact__card .newt-faq-kicker {
  color: #55d1ca;
}

.newt-faq-contact__card h2 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5vw, 66px);
  line-height: .98;
  letter-spacing: -.045em;
}

.newt-faq-contact__card > div:last-child {
  align-self: end;
}

.newt-faq-contact__card > div:last-child p {
  margin: 0 0 25px;
  color: #c1d0dc;
  font-size: 16px;
  line-height: 1.75;
}

.newt-faq-contact__card > div:last-child a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 24px;
  border-radius: 999px;
  color: var(--newt-navy);
  background: #fff;
  font-weight: 750;
  text-decoration: none;
}

/* WooCommerce product detail */
.newt-product-detail {
  color: var(--newt-navy);
  background: #fff;
}

.newt-product-detail section[id] {
  scroll-margin-top: 190px;
}

.newt-product-detail__hero {
  padding: 64px 0 92px;
}

.newt-product-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 42px;
  color: #72849a;
  font-size: 14px;
}

.newt-product-breadcrumbs a {
  color: #547089;
  text-decoration: none;
}

.newt-product-breadcrumbs strong {
  color: var(--newt-navy);
}

.newt-product-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, .86fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: start;
}

.newt-product-gallery {
  position: sticky;
  top: 176px;
}

.newt-product-gallery__main {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 610px;
  overflow: hidden;
  border: 1px solid #e3ebef;
  border-radius: 36px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(7, 52, 93, .08);
}

.newt-product-gallery__main img {
  display: block;
  width: 86%;
  height: 560px;
  object-fit: contain;
}

.newt-product-gallery__label {
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 24px;
  padding: 9px 14px;
  border: 1px solid #dce7ec;
  border-radius: 999px;
  color: #597087;
  background: rgba(255, 255, 255, .92);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.newt-product-gallery__thumbs {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}

.newt-home .newt-product-gallery__thumbs button {
  width: 82px;
  height: 82px;
  padding: 4px;
  overflow: hidden;
  border: 1px solid #dce7ec;
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
  cursor: pointer;
}

.newt-home .newt-product-gallery__thumbs button.is-active {
  border-color: var(--newt-teal);
  box-shadow: 0 0 0 2px rgba(0, 164, 160, .12);
}

.newt-product-gallery__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.newt-product-summary {
  padding-top: 10px;
}

.newt-product-summary__category {
  margin: 0 0 15px;
  color: var(--newt-teal);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.newt-product-summary h1 {
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(46px, 5vw, 68px);
  font-weight: 720;
  line-height: .98;
  letter-spacing: -.045em;
}

.newt-product-summary__price {
  margin-top: 22px;
  color: var(--newt-navy);
  font-size: 25px;
  font-weight: 720;
}

.newt-product-summary__price .amount {
  color: inherit;
}

.newt-product-summary__lead {
  margin: 25px 0 28px;
  color: #63778e;
  font-size: 18px;
  line-height: 1.75;
}

.newt-product-coa-badge,
.newt-product-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 19px;
  border: 1px solid #dbe8ec;
  border-radius: 18px;
  color: var(--newt-navy);
  background: #fff;
}

.newt-product-coa-badge {
  text-decoration: none;
  box-shadow: 0 12px 36px rgba(7, 52, 93, .06);
}

.newt-product-coa-badge span,
.newt-product-document-card__status > span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 650;
}

.newt-product-coa-badge i,
.newt-product-document-card__status i {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--newt-teal);
  box-shadow: 0 0 0 5px rgba(0, 160, 155, .11);
}

.newt-product-coa-badge strong {
  color: var(--newt-teal);
  font-size: 13px;
  white-space: nowrap;
}

.newt-product-options {
  margin-top: 16px;
}

.newt-product-options span {
  color: #72849a;
}

.newt-product-purchase {
  margin-top: 16px;
}

.newt-product-purchase form.cart {
  display: flex;
  gap: 10px;
  margin: 0;
}

.newt-product-purchase .quantity .qty {
  width: 76px;
  min-height: 54px;
  padding: 0 10px;
  border: 1px solid #d9e5ea;
  border-radius: 999px;
  color: var(--newt-navy);
  background: #fff;
  text-align: center;
}

.newt-home .newt-product-purchase .single_add_to_cart_button,
.newt-product-quote-button {
  display: inline-flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 13px 25px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--newt-navy);
  font-size: 16px;
  font-weight: 720;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(7, 52, 93, .16);
}

.newt-product-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 25px;
}

.newt-product-trust div {
  padding-top: 15px;
  border-top: 1px solid #dce6eb;
}

.newt-product-trust strong,
.newt-product-trust span {
  display: block;
}

.newt-product-trust strong {
  margin-bottom: 5px;
  font-size: 13px;
}

.newt-product-trust span {
  color: #7b8da0;
  font-size: 12px;
  line-height: 1.55;
}

.newt-product-summary__disclaimer {
  margin: 22px 0 0;
  color: #8796a7;
  font-size: 12px;
  line-height: 1.65;
}

.newt-product-section-nav {
  position: sticky;
  z-index: 20;
  top: 138px;
  border-block: 1px solid rgba(214, 226, 232, .92);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.newt-product-section-nav .newt-shell {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 5vw, 72px);
  overflow-x: auto;
}

.newt-product-section-nav a {
  padding: 19px 0;
  color: #5d738a;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.newt-product-section-nav a:hover {
  color: var(--newt-teal);
}

.newt-product-documentation,
.newt-product-description-section,
.newt-product-specifications,
.newt-product-shipping,
.newt-product-faq,
.newt-product-related {
  padding: 96px 0;
}

.newt-product-description-section,
.newt-product-shipping,
.newt-product-related {
  border-block: 1px solid #edf2f4;
  background: #fbfcfc;
}

.newt-product-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 42px;
}

.newt-product-section-heading .newt-kicker,
.newt-product-description-section .newt-kicker {
  margin: 0 0 12px;
  color: var(--newt-teal);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.newt-product-section-heading h2,
.newt-product-description-section h2 {
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.newt-product-section-heading > a {
  color: var(--newt-navy);
  font-weight: 700;
  text-decoration: none;
}

.newt-product-document-card {
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(360px, 1.25fr) auto;
  gap: 44px;
  align-items: center;
  padding: 34px;
  border: 1px solid #dde8ed;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 22px 65px rgba(7, 52, 93, .07);
}

.newt-product-document-card__status > span {
  color: var(--newt-teal);
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.newt-product-document-card__status h3 {
  margin: 18px 0 8px;
  font-size: 28px;
}

.newt-product-document-card__status p,
.newt-product-description-copy,
.newt-product-shipping__grid p,
.newt-product-faq details p {
  color: #71849a;
  line-height: 1.75;
}

.newt-product-document-card__status p {
  margin: 0;
}

.newt-product-document-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
  margin: 0;
}

.newt-product-document-card dl div {
  padding-bottom: 12px;
  border-bottom: 1px solid #e8eef1;
}

.newt-product-document-card dt {
  margin-bottom: 5px;
  color: #8a99a8;
  font-size: 12px;
  text-transform: uppercase;
}

.newt-product-document-card dd {
  margin: 0;
  font-weight: 650;
}

.newt-product-document-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  border: 1px solid #d7e4e9;
  border-radius: 999px;
  color: var(--newt-navy);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.newt-product-description-section__grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(50px, 8vw, 130px);
}

.newt-product-description-copy {
  font-size: 18px;
  line-height: 1.85;
}

.newt-product-description-copy > :first-child {
  margin-top: 0;
}

.newt-product-specifications__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #dfe9ed;
  border-left: 1px solid #dfe9ed;
}

.newt-product-specifications__grid div {
  min-height: 130px;
  padding: 28px;
  border-right: 1px solid #dfe9ed;
  border-bottom: 1px solid #dfe9ed;
}

.newt-product-specifications__grid span,
.newt-product-specifications__grid strong {
  display: block;
}

.newt-product-specifications__grid span {
  margin-bottom: 14px;
  color: #8192a3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.newt-product-specifications__grid strong {
  font-size: 18px;
}

.newt-product-shipping__grid,
.newt-product-faq__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.newt-product-shipping__grid > div {
  min-height: 290px;
  padding: 34px;
  border: 1px solid #e2eaee;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(7, 52, 93, .055);
}

.newt-product-shipping__grid span {
  display: inline-grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 15px;
  color: var(--newt-teal);
  background: rgba(0, 160, 155, .08);
  font-weight: 750;
}

.newt-product-shipping__grid h2 {
  margin: 54px 0 15px;
  font-size: 25px;
}

.newt-product-shipping__grid p {
  margin: 0;
}

.newt-product-faq details {
  align-self: start;
  padding: 22px 24px;
  border: 1px solid #dfe8ed;
  border-radius: 22px;
  background: #fff;
}

.newt-product-faq summary {
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

.newt-product-faq details p {
  margin: 16px 0 2px;
}

.newt-product-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.newt-product-related .newt-product-card {
  min-width: 0;
  border: 1px solid #e3ebee;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 50px rgba(7, 52, 93, .055);
}

.newt-product-related .newt-product-card__image {
  height: 300px;
}

@media (max-width: 1024px) {
  .newt-contact-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(310px, .72fr);
    gap: 48px;
  }

  .newt-contact-directs {
    grid-template-columns: 1fr;
  }

  .newt-contact-services__grid {
    gap: 12px;
  }

  .newt-contact-services__grid > a {
    padding: 26px;
  }

  .newt-contact-workspace__grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
    gap: 36px;
  }

  .newt-about-hero__grid {
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    gap: 42px;
  }

  .newt-about-hero__visual {
    min-height: 560px;
  }

  .newt-about-hero__visual > img {
    height: 520px;
  }

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

  .newt-about-procurement__grid {
    grid-template-columns: .8fr 1.2fr;
    gap: 52px;
  }

  .newt-about-notice__card {
    grid-template-columns: 90px 1fr;
  }

  .newt-about-notice__card > img {
    width: 82px;
    height: 82px;
  }

  .newt-about-notice__card > p {
    grid-column: 2;
  }

  .newt-faq-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(310px, .72fr);
    gap: 54px;
  }

  .newt-faq-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 42px;
  }

  .newt-faq-contact__card {
    padding: 52px;
  }

  .newt-product-detail__grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
    gap: 38px;
  }

  .newt-product-gallery__main {
    min-height: 510px;
  }

  .newt-product-gallery__main img {
    height: 460px;
  }

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

  .newt-product-document-card {
    grid-template-columns: 1fr 1.2fr;
  }

  .newt-product-document-card__action {
    grid-column: 1 / -1;
  }

  .newt-product-related__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .newt-header__top {
    grid-template-columns: 190px 1fr auto;
    gap: 20px;
  }

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

  .newt-manufacturing__grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.85fr);
  }

  .newt-video-card,
  .newt-manufacturing-card {
    min-height: 520px;
  }

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

  .newt-category-card--feature {
    grid-row: span 2;
  }

  .newt-quality__grid {
    gap: 45px;
  }

  .newt-compound-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .newt-footer__grid {
    grid-template-columns: 1.2fr repeat(4, minmax(0, 0.75fr));
    gap: 24px;
  }

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

  .newt-category-browser-card {
    min-height: 300px;
    padding: 30px;
    grid-template-columns: minmax(0, 1fr) 130px;
  }

  .newt-category-browser-card__visual {
    margin: -4px -14px -30px 0;
  }

  .newt-coa-lookup__grid {
    gap: 42px;
    grid-template-columns: minmax(0, 0.85fr) minmax(390px, 1.15fr);
  }

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

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

  .newt-calculator-workspace__grid {
    grid-template-columns: minmax(285px, 0.68fr) minmax(460px, 1.32fr);
    gap: 24px;
  }

  .newt-calculator-guide {
    padding: 29px;
  }

  .newt-calculator-guide > h2 {
    font-size: 31px;
  }
}

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

@media (max-width: 760px) {
  .newt-shell {
    width: min(100% - 32px, 620px);
  }

  .newt-announcement__inner span:first-child {
    display: none;
  }

  .newt-announcement__inner {
    justify-content: center;
    padding: 7px 0;
    text-align: center;
  }

  .newt-header {
    top: 0;
    padding: 8px 8px 0;
  }

  .admin-bar .newt-header {
    top: 46px;
  }

  .newt-header__glass {
    border-radius: 23px;
  }

  .newt-header__top {
    display: flex;
    justify-content: space-between;
    padding: 11px 0;
  }

  .newt-brand__mark {
    width: 40px;
    height: 40px;
  }

  .newt-brand__word {
    font-size: 29px;
  }

  .newt-search {
    display: none;
  }

  .newt-header-tools {
    margin-left: auto;
    gap: 6px;
  }

  .newt-header-selectors {
    display: none;
  }

  .newt-header.is-open .newt-header-selectors {
    position: absolute;
    z-index: 4;
    top: calc(100% + 12px);
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
  }

  .newt-header.is-open .newt-nav {
    padding-top: 72px;
  }

  .newt-currency-toggle,
  .newt-language-selector .translera-dropdown-toggle {
    height: 40px;
  }

  .newt-header.is-open .newt-header-selectors,
  .newt-header.is-open .newt-language-selector .translera-switcher,
  .newt-header.is-open .newt-language-selector .translera-dropdown {
    height: 40px;
  }

  .newt-header-tool {
    width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
  }

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

  .newt-home .newt-menu-button {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
  }

  .newt-header__bottom {
    display: none;
  }

  .newt-header.is-open .newt-header__bottom {
    display: block;
  }

  .newt-nav {
    display: block;
    padding: 13px 0 17px;
  }

  .newt-nav__group {
    display: grid;
    gap: 0;
  }

  .newt-nav__group + .newt-nav__group {
    margin-top: 4px;
  }

  .newt-nav a {
    padding: 11px 4px;
    border-bottom: 1px solid var(--newt-line);
  }

  .newt-nav a::after {
    display: none;
  }

  .newt-hero {
    min-height: 0;
  }

  .newt-hero__grid {
    display: flex;
    min-height: 0;
    padding: 48px 0 0;
    flex-direction: column;
  }

  .newt-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
  }

  .newt-eyebrow {
    justify-content: center;
    max-width: 100%;
    margin-inline: auto;
    padding: 7px 15px;
    font-size: 11px;
    line-height: 1.45;
    white-space: normal;
  }

  .newt-hero h1 {
    max-width: 560px;
    margin: 24px auto 22px;
    font-size: clamp(42px, 11.5vw, 58px);
    line-height: 0.98;
  }

  .newt-hero__lead {
    max-width: 540px;
    margin-inline: auto;
    font-size: 15px;
    line-height: 1.72;
  }

  .newt-hero__actions {
    width: min(100%, 390px);
    margin: 28px auto 0;
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
  }

  .newt-hero__actions .newt-button,
  .newt-hero__actions .newt-hero__text-link {
    justify-content: center;
    width: 100%;
    min-height: 50px;
  }

  .newt-hero__proof {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .newt-hero__visual {
    overflow: hidden;
    width: calc(100% + 32px);
    min-height: 490px;
    margin: 30px -16px 0;
  }

  .newt-hero-vial--left img {
    bottom: -5%;
    left: 31%;
    width: 76%;
  }

  .newt-hero-vial--main img {
    bottom: -2%;
    left: 53%;
    width: 67%;
  }

  .newt-hero-vial--right img {
    bottom: 1%;
    left: 72%;
    width: 60%;
  }

  .newt-hero__badge {
    bottom: 23px;
    left: 25px;
  }

  .newt-trust-strip {
    margin-top: 0;
    padding: 76px 0 68px;
    background: #fff;
  }

  .newt-trust-strip__grid {
    grid-template-columns: 1fr;
    border-radius: 0;
  }

  .newt-trust-item {
    min-height: 86px;
    padding: 19px 22px;
  }

  .newt-trust-item + .newt-trust-item {
    border-top: 1px solid var(--newt-line);
    border-left: 0;
  }

  .newt-manufacturing {
    padding: 76px 0 26px;
  }

  .newt-manufacturing__heading {
    grid-template-columns: 1fr;
    gap: 19px;
    margin-bottom: 32px;
  }

  .newt-manufacturing__heading > p {
    max-width: 560px;
  }

  .newt-manufacturing__grid {
    grid-template-columns: 1fr;
  }

  .newt-video-card {
    min-height: 390px;
    border-radius: 20px;
  }

  .newt-manufacturing-card {
    min-height: 460px;
    padding: 16px 28px;
    border-radius: 28px;
    box-shadow:
      0 24px 52px rgba(6, 46, 85, 0.085),
      0 6px 18px rgba(6, 46, 85, 0.04);
  }

  .newt-video-card__claim {
    right: 25px;
    bottom: 24px;
    left: 25px;
  }

  .newt-video-card__claim h3 {
    font-size: 34px;
  }

  .newt-proof {
    padding-bottom: 0;
  }

  .newt-proof__grid {
    grid-template-columns: 1fr;
  }

  .newt-proof-card {
    grid-column: 1 / -1;
    min-height: 260px;
    padding: 38px 28px;
    border-radius: 28px;
  }

  .newt-shop {
    padding-bottom: 14px;
  }

  .newt-shop__intro {
    min-height: 0;
    padding: 48px 0 70px;
  }

  .newt-shop__intro h2 {
    font-size: 40px;
    line-height: 1.12;
  }

  .newt-shop__lead {
    font-size: 14px;
    line-height: 1.75;
  }

  .newt-shop__catalog {
    margin-top: -34px;
  }

  .newt-shop__features {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .newt-shop-feature {
    min-height: 245px;
    padding: 36px 28px;
    border-radius: 28px;
  }

  .newt-product-slider {
    margin-top: 48px;
  }

  .newt-product-rail {
    grid-auto-columns: minmax(260px, 80vw);
    gap: 16px;
  }

  .newt-product-slider__button {
    display: none;
  }

  .newt-product-card {
    border-radius: 8px;
  }

  .newt-product-card__body {
    padding: 24px;
  }

  .newt-catalog-hero {
    padding: 58px 0 32px;
  }

  .newt-catalog-hero h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .newt-catalog-hero > .newt-shell > p:last-child {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.7;
  }

  .newt-catalog-browser {
    padding-bottom: 78px;
  }

  .newt-search-page__hero {
    padding: 58px 0 38px;
  }

  .newt-search-page__hero h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .newt-search-page__results {
    padding-bottom: 76px;
  }

  .newt-alphabet {
    gap: 8px;
    padding: 12px;
    border-radius: 18px;
  }

  .newt-home .newt-alphabet button {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    border-radius: 11px;
    font-size: 14px;
  }

  .newt-catalog-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
    margin: 24px 0 20px;
  }

  .newt-catalog-search {
    width: 100%;
  }

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

  .newt-catalog-card {
    border-radius: 13px;
  }

  .newt-catalog-card .newt-product-card__image {
    aspect-ratio: 1 / 1.08;
  }

  .newt-catalog-card .newt-product-card__image img {
    padding: 5px;
  }

  .newt-catalog-card .newt-product-card__body {
    padding: 12px;
  }

  .newt-catalog-card h2 {
    min-height: 34px;
    margin: 5px 0 10px;
    font-size: 13px;
  }

  .newt-catalog-card .newt-product-card__price {
    font-size: 13px;
  }

  .newt-catalog-card .newt-product-card__button {
    min-height: 38px;
    padding: 7px 9px;
    font-size: 12px;
  }

  .newt-category-page__hero {
    padding: 58px 0 32px;
  }

  .newt-category-page__hero h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .newt-category-page__hero > .newt-shell > p:last-child {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.7;
  }

  .newt-category-page__browser {
    padding-bottom: 78px;
  }

  .newt-category-browser-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .newt-category-browser-card {
    min-height: 270px;
    padding: 25px;
    border-radius: 22px;
  }

  .newt-category-browser-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    font-size: 25px;
  }

  .newt-category-browser-card h2 {
    margin-top: 22px;
    font-size: 24px;
  }

  .newt-category-browser-card p {
    margin-top: 13px;
    font-size: 13px;
    line-height: 1.65;
  }

  .newt-category-browser-card__action {
    padding-top: 20px;
  }

  .newt-category-page__catalog-link {
    margin-top: 24px;
  }

  .newt-category-results {
    padding: 62px 0 74px;
  }

  .newt-category-results__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .newt-category-results__grid {
    grid-template-columns: 1fr;
  }

  .newt-category-results__empty {
    padding: 30px 22px;
  }

  .newt-category-results__empty > div {
    align-items: stretch;
    flex-direction: column;
  }

  .newt-coa-lookup {
    padding: 62px 0 68px;
  }

  .newt-coa-lookup__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .newt-coa-lookup h1 {
    font-size: clamp(46px, 13vw, 62px);
  }

  .newt-coa-lookup__copy > p:not(.newt-coa-kicker) {
    margin-top: 20px;
    font-size: 14px;
  }

  .newt-coa-suggestions {
    margin-top: 23px;
  }

  .newt-coa-search {
    min-height: 58px;
  }

  .newt-coa-search input {
    padding: 0 16px;
    font-size: 13px;
  }

  .newt-home .newt-coa-search button {
    min-width: 105px;
    padding: 0 14px;
    font-size: 10px;
  }

  .newt-coa-records {
    padding: 30px 0 72px;
    scroll-margin-top: 112px;
  }

  .newt-coa-records__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 30px;
  }

  .newt-coa-records__header h2 {
    font-size: 39px;
  }

  .newt-coa-records__header > p {
    margin: 0;
  }

  .newt-coa-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .newt-coa-card__preview {
    min-height: 185px;
    padding: 18px;
  }

  .newt-coa-card__body {
    padding: 19px;
  }

  .newt-coa-card h3 {
    font-size: 21px;
  }

  .newt-dosages-hero {
    padding: 58px 0 42px;
  }

  .newt-dosages-hero h1 {
    font-size: clamp(44px, 13vw, 60px);
  }

  .newt-dosages-hero > .newt-shell > p:not(.newt-kicker) {
    margin-top: 19px;
    font-size: 14px;
    line-height: 1.7;
  }

  .newt-dosages-stats {
    margin-top: 34px;
    border-radius: 19px;
  }

  .newt-dosages-stats div {
    min-height: 102px;
    padding: 19px 8px;
  }

  .newt-dosages-stats strong {
    font-size: 19px;
  }

  .newt-dosages-stats span {
    max-width: 90px;
    font-size: 8px;
    line-height: 1.4;
  }

  .newt-dosages-browser {
    padding: 18px 0 82px;
  }

  .newt-dosages-notice {
    grid-template-columns: 1fr;
    gap: 17px;
    margin-bottom: 58px;
    padding: 25px;
    border-radius: 20px;
  }

  .newt-dosages-notice h2 {
    font-size: 22px;
  }

  .newt-dosages-browser__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 23px;
  }

  .newt-dosages-browser__header h2 {
    font-size: 38px;
  }

  .newt-dosages-search {
    width: 100%;
  }

  .newt-dosages-alphabet {
    margin-top: 5px;
  }

  .newt-dosages-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .newt-dosage-card {
    border-radius: 18px;
  }

  .newt-dosage-card__visual,
  .newt-dosage-card__visual img {
    min-height: 255px;
    height: 255px;
  }

  .newt-dosage-card__body {
    padding: 23px;
  }

  .newt-calculator-hero {
    padding: 58px 0 42px;
  }

  .newt-calculator-hero h1 {
    font-size: clamp(44px, 13vw, 60px);
  }

  .newt-calculator-hero > .newt-shell > p:not(.newt-kicker) {
    margin-top: 19px;
    font-size: 14px;
    line-height: 1.7;
  }

  .newt-calculator-workspace {
    padding: 10px 0 76px;
  }

  .newt-calculator-workspace__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .newt-calculator-guide {
    position: static;
    padding: 26px;
    border-radius: 22px;
  }

  .newt-calculator-guide > h2 {
    font-size: 30px;
  }

  .newt-calculator-guide ol,
  .newt-calculator-formula {
    display: none;
  }

  .newt-calculator-panel {
    border-radius: 22px;
  }

  .newt-calculator-step {
    padding: 26px 22px;
  }

  .newt-calculator-step__heading h2 {
    font-size: 17px;
  }

  .newt-calculator-presets {
    gap: 7px;
  }

  .newt-home .newt-calculator-presets button {
    min-height: 39px;
    padding: 6px 3px;
    font-size: 9px;
  }

  .newt-calculator-input {
    grid-template-columns: 1fr 105px auto;
  }

  .newt-calculator-input > span {
    padding-left: 12px;
    font-size: 9px;
  }

  .newt-calculator-results {
    padding: 27px 22px;
  }

  .newt-calculator-results__primary > strong {
    font-size: 36px;
  }

  .newt-calculator-results__grid {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 23px;
  }

  .newt-calculator-results__grid > div {
    padding: 14px;
  }

  .newt-calculator-notes {
    padding-bottom: 82px;
  }

  .newt-calculator-warning {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 25px;
    border-radius: 19px;
  }

  .newt-calculator-explainer {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }

  .newt-calculator-explainer > div {
    padding: 25px;
    border-radius: 19px;
  }

  .newt-section {
    padding: 74px 0;
  }

  .newt-browse {
    padding: 34px 0 36px;
  }

  .newt-browse__header {
    margin-bottom: 38px;
  }

  .newt-browse__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .newt-browse-card {
    min-height: 220px;
    padding: 28px;
  }

  .newt-browse__actions {
    margin-top: 34px;
  }

  .newt-assurance {
    padding: 42px 0 74px;
  }

  .newt-assurance__header {
    margin-bottom: 28px;
  }

  .newt-assurance__tabs {
    overflow-x: auto;
    display: flex;
    justify-content: flex-start;
    padding: 5px;
    border-radius: 20px;
    scrollbar-width: none;
  }

  .newt-assurance__tabs::-webkit-scrollbar {
    display: none;
  }

  .newt-assurance__tabs button {
    min-width: max-content;
    padding-inline: 20px;
  }

  .newt-assurance-panel {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .newt-assurance-card {
    min-height: 265px;
    padding: 30px 26px 25px;
    border-radius: 28px;
  }

  .newt-section#process {
    padding-top: 34px;
  }

  .newt-section-head {
    align-items: flex-start;
    margin-bottom: 31px;
    flex-direction: column;
  }

  .newt-category-grid,
  .newt-quality__grid,
  .newt-quality__panel,
  .newt-process,
  .newt-compound-grid,
  .newt-cta__inner,
  .newt-footer__grid {
    grid-template-columns: 1fr;
  }

  .newt-category-card--feature {
    grid-row: auto;
  }

  .newt-category-card {
    min-height: 270px;
  }

  .newt-quality__grid {
    gap: 38px;
  }

  .newt-quality-card:first-child {
    grid-column: auto;
  }

  .newt-process {
    gap: 14px;
  }

  .newt-process-card {
    min-height: 220px;
    padding: 34px 26px;
    border-radius: 28px;
  }

  .newt-compound-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .newt-compound-card__visual {
    min-height: 160px;
  }

  .newt-compound-card__body {
    padding: 17px;
  }

  .newt-newsletter {
    padding: 78px 0;
  }

  .newt-newsletter__inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .newt-newsletter h2 {
    max-width: 600px;
  }

  .newt-newsletter__form {
    grid-template-columns: 1fr;
    padding: 7px;
    border-radius: 24px;
  }

  .newt-newsletter__form > input[type="email"] {
    min-height: 54px;
  }

  .newt-newsletter__form button {
    width: 100%;
  }

  .newt-cta {
    padding-bottom: 74px;
  }

  .newt-cta__inner {
    padding: 38px 28px;
  }

  .newt-footer__grid {
    gap: 35px;
    padding: 55px 0 42px;
  }

  .newt-footer__bottom {
    flex-direction: column;
  }
}

/* Preserve the desktop hero's overlapping product depth on phone layouts. */
@media (max-width: 760px) {
  .newt-home .newt-hero__visual {
    isolation: isolate;
    min-height: 340px;
    margin-top: -62px;
  }

  .newt-home .newt-hero__visual::before {
    position: absolute;
    z-index: 0;
    right: 5%;
    bottom: 8px;
    left: 5%;
    height: 28px;
    content: "";
    background: radial-gradient(ellipse at center, rgba(6, 46, 85, 0.18) 0%, rgba(6, 46, 85, 0.08) 42%, rgba(6, 46, 85, 0) 74%);
    filter: blur(8px);
    transform: scaleX(0.92);
  }

  .newt-home .newt-hero-vial--left img {
    bottom: -7%;
    left: 30%;
    width: 92%;
    filter: brightness(1.03) contrast(1.05) drop-shadow(0 22px 18px rgba(6, 46, 85, 0.18));
  }

  .newt-home .newt-hero-vial--main img {
    bottom: -1.5%;
    left: 55%;
    width: 78%;
    filter: brightness(0.99) contrast(1.03) drop-shadow(0 15px 15px rgba(6, 46, 85, 0.12));
  }

  .newt-home .newt-hero-vial--right img {
    bottom: 3%;
    left: 78%;
    width: 60%;
    filter: brightness(0.93) contrast(1.02) saturate(0.94) drop-shadow(0 10px 12px rgba(6, 46, 85, 0.08));
  }
}

/* Stack How It Works cards on phones and let their content set the height. */
@media (max-width: 760px) {
  .newt-home .newt-process {
    display: grid;
    overflow: visible;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: row;
    grid-auto-columns: auto;
    gap: 12px;
    margin-right: 0;
    padding: 0;
    scroll-snap-type: none;
  }

  .newt-home .newt-process-card {
    min-height: 0;
    padding: 18px 20px;
    border-radius: 22px;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
  }

  .newt-home .newt-process-card h3 {
    margin-bottom: 8px;
  }

  .newt-home .newt-process-card p {
    max-width: none;
  }
}

/* Fit every buyer-question tab on the phone viewport and compact its cards. */
@media (max-width: 760px) {
  .newt-home .newt-assurance {
    overflow: visible;
    padding: 32px 0 38px;
  }

  .newt-home .newt-assurance__header {
    margin-bottom: 16px;
  }

  .newt-home .newt-assurance__tabs {
    display: grid;
    overflow: visible;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2px;
    padding: 4px;
    border-radius: 16px;
  }

  .newt-home .newt-assurance__tabs button {
    min-width: 0;
    min-height: 40px;
    padding: 5px 2px;
    border-radius: 12px;
    font-size: clamp(9px, 2.45vw, 11px);
    line-height: 1.15;
    white-space: normal;
  }

  .newt-home .newt-assurance-card {
    min-height: 0;
    padding: 22px 18px 18px;
    border-radius: 20px;
  }

  .newt-home .newt-assurance-card h3 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.12;
  }

  .newt-home .newt-assurance-card p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.5;
  }
}

/* Mobile experience — compact, readable layouts with intentional horizontal discovery. */
@media (max-width: 760px) {
  html {
    scroll-padding-top: 92px;
  }

  body {
    font-size: 15px;
    -webkit-text-size-adjust: 100%;
  }

  .newt-shell {
    width: min(100% - 28px, 620px);
  }

  .newt-header {
    padding: 6px 6px 0;
  }

  .newt-header__glass {
    border-radius: 20px;
    box-shadow: 0 14px 38px rgba(6, 46, 85, 0.11);
  }

  .newt-header__top {
    min-height: 58px;
    padding: 8px 2px;
  }

  .newt-brand {
    gap: 7px;
  }

  .newt-brand__mark {
    width: 36px;
    height: 36px;
  }

  .newt-brand__word {
    font-size: 25px;
  }

  .newt-header-tool,
  .newt-home .newt-menu-button {
    width: 38px;
    height: 38px;
    min-height: 38px;
  }

  .newt-header.is-open .newt-nav {
    display: grid;
    padding: 64px 9px 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
  }

  .newt-header.is-open .newt-nav__group {
    display: contents;
  }

  .newt-header.is-open .newt-nav a {
    display: flex;
    min-height: 42px;
    padding: 9px 7px;
    border-bottom: 1px solid rgba(6, 46, 85, 0.08);
    font-size: 11.5px;
    line-height: 1.25;
    align-items: center;
  }

  .newt-header.is-open .newt-header-selectors {
    gap: 8px;
  }

  .newt-currency-toggle,
  .newt-language-selector .translera-dropdown-toggle {
    min-width: 82px;
    height: 38px;
    font-size: 12px;
  }

  .newt-hero__grid {
    padding-top: 32px;
  }

  .newt-eyebrow {
    padding: 6px 12px;
    font-size: 9.5px;
  }

  .newt-hero h1 {
    max-width: 360px;
    margin: 18px auto 15px;
    font-size: clamp(36px, 10.2vw, 42px);
    line-height: 1.01;
  }

  .newt-hero__lead {
    max-width: 350px;
    font-size: 13.5px;
    line-height: 1.65;
  }

  .newt-hero__actions {
    display: grid;
    width: 100%;
    margin-top: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .newt-hero__actions .newt-button,
  .newt-hero__actions .newt-hero__text-link {
    min-width: 0;
    min-height: 45px;
    padding: 9px 12px;
    border: 1px solid var(--newt-line);
    border-radius: 999px;
    font-size: 11.5px;
    line-height: 1.2;
  }

  .newt-hero__visual {
    width: calc(100% + 28px);
    min-height: 365px;
    margin: 16px -14px 0;
  }

  .newt-hero-vial--left img {
    left: 31%;
    width: 69%;
  }

  .newt-hero-vial--main img {
    left: 53%;
    width: 61%;
  }

  .newt-hero-vial--right img {
    left: 74%;
    width: 53%;
  }

  .newt-manufacturing {
    padding: 38px 0 18px;
  }

  .newt-manufacturing__heading {
    gap: 12px;
    margin-bottom: 22px;
  }

  .newt-manufacturing__heading h2 {
    font-size: 31px;
  }

  .newt-manufacturing__heading > p {
    font-size: 13px;
    line-height: 1.65;
  }

  .newt-video-card {
    min-height: 315px;
  }

  .newt-video-card__claim {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .newt-video-card__claim h3 {
    font-size: 29px;
  }

  .newt-manufacturing-card {
    min-height: 0;
    padding: 0 20px;
    border-radius: 24px;
  }

  .newt-manufacturing-card__quality {
    height: auto;
    grid-template-rows: none;
  }

  .newt-manufacturing-card__quality-item {
    min-height: 0;
    padding: 18px 0;
  }

  .newt-manufacturing-card__quality-item strong {
    font-size: 21px;
  }

  .newt-manufacturing-card__quality-item p {
    margin-top: 9px;
    font-size: 12.5px;
    line-height: 1.55;
  }

  .newt-proof {
    overflow: hidden;
    padding: 18px 0 34px;
  }

  .newt-proof__grid,
  .newt-process,
  .newt-shop__features,
  .newt-assurance-panel {
    display: grid;
    overflow-x: auto;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(270px, 82vw);
    gap: 12px;
    margin-right: -14px;
    padding: 4px 14px 15px 0;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .newt-proof__grid::-webkit-scrollbar,
  .newt-process::-webkit-scrollbar,
  .newt-shop__features::-webkit-scrollbar,
  .newt-assurance-panel::-webkit-scrollbar {
    display: none;
  }

  .newt-proof-card,
  .newt-process-card,
  .newt-shop-feature,
  .newt-assurance-card {
    grid-column: auto;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .newt-proof-card {
    min-height: 225px;
    padding: 28px 24px;
    border-radius: 24px;
  }

  .newt-proof-card h3 {
    font-size: 27px;
  }

  .newt-proof-card h3.newt-proof-card__number {
    font-size: 48px;
  }

  .newt-proof-card p {
    margin-top: 14px;
    font-size: 12.5px;
  }

  .newt-section#process {
    padding: 34px 0 38px;
  }

  .newt-section-head {
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
  }

  .newt-section-head h2 {
    font-size: 31px;
  }

  .newt-process-card {
    min-height: 205px;
    padding: 30px 24px;
    border-radius: 24px;
  }

  .newt-process-card h3 {
    font-size: 22px;
  }

  .newt-process-card p {
    font-size: 13px;
    line-height: 1.65;
  }

  .newt-shop__intro {
    min-height: 0;
    padding: 24px 0 30px;
  }

  .newt-shop__intro h2 {
    font-size: 28px;
    line-height: 1.06;
  }

  .newt-shop__lead {
    margin-top: 14px;
    font-size: 12.5px;
    line-height: 1.5;
  }

  .newt-shop__catalog {
    margin-top: -24px;
  }

  .newt-shop__features {
    grid-auto-columns: minmax(270px, 84vw);
  }

  .newt-shop-feature {
    min-height: 220px;
    padding: 30px 24px;
    border-radius: 24px;
  }

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

  .newt-shop-feature p {
    margin-top: 16px;
    font-size: 12.5px;
    line-height: 1.65;
  }

  .newt-product-slider {
    margin-top: 28px;
  }

  .newt-product-rail {
    grid-auto-columns: minmax(248px, 76vw);
    gap: 12px;
    padding-bottom: 19px;
  }

  .newt-product-card__body {
    padding: 13px 15px 15px;
  }

  .newt-product-card h3 {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .newt-product-card__price {
    font-size: 13px;
  }

  .newt-product-card__button {
    min-height: 38px;
    font-size: 12px;
  }

  .newt-browse {
    padding: 35px 0 40px;
  }

  .newt-browse__header {
    margin-bottom: 24px;
  }

  .newt-browse__header h2 {
    font-size: 31px;
  }

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

  .newt-browse-card {
    min-height: 190px;
    padding: 18px 15px;
    border-radius: 20px;
  }

  .newt-browse-card__icon {
    width: 39px;
    height: 39px;
    margin-bottom: 15px;
    border-radius: 12px;
  }

  .newt-browse-card__icon svg {
    width: 19px;
    height: 19px;
  }

  .newt-browse-card h3 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.16;
  }

  .newt-browse-card p {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 13px;
    font-size: 10.5px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .newt-browse-card__link {
    font-size: 11px;
  }

  .newt-browse__actions {
    margin-top: 24px;
  }

  .newt-assurance {
    overflow: hidden;
    padding: 42px 0 48px;
  }

  .newt-assurance__header {
    margin-bottom: 22px;
  }

  .newt-assurance__header h2 {
    font-size: 31px;
  }

  .newt-assurance__header p {
    margin-top: 12px;
    font-size: 12.5px;
    line-height: 1.6;
  }

  .newt-assurance__tabs button {
    min-height: 44px;
    padding-inline: 16px;
    font-size: 12px;
  }

  .newt-assurance-panel {
    grid-auto-columns: minmax(290px, 84vw);
  }

  .newt-assurance-card {
    min-height: 390px;
    padding: 31px 25px 24px;
    border-radius: 24px;
  }

  .newt-assurance-card h3 {
    margin-bottom: 17px;
    font-size: 23px;
  }

  .newt-assurance-card p {
    font-size: 13px;
    line-height: 1.65;
  }

  .newt-newsletter {
    padding: 50px 0;
  }

  .newt-newsletter__inner {
    gap: 24px;
  }

  .newt-newsletter h2 {
    font-size: 34px;
  }

  .newt-newsletter__copy p {
    font-size: 13px;
    line-height: 1.65;
  }

  .newt-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
    padding: 43px 0 34px;
  }

  .newt-footer__brand {
    grid-column: 1 / -1;
  }

  .newt-footer__grid > div:last-child {
    grid-column: 1 / -1;
  }

  .newt-footer-map {
    height: 180px;
    margin-top: 12px;
  }

  .newt-footer__grid h3 {
    font-size: 11px;
  }

  .newt-footer__grid li,
  .newt-footer__grid a,
  .newt-footer__brand p {
    font-size: 12px;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }

  .newt-footer__bottom {
    gap: 10px;
    padding-bottom: 28px;
    font-size: 10px;
    line-height: 1.5;
  }

  :is(
    .newt-catalog-hero,
    .newt-search-page__hero,
    .newt-category-page__hero,
    .newt-coa-lookup,
    .newt-dosages-hero,
    .newt-calculator-hero,
    .newt-contact-hero,
    .newt-about-hero,
    .newt-faq-hero,
    .newt-faq-hero__simple,
    .newt-oem-hero__copy,
    .newt-account__hero
  ) {
    padding-top: 42px;
    padding-bottom: 27px;
  }

  :is(
    .newt-catalog-hero,
    .newt-search-page__hero,
    .newt-category-page__hero,
    .newt-coa-lookup,
    .newt-dosages-hero,
    .newt-calculator-hero,
    .newt-contact-hero,
    .newt-about-hero,
    .newt-faq-hero,
    .newt-faq-hero__simple,
    .newt-oem-hero__copy,
    .newt-account__hero,
    .newt-product-summary
  ) h1 {
    font-size: clamp(32px, 9vw, 38px);
    line-height: 1.06;
  }

  .newt-category-page__browser {
    padding: 18px 0 60px;
  }

  .newt-category-browser-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .newt-category-browser-card {
    min-height: 208px;
    padding: 18px 15px;
    border-radius: 20px;
  }

  .newt-category-browser-card__icon {
    width: 39px;
    height: 39px;
    margin-bottom: 14px;
    font-size: 17px;
  }

  .newt-category-browser-card h2 {
    font-size: 16px;
  }

  .newt-category-browser-card p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 10.5px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .newt-category-browser-card__action {
    font-size: 11px;
  }

  .newt-coa-lookup {
    padding: 32px 0 36px;
  }

  .newt-coa-lookup__grid {
    gap: 25px;
  }

  .newt-coa-records {
    padding: 24px 0 58px;
  }

  .newt-coa-records__header {
    margin-bottom: 22px;
  }

  .newt-coa-records__header h2 {
    font-size: 31px;
  }

  .newt-coa-card__preview {
    min-height: 178px;
  }

  .newt-coa-card__body {
    padding: 20px;
  }

  .newt-coa-load-more {
    display: flex;
    justify-content: center;
    width: min(100%, 300px);
    min-height: 48px;
    margin: 24px auto 0;
    padding: 10px 22px;
    color: #fff;
    background: var(--newt-navy);
    border: 0;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 750;
    align-items: center;
    cursor: pointer;
  }

  .newt-coa-load-more[hidden] {
    display: none;
  }

  .newt-product-detail__hero {
    padding: 35px 0 42px;
  }

  .newt-product-gallery__stage {
    min-height: 310px;
  }

  .newt-product-summary {
    padding-top: 26px;
  }

  .newt-product-detail .newt-section {
    padding: 46px 0;
  }

  .newt-calculator {
    padding-bottom: 62px;
  }

  .newt-calculator-shell {
    padding: 12px;
    border-radius: 22px;
  }

  .newt-calculator-guide,
  .newt-calculator-panel {
    padding: 20px;
    border-radius: 17px;
  }

  .newt-calculator-guide > h2 {
    font-size: 25px;
  }

  .newt-calculator-guide > p,
  .newt-calculator-step__heading p {
    font-size: 12.5px;
    line-height: 1.6;
  }

  .newt-calculator-step {
    padding: 22px 0;
  }

  .newt-calculator-step__heading h2 {
    font-size: 17px;
  }

  .newt-faq-hero__simple p,
  .newt-contact-hero p,
  .newt-about-hero p {
    font-size: 13px;
    line-height: 1.65;
  }
}

/* Research concentration calculator — reference-matched content, Newt visual system. */
.newt-calculator {
  padding-bottom: 104px;
  background: #fff;
}

.newt-calculator-hero {
  padding: 24px 0;
}

.newt-calculator-hero h1 {
  max-width: 1040px;
  margin: 0 auto;
  text-transform: none;
}

.newt-calculator-hero > .newt-shell > p {
  margin: 16px auto 0;
  font-size: 17px;
  line-height: 1.6;
}

.newt-calculator-workspace {
  padding: 0;
}

.newt-calculator-shell {
  overflow: hidden;
  padding: 30px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid #dce6eb;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(6, 46, 85, .08);
}

.newt-calculator-top {
  display: block;
}

.newt-calculator-guide {
  position: static;
  top: auto;
  padding: 34px;
  background: #f7fafb;
  border: 1px solid #dbe5ea;
  border-radius: 22px;
}

.newt-calculator-guide > h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 720;
  line-height: 1.12;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.newt-calculator-guide > p {
  margin: 16px 0 0;
  color: var(--newt-muted);
  font-size: 15px;
  line-height: 1.7;
}

.newt-calculator-guide > p strong,
.newt-calculator-example strong {
  color: var(--newt-navy);
  font-weight: 750;
}

.newt-calculator-example {
  margin-top: 28px;
  padding: 22px;
  background: #fff;
  border: 1px solid #d7e3e8;
  border-radius: 16px;
}

.newt-calculator-example > span {
  color: var(--newt-teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.newt-calculator-example p {
  margin: 10px 0 0;
  color: var(--newt-navy);
  font-size: 14px;
  line-height: 1.65;
}

.newt-calculator-panel {
  overflow: visible;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.newt-calculator-step {
  padding: 0 0 24px;
}

.newt-calculator-step + .newt-calculator-step {
  padding-top: 24px;
  border-top: 1px solid #e1e9ed;
}

.newt-calculator-step__heading {
  align-items: flex-start;
  gap: 18px;
}

.newt-calculator-step__heading > svg {
  width: 42px;
  min-width: 42px;
  height: 50px;
  color: var(--newt-navy);
  fill: rgba(0, 155, 152, .1);
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.newt-calculator-step__heading > .newt-calculator-vial-icon rect {
  fill: #fff;
}

.newt-calculator-step__heading > .newt-calculator-syringe-icon path {
  fill: none;
}

.newt-calculator-step__heading > .newt-calculator-syringe-icon .newt-calculator-syringe-liquid {
  fill: rgba(0, 155, 152, .1);
}

.newt-calculator-step__heading h2 {
  max-width: 630px;
  font-size: 17px;
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: -.012em;
  text-transform: uppercase;
}

.newt-calculator-step__heading p {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
}

.newt-calculator-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 14px 0 0 60px;
}

.newt-home .newt-calculator-presets button {
  min-width: 82px;
  min-height: 50px;
  padding: 10px 15px;
  border-radius: 12px;
  font-size: 13px;
  text-transform: uppercase;
}

.newt-home .newt-calculator-presets button.is-active {
  color: var(--newt-navy);
  background: #edf9f8;
  border-color: var(--newt-teal);
  box-shadow: inset 0 0 0 1px var(--newt-teal);
}

.newt-calculator-input {
  max-width: 410px;
  margin: 10px 0 0 60px;
}

.newt-calculator-input[hidden] {
  display: none;
}

.newt-calculator-results {
  margin-top: 24px;
  padding: 30px;
  color: var(--newt-navy);
  background: linear-gradient(135deg, #f2f8fa, #f7fbfb);
  border: 1px solid #d6e4e9;
  border-radius: 20px;
}

.newt-calculator-results__primary > strong {
  display: block;
  margin: 0;
  font-size: 25px;
  font-weight: 520;
  line-height: 1.3;
}

.newt-calculator-results__primary > strong em {
  color: var(--newt-teal);
  font-style: normal;
  font-weight: 780;
}

.newt-calculator-results__primary > p {
  max-width: 1180px;
  margin: 12px 0 0;
  color: #5f748a;
  font-size: 14px;
  line-height: 1.7;
}

.newt-calculator-results__primary > p strong {
  color: var(--newt-navy);
}

.newt-calculator-results__grid {
  gap: 14px;
  margin-top: 24px;
}

.newt-calculator-results__grid > div {
  min-height: 112px;
  padding: 20px;
  background: #fff;
  border: 1px solid #d9e4e9;
  border-radius: 15px;
}

.newt-calculator-results__grid span {
  color: #64798f;
  font-size: 10px;
  font-weight: 750;
}

.newt-calculator-results__grid strong {
  margin-top: 14px;
  color: var(--newt-navy);
  font-size: 22px;
  font-weight: 750;
}

.newt-calculator-results__message {
  color: var(--newt-navy);
  background: #fff;
  border-color: #d9e4e9;
}

@media (max-width: 980px) {
  .newt-calculator-top {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .newt-calculator {
    padding-bottom: 72px;
  }

  .newt-calculator-hero {
    padding: 20px 0;
  }

  .newt-calculator-hero > .newt-shell > p {
    font-size: 14px;
  }

  .newt-calculator-shell {
    padding: 15px;
    border-radius: 21px;
  }

  .newt-calculator-top {
    gap: 22px;
  }

  .newt-calculator-guide {
    padding: 24px;
    border-radius: 17px;
  }

  .newt-calculator-guide > h2 {
    font-size: 23px;
  }

  .newt-calculator-guide > p {
    font-size: 13px;
  }

  .newt-calculator-example {
    padding: 18px;
  }

  .newt-calculator-step {
    padding-bottom: 22px;
  }

  .newt-calculator-step__heading {
    gap: 12px;
  }

  .newt-calculator-step__heading > svg {
    width: 34px;
    min-width: 34px;
    height: 42px;
  }

  .newt-calculator-step__heading h2 {
    font-size: 15px;
  }

  .newt-calculator-step__heading p {
    font-size: 12px;
  }

  .newt-calculator-presets {
    display: grid;
    margin-left: 46px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .newt-home .newt-calculator-presets button {
    min-width: 0;
    font-size: 11px;
  }

  .newt-calculator-input {
    margin-left: 46px;
    grid-template-columns: 1fr 92px auto;
  }

  .newt-calculator-input > span {
    padding-left: 12px;
    font-size: 10px;
  }

  .newt-calculator-results {
    padding: 22px;
  }

  .newt-calculator-results__primary > strong {
    font-size: 21px;
  }

  .newt-calculator-results__primary > p {
    font-size: 12px;
  }

  .newt-calculator-results__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .newt-contact #contact-form {
    scroll-margin-top: 100px;
  }

  .newt-contact-hero {
    padding: 46px 0 52px;
  }

  .newt-contact-hero__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .newt-contact-hero h1.newt-contact-hero__title {
    margin-bottom: 32px;
    font-size: clamp(36px, 10vw, 48px);
  }

  .newt-contact-support-copy,
  .newt-contact-info-card {
    min-height: 0;
    padding: 27px;
    border-radius: 23px;
  }

  .newt-contact-support-copy h2 {
    font-size: 27px;
  }

  .newt-contact-support-copy p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.7;
  }

  .newt-contact-info-card {
    gap: 24px;
  }

  .newt-contact-info-row {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 14px;
    font-size: 15px;
  }

  .newt-contact-info-row + .newt-contact-info-row {
    padding-top: 24px;
  }

  .newt-contact-info-row svg {
    width: 22px;
    height: 22px;
  }

  .newt-contact-direct {
    min-height: 0;
    padding: 23px;
    border-radius: 23px;
  }

  .newt-contact-direct a {
    overflow-wrap: anywhere;
  }

  .newt-contact-services {
    padding: 20px 0 66px;
  }

  .newt-contact-services__grid,
  .newt-contact-workspace__grid,
  .newt-contact-process__grid {
    grid-template-columns: 1fr;
  }

  .newt-contact-services__grid > a {
    min-height: 255px;
    padding: 26px;
    border-radius: 24px;
  }

  .newt-contact-services__grid h2 {
    margin-top: 62px;
  }

  .newt-contact-workspace,
  .newt-contact-process {
    padding: 66px 0;
  }

  .newt-contact-form-card {
    padding: 27px 22px;
    border-radius: 26px;
  }

  .newt-contact-form-card h2,
  .newt-contact-process header h2 {
    font-size: 40px;
  }

  .newt-contact-form__row {
    grid-template-columns: 1fr;
  }

  .newt-contact-guide {
    position: static;
  }

  .newt-contact-guide > div:first-child {
    padding: 27px;
    border-radius: 25px;
  }

  .newt-contact-guide h2 {
    font-size: 36px;
  }

  .newt-contact-guide__links a {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .newt-contact-process__grid {
    border-top: 1px solid #dce7ec;
  }

  .newt-contact-process__grid > div {
    min-height: 220px;
  }

  .newt-contact-process__grid h3 {
    margin-top: 55px;
  }

  .newt-about-hero {
    padding: 48px 0 62px;
  }

  .newt-about-hero__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  .newt-about-hero__copy,
  .newt-about-hero__visual {
    width: 100%;
    min-width: 0;
  }

  .newt-about-hero h1 {
    font-size: clamp(38px, 11vw, 48px);
    line-height: .98;
    overflow-wrap: anywhere;
  }

  .newt-about-hero__copy > p:not(.newt-about-kicker) {
    margin-top: 22px;
    font-size: 16px;
  }

  .newt-about-hero__actions {
    flex-direction: column;
  }

  .newt-about-hero__actions a {
    width: 100%;
  }

  .newt-about-hero__visual {
    min-height: 450px;
    border-radius: 28px;
  }

  .newt-about-hero__visual > img {
    width: 100%;
    height: 420px;
  }

  .newt-about-hero__orbit {
    width: min(300px, 88vw);
    height: min(300px, 88vw);
  }

  .newt-about-hero__badge {
    max-width: min(190px, 60vw);
    padding: 12px 14px;
  }

  .newt-about-source-links a {
    overflow-wrap: anywhere;
  }

  .newt-about-hero__badge--top {
    top: 14px;
    right: 14px;
  }

  .newt-about-hero__badge--bottom {
    bottom: 14px;
    left: 14px;
  }

  .newt-about-purpose,
  .newt-about-standards,
  .newt-about-process,
  .newt-about-procurement,
  .newt-about-audience,
  .newt-about-notice,
  .newt-about-cta {
    padding: 66px 0;
  }

  .newt-about-purpose__grid,
  .newt-about-procurement__grid,
  .newt-about-notice__card,
  .newt-about-cta__card {
    grid-template-columns: 1fr;
  }

  .newt-about-purpose__grid {
    gap: 20px;
  }

  .newt-about-purpose__grid h2,
  .newt-about-heading h2,
  .newt-about-procurement__intro h2,
  .newt-about-notice__card h2,
  .newt-about-cta__card h2 {
    font-size: 40px;
  }

  .newt-about-purpose__grid div > p {
    margin-top: 22px;
    font-size: 16px;
  }

  .newt-about-heading {
    display: block;
    margin-bottom: 32px;
  }

  .newt-about-heading > p {
    margin-top: 18px;
  }

  .newt-about-standards__grid,
  .newt-about-audience__grid {
    grid-template-columns: 1fr;
  }

  .newt-about-standards__grid article {
    min-height: 285px;
    padding: 27px;
  }

  .newt-about-standards__grid h3 {
    margin-top: 78px;
  }

  .newt-about-process__rail article {
    grid-template-columns: 45px 1fr;
    gap: 15px;
  }

  .newt-about-process__rail article > div {
    display: block;
  }

  .newt-about-process__rail h3 {
    font-size: 22px;
  }

  .newt-about-process__rail p {
    margin-top: 12px;
  }

  .newt-about-procurement__intro {
    position: static;
  }

  .newt-about-procurement__cards article {
    min-height: 300px;
    padding: 28px;
  }

  .newt-about-procurement__cards h3 {
    margin-top: 46px;
  }

  .newt-about-audience__grid > div {
    min-height: 225px;
  }

  .newt-about-audience__grid strong {
    margin-top: 55px;
  }

  .newt-about-notice__card,
  .newt-about-cta__card {
    gap: 24px;
    padding: 30px 27px;
    border-radius: 27px;
  }

  .newt-about-notice__card > img {
    width: 70px;
    height: 70px;
  }

  .newt-about-notice__card > p {
    grid-column: auto;
  }

  .newt-about-cta {
    padding-top: 0;
  }

  .newt-faq section[id] {
    scroll-margin-top: 115px;
  }

  .newt-faq-hero {
    padding: 50px 0 54px;
  }

  .newt-faq-hero__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .newt-faq-hero h1 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .newt-faq-hero__simple h1 {
    font-size: clamp(40px, 11vw, 54px);
  }

  .newt-faq-hero__simple p {
    margin-top: 18px;
    font-size: 16px;
  }

  .newt-faq-hero__simple .newt-button {
    width: 100%;
    margin-top: 24px;
  }

  .newt-faq-hero__grid > div:first-child > p:last-child {
    margin-top: 22px;
    font-size: 16px;
  }

  .newt-faq-browser {
    padding: 24px 0 70px;
  }

  .newt-faq-toolbar {
    top: 88px;
    padding: 11px;
    border-radius: 21px;
  }

  .newt-faq-search {
    min-height: 52px;
    padding: 0 15px;
    border-radius: 15px;
  }

  .newt-home .newt-faq-filters button {
    min-height: 38px;
    padding: 8px 14px;
    font-size: 12px;
  }

  .newt-faq-layout {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .newt-faq-sidebar {
    display: none;
  }

  .newt-faq-group + .newt-faq-group {
    margin-top: 54px;
  }

  .newt-faq-group > header h2 {
    font-size: 36px;
  }

  .newt-faq-accordion summary {
    gap: 16px;
    padding: 21px 2px;
    font-size: 16px;
  }

  .newt-faq-accordion summary i {
    width: 32px;
    height: 32px;
  }

  .newt-faq-accordion details > div {
    padding: 0 44px 23px 2px;
  }

  .newt-faq-accordion details p {
    font-size: 14px;
  }

  .newt-faq-contact {
    padding-bottom: 66px;
  }

  .newt-faq-contact__card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 38px 27px;
    border-radius: 28px;
  }

  .newt-faq-contact__card h2 {
    font-size: 42px;
  }

  .newt-product-detail section[id] {
    scroll-margin-top: 118px;
  }

  .newt-product-detail__hero {
    padding: 32px 0 58px;
  }

  .newt-product-breadcrumbs {
    gap: 7px;
    margin-bottom: 24px;
    overflow: hidden;
    font-size: 11px;
    white-space: nowrap;
  }

  .newt-product-detail__grid,
  .newt-product-document-card,
  .newt-product-description-section__grid {
    grid-template-columns: 1fr;
  }

  .newt-product-detail__grid {
    gap: 32px;
  }

  .newt-product-gallery {
    position: static;
  }

  .newt-product-gallery__main {
    min-height: 390px;
    border-radius: 26px;
  }

  .newt-product-gallery__main img {
    width: 92%;
    height: 355px;
  }

  .newt-product-gallery__label {
    top: 15px;
    left: 15px;
    font-size: 9px;
  }

  .newt-home .newt-product-gallery__thumbs button {
    width: 64px;
    height: 64px;
    border-radius: 14px;
  }

  .newt-product-summary {
    padding-top: 0;
  }

  .newt-product-summary h1 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .newt-product-summary__lead,
  .newt-product-description-copy {
    font-size: 16px;
  }

  .newt-product-coa-badge {
    align-items: flex-start;
  }

  .newt-product-coa-badge span {
    align-items: flex-start;
  }

  .newt-product-coa-badge strong {
    white-space: normal;
    text-align: right;
  }

  .newt-product-section-nav {
    top: 88px;
  }

  .newt-product-section-nav .newt-shell {
    justify-content: flex-start;
    gap: 28px;
  }

  .newt-product-section-nav a {
    padding: 15px 0;
    font-size: 12px;
  }

  .newt-product-documentation,
  .newt-product-description-section,
  .newt-product-specifications,
  .newt-product-shipping,
  .newt-product-faq,
  .newt-product-related {
    padding: 62px 0;
  }

  .newt-product-section-heading {
    display: block;
    margin-bottom: 28px;
  }

  .newt-product-section-heading h2,
  .newt-product-description-section h2 {
    font-size: 38px;
  }

  .newt-product-section-heading > a {
    display: inline-block;
    margin-top: 18px;
  }

  .newt-product-document-card {
    gap: 28px;
    padding: 24px;
    border-radius: 24px;
  }

  .newt-product-document-card dl {
    grid-template-columns: 1fr;
  }

  .newt-product-document-card__action {
    grid-column: auto;
    white-space: normal;
  }

  .newt-product-specifications__grid,
  .newt-product-shipping__grid,
  .newt-product-faq__grid {
    grid-template-columns: 1fr;
  }

  .newt-product-shipping__grid > div {
    min-height: 240px;
    padding: 27px;
  }

  .newt-product-shipping__grid h2 {
    margin-top: 42px;
  }

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

  .newt-product-related .newt-product-card__image {
    height: 230px;
  }
}

@media (max-width: 430px) {
  .newt-product-purchase form.cart {
    flex-wrap: wrap;
  }

  .newt-product-purchase .quantity,
  .newt-product-purchase .quantity .qty {
    width: 100%;
  }

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

  .newt-compound-grid {
    grid-template-columns: 1fr;
  }

  .newt-compound-card {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
  }

  .newt-compound-card__visual {
    min-height: 170px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/* OEM and wholesale */
.newt-oem {
  overflow: hidden;
  color: var(--newt-navy);
  background: #fff;
}

.newt-oem-kicker {
  margin: 0 0 16px;
  color: var(--newt-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.newt-oem-hero {
  padding: 92px 0 88px;
}

.newt-oem-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.72fr);
  align-items: center;
  gap: 76px;
}

.newt-oem-hero__copy h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(62px, 6.2vw, 102px);
  line-height: 0.95;
  letter-spacing: -0.052em;
}

.newt-oem-hero__copy > p:last-of-type {
  max-width: 735px;
  margin: 31px 0 0;
  color: var(--newt-muted);
  font-size: 20px;
  line-height: 1.75;
}

.newt-oem-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.newt-oem-hero__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 57px;
  padding: 0 28px;
  border: 1px solid var(--newt-navy);
  border-radius: 999px;
  color: var(--newt-navy);
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.newt-oem-hero__actions a:first-child {
  color: #fff;
  background: var(--newt-navy);
}

.newt-oem-hero__actions a:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(6, 46, 85, 0.14);
}

.newt-oem-brief {
  padding: 34px;
  border: 1px solid rgba(210, 226, 231, 0.86);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--newt-shadow);
}

.newt-oem-brief > p {
  margin: 0 0 20px;
  color: var(--newt-muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.newt-oem-brief ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.newt-oem-brief li {
  display: grid;
  grid-template-columns: 46px 1fr;
  padding: 21px 0;
  border-top: 1px solid var(--newt-line);
}

.newt-oem-brief li span {
  grid-row: 1 / 3;
  color: var(--newt-teal);
  font-size: 12px;
  font-weight: 800;
}

.newt-oem-brief li strong {
  font-size: 19px;
}

.newt-oem-brief li small {
  margin-top: 7px;
  color: var(--newt-muted);
  font-size: 14px;
  line-height: 1.55;
}

.newt-oem-brief--plain li {
  grid-template-columns: 1fr;
}

.newt-oem-brief--plain li:first-child {
  padding-top: 8px;
  border-top: 0;
}

.newt-oem-brief > a {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  padding: 18px 20px;
  border-radius: 18px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  background: linear-gradient(135deg, var(--newt-teal), #087580);
}

.newt-oem-paths,
.newt-oem-process,
.newt-oem-faq {
  padding: 92px 0;
}

.newt-oem-paths {
  border-top: 1px solid var(--newt-line);
}

.newt-oem-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 42px;
}

.newt-oem-heading h2,
.newt-oem-capabilities__intro h2,
.newt-oem-inquiry__intro h2,
.newt-oem-faq__grid > div:first-child h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(45px, 4.7vw, 72px);
  line-height: 1;
}

.newt-oem-heading > p {
  max-width: 470px;
  margin: 0;
  color: var(--newt-muted);
  font-size: 17px;
  line-height: 1.7;
}

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

.newt-oem-paths__grid article {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--newt-line);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(6, 46, 85, 0.08);
}

.newt-oem-paths__grid article > span {
  align-self: flex-start;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--newt-teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #edf9f8;
}

.newt-oem-paths__grid h3 {
  max-width: 360px;
  margin: 72px 0 16px;
  font-size: 34px;
  line-height: 1.08;
}

.newt-oem-paths__grid p {
  margin: 0;
  color: var(--newt-muted);
  font-size: 16px;
  line-height: 1.65;
}

.newt-oem-paths__grid a {
  margin-top: auto;
  padding-top: 30px;
  color: var(--newt-navy);
  font-weight: 800;
  text-decoration: none;
}

.newt-oem-capabilities {
  padding: 98px 0;
  border-top: 1px solid var(--newt-line);
  border-bottom: 1px solid var(--newt-line);
  background: #fbfdfd;
}

.newt-oem-capabilities__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  gap: 90px;
}

.newt-oem-capabilities__intro {
  position: sticky;
  top: 150px;
  align-self: start;
}

.newt-oem-capabilities__intro p:last-child {
  max-width: 600px;
  margin: 25px 0 0;
  color: var(--newt-muted);
  font-size: 18px;
  line-height: 1.75;
}

.newt-oem-capabilities__list {
  display: grid;
  gap: 14px;
}

.newt-oem-capabilities__list article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 14px;
  padding: 30px;
  border: 1px solid var(--newt-line);
  border-radius: 25px;
  background: #fff;
}

.newt-oem-capabilities__list article > span {
  color: var(--newt-teal);
  font-size: 13px;
  font-weight: 800;
}

.newt-oem-capabilities__list h3 {
  margin: 0 0 8px;
  font-size: 24px;
}

.newt-oem-capabilities__list p {
  margin: 0;
  color: var(--newt-muted);
  font-size: 16px;
  line-height: 1.65;
}

.newt-oem-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--newt-line);
}

.newt-oem-process__grid article {
  min-height: 310px;
  padding: 30px 30px 32px 0;
  border-right: 1px solid var(--newt-line);
}

.newt-oem-process__grid article:not(:first-child) {
  padding-left: 30px;
}

.newt-oem-process__grid article:last-child {
  border-right: 0;
}

.newt-oem-process__grid span {
  display: block;
  color: var(--newt-teal);
  font-size: 13px;
  font-weight: 800;
}

.newt-oem-process__grid h3 {
  margin: 92px 0 13px;
  font-size: 27px;
  line-height: 1.12;
}

.newt-oem-process__grid p {
  margin: 0;
  color: var(--newt-muted);
  font-size: 15px;
  line-height: 1.65;
}

.newt-oem-inquiry {
  padding: 98px 0;
  color: #fff;
  background: linear-gradient(140deg, var(--newt-navy-deep), var(--newt-navy));
}

.newt-oem-inquiry__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(560px, 1.22fr);
  gap: 78px;
  align-items: start;
}

.newt-oem-inquiry .newt-oem-kicker {
  color: #69ddd5;
}

.newt-oem-inquiry__intro > p:nth-of-type(2) {
  max-width: 610px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.7;
}

.newt-oem-inquiry__intro ul {
  display: grid;
  gap: 0;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.newt-oem-inquiry__intro li {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.newt-oem-inquiry__intro li strong {
  font-size: 15px;
}

.newt-oem-inquiry__intro li span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  text-align: right;
}

.newt-oem-form-card {
  color: var(--newt-navy);
  background: #fff;
}

.newt-oem-faq__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.65fr) minmax(0, 1.35fr);
  gap: 90px;
}

.newt-oem-faq__grid > div:first-child {
  position: sticky;
  top: 150px;
  align-self: start;
}

.newt-oem-faq__grid > div:first-child a {
  display: inline-block;
  margin-top: 28px;
  color: var(--newt-navy);
  font-weight: 800;
  text-decoration: none;
}

.newt-oem-faq details {
  padding: 27px 4px;
  border-top: 1px solid var(--newt-line);
}

.newt-oem-faq details:last-child {
  border-bottom: 1px solid var(--newt-line);
}

.newt-oem-faq summary {
  position: relative;
  padding-right: 45px;
  cursor: pointer;
  font-size: 23px;
  font-weight: 800;
  list-style: none;
}

.newt-oem-faq summary::-webkit-details-marker {
  display: none;
}

.newt-oem-faq summary::after {
  position: absolute;
  top: 0;
  right: 6px;
  content: "+";
  color: var(--newt-teal);
  font-size: 25px;
}

.newt-oem-faq details[open] summary::after {
  content: "–";
}

.newt-oem-faq details p {
  max-width: 800px;
  margin: 17px 0 0;
  padding-right: 40px;
  color: var(--newt-muted);
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .newt-oem-hero__grid,
  .newt-oem-capabilities__grid,
  .newt-oem-inquiry__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .newt-oem-capabilities__intro,
  .newt-oem-faq__grid > div:first-child {
    position: static;
  }

  .newt-oem-paths__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .newt-oem-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .newt-oem-process__grid article:nth-child(2) {
    border-right: 0;
  }

  .newt-oem-process__grid article:nth-child(n + 3) {
    border-top: 1px solid var(--newt-line);
  }
}

@media (max-width: 760px) {
  .newt-oem-hero,
  .newt-oem-paths,
  .newt-oem-process,
  .newt-oem-faq,
  .newt-oem-capabilities,
  .newt-oem-inquiry {
    padding: 64px 0;
  }

  .newt-oem-hero__grid {
    gap: 38px;
  }

  .newt-oem-hero__copy h1 {
    font-size: clamp(49px, 14vw, 65px);
  }

  .newt-oem-hero__copy > p:last-of-type {
    margin-top: 22px;
    font-size: 16px;
  }

  .newt-oem-hero__actions {
    display: grid;
  }

  .newt-oem-hero__actions a {
    width: 100%;
  }

  .newt-oem-brief {
    padding: 24px;
    border-radius: 25px;
  }

  .newt-oem-heading {
    display: block;
    margin-bottom: 30px;
  }

  .newt-oem-heading h2,
  .newt-oem-capabilities__intro h2,
  .newt-oem-inquiry__intro h2,
  .newt-oem-faq__grid > div:first-child h2 {
    font-size: 40px;
  }

  .newt-oem-heading > p {
    margin-top: 18px;
    font-size: 15px;
  }

  .newt-oem-paths__grid,
  .newt-oem-process__grid,
  .newt-oem-faq__grid {
    grid-template-columns: 1fr;
  }

  .newt-oem-paths__grid article {
    min-height: 340px;
    padding: 27px;
    border-radius: 25px;
  }

  .newt-oem-paths__grid h3 {
    margin-top: 55px;
    font-size: 30px;
  }

  .newt-oem-capabilities__grid,
  .newt-oem-inquiry__grid,
  .newt-oem-faq__grid {
    gap: 38px;
  }

  .newt-oem-capabilities__list article {
    grid-template-columns: 42px 1fr;
    padding: 24px;
  }

  .newt-oem-process__grid article,
  .newt-oem-process__grid article:not(:first-child) {
    min-height: 245px;
    padding: 25px 0;
    border-right: 0;
    border-top: 1px solid var(--newt-line);
  }

  .newt-oem-process__grid h3 {
    margin-top: 58px;
  }

  .newt-oem-inquiry__intro li {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .newt-oem-inquiry__intro li span {
    text-align: left;
  }

  .newt-oem-form-card {
    padding: 27px 22px;
    border-radius: 26px;
  }

  .newt-oem-faq summary {
    font-size: 20px;
  }
}

/* Homepage science workflow */
.newt-science {
  padding: 108px 0 96px;
  color: var(--newt-navy);
  background: #fff;
}

.newt-science__heading {
  max-width: 920px;
  margin: 0 auto 54px;
  text-align: center;
}

.newt-science__pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  padding: 10px 17px;
  border: 1px solid var(--newt-line);
  border-radius: 999px;
  color: var(--newt-navy);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: #fff;
}

.newt-science__pill span {
  display: block;
  width: 18px;
  height: 13px;
  border-radius: 3px 10px 3px 10px;
  background: linear-gradient(135deg, var(--newt-teal), var(--newt-navy));
}

.newt-science__heading h2 {
  margin: 0;
  font-size: clamp(48px, 5vw, 76px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.newt-science__heading > p:last-child {
  max-width: 820px;
  margin: 24px auto 0;
  color: var(--newt-muted);
  font-size: 18px;
  line-height: 1.75;
}

.newt-science__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.newt-science-card {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 625px;
  flex-direction: column;
  padding: 29px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  background:
    radial-gradient(circle at 85% 2%, rgba(78, 207, 203, 0.2), transparent 32%),
    linear-gradient(150deg, #0b6281 0%, #063a62 56%, #042b4f 100%);
  box-shadow: 0 22px 58px rgba(6, 46, 85, 0.12);
}

.newt-science-card::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 36%);
}

.newt-science-card__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  gap: 15px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.newt-science-card__top small {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 9px;
}

.newt-science-card__copy {
  position: relative;
  z-index: 1;
  margin-top: auto;
}

.newt-science-card__copy h3 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 24px;
  line-height: 1.13;
}

.newt-science-card__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.65;
}

.newt-science-bars {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 42px 1fr;
  height: 315px;
  margin: 35px 0 31px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.newt-science-bars__scale {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 0 13px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  text-transform: uppercase;
}

.newt-science-bars__plot {
  display: flex;
  align-items: flex-end;
  gap: 9px;
  padding: 28px 0 0 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 100% 33.333%;
}

.newt-science-bars__plot i {
  display: block;
  width: calc(16.666% - 8px);
  height: 72%;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.68));
}

.newt-science-bars__plot i:nth-child(2) {
  height: 76%;
}

.newt-science-bars__plot i:nth-child(3) {
  height: 73%;
}

.newt-science-bars__plot i:nth-child(4) {
  height: 78%;
}

.newt-science-bars__plot i:nth-child(5) {
  height: 74%;
}

.newt-science-bars__plot i:nth-child(6) {
  height: 77%;
}

.newt-science-chart {
  position: relative;
  z-index: 1;
  height: 315px;
  margin: 35px 0 31px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.newt-science-chart__axis {
  position: absolute;
  top: -4px;
  left: -2px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  text-transform: uppercase;
  transform: translateY(-100%);
}

.newt-science-chart__grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size: 100% 33.333%;
}

.newt-science-chart__peak {
  position: absolute;
  inset: 27px 0 0;
  opacity: 0.94;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.05));
  clip-path: polygon(0 96%, 24% 95%, 42% 92%, 53% 74%, 61% 8%, 66% 54%, 72% 82%, 79% 91%, 88% 83%, 94% 65%, 100% 93%, 100% 100%, 0 100%);
}

.newt-science-chart__peak::after {
  position: absolute;
  inset: 3px 0 0;
  content: "";
  background: #fff;
  clip-path: polygon(0 96%, 24% 95%, 42% 92%, 53% 74%, 61% 8%, 66% 54%, 72% 82%, 79% 91%, 88% 83%, 94% 65%, 100% 93%, 100% 94%, 94% 68%, 88% 86%, 79% 94%, 72% 85%, 66% 58%, 61% 13%, 53% 78%, 42% 95%, 24% 98%, 0 99%);
}

.newt-science-chart__note {
  position: absolute;
  top: 38px;
  right: 8px;
  display: grid;
  gap: 5px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.newt-science-chart__note small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.newt-science-chart__note strong {
  font-size: 19px;
}

.newt-science-report {
  position: relative;
  z-index: 1;
  min-height: 345px;
  margin-bottom: 31px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.newt-science-report__head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.74);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.newt-science-report ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.newt-science-report li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.67);
  font-size: 12px;
}

.newt-science-report li strong {
  color: #fff;
  font-size: 11px;
}

.newt-science-report > small {
  display: block;
  margin-top: 17px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 9px;
  line-height: 1.5;
}

.newt-science-timeline {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  margin: 31px 0;
  padding: 0 0 0 2px;
  list-style: none;
}

.newt-science-timeline::before {
  position: absolute;
  top: 24px;
  bottom: 25px;
  left: 8px;
  width: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.55);
}

.newt-science-timeline li {
  display: grid;
  grid-template-columns: 35px 1fr;
  align-items: center;
  min-height: 77px;
}

.newt-science-timeline li > span {
  position: relative;
  z-index: 1;
  display: block;
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--newt-teal);
}

.newt-science-timeline strong,
.newt-science-timeline small {
  display: block;
}

.newt-science-timeline strong {
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
}

.newt-science-timeline small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
}

.newt-science__action {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.newt-science__action a {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid var(--newt-line);
  border-radius: 999px;
  color: var(--newt-navy);
  font-weight: 800;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 12px 30px rgba(6, 46, 85, 0.07);
  transition: transform 180ms ease, border-color 180ms ease;
}

.newt-science__action a:hover {
  border-color: rgba(0, 155, 152, 0.5);
  transform: translateY(-2px);
}

@media (max-width: 1180px) {
  .newt-science__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .newt-science {
    padding: 68px 0 64px;
  }

  .newt-science__heading {
    margin-bottom: 34px;
  }

  .newt-science__heading h2 {
    font-size: 42px;
  }

  .newt-science__heading > p:last-child {
    margin-top: 18px;
    font-size: 15px;
  }

  .newt-science__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .newt-science-card {
    min-height: 570px;
    padding: 24px;
    border-radius: 24px;
  }

  .newt-science-card__copy h3 {
    font-size: 23px;
  }

  .newt-science-bars,
  .newt-science-chart {
    height: 275px;
  }

  .newt-science-report {
    min-height: 315px;
  }
}

/* Compact interactive science carousel */
.newt-science {
  padding: 82px 0 76px;
}

.newt-science__heading {
  margin-bottom: 34px;
}

.newt-science__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 880px;
  margin: 0 auto 22px;
  padding: 6px;
  border: 1px solid var(--newt-line);
  border-radius: 999px;
  background: #f4f8f9;
}

.newt-science__nav button {
  min-height: 45px;
  padding: 0 20px;
  color: var(--newt-muted);
  border: 0;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  background: transparent;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.newt-science__nav button.is-active {
  color: #fff;
  background: var(--newt-navy);
  box-shadow: 0 9px 24px rgba(6, 46, 85, 0.18);
}

@media (max-width: 1180px) {
  .newt-science__grid {
    grid-template-columns: 1fr;
  }
}

.newt-science__grid {
  display: block;
}

.newt-science-card[hidden] {
  display: none !important;
}

.newt-science-card.is-active {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  grid-template-rows: auto 1fr;
  min-height: 430px;
  column-gap: 45px;
  padding: 38px 42px;
  animation: newtScienceIn 460ms cubic-bezier(.2, .75, .25, 1);
}

@keyframes newtScienceIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.newt-science-card.is-active .newt-science-card__top {
  grid-column: 1;
  grid-row: 1;
}

.newt-science-card.is-active .newt-science-bars,
.newt-science-card.is-active .newt-science-chart {
  grid-column: 1;
  grid-row: 2;
  height: 280px;
  margin: 18px 0 0;
}

.newt-science-card.is-active .newt-science-report {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: center;
  min-height: 320px;
  margin: 0;
}

.newt-science-card.is-active .newt-science-timeline {
  grid-column: 1;
  grid-row: 2;
  margin: 9px 0 0;
}

.newt-science-card.is-active .newt-science-card__copy {
  display: flex;
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding-left: 45px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.newt-science-card.is-active .newt-science-card__copy h3 {
  max-width: 430px;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.04;
}

.newt-science-card.is-active .newt-science-card__copy p {
  max-width: 440px;
  font-size: 16px;
  line-height: 1.7;
}

.newt-science__action {
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
}

.newt-science__controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.newt-science__controls button {
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  color: var(--newt-navy);
  border: 1px solid var(--newt-line);
  border-radius: 50%;
  background: #fff;
  place-items: center;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.newt-science__controls button:hover {
  color: var(--newt-teal);
  border-color: rgba(0, 155, 152, 0.5);
  transform: translateY(-2px);
}

.newt-science__controls > span {
  min-width: 62px;
  color: var(--newt-muted);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.newt-science__controls b {
  color: var(--newt-navy);
}

@media (max-width: 760px) {
  .newt-science {
    padding: 62px 0 58px;
  }

  .newt-science__nav {
    display: flex;
    overflow-x: auto;
    justify-content: flex-start;
    margin-right: -18px;
    margin-left: -18px;
    padding: 6px 18px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    scrollbar-width: none;
  }

  .newt-science__nav::-webkit-scrollbar {
    display: none;
  }

  .newt-science__nav button {
    min-width: max-content;
  }

  .newt-science-card.is-active {
    display: block;
    min-height: 0;
    padding: 25px;
  }

  .newt-science-card.is-active .newt-science-bars,
  .newt-science-card.is-active .newt-science-chart {
    height: 235px;
    margin-top: 22px;
  }

  .newt-science-card.is-active .newt-science-report {
    min-height: 285px;
    margin-bottom: 28px;
  }

  .newt-science-card.is-active .newt-science-timeline {
    margin: 18px 0 28px;
  }

  .newt-science-card.is-active .newt-science-card__copy {
    display: block;
    margin-top: 27px;
    padding: 27px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .newt-science-card.is-active .newt-science-card__copy h3 {
    font-size: 29px;
  }

  .newt-science-card.is-active .newt-science-card__copy p {
    font-size: 14px;
  }

  .newt-science__action {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .newt-science__action > a {
    width: 100%;
  }

  .newt-science__controls {
    justify-content: center;
  }
}

/* Four-card science showcase */
.newt-science--showcase {
  padding: 84px 0 78px;
}

.newt-science--showcase .newt-science__heading {
  max-width: 900px;
  margin-bottom: 48px;
}

.newt-science--showcase .newt-science__heading h2 {
  font-size: clamp(42px, 4.2vw, 62px);
}

.newt-science--showcase .newt-science__heading > p:last-child {
  max-width: 760px;
  margin-top: 20px;
  font-size: 16px;
}

.newt-science--showcase .newt-science__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.newt-science--showcase .newt-science-card {
  min-width: 0;
  min-height: 620px;
  padding: 28px 27px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 0%, rgba(92, 209, 205, 0.18), transparent 34%),
    linear-gradient(155deg, #267fa4 0%, #0c537d 48%, #06355d 100%);
  box-shadow: 0 24px 58px rgba(6, 46, 85, 0.14);
}

.newt-science--showcase .newt-science-card:nth-child(2) {
  background:
    radial-gradient(circle at 90% 0%, rgba(92, 209, 205, 0.16), transparent 34%),
    linear-gradient(155deg, #23789f 0%, #0a4b75 48%, #052f56 100%);
}

.newt-science--showcase .newt-science-card:nth-child(3) {
  background:
    radial-gradient(circle at 90% 0%, rgba(92, 209, 205, 0.14), transparent 34%),
    linear-gradient(155deg, #2d83a8 0%, #145a84 48%, #0a3b63 100%);
}

.newt-science--showcase .newt-science-card:nth-child(4) {
  background:
    radial-gradient(circle at 90% 0%, rgba(92, 209, 205, 0.12), transparent 34%),
    linear-gradient(155deg, #2b7da2 0%, #12577f 48%, #07375f 100%);
}

.newt-science--showcase .newt-science-card__top {
  min-height: 38px;
}

.newt-science--showcase .newt-science-card__top > span {
  max-width: 62%;
}

.newt-science--showcase .newt-science-bars,
.newt-science--showcase .newt-science-chart {
  height: 300px;
  margin: 34px 0 30px;
}

.newt-science--showcase .newt-science-report {
  min-height: 340px;
  margin: 0 0 30px;
}

.newt-science--showcase .newt-science-timeline {
  min-height: 330px;
  margin: 18px 0 22px;
}

.newt-science--showcase .newt-science-card__copy h3 {
  font-size: clamp(23px, 1.65vw, 28px);
  line-height: 1.1;
}

.newt-science--showcase .newt-science-card__copy p {
  font-size: 13px;
  line-height: 1.65;
}

.newt-science--showcase .newt-science__action {
  justify-content: center;
  margin-top: 34px;
}

@media (max-width: 1180px) {
  .newt-science--showcase .newt-science__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .newt-manufacturing {
    padding-top: 28px;
  }

  .newt-section#process {
    padding: 34px 0 28px;
  }

  .newt-science--showcase {
    padding: 62px 0 58px;
  }

  .newt-science--showcase .newt-science__heading {
    margin-bottom: 32px;
  }

  .newt-science--showcase .newt-science__heading h2 {
    font-size: 39px;
  }

  .newt-science--showcase .newt-science__heading > p:last-child {
    font-size: 15px;
  }

  .newt-science--showcase .newt-science__grid {
    display: grid;
    overflow-x: auto;
    grid-template-columns: none;
    grid-auto-columns: minmax(285px, 84vw);
    grid-auto-flow: column;
    gap: 14px;
    margin-right: -18px;
    padding: 0 18px 18px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .newt-science--showcase .newt-science-card {
    min-height: 570px;
    padding: 24px;
    scroll-snap-align: start;
  }

  .newt-science--showcase .newt-science-bars,
  .newt-science--showcase .newt-science-chart {
    height: 265px;
  }

  .newt-science--showcase .newt-science-report,
  .newt-science--showcase .newt-science-timeline {
    min-height: 305px;
  }

  .newt-science--showcase .newt-science__action {
    margin-top: 18px;
  }
}

.newt-account {
  min-height: 68vh;
  background: #fff;
}

.newt-account__hero {
  padding: 78px 0 42px;
  text-align: center;
}

.newt-account__hero .newt-kicker {
  margin: 0 0 14px;
  color: var(--newt-teal);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.newt-account__hero h1 {
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(42px, 5.4vw, 68px);
  font-weight: 650;
  line-height: 1.04;
}

.newt-account__hero > .newt-shell > p:last-child {
  max-width: 670px;
  margin: 20px auto 0;
  color: var(--newt-muted);
}

.newt-account__content {
  padding: 0 0 104px;
}

.newt-account__panel {
  padding: clamp(28px, 4vw, 52px);
  background: #fff;
  border: 1px solid var(--newt-line);
  border-radius: 28px;
  box-shadow: 0 20px 58px rgba(6, 46, 85, 0.09);
}

.newt-account__panel .woocommerce-form {
  padding: 28px;
  background: #f8fbfb;
  border: 1px solid var(--newt-line);
  border-radius: 20px;
}

.newt-account__panel .woocommerce-form-row label {
  color: var(--newt-navy);
  font-weight: 700;
}

.newt-account__panel .input-text {
  min-height: 48px;
  padding: 0 15px;
  background: #fff;
  border: 1px solid var(--newt-line);
  border-radius: 12px;
}

.newt-account__panel .woocommerce-button,
.newt-account__panel button.button {
  min-height: 46px;
  padding: 0 22px;
  color: #fff;
  background: var(--newt-navy);
  border: 0;
  border-radius: 999px;
  font-weight: 750;
}

.newt-account__panel .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.newt-account__panel .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 11px 14px;
  background: #f5f9fa;
  border-radius: 10px;
  font-weight: 700;
}

/* Airier typography across the public site. */
body {
  letter-spacing: 0.006em;
}

body h1,
body h2,
body h3,
body h4,
body.newt-home h1,
body.newt-home h2,
body.newt-home h3,
body.newt-home h4 {
  letter-spacing: -0.015em;
}

body p,
body li,
body.newt-home p,
body.newt-home li {
  letter-spacing: 0.01em;
}

body button,
body input,
body textarea,
body select,
body .newt-button,
body .newt-nav a {
  letter-spacing: 0.008em;
}

body .newt-brand__word {
  letter-spacing: -0.02em;
}

body .newt-kicker,
body .newt-card-number,
body .newt-product-card__eyebrow {
  letter-spacing: 0.09em;
}

/* Keep primary titles consistent across all internal pages. */
:is(
  .newt-catalog-hero,
  .newt-search-page__hero,
  .newt-category-page__hero,
  .newt-coa-lookup,
  .newt-dosages-hero,
  .newt-calculator-hero,
  .newt-contact-hero,
  .newt-about-hero,
  .newt-faq-hero,
  .newt-faq-hero__simple,
  .newt-oem-hero__copy,
  .newt-account__hero,
  .newt-product-summary
) h1 {
  font-size: clamp(40px, 4vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  :is(
    .newt-catalog-hero,
    .newt-search-page__hero,
    .newt-category-page__hero,
    .newt-coa-lookup,
    .newt-dosages-hero,
    .newt-calculator-hero,
    .newt-contact-hero,
    .newt-about-hero,
    .newt-faq-hero,
    .newt-faq-hero__simple,
    .newt-oem-hero__copy,
    .newt-account__hero,
    .newt-product-summary
  ) h1 {
    font-size: clamp(34px, 9vw, 42px);
    line-height: 1.06;
  }
}

/* Final mobile normalization: later component declarations must retain the shared scale. */
@media (max-width: 760px) {
  :is(
    .newt-catalog-hero,
    .newt-search-page__hero,
    .newt-category-page__hero,
    .newt-coa-lookup,
    .newt-dosages-hero,
    .newt-calculator-hero,
    .newt-contact-hero,
    .newt-about-hero,
    .newt-faq-hero,
    .newt-faq-hero__simple,
    .newt-oem-hero__copy,
    .newt-account__hero,
    .newt-product-summary
  ) h1 {
    font-size: clamp(32px, 9vw, 38px);
    line-height: 1.06;
  }

  .newt-calculator {
    padding-bottom: 62px;
  }

  .newt-calculator-hero {
    padding: 20px 0;
  }

  .newt-calculator-shell {
    padding: 12px;
    border-radius: 22px;
  }

  .newt-calculator-top {
    gap: 12px;
  }

  .newt-calculator-guide,
  .newt-calculator-panel {
    padding: 20px;
    border-radius: 17px;
  }

  .newt-calculator-guide > h2 {
    font-size: 25px;
  }

  .newt-calculator-guide > p,
  .newt-calculator-step__heading p {
    font-size: 12.5px;
    line-height: 1.6;
  }

  .newt-calculator-step {
    padding: 22px 0;
  }

  .newt-calculator-step__heading h2 {
    font-size: 17px;
  }
}

/* About page opening gallery. */
.newt-about-hero__visual {
  aspect-ratio: 4 / 3;
  min-height: 0;
  place-items: stretch;
  background: #edf2f4;
}

.newt-about-hero__visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.newt-about-hero__image-caption {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  color: #fff;
  background: rgba(3, 30, 56, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  box-shadow: 0 14px 35px rgba(3, 30, 56, 0.2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.newt-about-hero__image-caption strong,
.newt-about-hero__image-caption span {
  display: block;
}

.newt-about-hero__image-caption strong {
  flex: 0 0 auto;
  font-size: 14px;
}

.newt-about-hero__image-caption span {
  max-width: 340px;
  color: rgba(255, 255, 255, 0.78);
  text-align: right;
  font-size: 11px;
  line-height: 1.5;
}

.newt-about-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  margin-top: 46px;
}

.newt-about-gallery figure {
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(300px, 42%) minmax(0, 1fr);
  min-height: 260px;
  margin: 0;
  background: #fff;
  border: 1px solid #dfeaec;
  border-radius: 26px;
  box-shadow: 0 18px 48px rgba(6, 46, 85, 0.08);
}

.newt-about-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  transition: transform 400ms ease;
}

.newt-about-gallery figure:hover img {
  transform: scale(1.025);
}

.newt-about-gallery figcaption {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: clamp(32px, 4.4vw, 64px);
  color: var(--newt-navy);
  background: #fff;
  font-style: normal;
}

.newt-about-gallery figcaption span {
  flex: 0 0 auto;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--newt-teal);
  background: #eef8f8;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.newt-about-gallery figcaption div {
  align-self: center;
}

.newt-about-gallery figcaption h3 {
  max-width: 520px;
  margin: 0 0 16px;
  color: var(--newt-navy);
  font-size: clamp(25px, 2.4vw, 36px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.newt-about-gallery figcaption p {
  max-width: 620px;
  margin: 0;
  color: #6a7f98;
  font-size: 15px;
  line-height: 1.75;
}

/* About page pharmaceutical group background. */
.newt-about-group {
  padding: 96px 0;
  background: #fff;
  border-bottom: 1px solid #e7eef1;
}

.newt-about-group__intro {
  display: grid;
  grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: center;
}

.newt-about-group__visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 360px;
  background: #edf4f6;
  border: 1px solid #dce8ec;
  border-radius: 30px;
  box-shadow: 0 22px 58px rgba(6, 46, 85, .1);
}

.newt-about-group__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.newt-about-group__visual figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  color: #fff;
  background: rgba(3, 30, 56, .78);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  backdrop-filter: blur(12px);
}

.newt-about-group__visual figcaption strong,
.newt-about-group__visual figcaption span {
  display: block;
}

.newt-about-group__visual figcaption strong {
  font-size: 13px;
}

.newt-about-group__visual figcaption span {
  color: rgba(255, 255, 255, .75);
  font-size: 11px;
}

.newt-about-group__copy h2 {
  max-width: 760px;
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(42px, 4.7vw, 66px);
  line-height: .98;
  letter-spacing: -.045em;
}

.newt-about-group__copy > p:not(.newt-about-kicker) {
  max-width: 780px;
  margin: 26px 0 0;
  color: #657a91;
  font-size: 16px;
  line-height: 1.78;
}

.newt-about-group__facts {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 34px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce8ec;
  border-radius: 20px;
}

.newt-about-group__facts div {
  min-width: 0;
  padding: 20px 16px;
  border-right: 1px solid #e4edef;
}

.newt-about-group__facts div:last-child {
  border-right: 0;
}

.newt-about-group__facts strong,
.newt-about-group__facts span {
  display: block;
}

.newt-about-group__facts strong {
  color: var(--newt-navy);
  font-size: clamp(17px, 1.7vw, 24px);
  line-height: 1.1;
}

.newt-about-group__facts span {
  margin-top: 8px;
  color: #74879d;
  font-size: 10px;
  line-height: 1.45;
}

.newt-about-group__hanxin {
  margin-top: 66px;
  padding: clamp(34px, 5vw, 60px);
  background: linear-gradient(145deg, #f8fbfc, #fff);
  border: 1px solid #dce8ec;
  border-radius: 30px;
  box-shadow: 0 18px 48px rgba(6, 46, 85, .07);
}

.newt-about-group__hanxin > header {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(36px, 6vw, 82px);
  align-items: end;
}

.newt-about-group__hanxin h3 {
  max-width: 600px;
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.newt-about-group__hanxin > header > p {
  margin: 0;
  color: #657a91;
  font-size: 15px;
  line-height: 1.8;
}

.newt-about-group__capabilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.newt-about-group__capabilities article {
  min-width: 0;
  padding: 30px 28px;
  background: #fff;
  border: 1px solid #dce8ec;
  border-radius: 22px;
}

.newt-about-group__capabilities h4 {
  margin: 0;
  color: var(--newt-navy);
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -.025em;
}

.newt-about-group__capabilities p {
  margin: 16px 0 0;
  color: #6b7f96;
  font-size: 13px;
  line-height: 1.72;
}

/* About page procurement support. */
.newt-about-support {
  padding: 104px 0;
  background: #fff;
  border-bottom: 1px solid #edf2f4;
}

.newt-about-support__heading {
  max-width: 900px;
  margin: 0 auto 74px;
  text-align: center;
}

.newt-about-support__heading h2 {
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.newt-about-support__heading p {
  max-width: 800px;
  margin: 28px auto 0;
  color: #657a91;
  font-size: 17px;
  line-height: 1.78;
}

.newt-about-support__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(48px, 7vw, 100px);
}

.newt-about-support__grid article {
  min-width: 0;
}

.newt-about-support__grid h3 {
  margin: 0 0 34px;
  color: var(--newt-navy);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.newt-about-support__grid ul {
  display: grid;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.newt-about-support__grid li {
  position: relative;
  margin: 0;
  padding-left: 38px;
  color: #536a82;
  font-size: 15px;
  line-height: 1.8;
}

.newt-about-support__grid li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--newt-teal), var(--newt-navy));
  border-radius: 50%;
  content: "✓";
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.newt-about-support__grid strong {
  color: var(--newt-navy);
  font-weight: 780;
}

/* About page registration document. */
.newt-about-license {
  padding: 96px 0;
  border-bottom: 1px solid #e7eef1;
  background: #fff;
}

.newt-about-license__grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(560px, 1.28fr);
  gap: clamp(48px, 7vw, 92px);
  align-items: center;
}

.newt-about-license__copy h2 {
  max-width: 540px;
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(42px, 4.6vw, 62px);
  line-height: .98;
  letter-spacing: -.045em;
}

.newt-about-license__copy > p:not(.newt-about-kicker) {
  max-width: 550px;
  margin: 26px 0 0;
  color: #657a91;
  font-size: 17px;
  line-height: 1.78;
}

.newt-about-license__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.newt-about-license__actions a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 19px;
  border: 1px solid #d4e2e7;
  border-radius: 999px;
  color: var(--newt-navy);
  font-size: 13px;
  font-weight: 760;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.newt-about-license__actions a:first-child,
.newt-about-license__actions a:hover,
.newt-about-license__actions a:focus-visible {
  border-color: var(--newt-navy);
  color: #fff;
  background: var(--newt-navy);
}

.newt-about-license__document {
  display: block;
  overflow: hidden;
  border: 1px solid #dfe9ed;
  border-radius: 32px;
  color: var(--newt-navy);
  background: #f7f9f9;
  box-shadow: 0 24px 70px rgba(7, 52, 93, .09);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.newt-about-license__document:hover,
.newt-about-license__document:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 30px 84px rgba(7, 52, 93, .14);
}

.newt-about-license__document img {
  display: block;
  width: 100%;
  aspect-ratio: 1684 / 1191;
  object-fit: cover;
  background: #fff;
}

.newt-about-license__document > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 20px;
  border-top: 1px solid #dfe9ed;
  color: #667b91;
  font-size: 12px;
  font-weight: 650;
}

.newt-about-license__document strong {
  flex: 0 0 auto;
  color: var(--newt-navy);
  font-size: 12px;
}

/* Catalog A-Z filter: complete, non-scrolling overview. */
.newt-catalog-page .newt-alphabet {
  display: grid;
  overflow: visible;
  grid-template-columns: minmax(48px, 1.4fr) repeat(27, minmax(0, 1fr));
  gap: 5px;
  padding: 10px;
}

.newt-home .newt-catalog-page .newt-alphabet button,
.newt-home .newt-catalog-page .newt-alphabet button:first-child {
  min-width: 0;
  width: 100%;
  height: 38px;
  padding: 0;
  font-size: 12px;
}

@media (max-width: 1100px) {
  .newt-catalog-page .newt-alphabet {
    grid-template-columns: repeat(14, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .newt-about-hero {
    padding-bottom: 48px;
  }

  .newt-about-hero__visual {
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 24px;
  }

  .newt-about-hero__visual > img {
    height: 100%;
  }

  .newt-about-hero__image-caption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    align-items: flex-start;
    padding: 12px 13px;
    border-radius: 14px;
    flex-direction: column;
    gap: 3px;
  }

  .newt-about-hero__image-caption strong {
    font-size: 12px;
  }

  .newt-about-hero__image-caption span {
    max-width: none;
    text-align: left;
    font-size: 9.5px;
  }

  .newt-about-gallery {
    width: auto;
    gap: 12px;
    margin-top: 24px;
  }

  .newt-about-gallery figure {
    grid-template-columns: minmax(112px, 38%) minmax(0, 1fr);
    min-height: 160px;
    border-radius: 18px;
  }

  .newt-about-gallery img {
    min-height: 160px;
  }

  .newt-about-gallery figcaption {
    gap: 10px;
    padding: 18px 14px;
  }

  .newt-about-gallery figcaption span {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    font-size: 8px;
  }

  .newt-about-gallery figcaption h3 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.15;
  }

  .newt-about-gallery figcaption p {
    font-size: 10.5px;
    line-height: 1.55;
  }

  .newt-about-group {
    padding: 62px 0;
  }

  .newt-about-group__intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .newt-about-group__visual,
  .newt-about-group__visual img {
    min-height: 0;
  }

  .newt-about-group__visual {
    aspect-ratio: 16 / 10;
    border-radius: 22px;
  }

  .newt-about-group__visual figcaption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 10px 12px;
    border-radius: 12px;
  }

  .newt-about-group__visual figcaption strong {
    font-size: 11px;
  }

  .newt-about-group__visual figcaption span {
    font-size: 9px;
  }

  .newt-about-group__copy h2 {
    font-size: 36px;
  }

  .newt-about-group__copy > p:not(.newt-about-kicker) {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.7;
  }

  .newt-about-group__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
    border-radius: 16px;
  }

  .newt-about-group__facts div {
    padding: 16px 13px;
    border-right: 1px solid #e4edef;
    border-bottom: 1px solid #e4edef;
  }

  .newt-about-group__facts div:nth-child(2n) {
    border-right: 0;
  }

  .newt-about-group__facts div:last-child {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }

  .newt-about-group__facts strong {
    font-size: 18px;
  }

  .newt-about-group__facts span {
    font-size: 9px;
  }

  .newt-about-group__hanxin {
    margin-top: 34px;
    padding: 24px 18px;
    border-radius: 22px;
  }

  .newt-about-group__hanxin > header {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .newt-about-group__hanxin h3 {
    font-size: 29px;
  }

  .newt-about-group__hanxin > header > p {
    font-size: 13px;
    line-height: 1.7;
  }

  .newt-about-group__capabilities {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 26px;
  }

  .newt-about-group__capabilities article {
    padding: 22px 20px;
    border-radius: 17px;
  }

  .newt-about-group__capabilities h4 {
    font-size: 19px;
  }

  .newt-about-group__capabilities p {
    margin-top: 10px;
    font-size: 12px;
  }

  .newt-about-support {
    padding: 64px 0;
  }

  .newt-about-support__heading {
    margin-bottom: 42px;
    text-align: left;
  }

  .newt-about-support__heading h2 {
    font-size: 38px;
  }

  .newt-about-support__heading p {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.7;
  }

  .newt-about-support__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }

  .newt-about-support__grid h3 {
    margin-bottom: 24px;
    font-size: 25px;
  }

  .newt-about-support__grid ul {
    gap: 20px;
  }

  .newt-about-support__grid li {
    padding-left: 32px;
    font-size: 13px;
    line-height: 1.7;
  }

  .newt-about-support__grid li::before {
    width: 21px;
    height: 21px;
    font-size: 10px;
  }

  .newt-about-license {
    padding: 62px 0;
  }

  .newt-about-license__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .newt-about-license__copy h2 {
    font-size: 36px;
  }

  .newt-about-license__copy > p:not(.newt-about-kicker) {
    margin-top: 20px;
    font-size: 15px;
  }

  .newt-about-license__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .newt-about-license__actions a {
    width: 100%;
  }

  .newt-about-license__document {
    border-radius: 20px;
  }

  .newt-about-license__document > span {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding: 14px 15px;
  }

  .newt-catalog-page .newt-catalog-hero {
    padding-top: 44px;
  }

  .newt-catalog-page .newt-alphabet {
    grid-template-columns: repeat(14, minmax(0, 1fr));
    gap: 4px;
    padding: 8px;
    border-radius: 16px;
  }

  .newt-home .newt-catalog-page .newt-alphabet button,
  .newt-home .newt-catalog-page .newt-alphabet button:first-child {
    height: 34px;
    border-radius: 8px;
    font-size: 10px;
  }
}

/* Mobile overview rows: keep every proof and shop feature visible at once. */
@media (max-width: 767px) {
  .newt-home .newt-proof__grid {
    display: grid;
    overflow: visible;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-columns: auto;
    gap: 4px;
    margin-right: 0;
    padding: 3px 0 8px;
    scroll-snap-type: none;
  }

  .newt-home .newt-proof-card {
    aspect-ratio: 1 / 1;
    min-width: 0;
    min-height: 0;
    padding: 5px 3px 4px;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(6, 46, 85, 0.055);
    scroll-snap-align: none;
  }

  .newt-home .newt-proof-card::before {
    width: 30px;
    height: 2px;
  }

  .newt-home .newt-proof-card h3,
  .newt-home .newt-proof-card h3.newt-proof-card__number {
    max-width: 100%;
    font-size: clamp(10px, 2.85vw, 11px);
    line-height: 1.08;
    letter-spacing: -0.035em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
    white-space: normal;
  }

  .newt-home .newt-proof-card h3.newt-proof-card__number {
    font-size: clamp(16px, 4.5vw, 18px);
    white-space: nowrap;
  }

  .newt-home .newt-proof-card p {
    max-width: 100%;
    margin-top: 4px;
    font-size: clamp(6.5px, 1.45vw, 7.5px);
    line-height: 1.2;
    overflow-wrap: normal;
    word-break: normal;
  }

  .newt-home .newt-shop__features {
    display: grid;
    overflow: visible;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-columns: auto;
    gap: 7px;
    margin-right: 0;
    padding: 3px 0 10px;
    scroll-snap-type: none;
  }

  .newt-home .newt-shop-feature {
    min-width: 0;
    min-height: 188px;
    padding: 19px 6px 16px;
    border-radius: 18px;
    box-shadow: 0 12px 26px rgba(6, 46, 85, 0.065);
    scroll-snap-align: none;
  }

  .newt-home .newt-shop-feature h3 {
    max-width: 100%;
    font-size: clamp(11px, 3.2vw, 13px);
    line-height: 1.12;
    letter-spacing: -0.035em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
  }

  .newt-home .newt-shop-feature p {
    max-width: 100%;
    margin-top: 12px;
    font-size: clamp(8px, 2.2vw, 9px);
    line-height: 1.45;
    overflow-wrap: normal;
    word-break: normal;
  }
}

/* Keep dosage-guide breakpoints last so they override the desktop rules. */
@media (max-width: 900px) {
  .newt-guide-hero { padding: 28px 0 38px; }
  .newt-guide-hero__grid { gap: 30px; grid-template-columns: minmax(0, 1fr) 250px; }
  .newt-guide-hero h1 { font-size: 42px; }
  .newt-guide-hero__visual { min-height: 300px; }
  .newt-guide-hero__visual img { height: 275px; }
  .newt-guide-layout { gap: 36px; grid-template-columns: 200px minmax(0, 1fr); }
  .newt-guide-toc { top: 155px; }
}

@media (max-width: 767px) {
  .newt-guide-hero { padding: 23px 0 34px; }
  .newt-guide-breadcrumb { overflow: hidden; margin-bottom: 17px; white-space: nowrap; }
  .newt-guide-breadcrumb span:last-child { overflow: hidden; text-overflow: ellipsis; }
  .newt-guide-hero__grid { gap: 22px; grid-template-columns: 1fr; }
  .newt-guide-hero h1 { max-width: 96%; font-size: clamp(29px, 8vw, 36px); line-height: 1.04; }
  .newt-guide-hero__subtitle { margin-top: 14px; font-size: 15px; }
  .newt-guide-hero__summary { margin-top: 9px; font-size: 11px; line-height: 1.68; }
  .newt-guide-hero__meta { margin-top: 19px; }
  .newt-guide-actions { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .newt-guide .newt-button { min-height: 44px; padding: 0 13px; font-size: 10px; }
  .newt-guide-hero__visual { min-height: 195px; border-radius: 20px; }
  .newt-guide-hero__visual img { height: 185px; padding: 8px; }
  .newt-guide-hero__visual > span { right: 14px; bottom: 14px; }
  .newt-guide-hero--compact { padding: 18px 0 26px; }
  .newt-guide-hero--compact .newt-guide-breadcrumb { margin-bottom: 13px; }
  .newt-guide-hero--compact .newt-guide-hero__grid { gap: 17px; grid-template-columns: 1fr; }
  .newt-guide-hero--compact h1 { font-size: clamp(28px, 8vw, 34px); }
  .newt-guide-hero--compact .newt-guide-hero__summary { margin-top: 11px; font-size: 12px; line-height: 1.62; }
  .newt-guide-hero--compact .newt-guide-actions { margin-top: 15px; }
  .newt-guide-hero--compact .newt-guide-hero__visual { width: min(100%, 220px); min-height: 0; aspect-ratio: 1; justify-self: center; border-radius: 18px; }
  .newt-guide-hero--compact .newt-guide-hero__visual img { width: 100%; height: 100%; padding: 9px; object-fit: contain; }
  .newt-guide-body { padding: 52px 0 68px; }
  .newt-guide-layout { display: block; }
  .newt-guide-layout--toc-only { max-width: 100%; }
  .newt-guide-toc { position: static; overflow: visible; margin-bottom: 40px; padding: 21px 17px 18px; border-radius: 19px; }
  .newt-guide-toc__title { font-size: 19px; }
  .newt-guide-toc__rule { margin: 19px 0 14px; }
  .newt-guide-toc nav { display: grid; overflow: visible; gap: 2px; padding: 0; }
  .newt-guide-toc__item { padding: 9px 7px; font-size: 13px; white-space: normal; }
  .newt-guide-section { padding: 51px 0; scroll-margin-top: 115px; }
  .newt-guide-section h2 { font-size: 34px; line-height: 1.07; }
  .newt-guide-section > p:not(.newt-kicker),
  .newt-guide-section__lead { margin-top: 17px; font-size: 12px; line-height: 1.75; }
  .newt-guide-facts { gap: 9px; margin-top: 25px; }
  .newt-guide-facts > div { min-height: 115px; padding: 17px; border-radius: 15px; }
  .newt-guide-facts strong { font-size: 20px; }
  .newt-guide-callout { padding: 21px; border-radius: 15px; }
  .newt-guide-table-wrap { margin-right: 0; border-radius: 15px; }
  .newt-guide-table th,
  .newt-guide-table td { padding: 15px; }
  .newt-guide-section--schedule h2 { font-size: 30px; }
  .newt-guide-table-wrap--schedule {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    overflow: hidden;
  }
  .newt-guide-table--schedule { min-width: 0; }
  .newt-guide-table--schedule th,
  .newt-guide-table--schedule td { padding: 12px 9px; font-size: 10px; overflow-wrap: anywhere; }
  .newt-guide-table--schedule thead th { font-size: 8px; }
  .newt-guide-steps,
  .newt-guide-technique-list { gap: 12px; margin-top: 20px; padding-left: 21px; font-size: 12px; line-height: 1.7; }
  .newt-guide-list { grid-template-columns: 1fr; }
  .newt-guide-next { padding: 52px 0; }
  .newt-guide-next__inner { align-items: flex-start; flex-direction: column; gap: 28px; }
  .newt-guide-next h2 { font-size: 32px; }
  .newt-guide-next .newt-guide-actions { width: 100%; }
}

/* Dosage reference A-Z filter: one complete desktop row, two complete mobile rows. */
.newt-dosages .newt-dosages-alphabet {
  display: grid;
  overflow: visible;
  grid-template-columns: minmax(48px, 1.35fr) repeat(26, minmax(0, 1fr));
  gap: 5px;
  padding: 10px;
}

.newt-home .newt-dosages .newt-dosages-alphabet button,
.newt-home .newt-dosages .newt-dosages-alphabet button:first-child {
  min-width: 0;
  width: 100%;
  height: 38px;
  padding: 0;
  border-radius: 9px;
  font-size: clamp(9px, 0.68vw, 12px);
}

@media (max-width: 767px) {
  .newt-dosages .newt-dosages-alphabet {
    grid-template-columns: repeat(14, minmax(0, 1fr));
    gap: 3px;
    padding: 7px;
    border-radius: 15px;
  }

  .newt-home .newt-dosages .newt-dosages-alphabet button,
  .newt-home .newt-dosages .newt-dosages-alphabet button:first-child {
    height: 31px;
    border-radius: 7px;
    font-size: clamp(7px, 2.25vw, 9px);
  }
}

/* Dosage submenu must remain above the legacy header rules declared earlier. */
.newt-nav .newt-nav-dropdown__menu a::after { display: none; }
.newt-nav .newt-nav-dropdown__menu a[aria-current="page"] { background: #f0f8f8; }

/* Keep the Peptide Dosages navigation state aligned with the site's teal/navy UI. */
.newt-nav .newt-nav-dropdown__trigger {
  padding: 9px 14px;
  border-radius: 999px;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.newt-nav .newt-nav-dropdown__trigger:hover,
.newt-nav .newt-nav-dropdown__trigger:focus-visible {
  color: var(--newt-navy);
  background: rgba(5, 158, 157, 0.1);
  outline: none;
}

.newt-nav .newt-nav-dropdown.is-current .newt-nav-dropdown__trigger,
.newt-nav .newt-nav-dropdown.is-open .newt-nav-dropdown__trigger,
.newt-nav .newt-nav-dropdown__trigger[aria-expanded="true"] {
  color: #fff;
  background: linear-gradient(135deg, var(--newt-teal) 0%, var(--newt-navy) 100%);
  box-shadow: 0 10px 24px rgba(7, 55, 93, 0.18);
}

.newt-nav .newt-nav-dropdown__menu a:hover,
.newt-nav .newt-nav-dropdown__menu a:focus-visible,
.newt-nav .newt-nav-dropdown__menu a.is-current,
.newt-nav .newt-nav-dropdown__menu a[aria-current="page"] {
  background: linear-gradient(135deg, rgba(5, 158, 157, 0.13), rgba(7, 55, 93, 0.06));
}

@media (max-width: 1100px) {
  .newt-header.is-open .newt-nav .newt-nav-dropdown {
    display: block;
    grid-column: 1 / -1;
    width: 100%;
  }

  .newt-header.is-open .newt-nav .newt-nav-dropdown__trigger {
    justify-content: space-between;
    width: 100%;
    padding: 10px 7px;
  }

  .newt-header.is-open .newt-nav .newt-nav-dropdown__menu {
    position: static;
  }

  .newt-header.is-open .newt-nav .newt-nav-dropdown__menu a {
    min-height: 0;
    padding: 9px 11px;
    border-bottom: 0;
  }
}
/* Product detail storefront refresh */
.newt-single-product-page .newt-product-detail__hero { padding: 34px 0 80px; }
.newt-single-product-page .newt-product-breadcrumbs { margin-bottom: 24px; font-size: 12px; }
.newt-single-product-page .newt-product-detail__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); gap: clamp(44px, 6vw, 92px); align-items: start; }
.newt-single-product-page .newt-product-gallery { position: sticky; top: 180px; }
.newt-single-product-page .newt-product-gallery__main { min-height: 620px; padding: 20px; border: 0; border-radius: 30px; background: #fff; box-shadow: none; display: flex; align-items: center; justify-content: center; }
.newt-single-product-page .newt-product-gallery__main img { width: 100%; max-width: 640px; height: 600px; object-fit: contain; }
.newt-single-product-page .newt-product-summary { padding-top: 10px; }
.newt-single-product-page .newt-product-summary__category { margin: 0 0 12px; color: var(--newt-teal); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.newt-single-product-page .newt-product-summary h1 { margin: 0; font-size: clamp(42px, 4vw, 58px); line-height: 1.03; letter-spacing: -.035em; }
.newt-single-product-page .newt-product-summary__price { margin-top: 22px; font-size: 27px; font-weight: 650; color: var(--newt-navy); }
.newt-single-product-page .newt-product-summary__lead { margin-top: 26px; font-size: 17px; line-height: 1.72; max-width: 720px; }
.newt-single-product-page .newt-product-coa-badge { margin-top: 26px; min-height: 94px; padding: 15px 22px; border: 1px solid #cbd5dc; border-radius: 20px; background: #fff; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 22px; color: var(--newt-navy); text-decoration: none; box-shadow: none; transition: transform 180ms ease, border-color 180ms ease; }
.newt-single-product-page .newt-product-coa-badge:hover { border-color: rgba(5, 158, 157, .55); transform: translateY(-1px); }
.newt-single-product-page .newt-product-coa-badge__identity { display: grid; grid-template-columns: 36px minmax(0, auto); align-items: center; justify-content: start; gap: 12px; min-width: 0; }
.newt-product-coa-badge__icon { width: 36px; height: 36px; display: grid; place-items: center; color: var(--newt-teal); flex: 0 0 auto; }
.newt-single-product-page .newt-product-coa-badge__copy { display: grid; align-items: initial; gap: 3px; }
.newt-product-coa-badge__copy strong { color: #111; font-size: 19px; line-height: 1.15; }
.newt-product-coa-badge__copy small { font-size: 17px; line-height: 1.15; color: var(--newt-teal); }
.newt-product-coa-badge__value { font-size: clamp(36px, 4vw, 48px); line-height: 1; color: var(--newt-teal); white-space: nowrap; }
.newt-single-product-page .newt-product-coa-badge.is-verified .newt-product-coa-badge__value { color: var(--newt-teal); }
.newt-single-product-page .newt-product-purchase { margin-top: 26px; }
.newt-single-product-page .newt-product-purchase form.cart { margin: 0; }
.newt-single-product-page .newt-product-purchase table.variations { width: 100%; margin: 0 0 18px; border: 0; background: transparent !important; box-shadow: none; }
.newt-single-product-page .newt-product-purchase table.variations tbody,
.newt-single-product-page .newt-product-purchase table.variations tr,
.newt-single-product-page .newt-product-purchase table.variations th,
.newt-single-product-page .newt-product-purchase table.variations td { background: transparent !important; }
.newt-single-product-page .newt-product-purchase table.variations tr { display: block; margin-bottom: 18px; }
.newt-single-product-page .newt-product-purchase table.variations th,
.newt-single-product-page .newt-product-purchase table.variations td { display: block; width: 100%; padding: 0; border: 0; text-align: left; }
.newt-single-product-page .newt-product-purchase table.variations th label { display: none; }
.newt-native-variation-select { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
.newt-variation-control { display: grid; gap: 11px; }
.newt-variation-control__label { font-size: 14px; font-weight: 750; color: var(--newt-navy); }
.newt-variation-control__options { display: flex; flex-wrap: wrap; gap: 9px; }
.newt-variation-control__option { min-height: 44px; padding: 0 18px; border: 1px solid #d4e0e7; border-radius: 10px; background: #fff; color: var(--newt-navy); font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; }
.newt-variation-control__option:hover { border-color: var(--newt-teal); background: #f2fafa; }
.newt-variation-control__option.is-active { color: #fff; border-color: transparent; background: linear-gradient(135deg, var(--newt-teal), var(--newt-navy)); box-shadow: 0 10px 24px rgba(7, 55, 93, .18); }
.newt-variation-control__option:disabled { opacity: .35; cursor: not-allowed; }
.newt-single-product-page .newt-product-purchase .reset_variations { display: none !important; min-height: 32px; margin-top: 12px; padding: 0 13px; align-items: center; gap: 6px; border: 1px solid #cfe0e5; border-radius: 999px; background: #fff; color: var(--newt-teal); font-size: 12px; font-weight: 750; line-height: 1; text-decoration: none; transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease; }
.newt-single-product-page .newt-product-purchase form.newt-has-resolved-variation .reset_variations { display: inline-flex !important; visibility: visible !important; }
.newt-single-product-page .newt-product-purchase .reset_variations::before { content: '×'; font-size: 16px; font-weight: 500; line-height: 1; }
.newt-single-product-page .newt-product-purchase .reset_variations:hover { border-color: var(--newt-teal); background: #eef9f8; color: var(--newt-navy); }
.newt-single-product-page .newt-product-purchase .single_variation_wrap { margin-top: 0; }
.newt-single-product-page .newt-product-purchase .woocommerce-variation.single_variation { display: none !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important; }
.newt-single-product-page .newt-product-purchase form.newt-has-resolved-variation .woocommerce-variation.single_variation { display: block !important; margin: 0 0 12px !important; }
.newt-single-product-page .newt-product-purchase .woocommerce-variation-description { font-size: 14px; line-height: 1.65; color: var(--newt-muted); }
.newt-single-product-page .newt-product-purchase .woocommerce-variation-price { margin-top: 12px; font-size: 24px; font-weight: 750; color: var(--newt-navy); }
.newt-single-product-page .newt-product-purchase .stock { margin: 10px 0; color: var(--newt-teal); font-weight: 700; font-size: 13px; }
.newt-single-product-page .newt-product-purchase .woocommerce-variation-add-to-cart,
.newt-single-product-page .newt-product-purchase form.cart:not(.variations_form) { display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 12px; align-items: stretch; }
.newt-single-product-page .newt-product-purchase form.variations_form { display: block; }
.newt-single-product-page .newt-product-purchase .quantity { margin: 0 !important; }
.newt-quantity-stepper { min-height: 54px; display: grid !important; grid-template-columns: 40px minmax(0, 1fr) 40px; align-items: center; border: 1px solid #d4e0e7; border-radius: 14px; background: #fff; overflow: hidden; }
.newt-single-product-page .newt-quantity-stepper .newt-quantity-stepper__button { height: 100%; margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: #fff !important; color: var(--newt-navy) !important; font-size: 19px; box-shadow: none !important; cursor: pointer; }
.newt-single-product-page .newt-quantity-stepper .newt-quantity-stepper__button:hover,
.newt-single-product-page .newt-quantity-stepper .newt-quantity-stepper__button:focus-visible { background: #edf7f7 !important; color: var(--newt-teal) !important; }
.newt-single-product-page .newt-quantity-stepper input.qty { width: 100% !important; height: 100%; border: 0 !important; text-align: center; box-shadow: none !important; -moz-appearance: textfield; }
.newt-single-product-page .newt-quantity-stepper input.qty::-webkit-outer-spin-button,
.newt-single-product-page .newt-quantity-stepper input.qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.newt-single-product-page .newt-product-purchase .single_add_to_cart_button,
.newt-single-product-page .newt-product-quote-button { min-height: 54px !important; margin: 0 !important; border: 0 !important; border-radius: 999px !important; display: flex !important; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--newt-teal), var(--newt-navy)) !important; color: #fff !important; font-size: 16px !important; font-weight: 750 !important; box-shadow: 0 12px 28px rgba(7, 55, 93, .18); }
.newt-single-product-page .newt-product-trust { display: grid; grid-template-columns: 1fr; gap: 0; margin-top: 24px; border-top: 1px solid var(--newt-line); }
.newt-single-product-page .newt-product-trust > div { min-height: 0; padding: 14px 0; border: 0; border-bottom: 1px solid var(--newt-line); border-radius: 0; background: transparent; box-shadow: none; display: flex; align-items: flex-start; gap: 12px; }
.newt-single-product-page .newt-product-trust > div > i { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: rgba(5, 158, 157, .1); color: var(--newt-teal); font-style: normal; font-weight: 900; flex: 0 0 auto; }
.newt-single-product-page .newt-product-trust span { display: grid; gap: 3px; }
.newt-single-product-page .newt-product-trust strong { font-size: 14px; }
.newt-single-product-page .newt-product-trust small { font-size: 12px; color: var(--newt-muted); }
.newt-product-payments { padding: 18px 0; border-bottom: 1px solid var(--newt-line); }
.newt-product-payments__list { width: 100%; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); align-items: center; gap: 9px; }
.newt-payment-mark { width: 100%; min-width: 0; min-height: 40px; padding: 0 9px; border: 1px solid #d7e1e7; border-radius: 10px; background: #fff; display: inline-flex; align-items: center; justify-content: center; gap: 6px; color: var(--newt-navy); line-height: 1; box-shadow: 0 4px 12px rgba(7, 55, 93, .04); }
.newt-payment-mark em { font-style: normal; font-size: 12px; font-weight: 750; }
.newt-payment-mark--visa { color: #1434cb; font-size: 16px; font-weight: 900; font-style: italic; letter-spacing: -.04em; }
.newt-payment-mark--mastercard svg { width: 28px; height: 18px; display: block; flex: 0 0 auto; overflow: visible; }
.newt-payment-mark--apple { color: #111; }
.newt-payment-mark--apple em { font-size: 15px; }
.newt-payment-mark--paypal b { color: #003087; font-size: 18px; font-style: italic; }
.newt-payment-mark--paypal em { color: #0070ba; }
.newt-payment-mark--crypto b { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, var(--newt-teal), var(--newt-navy)); color: #fff; font-size: 13px; }
.newt-payment-mark--crypto em { color: var(--newt-navy); }
.newt-single-product-page .newt-product-summary__disclaimer { margin-top: 18px; font-size: 11px; line-height: 1.6; }
@media (max-width: 980px) {
  .newt-single-product-page .newt-product-detail__grid { grid-template-columns: 1fr; gap: 24px; }
  .newt-single-product-page .newt-product-gallery { position: static; }
  .newt-single-product-page .newt-product-gallery__main { min-height: 440px; }
  .newt-single-product-page .newt-product-gallery__main img { height: 420px; }
}
@media (max-width: 600px) {
  .newt-single-product-page .newt-product-detail__hero { padding: 10px 0 14px; }
  .newt-single-product-page .newt-product-breadcrumbs { margin-bottom: 14px; overflow-x: auto; font-size: 10px; scrollbar-width: none; }
  .newt-single-product-page .newt-product-breadcrumbs::-webkit-scrollbar { display: none; }
  .newt-single-product-page .newt-product-detail__grid { gap: 18px; }
  .newt-single-product-page .newt-product-gallery__main {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1 / 1;
    padding: 0;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
  }
  .newt-single-product-page .newt-product-gallery__main img {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: scale(1.08);
    transform-origin: center;
  }
  .newt-single-product-page .newt-product-gallery__thumbs { margin-top: 10px; gap: 8px; }
  .newt-single-product-page .newt-product-gallery__thumbs button { width: 58px; height: 58px; border-radius: 12px; }
  .newt-single-product-page .newt-product-summary { padding-top: 0; }
  .newt-single-product-page .newt-product-summary__category { margin-bottom: 8px; font-size: 10px; }
  .newt-single-product-page .newt-product-summary h1 { font-size: clamp(30px, 9vw, 38px); line-height: 1.04; }
  .newt-single-product-page .newt-product-summary__price { margin-top: 12px; font-size: 22px; }
  .newt-single-product-page .newt-product-summary__lead { margin: 14px 0 0; font-size: 14px; line-height: 1.55; }
  .newt-single-product-page .newt-product-coa-badge { min-height: 72px; margin-top: 16px; padding: 11px 12px; gap: 10px; align-items: center; border-radius: 15px; }
  .newt-single-product-page .newt-product-coa-badge__identity { display: flex; width: auto; min-width: 0; align-items: center !important; justify-content: flex-start; gap: 8px; }
  .newt-single-product-page .newt-product-coa-badge__icon { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; align-self: center; }
  .newt-product-coa-badge__icon svg { display: block; width: 28px; height: 28px; }
  .newt-single-product-page .newt-product-coa-badge__copy { display: flex; flex-direction: column; align-items: flex-start !important; justify-content: center; align-self: center; gap: 2px; }
  .newt-product-coa-badge__copy strong { font-size: 14px; }
  .newt-product-coa-badge__copy small { font-size: 11px; }
  .newt-product-coa-badge__value { align-self: center; font-size: 28px; transform: translateY(1px); }
  .newt-single-product-page .newt-product-purchase { margin-top: 20px; }
  .newt-single-product-page .newt-product-purchase table.variations { margin-bottom: 14px; }
  .newt-single-product-page .newt-product-purchase table.variations tr { margin-bottom: 12px; }
  .newt-variation-control { gap: 8px; }
  .newt-variation-control__label { font-size: 13px; }
  .newt-variation-control__options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  .newt-variation-control__option {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 6px 4px;
    border-radius: 11px;
    font-size: clamp(9px, 2.7vw, 11px);
    line-height: 1.18;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .newt-single-product-page .newt-product-purchase .reset_variations { min-height: 36px; margin-top: 10px; }
  .newt-single-product-page .newt-product-purchase .single_variation_wrap { margin-top: 0; }
  .newt-single-product-page .newt-product-purchase .woocommerce-variation-price { font-size: 22px; }
  .newt-single-product-page .newt-product-purchase .woocommerce-variation-add-to-cart,
  .newt-single-product-page .newt-product-purchase form.cart:not(.variations_form) { grid-template-columns: 104px minmax(0, 1fr); gap: 8px; }
  .newt-quantity-stepper { min-height: 50px; grid-template-columns: 34px minmax(0, 1fr) 34px; border-radius: 12px; }
  .newt-single-product-page .newt-product-purchase .single_add_to_cart_button,
  .newt-single-product-page .newt-product-quote-button { min-height: 50px !important; font-size: 15px !important; }
  .newt-single-product-page .newt-product-trust { margin-top: 20px; }
  .newt-single-product-page .newt-product-trust > div { padding: 12px 0; gap: 10px; }
  .newt-single-product-page .newt-product-trust strong { font-size: 13px; }
  .newt-product-payments { padding: 14px 0; }
  .newt-product-payments__list { display: flex; flex-wrap: nowrap; gap: 6px; overflow-x: auto; scrollbar-width: none; }
  .newt-product-payments__list::-webkit-scrollbar { display: none; }
  .newt-payment-mark { flex: 1 0 auto; width: auto; min-height: 38px; padding: 0 7px; gap: 4px; border-radius: 9px; }
  .newt-payment-mark em { font-size: 10px; }
  .newt-payment-mark--visa { font-size: 14px; }
  .newt-payment-mark--mastercard em { display: none; }
  .newt-payment-mark--mastercard svg { width: 26px; height: 17px; }
  .newt-payment-mark--apple em { font-size: 12px; }
  .newt-payment-mark--paypal b { font-size: 15px; }
  .newt-payment-mark--crypto b { width: 18px; height: 18px; font-size: 11px; }
  .newt-payment-mark:last-child { width: auto; }
  .newt-single-product-page .newt-product-summary__disclaimer { margin-top: 14px; font-size: 10px; line-height: 1.55; }
  .newt-single-product-page .newt-product-section-nav { top: 82px; }
  .newt-single-product-page .newt-product-section-nav .newt-shell { justify-content: flex-start; gap: 22px; overflow-x: auto; scrollbar-width: none; }
  .newt-single-product-page .newt-product-section-nav .newt-shell::-webkit-scrollbar { display: none; }
  .newt-single-product-page .newt-product-section-nav a { padding: 13px 0; font-size: 11px; }
  .newt-single-product-page .newt-product-documentation,
  .newt-single-product-page .newt-product-description-section,
  .newt-single-product-page .newt-product-specifications,
  .newt-single-product-page .newt-product-shipping,
  .newt-single-product-page .newt-product-faq,
  .newt-single-product-page .newt-product-related { padding: 50px 0; }
  .newt-single-product-page .newt-product-section-heading { margin-bottom: 22px; }
  .newt-single-product-page .newt-product-section-heading h2,
  .newt-single-product-page .newt-product-description-section h2 { font-size: 30px; }
  .newt-single-product-page .newt-product-section-heading > a { margin-top: 14px; font-size: 13px; }
  .newt-single-product-page .newt-product-document-card { gap: 20px; padding: 18px; border-radius: 18px; }
  .newt-single-product-page .newt-product-document-card__status h3 { margin-top: 12px; font-size: 23px; }
  .newt-single-product-page .newt-product-document-card dl { gap: 12px; }
  .newt-single-product-page .newt-product-document-card__action { min-height: 46px; padding: 10px 14px; font-size: 13px; }
  .newt-single-product-page .newt-product-description-copy { font-size: 15px; line-height: 1.7; }
  .newt-single-product-page .newt-product-specifications__grid div { min-height: 0; padding: 18px; }
  .newt-single-product-page .newt-product-specifications__grid span { margin-bottom: 8px; }
  .newt-single-product-page .newt-product-specifications__grid strong { font-size: 16px; }
  .newt-single-product-page .newt-product-shipping__grid > div { min-height: 0; padding: 20px; border-radius: 18px; }
  .newt-single-product-page .newt-product-shipping__grid span { width: 38px; height: 38px; border-radius: 12px; }
  .newt-single-product-page .newt-product-shipping__grid h2 { margin: 22px 0 10px; font-size: 22px; }
  .newt-single-product-page .newt-product-faq details { padding: 18px; border-radius: 16px; }
  .newt-single-product-page .newt-product-related__grid { grid-template-columns: 1fr; }
  .newt-single-product-page .newt-product-related .newt-product-card__image { height: 260px; }
}

.newt-mobile-menu-backdrop,
.newt-mobile-menu-close {
  display: none;
}

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

@media (max-width: 760px) {
  .newt-header.has-mobile-search .newt-header-tool--search {
    display: grid;
    place-items: center;
  }

  .newt-header.has-mobile-search .newt-header__glass {
    transition: padding-bottom 180ms ease;
  }

  .newt-header.has-mobile-search.is-search-open .newt-header__glass {
    padding-bottom: 68px;
  }

  .newt-header.has-mobile-search.is-search-open .newt-search {
    position: absolute;
    z-index: 8;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: block;
  }

  .newt-header.has-mobile-search.is-search-open .newt-search input {
    height: 52px;
    padding-right: 48px;
    background: #fff;
    border-color: rgba(207, 222, 229, .95);
    box-shadow: 0 12px 28px rgba(6, 46, 85, .12);
  }

  .newt-header.has-mobile-search.is-search-open .newt-header-tool--search {
    color: #fff;
    background: var(--newt-teal);
    border-color: var(--newt-teal);
  }
}

/* Keep proof cards square and readable on the narrowest phones. */
@media (max-width: 460px) {
  .newt-home .newt-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .newt-home .newt-proof-card {
    padding: 16px 12px;
    border-radius: 20px;
  }

  .newt-home .newt-proof-card:nth-child(5) {
    width: calc((100% - 10px) / 2);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .newt-home .newt-proof-card h3,
  .newt-home .newt-proof-card h3.newt-proof-card__number {
    font-size: 17px;
    line-height: 1.08;
  }

  .newt-home .newt-proof-card h3.newt-proof-card__number {
    font-size: 28px;
  }

  .newt-home .newt-proof-card p {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.4;
  }
}

/* Phone proof cards: one compact, full-width card per row. */
@media (max-width: 460px) {
  .newt-home .newt-proof__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .newt-home .newt-proof-card,
  .newt-home .newt-proof-card:nth-child(5) {
    width: 100%;
    min-height: 112px;
    aspect-ratio: auto;
    grid-column: auto;
    justify-self: stretch;
    padding: 17px 18px 15px;
    border-radius: 22px;
  }

  .newt-home .newt-proof-card h3,
  .newt-home .newt-proof-card h3.newt-proof-card__number {
    font-size: 20px;
    line-height: 1.08;
  }

  .newt-home .newt-proof-card h3.newt-proof-card__number {
    font-size: 31px;
  }

  .newt-home .newt-proof-card p {
    max-width: 290px;
    margin-top: 7px;
    font-size: 11.5px;
    line-height: 1.42;
  }
}

/* Phone shop-feature cards: keep the three-card row but use compact squares. */
@media (max-width: 460px) {
  .newt-home .newt-shop-feature {
    min-height: 0;
    aspect-ratio: 1 / 1;
    padding: 8px 4px 7px;
    border-radius: 18px;
  }

  .newt-home .newt-shop-feature h3 {
    font-size: clamp(11px, 3.15vw, 13px);
    line-height: 1.1;
  }

  .newt-home .newt-shop-feature p {
    margin-top: 6px;
    font-size: clamp(7px, 1.95vw, 8px);
    line-height: 1.3;
  }
}

/* Phone product rail: show three complete, compact product cards per view. */
@media (max-width: 460px) {
  .newt-home .newt-product-slider {
    margin-top: 22px;
  }

  .newt-home .newt-product-rail {
    grid-auto-columns: calc((100% - 12px) / 3);
    gap: 6px;
    padding: 5px 0 14px;
  }

  .newt-home .newt-product-card {
    border-radius: 7px;
  }

  .newt-home .newt-product-card__image {
    aspect-ratio: 1 / 1.02;
  }

  .newt-home .newt-product-card__image img {
    padding: 3px;
  }

  .newt-home .newt-product-card__body {
    padding: 7px 5px 8px;
  }

  .newt-home .newt-product-card__price {
    min-height: 20px;
    font-size: 8px;
    line-height: 1.2;
  }

  .newt-home .newt-product-card h3 {
    min-height: 20px;
    margin: 4px 0 7px;
    font-size: 8.5px;
    line-height: 1.2;
  }

  .newt-home .newt-product-card__button {
    min-height: 27px;
    padding: 4px 2px;
    font-size: 8px;
    line-height: 1.1;
  }
}

/* Remove the WordPress toolbar gap when the toolbar is not actually visible. */
@media (max-width: 782px) {
  html:not(.newt-admin-bar-visible) {
    margin-top: 0 !important;
  }

  body.admin-bar .newt-header {
    top: 0;
  }

  html.newt-admin-bar-visible body.admin-bar .newt-header {
    top: 46px;
  }
}

/* Final mobile drawer overrides: keep after legacy responsive navigation rules. */
@media (max-width: 760px) {
  body.newt-mobile-menu-open { overflow: hidden; }

  .newt-mobile-menu-backdrop {
    position: fixed;
    z-index: 49;
    inset: 0;
    display: block;
    pointer-events: none;
    opacity: 0;
    background: rgba(3, 30, 56, .5);
    border: 0;
    border-radius: 0;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    transition: opacity 220ms ease;
  }

  .newt-mobile-menu-backdrop.is-visible { pointer-events: auto; opacity: 1; }

  .newt-header .newt-header__bottom,
  .newt-header.is-open .newt-header__bottom {
    position: fixed;
    z-index: 55;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    width: min(88vw, 370px);
    padding: 0;
    visibility: hidden;
    pointer-events: none;
    background: rgba(248, 251, 252, .985);
    border: 0;
    border-left: 1px solid rgba(207, 222, 229, .9);
    box-shadow: -24px 0 60px rgba(3, 30, 56, .2);
    transform: translate3d(105%, 0, 0);
    transition: transform 260ms cubic-bezier(.22, .8, .25, 1), visibility 260ms;
    -webkit-overflow-scrolling: touch;
  }

  .admin-bar .newt-header .newt-header__bottom { top: 46px; }

  .newt-header.is-open .newt-header__bottom {
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
  }

  .newt-header .newt-mobile-menu-close {
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 20px;
    display: grid;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    color: var(--newt-navy);
    cursor: pointer;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    place-items: center;
  }

  .newt-header.is-open .newt-header-selectors {
    position: fixed;
    z-index: 56;
    top: 76px;
    right: 82px;
    left: auto;
    display: flex;
    width: min(230px, calc(88vw - 112px));
    height: 42px;
    justify-content: flex-end;
    gap: 7px;
  }

  .admin-bar .newt-header.is-open .newt-header-selectors { top: 122px; }

  .newt-header.is-open .newt-nav {
    display: block;
    width: 100%;
    min-height: 100%;
    padding: 136px 22px 34px !important;
  }

  .newt-header.is-open .newt-nav__group {
    display: flex;
    width: 100%;
    margin: 0;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .newt-header.is-open .newt-nav__group + .newt-nav__group { margin-top: 0; }

  .newt-header.is-open .newt-nav__group > a,
  .newt-header.is-open .newt-nav .newt-nav-dropdown__trigger {
    display: flex;
    width: 100%;
    min-height: 54px;
    padding: 14px 4px;
    align-items: center;
    justify-content: space-between;
    color: #26384f;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid var(--newt-line) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 15px;
    font-weight: 680;
    text-align: left;
  }

  .newt-header.is-open .newt-nav .newt-nav-dropdown {
    display: block;
    width: 100%;
  }

  .newt-header.is-open .newt-nav-dropdown__menu { width: 100%; padding: 4px 0 10px; }

  .newt-header.is-open .newt-nav .newt-nav-dropdown__menu a {
    width: 100%;
    min-height: 48px;
    padding: 10px 12px;
    border: 0;
    border-bottom: 1px solid rgba(220, 232, 236, .75);
    border-radius: 0;
  }

  .newt-header.is-open .newt-nav a::after { display: none; }
}

/* Body-level mobile drawer placement (navigation is moved here by home.js). */
@media (max-width: 760px) {
  body > .newt-mobile-menu-backdrop {
    z-index: 2147483646 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body > .newt-header__bottom,
  body > .newt-mobile-menu-backdrop > .newt-header__bottom {
    position: fixed !important;
    z-index: 2147483647 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    display: block !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    width: min(88vw, 370px) !important;
    min-height: 100dvh;
    padding: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    background: rgba(248, 251, 252, .985) !important;
    border: 0 !important;
    border-left: 1px solid rgba(207, 222, 229, .9) !important;
    box-shadow: -24px 0 60px rgba(3, 30, 56, .2) !important;
    transform: translate3d(105%, 0, 0) !important;
    transition: transform 260ms cubic-bezier(.22, .8, .25, 1), visibility 260ms !important;
  }

  body.admin-bar > .newt-header__bottom,
  body.admin-bar > .newt-mobile-menu-backdrop > .newt-header__bottom { top: 0 !important; min-height: 100dvh; }

  body.newt-mobile-menu-open > .newt-header__bottom,
  body.newt-mobile-menu-open > .newt-mobile-menu-backdrop > .newt-header__bottom {
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate3d(0, 0, 0) !important;
  }

  body > .newt-header__bottom > .newt-mobile-menu-close,
  body > .newt-mobile-menu-backdrop > .newt-header__bottom > .newt-mobile-menu-close {
    position: absolute;
    z-index: 3;
    top: 14px;
    right: 16px;
    display: grid;
    width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
    color: var(--newt-navy) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    place-items: center;
  }

  body.admin-bar > .newt-header__bottom > .newt-mobile-menu-close,
  body.admin-bar > .newt-mobile-menu-backdrop > .newt-header__bottom > .newt-mobile-menu-close {
    top: 58px;
  }

  body > .newt-header__bottom > .newt-header-selectors,
  body > .newt-mobile-menu-backdrop > .newt-header__bottom > .newt-header-selectors {
    position: absolute !important;
    z-index: 2;
    top: 76px !important;
    right: 22px !important;
    left: 22px !important;
    display: flex !important;
    width: auto !important;
    height: 42px;
    justify-content: flex-start;
    gap: 7px;
  }

  body > .newt-header__bottom > .newt-nav,
  body > .newt-mobile-menu-backdrop > .newt-header__bottom > .newt-nav {
    display: block !important;
    width: 100% !important;
    min-height: 100% !important;
    padding: 136px 22px 34px !important;
  }

  body > .newt-header__bottom .newt-nav__group,
  body > .newt-mobile-menu-backdrop > .newt-header__bottom .newt-nav__group {
    display: flex !important;
    width: 100% !important;
    margin: 0 !important;
    align-items: stretch !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  body > .newt-header__bottom .newt-nav__group > a,
  body > .newt-header__bottom .newt-nav-dropdown__trigger,
  body > .newt-mobile-menu-backdrop > .newt-header__bottom .newt-nav__group > a,
  body > .newt-mobile-menu-backdrop > .newt-header__bottom .newt-nav-dropdown__trigger {
    display: flex !important;
    width: 100% !important;
    min-height: 54px !important;
    padding: 14px 4px !important;
    align-items: center;
    justify-content: space-between;
    color: #26384f !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid var(--newt-line) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 15px !important;
    font-weight: 680;
    text-align: left;
  }

  body > .newt-header__bottom .newt-nav-dropdown,
  body > .newt-mobile-menu-backdrop > .newt-header__bottom .newt-nav-dropdown {
    display: block !important;
    width: 100% !important;
  }

  body > .newt-header__bottom .newt-nav-dropdown__menu,
  body > .newt-mobile-menu-backdrop > .newt-header__bottom .newt-nav-dropdown__menu {
    position: static;
    display: none;
    width: 100%;
    padding: 4px 0 10px;
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    background: transparent;
    border: 0;
    box-shadow: none;
    transform: none;
  }

  body > .newt-header__bottom .newt-nav-dropdown.is-open .newt-nav-dropdown__menu,
  body > .newt-mobile-menu-backdrop > .newt-header__bottom .newt-nav-dropdown.is-open .newt-nav-dropdown__menu { display: grid; }

body > .newt-header__bottom .newt-nav-dropdown__menu a,
body > .newt-mobile-menu-backdrop > .newt-header__bottom .newt-nav-dropdown__menu a {
    width: 100%;
    min-height: 48px;
    padding: 10px 12px;
    border: 0;
    border-bottom: 1px solid rgba(220, 232, 236, .75);
    border-radius: 0;
  }
}

/* Compact calculator controls on phones so all three choices remain in view. */
@media (max-width: 600px) {
  .newt-calculator-shell {
    padding: 8px;
    border-radius: 16px;
  }

  .newt-calculator-panel {
    padding: 10px;
    border-radius: 13px;
  }

  .newt-calculator-step,
  .newt-calculator-step + .newt-calculator-step {
    padding: 12px 0;
  }

  .newt-calculator-step:first-child {
    padding-top: 4px;
  }

  .newt-calculator-step__heading {
    align-items: center;
    gap: 8px;
  }

  .newt-calculator-step__heading > svg {
    width: 24px;
    min-width: 24px;
    height: 30px;
  }

  .newt-calculator-step__heading h2 {
    font-size: 12px;
    line-height: 1.15;
  }

  .newt-calculator-step__heading p {
    display: none;
  }

  .newt-calculator-presets {
    display: grid;
    margin: 8px 0 0;
    gap: 4px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .newt-home .newt-calculator-presets button {
    min-width: 0;
    min-height: 36px;
    padding: 4px 1px;
    border-radius: 8px;
    font-size: clamp(7.75px, 2.45vw, 9.5px);
    line-height: 1.1;
    letter-spacing: -.015em;
    white-space: nowrap;
  }

  .newt-calculator-input {
    width: 100%;
    max-width: none;
    min-height: 42px;
    margin: 8px 0 0;
    grid-template-columns: minmax(0, 1fr) 78px auto;
  }
}

@media (max-width: 340px) {
  .newt-calculator-shell {
    padding: 5px;
  }

  .newt-calculator-panel {
    padding: 7px;
  }

  .newt-calculator-step__heading {
    gap: 6px;
  }

  .newt-calculator-step__heading h2 {
    min-width: 0;
    font-size: 11px;
    overflow-wrap: anywhere;
  }

  .newt-calculator-presets {
    gap: 3px;
  }
}

/* FAQ mobile hero: avoid stacked padding on both the section and inner shell. */
@media (max-width: 760px) {
  .newt-faq-hero {
    padding: 24px 0 28px;
  }

  .newt-faq-hero__simple {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* Desktop dosage dropdown trigger uses the same underline interaction as nav links. */
@media (min-width: 1101px) {
  .newt-header .newt-nav .newt-nav-dropdown > .newt-nav-dropdown__trigger {
    position: relative;
    min-height: 0;
    padding: 0;
    border: 0 !important;
    border-radius: 0;
    color: #334155 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .newt-header .newt-nav .newt-nav-dropdown > .newt-nav-dropdown__trigger::after {
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    height: 2px;
    content: "";
    background: var(--newt-teal);
    opacity: 0;
    transform: none;
    transition: none;
  }

  .newt-header .newt-nav .newt-nav-dropdown > .newt-nav-dropdown__trigger:hover,
  .newt-header .newt-nav .newt-nav-dropdown > .newt-nav-dropdown__trigger:focus-visible,
  .newt-header .newt-nav .newt-nav-dropdown.is-current > .newt-nav-dropdown__trigger,
  .newt-header .newt-nav .newt-nav-dropdown.is-open > .newt-nav-dropdown__trigger,
  .newt-header .newt-nav .newt-nav-dropdown > .newt-nav-dropdown__trigger[aria-expanded="true"] {
    color: #334155 !important;
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }

  .newt-header .newt-nav .newt-nav-dropdown > .newt-nav-dropdown__trigger:hover::after,
  .newt-header .newt-nav .newt-nav-dropdown > .newt-nav-dropdown__trigger:focus-visible::after,
  .newt-header .newt-nav .newt-nav-dropdown.is-current > .newt-nav-dropdown__trigger::after,
  .newt-header .newt-nav .newt-nav-dropdown.is-open > .newt-nav-dropdown__trigger::after,
  .newt-header .newt-nav .newt-nav-dropdown > .newt-nav-dropdown__trigger[aria-expanded="true"]::after {
    opacity: 1;
    transform: none;
  }
}

/* Modern WooCommerce account layout and address cards. */
.newt-account-page .newt-account__hero .newt-kicker {
  display: none !important;
}

.logged-in.newt-account-page .newt-account__panel > .woocommerce {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(210px, 260px) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 48px);
}

.logged-in.newt-account-page .newt-account__panel .woocommerce-MyAccount-navigation,
.logged-in.newt-account-page .newt-account__panel .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
  min-width: 0;
}

.logged-in.newt-account-page .newt-account__panel .woocommerce-MyAccount-navigation {
  grid-column: 1;
  grid-row: 1;
}

.logged-in.newt-account-page .newt-account__panel .woocommerce-MyAccount-content {
  grid-column: 2;
  grid-row: 1;
}

.newt-account__panel .woocommerce-MyAccount-navigation a {
  border: 1px solid transparent;
  color: var(--newt-navy);
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.newt-account__panel .woocommerce-MyAccount-navigation li.is-active a,
.newt-account__panel .woocommerce-MyAccount-navigation a:hover,
.newt-account__panel .woocommerce-MyAccount-navigation a:focus-visible {
  color: var(--newt-navy);
  border-color: #cfe1e6;
  background: #eaf5f5;
}

.newt-account__panel .woocommerce-MyAccount-content > p:first-child {
  margin: 2px 0 24px;
  color: #5f7389;
  font-size: 14px;
  line-height: 1.65;
}

.newt-account__panel .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
}

.newt-account__panel .woocommerce-Addresses::before,
.newt-account__panel .woocommerce-Addresses::after {
  display: none;
  content: none;
}

.newt-account__panel .woocommerce-Addresses .woocommerce-Address {
  float: none !important;
  width: 100% !important;
  min-width: 0;
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--newt-line);
  border-radius: 20px;
  background: #f8fbfb;
}

.newt-account__panel .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 22px;
  padding: 0 0 16px;
  border-bottom: 1px solid #dce8ec;
}

.newt-account__panel .woocommerce-Address-title h2 {
  float: none;
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 750;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.newt-account__panel .woocommerce-Address-title .edit {
  float: none;
  flex: 0 0 auto;
  padding: 8px 12px;
  color: var(--newt-navy);
  border: 1px solid #cddde3;
  border-radius: 999px;
  background: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.newt-account__panel .woocommerce-Address-title .edit:hover,
.newt-account__panel .woocommerce-Address-title .edit:focus-visible {
  color: #fff;
  border-color: var(--newt-navy);
  background: var(--newt-navy);
}

.newt-account__panel .woocommerce-Address address {
  margin: 0;
  color: #52677d;
  font-size: 14px;
  font-style: normal;
  line-height: 1.75;
}

@media (max-width: 760px) {
  .newt-account__hero {
    padding: 38px 0 28px;
  }

  .newt-account__content {
    padding-bottom: 64px;
  }

  .newt-account__panel {
    padding: 14px;
    border-radius: 20px;
  }

  .logged-in.newt-account-page .newt-account__panel > .woocommerce {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .logged-in.newt-account-page .newt-account__panel .woocommerce-MyAccount-navigation {
    grid-column: 1;
    grid-row: 1;
  }

  .logged-in.newt-account-page .newt-account__panel .woocommerce-MyAccount-content {
    grid-column: 1;
    grid-row: 2;
  }

  .newt-account__panel .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .newt-account__panel .woocommerce-MyAccount-navigation a {
    height: 100%;
    padding: 11px 12px;
    font-size: 12px;
  }

  .newt-account__panel .woocommerce-Addresses {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .newt-account__panel .woocommerce-Addresses .woocommerce-Address {
    min-height: 0;
    padding: 18px;
    border-radius: 16px;
  }

  .newt-account__panel .woocommerce-Address-title {
    margin-bottom: 16px;
    padding-bottom: 13px;
  }

  .newt-account__panel .woocommerce-Address-title h2 {
    font-size: 20px;
  }
}

/* Keep the About introduction compact and aligned beside its image. */
@media (min-width: 761px) {
  .newt-about-hero__grid {
    grid-template-columns: minmax(390px, .9fr) minmax(480px, 1.1fr);
    gap: clamp(34px, 4.5vw, 68px);
    align-items: center;
  }

  .newt-about-hero h1 {
    max-width: 650px;
    font-size: clamp(38px, 3.25vw, 52px) !important;
    line-height: 1.02;
    letter-spacing: -.035em;
  }

  .newt-about-hero__copy > p:not(.newt-about-kicker) {
    max-width: 650px;
    margin-top: 22px;
    font-size: clamp(14px, 1.05vw, 16px);
    line-height: 1.62;
  }

  .newt-about-hero__actions {
    margin-top: 26px;
  }

  .newt-about-hero__visual {
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 32px;
  }

  .newt-about-hero__visual > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

/* Privacy policy */
.newt-policy {
  color: var(--newt-navy);
  background: #fff;
}

.newt-policy__hero {
  padding: clamp(70px, 8vw, 126px) 0 clamp(54px, 6vw, 88px);
  background:
    radial-gradient(circle at 84% 15%, rgba(7, 158, 156, .11), transparent 27%),
    linear-gradient(180deg, #f5fafb 0%, #fff 100%);
  border-bottom: 1px solid #dce8ec;
}

.newt-policy__hero-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 42px;
}

.newt-policy__hero h1 {
  margin: 0;
  font-size: clamp(52px, 6.4vw, 98px);
  font-weight: 760;
  line-height: .95;
  letter-spacing: -.055em;
}

.newt-policy__hero h1 + p {
  max-width: 760px;
  margin: 26px 0 0;
  color: #60758e;
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.55;
}

.newt-policy__updated {
  flex: 0 0 auto;
  min-width: 180px;
  margin: 0;
  padding: 15px 18px;
  color: #536a82;
  border: 1px solid #d5e4e9;
  border-radius: 16px;
  background: rgba(255, 255, 255, .84);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.newt-policy__updated span {
  display: block;
  margin-bottom: 3px;
  color: #079e9c;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.newt-policy__body {
  padding: clamp(56px, 7vw, 104px) 0 clamp(76px, 8vw, 128px);
}

.newt-policy__layout {
  display: grid;
  grid-template-columns: minmax(210px, 270px) minmax(0, 940px);
  justify-content: center;
  gap: clamp(48px, 7vw, 104px);
}

.newt-policy__toc {
  align-self: start;
  position: sticky;
  top: 140px;
  padding: 24px;
  border: 1px solid #d7e6ea;
  border-radius: 22px;
  background: #f7fafb;
}

.newt-policy__toc > p {
  margin: 0 0 14px;
  color: #079e9c;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.newt-policy__toc nav {
  display: grid;
}

.newt-policy__toc a {
  padding: 10px 0;
  color: #4e647b;
  border-bottom: 1px solid #e0eaed;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.newt-policy__toc a:last-child {
  border-bottom: 0;
}

.newt-policy__toc a:hover,
.newt-policy__toc a:focus-visible {
  color: #079e9c;
}

.newt-policy__article {
  min-width: 0;
}

.newt-policy__article > section {
  scroll-margin-top: 145px;
  padding: 0 0 52px;
  margin: 0 0 52px;
  border-bottom: 1px solid #dce8ec;
}

.newt-policy__article > section:last-child {
  margin-bottom: 0;
}

.newt-policy__article h2 {
  margin: 0 0 24px;
  color: var(--newt-navy);
  font-size: clamp(27px, 2.6vw, 42px);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.newt-policy__article h3 {
  margin: 30px 0 10px;
  color: var(--newt-navy);
  font-size: 18px;
  font-weight: 780;
  line-height: 1.35;
}

.newt-policy__article p,
.newt-policy__article li {
  color: #536a82;
  font-size: 15px;
  line-height: 1.8;
}

.newt-policy__article p {
  margin: 0 0 18px;
}

.newt-policy__article ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 22px;
  padding-left: 22px;
}

.newt-policy__article strong {
  color: var(--newt-navy);
}

.newt-policy__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.newt-policy__cards > div {
  padding: 22px;
  border: 1px solid #dbe8ec;
  border-radius: 18px;
  background: #f8fbfb;
}

.newt-policy__cards h3 {
  margin: 0 0 8px;
  font-size: 15px;
}

.newt-policy__cards p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.newt-policy__article .newt-policy__contact {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
  gap: 34px;
  padding: 34px;
  border: 1px solid #cfe1e6;
  border-radius: 24px;
  background: linear-gradient(135deg, #f2faf9, #fff);
}

.newt-policy__contact h2 {
  margin-bottom: 12px;
}

.newt-policy__contact p {
  margin: 0;
}

.newt-policy__contact address {
  align-self: center;
  color: #536a82;
  font-size: 14px;
  font-style: normal;
  line-height: 1.75;
}

.newt-policy__contact a {
  display: inline-block;
  margin-top: 8px;
  color: #007f80;
  font-weight: 780;
}

.newt-legal__article a {
  color: #008f91;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.newt-legal-callout {
  margin: 0 0 24px;
  padding: 20px 22px;
  border: 1px solid rgba(0, 155, 158, .22);
  border-left: 4px solid #009b9e;
  border-radius: 16px;
  background: #f1fafa;
  color: #30475f;
  font-size: 15px;
  line-height: 1.7;
}

.newt-legal-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 26px;
}

.newt-legal-summary > div {
  display: grid;
  align-content: start;
  gap: 7px;
  min-height: 128px;
  padding: 18px;
  border: 1px solid #d8e4e9;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(4, 38, 67, .05);
}

.newt-legal-summary strong {
  color: #062e54;
  font-size: 14px;
}

.newt-legal-summary span {
  color: #65778f;
  font-size: 13px;
  line-height: 1.55;
}

.newt-policy__article .newt-legal__contact {
  display: block;
}

.newt-policy__article .newt-legal__contact h2 {
  margin-bottom: 18px;
}

.newt-policy__article .newt-legal__contact address {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 45, 79, .12);
}

@media (max-width: 900px) {
  .newt-policy__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .newt-policy__toc {
    position: static;
    padding: 18px 20px;
  }

  .newt-policy__toc nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
  }

  .newt-legal-summary {
    grid-template-columns: minmax(0, 1fr);
  }

  .newt-legal-summary > div {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .newt-policy__hero {
    padding: 42px 0 34px;
  }

  .newt-policy__hero-inner {
    display: grid;
    gap: 24px;
  }

  .newt-policy__hero h1 {
    font-size: clamp(44px, 14vw, 62px);
  }

  .newt-policy__hero h1 + p {
    margin-top: 18px;
    font-size: 15px;
  }

  .newt-policy__updated {
    min-width: 0;
    width: fit-content;
  }

  .newt-policy__body {
    padding: 34px 0 70px;
  }

  .newt-policy__toc {
    border-radius: 18px;
  }

  .newt-policy__toc nav,
  .newt-policy__cards,
  .newt-policy__article .newt-policy__contact {
    grid-template-columns: minmax(0, 1fr);
  }

  .newt-policy__article > section {
    padding-bottom: 38px;
    margin-bottom: 38px;
  }

  .newt-policy__article h2 {
    font-size: 28px;
  }

  .newt-policy__article p,
  .newt-policy__article li {
    font-size: 14px;
    line-height: 1.72;
  }

  .newt-policy__cards > div {
    padding: 18px;
  }

  .newt-policy__article .newt-policy__contact {
    gap: 18px;
    padding: 24px 20px;
  }
}

/* Keep assurance cards readable on phones: stack them instead of using a
   horizontal carousel shared by the other home-page card groups. */
@media (max-width: 760px) {
  .newt-home .newt-assurance__panels {
    margin-top: 14px;
  }

  .newt-home .newt-assurance__action {
    margin-top: 20px;
  }

  .newt-assurance-panel {
    overflow-x: visible;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: row;
    grid-auto-columns: auto;
    gap: 14px;
    margin-right: 0;
    padding: 0;
    scroll-snap-type: none;
  }

  .newt-assurance-card {
    width: 100%;
    min-width: 0;
    min-height: 265px;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
  }
}

/* Match the desktop hero composition on phones: one foreground vial with two
   progressively smaller vials tucked behind it, rather than a three-step row. */
@media (max-width: 760px) {
  .newt-home .newt-hero__visual {
    isolation: isolate;
    overflow: hidden;
    min-height: 365px;
  }

  .newt-home .newt-hero-vial--left img {
    bottom: -8%;
    left: 36%;
    width: 88%;
  }

  .newt-home .newt-hero-vial--main img {
    bottom: -2%;
    left: 55%;
    width: 76%;
  }

  .newt-home .newt-hero-vial--right img {
    bottom: 2%;
    left: 70%;
    width: 62%;
  }
}

/* Center the calculator controls within the wide desktop panel. */
@media (min-width: 601px) {
  .newt-calculator-step__heading {
    width: min(100%, 566px);
    margin-right: auto;
    margin-left: auto;
  }

  .newt-calculator-presets {
    width: fit-content;
    max-width: calc(100% - 120px);
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
  }

  .newt-calculator-input {
    margin-right: auto;
    margin-left: auto;
  }

  .newt-calculator-syringe-size__title,
  .newt-calculator-syringe-size__options,
  .newt-calculator-syringe-size > p,
  .newt-calculator-syringe-visual__heading,
  .newt-calculator-syringe-visual__canvas,
  .newt-calculator-syringe-visual > p {
    margin-right: auto;
    margin-left: auto;
  }
}

/* Three-row Certificate of Analysis card. */
.newt-single-product-page .newt-product-faq__groups {
  display: grid;
  gap: 46px;
}

.newt-single-product-page .newt-product-faq__group h3 {
  margin: 0 0 18px;
  color: var(--newt-teal);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.newt-single-product-page .newt-product-faq__answer > :first-child {
  margin-top: 16px;
}

.newt-single-product-page .newt-product-faq__answer > :last-child {
  margin-bottom: 2px;
}

.newt-single-product-page .newt-product-faq__answer ol,
.newt-single-product-page .newt-product-faq__answer ul {
  margin: 14px 0 2px;
  padding-left: 22px;
  color: #71849a;
  line-height: 1.7;
}

.newt-single-product-page .newt-product-faq__answer li + li {
  margin-top: 8px;
}

.newt-single-product-page .newt-product-section-heading h2.newt-product-section-heading__title {
  margin: 0;
  color: var(--newt-navy);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.newt-single-product-page .newt-product-document-card {
  display: block;
  overflow: hidden;
  padding: 0;
  border: 1px solid #d9e5ea;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 22px 65px rgba(7, 52, 93, .07);
}

.newt-single-product-page .newt-product-document-card__product {
  padding: 30px clamp(26px, 4vw, 54px);
}

.newt-single-product-page .newt-product-document-card__product > span,
.newt-single-product-page .newt-product-document-card__purity > span {
  display: block;
  margin-bottom: 8px;
  color: var(--newt-teal);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.newt-single-product-page .newt-product-document-card__product h3 {
  margin: 0;
  color: var(--newt-navy);
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.newt-single-product-page .newt-product-document-card__purity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 24px clamp(26px, 4vw, 54px);
  background: linear-gradient(105deg, #062f55 0%, #0a4268 100%);
}

.newt-single-product-page .newt-product-document-card__purity > span {
  margin: 0;
  color: rgba(255, 255, 255, .72);
}

.newt-single-product-page .newt-product-document-card__purity strong {
  color: #fff;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 760;
  line-height: 1;
  letter-spacing: -.035em;
  text-align: right;
}

.newt-single-product-page .newt-product-document-card__details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: 30px clamp(26px, 4vw, 54px) 34px;
}

.newt-single-product-page .newt-product-document-card__details dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 28px;
  margin: 0;
}

.newt-single-product-page .newt-product-document-card__details dl div {
  min-width: 0;
  padding: 0;
  border: 0;
}

.newt-single-product-page .newt-product-document-card__details dt {
  margin: 0 0 7px;
  color: #8a99a8;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.newt-single-product-page .newt-product-document-card__details dd {
  margin: 0;
  color: var(--newt-navy);
  font-size: 14px;
  font-weight: 680;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.newt-single-product-page .newt-product-document-card__availability {
  display: flex;
  align-items: center;
  gap: 9px;
}

.newt-single-product-page .newt-product-document-card__availability i {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--newt-teal);
  box-shadow: 0 0 0 4px rgba(0, 160, 155, .11);
}

.newt-single-product-page .newt-product-document-card__details .newt-product-document-card__action {
  min-height: 52px;
  padding: 12px 22px;
  border-color: #cbdde4;
  white-space: nowrap;
}

.newt-single-product-page .newt-product-document-card__details .newt-product-document-card__action:hover,
.newt-single-product-page .newt-product-document-card__details .newt-product-document-card__action:focus-visible {
  border-color: var(--newt-teal);
  color: var(--newt-teal);
}

@media (max-width: 980px) {
  .newt-single-product-page .newt-product-document-card__details {
    grid-template-columns: 1fr;
  }

  .newt-single-product-page .newt-product-document-card__details dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .newt-single-product-page .newt-product-document-card__details .newt-product-document-card__action {
    justify-self: start;
  }
}

@media (max-width: 600px) {
  .newt-single-product-page .newt-product-document-card {
    border-radius: 20px;
  }

  .newt-single-product-page .newt-product-document-card__product,
  .newt-single-product-page .newt-product-document-card__purity,
  .newt-single-product-page .newt-product-document-card__details {
    padding-right: 20px;
    padding-left: 20px;
  }

  .newt-single-product-page .newt-product-document-card__product {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .newt-single-product-page .newt-product-document-card__purity {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .newt-single-product-page .newt-product-document-card__details {
    gap: 24px;
    padding-top: 24px;
    padding-bottom: 26px;
  }

  .newt-single-product-page .newt-product-document-card__details dl {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .newt-single-product-page .newt-product-document-card__details dl div {
    padding-bottom: 15px;
    border-bottom: 1px solid #e8eef1;
  }

  .newt-single-product-page .newt-product-document-card__details .newt-product-document-card__action {
    width: 100%;
    white-space: normal;
  }
}
