html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background: #e6e6e6;
  color: #393838;
  font-family: Arial, Helvetica, sans-serif;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.site {
  margin: 0 auto;
  max-width: 960px;
}

.nav-wrapper {
  background: #19152d;
  min-height: 70px;
}

.site-header {
  position: relative;
}

.main-navigation {
  min-height: 70px;
}

.main-navigation ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  padding-top: 20px;
  transform: translateY(36px);
}

.main-navigation li {
  position: relative;
}

.main-navigation li.spacer {
  margin-right: 345px;
}

.main-navigation a {
  display: inline-block;
  padding: 6px 7px;
  border-radius: 3px;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 11px;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-columns {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 44px;
}

.home-columns .one-thired {
  float: none;
  width: auto;
  padding: 0;
}

.home-columns ul ul {
  margin: 8px 0 12px 18px;
}

.home-columns ul ul li {
  margin-bottom: 4px;
}

.main-navigation a:hover,
.main-navigation a.active {
  background: #595276;
}

.logo {
  z-index: 20;
  position: relative;
  width: 185px;
  margin: -58px auto 0;
}

.logo img {
  width: 185px;
}

.mobile-toggle {
  display: none;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border: 0;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border-radius: 4px;
}

.mobile-toggle span,
.mobile-toggle span::before,
.mobile-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  margin: 0 auto;
  position: relative;
}

.mobile-toggle span::before,
.mobile-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.mobile-toggle span::before {
  top: -6px;
}

.mobile-toggle span::after {
  top: 6px;
}

.wrapper {
  background: url("assets/images/archive/wrapper.jpg") no-repeat center top #c5e8fb;
  margin-top: -58px;
}

.slider {
  min-height: 343px;
  margin-bottom: -200px;
  position: relative;
  overflow: hidden;
}

.slides {
  position: relative;
  width: 100%;
  min-height: 343px;
}

.slides li {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 700ms ease;
}

.slides li.active {
  opacity: 1;
  z-index: 1;
}

.slides img {
  width: 100%;
}

#page {
  background-color: #fff;
  margin-top: 0;
}

.site-content {
  width: 100%;
  padding-bottom: 124px;
}

.home .site-content {
  padding-top: 210px;
}

#content {
  padding: 0 22px 0 24px;
}

.entry-header .entry-title {
  display: none;
  font-size: 23px;
  font-weight: bold;
  color: #4c4c4c;
  line-height: 1.25;
}

.home .entry-header .entry-title,
.standard-page .entry-header .entry-title {
  display: block;
}

.standard-page .entry-header .entry-title {
  display: block;
}

.standard-page .entry-header {
  padding-top: 195px;
}

.home .entry-header .entry-title {
  text-align: center;
}

.home .entry-header {
  padding-top: 28px;
}

.entry-content {
  padding-top: 69px;
  color: #393838;
  line-height: 1.5;
  font-size: 15px;
}

.home .entry-content {
  padding-top: 0;
}

.standard-page .entry-content {
  padding-top: 24px;
}

.home .entry-content.home-columns {
  padding-top: 84px;
}

.entry-content h2 {
  font-size: 23px;
  margin-bottom: 12px;
}

h2.border,
.one-half h2,
.get-in-touch h2 {
  border-bottom: 3px solid #393838;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content table {
  margin-bottom: 15px;
}

.entry-content ul,
.entry-content ol {
  padding-left: 18px;
}

.entry-content li {
  margin-bottom: 8px;
}

.one-thired {
  float: left;
  width: 31%;
  padding: 0 7px;
  text-align: justify;
}

.one-thired li,
.one-thired b,
.one-thired a {
  color: #c61b1a;
  font-weight: 600;
}

.one-thired ul {
  list-style-image: url("assets/images/archive/li.png");
}

.one-half {
  width: 46%;
  float: left;
  padding: 0 15px;
  text-align: justify;
}

.entry-content::after,
.home-columns::after,
.technology-table::after,
.get-in-touch::after,
.bottom-images .site::after {
  content: "";
  display: table;
  clear: both;
}

.technology-table {
  margin: 24px 0 10px;
}

.technology-table .tech-row {
  display: table;
  width: 100%;
  margin-bottom: 0;
  padding: 22px 0;
  border-bottom: 1px solid #dbe4e8;
}

.technology-table .tech-row:first-child {
  padding-top: 0;
}

.technology-table .tech-row:last-child {
  border-bottom: 0;
}

.technology-table .tech-image,
.technology-table .tech-copy {
  display: table-cell;
  vertical-align: top;
}

.technology-table .tech-image {
  width: 230px;
  padding-right: 18px;
}

.technology-table .tech-image img {
  max-width: 200px;
  box-shadow: none;
}

.technology-table em {
  display: block;
  margin-bottom: 8px;
  font-style: italic;
}

.technology-table h2,
.technology-panel h2 {
  color: #38363a;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.technology-panel {
  border-top: 2px solid #403d42;
  margin-top: 30px;
  padding-top: 18px;
}

.technology-panel h3 {
  color: maroon;
  font-size: 17px;
  margin: 18px 0 10px;
}

.technology-panel ul,
.attribute-list {
  list-style: disc;
  padding-left: 22px;
}

.technology-panel li,
.attribute-list li {
  margin-bottom: 7px;
}

.aces-list {
  columns: 2;
  column-gap: 36px;
}

.specialty-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.specialty-card {
  min-width: 0;
  padding: 20px 20px 18px;
  border: 1px solid #d9e5ea;
  border-top: 3px solid #95cbe7;
  border-radius: 4px;
  background: #f7fbfd;
  text-align: left;
}

.specialty-card img {
  margin-bottom: 10px;
}

.specialty-card h3 {
  color: #292638;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 14px;
}

.specialty-card ol {
  list-style: none;
  padding-left: 0;
}

.specialty-card li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 17px;
  line-height: 1.42;
}

.specialty-card li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a72b2b;
  transform: translateY(-50%);
}

.images {
  text-align: center;
  margin: 30px 0;
}

.images img {
  display: inline-block;
  padding: 0 9px;
  box-shadow: none;
}

.everfresh-graphs,
.microfresh-graphs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.microfresh-graphs {
  grid-template-columns: 1fr;
}

.about-address {
  margin-bottom: 18px;
}

.form {
  background: url("assets/images/archive/form.png") no-repeat center top;
  text-align: center;
  min-height: 402px;
}

.contact-form {
  width: 272px;
  margin: 0 auto;
  padding-top: 84px;
}

.contact-form p {
  margin-bottom: 12px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 7px 8px;
  border: 1px solid #cfcfcf;
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
}

.contact-form textarea {
  height: 115px;
  resize: vertical;
}

.contact-form button {
  width: 100%;
  padding: 8px;
  border: 0;
  background: #2c3139;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
}

.form-status {
  color: #fff;
  font-size: 13px;
}

.bottom-images {
  background: url("assets/images/archive/botm-btn.png") no-repeat top center #c5e8fb;
  text-align: center;
  min-height: 483px;
}

.bottom-images .image {
  float: left;
  margin-top: 44px;
  padding: 0 20px;
}

.bottom-images .image img {
  width: 275px;
}

.footer-wrapper {
  background-color: #19152d;
}

footer[role="contentinfo"] {
  clear: both;
  font-size: 12px;
  line-height: 2;
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 0;
  color: #fff;
  text-align: center;
}

.footer-wrapper a {
  color: #fff;
  margin-left: 59px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (max-width: 1011px) {
  .logo {
    margin: 9px auto 0;
  }
}

@media screen and (max-width: 959px) {
  .mobile-toggle {
    display: block;
  }

  .main-navigation {
    padding-top: 10px;
  }

  .main-navigation ul {
    display: none;
    padding: 76px 14px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    transform: none;
  }

  body.nav-open .main-navigation ul {
    display: flex;
  }

  .main-navigation li.spacer {
    margin-right: 0;
  }

  .main-navigation a {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 768px) {
  .wrapper {
    margin-top: -25px;
  }

  .slider {
    margin-bottom: -80px;
    min-height: 220px;
  }

  .slides,
  .slides li {
    min-height: 220px;
  }

  .slides img {
    min-height: 220px;
    object-fit: cover;
  }

  .home .site-content {
    padding-top: 110px;
  }

  .one-thired,
  .one-half {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }

  .home-columns {
    display: block;
  }

  .home-columns .one-thired {
    margin-bottom: 28px;
  }

  .aces-list {
    columns: 1;
  }

  .specialty-grid,
  .everfresh-graphs {
    grid-template-columns: 1fr;
  }

  .technology-table .tech-row,
  .technology-table .tech-image,
  .technology-table .tech-copy {
    display: block;
    width: 100%;
  }

  .technology-table .tech-image {
    padding-right: 0;
    margin-bottom: 12px;
  }

  .technology-table .tech-image img {
    max-width: 100%;
  }

  .bottom-images .image {
    float: none;
  }

  .bottom-images .image img {
    width: 100%;
    max-width: 275px;
    margin: 0 auto;
  }

  .contact-form {
    width: 82%;
    padding: 84px 16px 0;
  }
}

@media screen and (max-width: 480px) {
  #content {
    padding: 0 16px;
  }

  .logo {
    width: 132px;
  }

  .logo img {
    width: 132px;
  }

  .entry-header .entry-title {
    font-size: 21px;
  }

  .home .entry-content.home-columns {
    padding-top: 72px;
  }

  .slider {
    min-height: 180px;
  }

  .slides,
  .slides li,
  .slides img {
    min-height: 180px;
  }

  .footer-wrapper a {
    margin-left: 18px;
  }
}

/* Review v2: preserve the original visual language with cleaner geometry. */
body {
  background: #d9eef8;
}

.wrapper {
  margin-top: -58px;
  background: #c5e8fb;
}

.slider {
  aspect-ratio: 1900 / 483;
  min-height: 0;
  margin-bottom: 0;
  background: #fff;
}

.slides,
.slides li {
  height: 100%;
  min-height: 0;
}

.slides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

#page {
  box-shadow: 0 1px 0 rgba(25, 21, 45, 0.08);
}

.home .site-content {
  padding-top: 0;
}

.home .entry-header {
  padding-top: 56px;
}

.home .entry-content.home-columns {
  padding-top: 52px;
}

.standard-page .entry-header {
  padding-top: 54px;
}

.standard-page .entry-content {
  padding-top: 26px;
}

.site-content {
  padding-bottom: 90px;
}

.entry-header .entry-title {
  color: #2d2a35;
  font-size: 25px;
  line-height: 1.32;
}

.entry-content {
  color: #34323a;
  line-height: 1.62;
}

.entry-content h2,
.entry-content h3 {
  color: #292638;
}

.entry-content ul:not(.slides) {
  list-style: none;
  list-style-image: none;
  padding-left: 0;
}

.entry-content ul:not(.slides) > li {
  position: relative;
  padding-left: 19px;
}

.entry-content ul:not(.slides) > li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 1px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a72b2b;
  transform: translateY(-50%);
}

.entry-content ul:not(.slides) ul {
  margin-top: 8px;
  padding-left: 17px;
}

.entry-content ul:not(.slides) ul > li::before {
  width: 6px;
  height: 6px;
  border: 1px solid #a72b2b;
  background: transparent;
}

.specialty-card {
  padding-top: 20px;
  border-top: 3px solid #95cbe7;
}

.technology-panel {
  padding: 22px 0 2px;
}

.feature-list {
  margin: 18px 0 24px;
  padding: 18px 20px 10px !important;
  border-left: 3px solid #95cbe7;
  background: #f7fbfd;
}

.feature-list--columns {
  columns: 2;
  column-gap: 38px;
}

.feature-list--columns li {
  break-inside: avoid;
}

.fine-print {
  color: #67636d;
  font-size: 12px;
  line-height: 1.5;
}

.microfresh-graphs img,
.technology-table .tech-image img {
  border-radius: 4px;
  box-shadow: 0 8px 20px rgba(25, 21, 45, 0.1);
}

.bottom-images {
  position: relative;
  min-height: 0;
  padding: 84px 24px 68px;
  overflow: hidden;
  background: #95cbe7;
}

.bottom-images::before {
  content: "";
  position: absolute;
  top: -66px;
  left: 50%;
  width: 125%;
  height: 130px;
  transform: translateX(-50%);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: #95cbe7;
}

.bottom-images .site {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 62px);
  align-items: center;
}

.bottom-images .image {
  float: none;
  margin: 0;
  padding: 0;
}

.bottom-images .image img {
  width: 100%;
  max-width: 275px;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(25, 21, 45, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.bottom-images a:hover img,
.bottom-images a:focus-visible img {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(25, 21, 45, 0.2);
}

@media screen and (max-width: 1011px) {
  .wrapper {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .slider {
    aspect-ratio: 16 / 7;
    margin-bottom: 0;
    min-height: 0;
  }

  .slides,
  .slides li,
  .slides img {
    min-height: 0;
  }

  .home .entry-header,
  .standard-page .entry-header {
    padding-top: 42px;
  }

  .home .entry-content.home-columns,
  .standard-page .entry-content {
    padding-top: 34px;
  }

  .site-content {
    padding-bottom: 68px;
  }

  .bottom-images {
    padding: 54px 18px 42px;
  }

  .bottom-images::before {
    top: -34px;
    height: 72px;
  }

  .bottom-images .site {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .bottom-images .image img {
    max-width: 150px;
  }

  .feature-list--columns {
    columns: 1;
  }

  .specialty-card {
    padding: 18px;
  }
}
