body.public-site,
body.public-site input,
body.public-site select,
body.public-site textarea {
  color: #243042;
  font-family: "Source Sans Pro", Arial, sans-serif;
  letter-spacing: 0;
}

body.public-site {
  background: #f6f8fb;
  overflow-x: hidden;
}

body.public-site #page-wrapper {
  overflow-x: hidden;
}

body.public-site h1,
body.public-site h2,
body.public-site h3,
body.public-site h4,
body.public-site h5,
body.public-site h6 {
  color: #10213f;
  letter-spacing: 0;
}

body.public-site p {
  color: #42526a;
}

body.public-site strong {
  color: inherit;
  font-weight: 700;
}

body.public-site a {
  border-bottom: 0;
}

body.public-site .button,
body.public-site input[type="submit"] {
  border-radius: 6px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

body.public-site .button.primary,
body.public-site input[type="submit"].primary {
  background: #0b4ea2;
}

body.public-site .button.primary:hover,
body.public-site input[type="submit"].primary:hover {
  background: #083d80;
}

body.public-site #header {
  background: rgba(5, 18, 38, 0.95);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

body.public-site #header.alt {
  background: rgba(5, 18, 38, 0.22);
  box-shadow: none;
}

body.public-site #header h1 {
  height: inherit;
}

body.public-site #header h1 a,
body.public-site #header nav > ul > li a {
  letter-spacing: 0;
}

.site-brand {
  align-items: center;
  display: inline-flex !important;
  gap: 0.65em;
  height: inherit;
}

.site-logo-frame {
  align-items: center;
  background: #fff;
  border-radius: 6px;
  display: inline-flex;
  height: 2.1em;
  justify-content: center;
  overflow: hidden;
  width: 2.1em;
}

.site-logo-frame img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

body.public-site #banner.company-hero {
  align-items: flex-end;
  background-position: center 38%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  min-height: 84vh;
  padding: 9em 0 5.5em;
  position: relative;
  text-align: left;
}

body.public-site #banner.company-hero.product-hero {
  background-position: center top;
  min-height: 72vh;
}

body.public-site #banner.company-hero.product-hero::before {
  background:
    linear-gradient(90deg, rgba(3, 10, 23, 0.9), rgba(3, 10, 23, 0.55) 42%, rgba(3, 10, 23, 0.15) 70%),
    linear-gradient(0deg, rgba(3, 10, 23, 0.45), rgba(3, 10, 23, 0.05) 55%);
}

body.public-site #banner.company-hero::before {
  background:
    linear-gradient(90deg, rgba(3, 10, 23, 0.9), rgba(3, 10, 23, 0.55) 42%, rgba(3, 10, 23, 0.15) 70%),
    linear-gradient(0deg, rgba(3, 10, 23, 0.45), rgba(3, 10, 23, 0.05) 55%);
}

body.public-site #banner.company-hero::before {
  background:
    linear-gradient(90deg, rgba(3, 10, 23, 0.88), rgba(3, 10, 23, 0.62) 46%, rgba(3, 10, 23, 0.18)),
    linear-gradient(0deg, rgba(3, 10, 23, 0.55), rgba(3, 10, 23, 0.08) 58%);
  content: "";
  inset: 0;
  position: absolute;
}

body.public-site #banner.company-hero .hero-inner {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 2em;
  position: relative;
  width: 100%;
  z-index: 1;
}

.hero-logo {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.22);
  display: block;
  height: 86px;
  margin: 0 0 1.35em;
  object-fit: contain;
  padding: 8px;
  width: 86px;
}

.hero-kicker {
  align-items: center;
  color: #f2c94c;
  display: inline-flex;
  font-size: 0.82em;
  font-weight: 800;
  gap: 0.65em;
  letter-spacing: 0.08em;
  margin: 0 0 1.3em;
  text-transform: uppercase;
}

.hero-kicker::before {
  background: #f2c94c;
  content: "";
  display: inline-block;
  height: 3px;
  width: 42px;
}

body.public-site #banner.company-hero h1 {
  color: #fff;
  font-size: 3.55em;
  font-weight: 800;
  line-height: 1.04;
  margin: 0 0 0.45em;
  max-width: 800px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.3);
}

body.public-site #banner.company-hero p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.15em;
  font-weight: 400;
  line-height: 1.65;
  margin: 0 0 1.6em;
  max-width: 660px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8em;
  margin: 0;
}

body.public-site #banner.company-hero .button {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.62);
  color: #fff !important;
  min-width: 10.5em;
}

body.public-site #banner.company-hero .button:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

body.public-site #banner.company-hero .button.primary {
  background: #0b4ea2;
  box-shadow: none;
  color: #fff !important;
}

body.public-site #banner.company-hero .button.primary:hover {
  background: #083d80;
}

.hero-proof {
  display: grid;
  gap: 0.8em;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 3em;
  max-width: 780px;
}

.proof-item {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #fff;
  padding: 0.9em 1em;
  text-align: center;
}

.proof-item i {
  color: #f2c94c;
  display: block;
  font-size: 1.1em;
  margin: 0 0 0.4em;
}

.proof-item span {
  display: block;
  font-size: 0.86em;
  font-weight: 700;
  line-height: 1.35;
}

.public-main {
  background: #f6f8fb;
}

.site-section {
  padding: 4.5em 0;
}

.site-section.white {
  background: #fff;
}

.site-section.deep {
  background: #0a2146;
}

.site-section.green {
  background: #0c6b42;
}

.section-inner {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 2em;
}

.section-heading {
  margin: 0 auto 2.4em;
  max-width: 760px;
  text-align: center;
}

.section-eyebrow {
  color: #0c6b42;
  display: block;
  font-size: 0.78em;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 0.8em;
  text-transform: uppercase;
}

.deep .section-eyebrow,
.green .section-eyebrow {
  color: #f2c94c;
}

.section-heading h2,
.split-content h2 {
  font-size: 2.35em;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 0.45em;
}

.section-heading p,
.split-content p {
  color: #526173;
  font-size: 1.05em;
  line-height: 1.7;
  margin-bottom: 0;
}

.deep .section-heading h2,
.deep .section-heading p,
.green .section-heading h2,
.green .section-heading p,
.deep .split-content h2,
.deep .split-content p,
.green .split-content h2,
.green .split-content p {
  color: #fff;
}

.brand-strip {
  background: #fff;
  border-bottom: 1px solid #e4e9f0;
  border-top: 1px solid #e4e9f0;
  padding: 1.15em 0;
}

.brand-strip .section-inner {
  align-items: center;
  display: flex;
  gap: 1.2em;
  justify-content: space-between;
}

.brand-strip img {
  background: #fff;
  border: 1px solid #e4e9f0;
  border-radius: 8px;
  display: block;
  height: 76px;
  object-fit: contain;
  padding: 6px;
  width: 76px;
}

.brand-strip p {
  color: #344055;
  font-weight: 700;
  margin: 0;
  text-align: right;
}

.split-layout {
  align-items: center;
  display: grid;
  gap: 3em;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.split-layout.reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.split-layout.reverse .split-media {
  order: 2;
}

.split-content .feature-list {
  margin: 1.8em 0 2em;
}

.feature-list li {
  align-items: flex-start;
  color: #314057;
  display: flex;
  font-weight: 600;
  gap: 0.7em;
  line-height: 1.45;
  margin-bottom: 0.85em;
}

.feature-list i {
  color: #0c6b42;
  margin-top: 0.22em;
}

.split-media,
.product-media,
.promo-tile {
  border-radius: 8px;
  overflow: hidden;
}

.split-media {
  aspect-ratio: 4 / 3;
  box-shadow: 0 18px 45px rgba(15, 30, 60, 0.14);
}

.split-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.worker-photo img {
  object-position: center 42%;
}

.contain-media {
  align-items: center;
  background: #f3f6fa;
  display: flex;
  justify-content: center;
}

.contain-media img {
  display: block;
  height: 100%;
  object-fit: contain;
  padding: 0.7em;
  width: 100%;
}

.product-showcase {
  background: #fff;
}

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

.product-card,
.value-card,
.spec-card,
.promo-tile {
  background: #fff;
  border: 1px solid #e3e9f1;
  border-radius: 8px;
}

.product-card {
  overflow: hidden;
}

.product-media {
  aspect-ratio: 16 / 11;
  margin: 0;
}

.product-card .card-body,
.value-card,
.spec-card {
  padding: 1.35em;
}

.product-card h3,
.value-card h3,
.spec-card h3 {
  font-size: 1.18em;
  font-weight: 800;
  margin-bottom: 0.45em;
}

.product-card p,
.value-card p,
.spec-card p {
  font-size: 0.96em;
  line-height: 1.55;
  margin: 0;
}

.tag,
.product-card .tag {
  color: #0b4ea2;
  display: inline-block;
  font-size: 0.76em;
  font-weight: 800;
  margin-bottom: 0.65em;
  text-transform: uppercase;
}

.tag.coming-soon {
  color: #7a5600;
}

.variant-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55em;
  margin-top: 1.15em;
}

.variant-label {
  color: #526173;
  flex-basis: 100%;
  font-size: 0.74em;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.variant-pill {
  background: #eef5ff;
  border: 1px solid #cfe1f6;
  border-radius: 999px;
  color: #0b4ea2;
  display: inline-flex;
  gap: 0.45em;
  line-height: 1.2;
  padding: 0.45em 0.75em;
  font-size: 0.78em;
  font-weight: 800;
}

.variant-pill.coming-soon {
  background: #fff6d8;
  border-color: #f0d37b;
  color: #7a5600;
}

.variant-pill small {
  color: inherit;
  font-size: 1em;
  font-weight: 800;
}

.variant-note,
.single-variant-note {
  color: #526173;
  font-size: 0.92em;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}

.coming-soon-text {
  color: #7a5600 !important;
  font-weight: 800;
}

.value-grid {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.value-grid.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.6em;
}

.value-card i {
  color: #0b4ea2;
  display: block;
  font-size: 1.45em;
  margin-bottom: 0.8em;
}

.promo-grid {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.promo-tile {
  background: #f3f6fa;
  box-shadow: 0 10px 25px rgba(15, 30, 60, 0.08);
  margin: 0;
}

.promo-tile img {
  aspect-ratio: 1 / 1;
  display: block;
  height: auto;
  object-fit: contain;
  padding: 0.65em;
  width: 100%;
}

.promo-tile.wide {
  grid-column: span 2;
}

.promo-tile.wide img {
  aspect-ratio: 16 / 9;
}

.promo-tile.tall img {
  aspect-ratio: 3 / 4;
}

.promo-caption {
  background: #fff;
  color: #314057;
  display: block;
  font-size: 0.78em;
  font-weight: 800;
  line-height: 1.3;
  padding: 0.85em 1em;
}

.cta-band {
  align-items: center;
  display: grid;
  gap: 2em;
  grid-template-columns: minmax(0, 1fr) auto;
}

.cta-band h2 {
  color: #fff;
  font-size: 2.1em;
  font-weight: 800;
  margin-bottom: 0.35em;
}

.cta-band p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.partnership-cta {
  background: linear-gradient(135deg, #0a2146 0%, #0b4ea2 52%, #0c6b42 100%);
  overflow: hidden;
  position: relative;
}

.partnership-cta::before {
  background: radial-gradient(circle at top right, rgba(242, 201, 76, 0.18), transparent 42%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.partnership-cta-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(8, 20, 44, 0.22);
  display: grid;
  gap: 2em;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.7fr);
  padding: 2.4em;
  position: relative;
  z-index: 1;
}

.partnership-cta-eyebrow {
  color: #f2c94c;
  display: block;
  font-size: 0.78em;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 0.8em;
  text-transform: uppercase;
}

.partnership-cta-copy h2 {
  color: #fff;
  font-size: 2.15em;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 0.45em;
}

.partnership-cta-copy > p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05em;
  line-height: 1.7;
  margin: 0 0 1.35em;
  max-width: 640px;
}

.partnership-cta-list {
  display: grid;
  gap: 0.85em;
  list-style: none;
  margin: 0;
  padding: 0;
}

.partnership-cta-list li {
  align-items: center;
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  font-size: 0.96em;
  gap: 0.75em;
  line-height: 1.45;
}

.partnership-cta-list i {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: #f2c94c;
  display: inline-flex;
  flex: 0 0 2.2em;
  height: 2.2em;
  justify-content: center;
  width: 2.2em;
}

.partnership-cta-actions {
  display: grid;
  gap: 0.85em;
}

.partnership-cta-actions .button {
  text-align: center;
  width: 100%;
}

.partnership-cta-actions .button.primary {
  background: #f2c94c;
  border-color: #f2c94c;
  color: #10213f !important;
}

.partnership-cta-actions .button.primary:hover {
  background: #ffd86b;
  border-color: #ffd86b;
}

.partnership-cta-actions .button:not(.primary) {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff !important;
}

.partnership-cta-actions .button:not(.primary):hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Quality promise */
.quality-promise {
  background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
}

.quality-promise-header {
  margin: 0 auto 2.2em;
  max-width: 760px;
  text-align: center;
}

.quality-promise-lead {
  color: #314057;
  font-size: 1.08em;
  font-weight: 600;
  line-height: 1.7;
  margin: 0;
}

.quality-promise-grid {
  display: grid;
  gap: 1.1em;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 2em;
}

.quality-pillar {
  background: #fff;
  border: 1px solid #dfe7f0;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(15, 30, 60, 0.06);
  padding: 1.5em 1.25em;
  text-align: center;
}

.quality-pillar-icon {
  align-items: center;
  background: #eef5ff;
  border-radius: 50%;
  color: #0b4ea2;
  display: inline-flex;
  font-size: 1.35em;
  height: 3.2em;
  justify-content: center;
  margin-bottom: 0.9em;
  width: 3.2em;
}

.quality-pillar h3 {
  color: #10213f;
  font-size: 1.15em;
  font-weight: 800;
  margin-bottom: 0.45em;
}

.quality-pillar p {
  color: #526173;
  font-size: 0.92em;
  line-height: 1.55;
  margin: 0;
}

.quality-promise-showcase {
  align-items: center;
  background: #f3f6fa;
  border: 1px solid #e3e9f1;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  padding: 1em;
}

.quality-promise-showcase img {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  padding: 0;
  width: auto;
}

/* Partnership invite (home) */
.partnership-invite {
  background: #fff;
  border-top: 1px solid #dfe7f0;
}

.partnership-invite-header {
  margin: 0 auto 2em;
  max-width: 720px;
  text-align: center;
}

.partnership-invite-header .section-eyebrow {
  color: #0c6b42;
}

.partnership-invite-header h2 {
  color: #10213f !important;
  font-size: 2.2em;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 0.5em;
}

.partnership-invite-header p {
  color: #314057 !important;
  font-size: 1.12em;
  font-weight: 600;
  line-height: 1.7;
  margin: 0;
}

.partnership-invite-grid {
  display: grid;
  gap: 1.1em;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 2em;
}

.partnership-invite-card {
  background: #f7f9fc;
  border: 1px solid #dfe7f0;
  border-radius: 12px;
  padding: 1.6em 1.4em;
  text-align: left;
}

.partnership-invite-card i {
  color: #0b4ea2;
  display: block;
  font-size: 1.5em;
  margin-bottom: 0.85em;
}

.partnership-invite-card h3 {
  color: #10213f;
  font-size: 1.15em;
  font-weight: 800;
  margin-bottom: 0.45em;
}

.partnership-invite-card p {
  color: #526173;
  font-size: 0.94em;
  line-height: 1.6;
  margin: 0;
}

.partnership-invite-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85em;
  justify-content: center;
}

.partnership-invite-actions .button.primary {
  background: #0b4ea2;
  border-color: #0b4ea2;
  color: #fff !important;
}

.partnership-invite-actions .button:not(.primary) {
  background: #fff;
  border-color: #0b4ea2;
  color: #0b4ea2 !important;
}

/* Home promo showcase */
.home-promo-feature img {
  object-fit: contain;
}

.home-promo-grid {
  align-items: start;
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 960px;
  margin: 0 auto;
}

.home-promo-tile {
  align-items: center;
  background: #f3f6fa;
  border: 1px solid #e3e9f1;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(15, 30, 60, 0.1);
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  padding: 0.75em;
}

.home-promo-tile img {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

/* Stocking CTA (product page) */
.stocking-cta {
  background: #f7f9fc;
}

.stocking-cta-panel {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe7f0;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(15, 30, 60, 0.08);
  display: grid;
  gap: 1.5em 2em;
  grid-template-columns: minmax(0, 1.4fr) auto auto;
  padding: 2.2em;
}

.stocking-cta-eyebrow {
  color: #0c6b42;
  display: block;
  font-size: 0.78em;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 0.7em;
  text-transform: uppercase;
}

.stocking-cta-copy h2 {
  color: #10213f;
  font-size: 1.9em;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.45em;
}

.stocking-cta-copy p {
  color: #526173;
  font-size: 1em;
  line-height: 1.65;
  margin: 0;
  max-width: 560px;
}

.stocking-cta-highlights {
  display: grid;
  gap: 0.75em;
}

.stocking-highlight {
  background: #f3f6fa;
  border-left: 4px solid #0b4ea2;
  border-radius: 8px;
  padding: 0.75em 1em;
  text-align: left;
}

.stocking-highlight strong {
  color: #10213f;
  display: block;
  font-size: 1.35em;
  font-weight: 800;
  line-height: 1.1;
}

.stocking-highlight span {
  color: #526173;
  display: block;
  font-size: 0.82em;
  font-weight: 700;
  margin-top: 0.2em;
}

.stocking-cta-panel > .button.primary {
  align-self: center;
  background: #0b4ea2;
  border-color: #0b4ea2;
  color: #fff !important;
  white-space: nowrap;
}

/* Contact section */
.contact-section .contact-heading,
.contact-section .contact-heading h2,
.contact-section .contact-heading .section-eyebrow,
.contact-section .contact-subheader {
  color: #10213f !important;
}

.contact-section .contact-subheader {
  font-size: 1.28em;
  font-weight: 700;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 720px;
}

.tissue-line-section {
  margin-bottom: 2.5em;
}

.tissue-line-heading {
  margin-bottom: 2em;
  max-width: none;
  text-align: left;
}

.tissue-line-heading h2 {
  font-size: 2.1em;
}

.variant-row {
  display: grid;
  gap: 1.5em;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.variant-card {
  background: #fff;
  border: 1px solid #dfe7f0;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(15, 30, 60, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.variant-card-media {
  aspect-ratio: 4 / 3;
  background: #f3f6fa;
  margin: 0;
  overflow: hidden;
}

.variant-card-media img {
  display: block;
  height: 100%;
  object-fit: contain;
  padding: 1em;
  width: 100%;
}

.variant-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.55em;
  padding: 1.2em 1.25em 1.35em;
}

.variant-card-body h3 {
  color: #10213f;
  font-size: 1.2em;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}

.variant-card-body p {
  color: #526173;
  font-size: 0.95em;
  line-height: 1.55;
  margin: 0;
}

.contact-panel {
  margin: 0 auto;
  max-width: 860px;
}

.contact-panel form {
  margin: 0;
}

.contact-panel input[type="email"],
.contact-panel select,
.contact-panel textarea {
  background: #fff;
  border: 1px solid #cdd7e3;
  border-radius: 6px;
  color: #10213f !important;
  font-weight: 500;
}

.contact-panel input::placeholder,
.contact-panel textarea::placeholder {
  color: #10213f !important;
  opacity: 1;
}

body.public-site .contact-section#cta .contact-panel input[type="email"]::-webkit-input-placeholder,
body.public-site .contact-section#cta .contact-panel textarea::-webkit-input-placeholder {
  color: #10213f !important;
  opacity: 1;
}

body.public-site .contact-section#cta .contact-panel input[type="email"]::-moz-placeholder,
body.public-site .contact-section#cta .contact-panel textarea::-moz-placeholder {
  color: #10213f !important;
  opacity: 1;
}

body.public-site .contact-section#cta .contact-panel input[type="email"]:-ms-input-placeholder,
body.public-site .contact-section#cta .contact-panel textarea:-ms-input-placeholder {
  color: #10213f !important;
  opacity: 1;
}

body.public-site .contact-section#cta .contact-panel input[type="email"]::placeholder,
body.public-site .contact-section#cta .contact-panel textarea::placeholder {
  color: #10213f !important;
  opacity: 1;
}

.form-disabled {
  opacity: 0.7;
  pointer-events: none;
}

.status {
  color: #fff;
}

.contact-modal .modal-dialog {
  margin: 2rem auto;
  max-width: 500px;
}

.contact-modal-content {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.24);
}

.contact-modal-header {
  background: #0b4ea2;
  border-bottom: 0;
  color: #fff;
  padding: 1rem 1.5rem;
}

.contact-modal-title {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0;
}

.contact-modal-body {
  color: #243042;
  font-size: 1rem;
  font-weight: 600;
  padding: 1.5rem;
}

.contact-modal-footer {
  background: #f6f8fb;
  display: flex;
  justify-content: flex-end;
  padding: 0.75rem 1.5rem;
}

body.public-site #footer {
  background: #10213f;
  color: rgba(255, 255, 255, 0.75);
  padding: 3em 0 4em;
}

body.public-site #footer .footer-social-heading {
  color: #f2c94c;
  font-size: 0.82em;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 1em;
  text-transform: uppercase;
}

body.public-site #footer .icons a {
  color: #fff;
  opacity: 0.85;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

body.public-site #footer .icons a:hover {
  color: #f2c94c;
  opacity: 1;
  transform: translateY(-2px);
}

body.public-site #footer .icons i {
  font-size: 1.75em;
}

body.public-site #footer .copyright {
  color: rgba(255, 255, 255, 0.55);
  margin-top: 1.75em;
}

.contact-modal .btn-primary {
  background: #0b4ea2;
  border: 0;
  border-radius: 6px;
  color: #fff;
  padding: 0.5rem 1.25rem;
}

.contact-modal .close {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.5rem;
}

.spec-grid {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.spec-card {
  border-top: 4px solid #0b4ea2;
}

.spec-card:nth-child(2) {
  border-top-color: #0c6b42;
}

.spec-card:nth-child(3) {
  border-top-color: #f2c94c;
}

.line-stack {
  display: grid;
  gap: 0;
}

.product-line-block {
  align-items: center;
  border-top: 1px solid #dfe7f0;
  display: grid;
  gap: 2em;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  padding: 2.2em 0;
}

.product-line-block:last-child {
  border-bottom: 1px solid #dfe7f0;
}

.line-media {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(15, 30, 60, 0.12);
  margin: 0;
  overflow: hidden;
}

.line-copy h3 {
  font-size: 1.6em;
  font-weight: 800;
  margin: 0 0 0.45em;
}

.line-copy > p {
  color: #526173;
  font-size: 1em;
  line-height: 1.65;
  margin: 0;
}

.variant-list.detailed {
  align-items: stretch;
  display: grid;
  gap: 0;
  margin-top: 1.35em;
}

.variant-list.detailed .variant-label {
  margin-bottom: 0.25em;
}

.variant-detail {
  align-items: center;
  border-top: 1px solid #e5edf5;
  display: grid;
  gap: 0.95em;
  grid-template-columns: 76px minmax(0, 1fr);
  padding: 0.9em 0;
}

.variant-detail img {
  aspect-ratio: 1 / 1;
  background: #f3f6fa;
  border-radius: 8px;
  display: block;
  object-fit: contain;
  padding: 0.35em;
  width: 76px;
}

.variant-detail strong {
  color: #10213f;
  display: block;
  font-size: 1em;
  font-weight: 800;
  line-height: 1.25;
}

.variant-detail span {
  color: #0b4ea2;
  display: block;
  font-size: 0.76em;
  font-weight: 800;
  margin-top: 0.15em;
  text-transform: uppercase;
}

.variant-detail p {
  color: #526173;
  font-size: 0.92em;
  line-height: 1.45;
  margin: 0.35em 0 0;
}

.mini-stat-row {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 2em;
}

.mini-stat {
  border-left: 3px solid #f2c94c;
  color: #fff;
  padding-left: 1em;
}

.mini-stat strong {
  display: block;
  font-size: 1.7em;
  font-weight: 800;
  line-height: 1;
}

.mini-stat span {
  display: block;
  font-size: 0.84em;
  line-height: 1.35;
  margin-top: 0.35em;
}

.page-link-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8em;
  margin-top: 1.4em;
}

@media screen and (max-width: 980px) {
  body.public-site #banner.company-hero {
    min-height: 78vh;
    padding: 8em 0 4.5em;
  }

  body.public-site #banner.company-hero h1 {
    font-size: 2.75em;
  }

  body.public-site #header h1 a.site-brand > span:not(.site-logo-frame) {
    font-size: 0.82em;
    max-width: 11rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .value-grid,
  .value-grid.compact,
  .promo-grid,
  .promo-grid.curated,
  .mini-stat-row,
  .variant-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-layout,
  .split-layout.reverse {
    grid-template-columns: 1fr;
  }

  .split-layout.reverse .split-media {
    order: 0;
  }

  .product-grid,
  .spec-grid,
  .product-line-block {
    grid-template-columns: 1fr;
  }

  .cta-band {
    grid-template-columns: 1fr;
  }

  .partnership-cta-card {
    grid-template-columns: 1fr;
  }

  .quality-promise-grid,
  .partnership-invite-grid,
  .home-promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stocking-cta-panel {
    grid-template-columns: 1fr;
  }

  .variant-row {
    grid-template-columns: 1fr;
  }

  .brand-strip .section-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand-strip p {
    text-align: left;
  }
}

@media screen and (max-width: 736px) {
  .site-logo-frame {
    display: none;
  }

  body.public-site #banner.company-hero {
    background-position: center;
    min-height: auto;
    padding: 5.5em 0 2.75em;
  }

  body.public-site #banner.company-hero.product-hero {
    background-position: 78% center;
    min-height: auto;
    padding: 5.5em 0 2.75em;
  }

  body.public-site #banner.company-hero.product-hero::before {
    background:
      linear-gradient(0deg, rgba(3, 10, 23, 0.82), rgba(3, 10, 23, 0.5) 45%, rgba(3, 10, 23, 0.35)),
      linear-gradient(90deg, rgba(3, 10, 23, 0.88), rgba(3, 10, 23, 0.55) 55%, rgba(3, 10, 23, 0.2));
  }

  body.public-site #banner.company-hero .hero-inner,
  .section-inner {
    padding: 0 1.25em;
  }

  .site-section {
    padding: 3em 0;
  }

  .hero-logo {
    height: 70px;
    width: 70px;
  }

  body.public-site #banner.company-hero h1 {
    font-size: 2.15em;
  }

  body.public-site #banner.company-hero.product-hero h1 {
    font-size: 1.95em;
  }

  body.public-site #banner.company-hero p,
  .section-heading p,
  .split-content p {
    font-size: 1em;
  }

  .section-heading h2,
  .split-content h2,
  .cta-band h2 {
    font-size: 1.75em;
  }

  .partnership-cta-copy h2,
  .partnership-invite-header h2,
  .stocking-cta-copy h2,
  .tissue-line-heading h2 {
    font-size: 1.75em;
  }

  .line-copy h3 {
    font-size: 1.45em;
  }

  .contact-section .contact-subheader {
    font-size: 1.1em;
  }

  .hero-proof {
    gap: 0.5em;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 2em;
    max-width: none;
  }

  .proof-item {
    padding: 0.65em 0.45em;
  }

  .proof-item i {
    font-size: 1em;
    margin-bottom: 0.3em;
  }

  .proof-item span {
    font-size: 0.68em;
    line-height: 1.25;
  }

  .hero-actions {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.65em;
  }

  body.public-site #banner.company-hero .hero-actions .button {
    flex: 1 1 0;
    font-size: 0.88em;
    min-width: 0;
    padding-left: 0.65em;
    padding-right: 0.65em;
    text-align: center;
    white-space: normal;
    width: auto;
  }

  .home-promo-grid {
    gap: 0.5em;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
  }

  .home-promo-tile {
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(15, 30, 60, 0.08);
    padding: 0.4em;
  }

  .home-promo-tile img {
    max-height: 120px;
    width: 100%;
  }

  .partnership-invite-actions .button,
  .page-link-row .button {
    min-width: 100%;
    text-align: center;
    width: 100%;
  }

  .page-link-row {
    align-items: stretch;
    flex-direction: column;
  }

  .partnership-invite-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .partnership-invite-actions .button {
    min-width: 100%;
  }

  .product-line-block {
    gap: 1.4em;
    padding: 1.8em 0;
  }

  .stocking-cta-panel {
    padding: 1.6em 1.25em;
  }

  .stocking-cta-panel > .button.primary {
    justify-self: stretch;
    text-align: center;
    white-space: normal;
    width: 100%;
  }

  .stocking-cta-highlights {
    width: 100%;
  }

  .contact-panel input[type="email"],
  .contact-panel select,
  .contact-panel textarea {
    font-size: 16px;
  }

  .contact-panel .row > .col-6 {
    width: 100%;
  }

  .contact-panel input[type="submit"] {
    width: 100%;
  }

  .quality-promise-showcase {
    padding: 0.65em;
  }

  body.public-site #navButton .toggle:before {
    background: rgba(5, 18, 38, 0.92);
  }

  body.public-site #navPanel {
    background: #051226;
  }

  body.public-site #footer {
    padding: 2.5em 0 3em;
  }

  .quality-promise-grid,
  .partnership-invite-grid,
  .value-grid,
  .value-grid.compact,
  .promo-grid,
  .promo-grid.curated,
  .mini-stat-row {
    grid-template-columns: 1fr;
  }

  .promo-tile.wide {
    grid-column: span 1;
  }

  .variant-detail {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .variant-detail img {
    width: 64px;
  }
}

@media screen and (max-width: 420px) {
  body.public-site #banner.company-hero h1,
  body.public-site #banner.company-hero.product-hero h1 {
    font-size: 1.82em;
  }

  body.public-site #banner.company-hero .hero-inner,
  .section-inner {
    padding: 0 1em;
  }

  .contact-section .contact-subheader {
    font-size: 1em;
  }

  .section-heading h2,
  .split-content h2,
  .tissue-line-heading h2,
  .stocking-cta-copy h2 {
    font-size: 1.55em;
  }

  body.public-site #banner.company-hero.product-hero {
    background-position: 82% center;
  }

  .proof-item {
    padding: 0.55em 0.3em;
  }

  .proof-item span {
    font-size: 0.62em;
  }

  .home-promo-tile img {
    max-height: 100px;
  }
}
