:root {
  --ink: #172126;
  --muted: #677174;
  --soft: #f4f0e8;
  --line: #dbe3df;
  --white: #fffdf8;
  --green: #00745d;
  --blue: #11607f;
  --gold: #a77832;
  --panel: #f7f4ee;
  --deep: #e9f1ee;
  --graphite: #d9e7e4;
  --mist: #eff5f2;
  --peach: #f3dfd2;
  --sky: #dbeaf0;
  --shadow: 0 28px 80px rgba(55, 78, 82, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--panel);
  font-family:
    -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display",
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.58;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

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

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

.nav {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  padding: 0 clamp(22px, 5vw, 72px);
  background: rgba(255, 253, 248, 0.78);
  backdrop-filter: saturate(180%) blur(26px);
  border-bottom: 1px solid rgba(129, 151, 148, 0.18);
}

.brand {
  width: min(224px, 56vw);
}

.links {
  display: flex;
  gap: 32px;
  color: rgba(23, 33, 38, 0.78);
  font-size: 14px;
  font-weight: 500;
}

.menu {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(23, 33, 38, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.64);
}

.menu span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: clamp(22px, 4vw, 46px);
  min-height: 100svh;
  padding: 126px clamp(22px, 5vw, 72px) 54px;
  text-align: center;
  background:
    radial-gradient(circle at 52% 80%, rgba(124, 190, 174, 0.36), transparent 34%),
    radial-gradient(circle at 15% 24%, rgba(219, 234, 240, 0.78), transparent 34%),
    radial-gradient(circle at 86% 30%, rgba(243, 223, 210, 0.72), transparent 31%),
    linear-gradient(180deg, #fbf8f1 0%, #eef5f2 54%, #e6f0ed 100%);
  overflow: hidden;
}

.hero > *,
.feature > *,
.quality > * {
  min-width: 0;
}

.hero-copy {
  display: grid;
  justify-items: center;
  max-width: 980px;
}

.kicker {
  margin: 0 0 16px;
  color: #00745d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(48px, 8vw, 92px);
  line-height: 1.02;
  font-weight: 650;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  text-wrap: balance;
  color: var(--ink);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.16;
  font-weight: 650;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  text-wrap: balance;
  color: inherit;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.hero-copy p:not(.kicker) {
  max-width: 720px;
  color: rgba(23, 33, 38, 0.62);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.42;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 19px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
}

.button.dark {
  color: #fffdf8;
  background: linear-gradient(135deg, #11607f, #00745d);
  box-shadow: 0 18px 46px rgba(17, 96, 127, 0.22);
}

.button.light {
  color: var(--ink);
  border: 1px solid rgba(23, 33, 38, 0.14);
  background: rgba(255, 253, 248, 0.58);
}

.hero-product {
  position: relative;
  width: min(1180px, 100%);
  min-height: 520px;
  border-radius: 0;
  background: transparent;
  overflow: visible;
  box-shadow: none;
}

.hero-product-showcase {
  display: grid;
  place-items: center;
  padding: 0;
}

.hero-product::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.52), rgba(255, 253, 248, 0.08));
}

.hero-product-showcase::after {
  display: none;
}

.hero-factory {
  display: none;
}

.showcase-stage {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 520px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.showcase-stage::before {
  position: absolute;
  right: 12%;
  bottom: 7%;
  left: 12%;
  height: 34px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(0, 116, 93, 0.18), transparent 70%);
  filter: blur(16px);
  content: "";
}

.showcase-product {
  position: absolute;
  bottom: 10%;
  width: auto;
  max-width: none;
  object-fit: contain;
  filter:
    drop-shadow(0 34px 24px rgba(39, 59, 60, 0.2))
    drop-shadow(0 0 30px rgba(255, 253, 248, 0.36));
}

.showcase-blue {
  left: 12%;
  height: 56%;
}

.showcase-white {
  left: 26%;
  height: 66%;
}

.showcase-spray {
  left: 44%;
  height: 44%;
}

.showcase-pro {
  right: 25%;
  height: 60%;
}

.showcase-disinfect {
  right: 8%;
  height: 58%;
}

.metrics {
  display: grid;
  width: 100%;
  margin: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 42px clamp(22px, 5vw, 72px);
  border-top: 1px solid rgba(129, 151, 148, 0.2);
  border-bottom: 1px solid rgba(129, 151, 148, 0.2);
  background: #f8f5ef;
}

.metrics div {
  padding: 18px clamp(12px, 2vw, 28px);
  border-right: 1px solid rgba(129, 151, 148, 0.18);
  text-align: center;
}

.metrics strong {
  display: block;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  font-weight: 650;
}

.metrics span {
  color: rgba(23, 33, 38, 0.56);
}

.section {
  padding: 128px clamp(22px, 5vw, 72px);
}

.intro {
  max-width: none;
  margin: 0;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 116, 93, 0.1), transparent 36%),
    linear-gradient(180deg, #f8f5ef, #edf5f1);
}

.intro h2 {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.section-head {
  max-width: 1040px;
  margin: 0 auto 52px;
  text-align: center;
}

.section-head > p:not(.kicker) {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(23, 33, 38, 0.62);
  font-size: 19px;
  line-height: 1.52;
}

.products {
  background:
    radial-gradient(circle at 50% 9%, rgba(17, 96, 127, 0.12), transparent 30%),
    radial-gradient(circle at 12% 32%, rgba(243, 223, 210, 0.66), transparent 29%),
    linear-gradient(180deg, #edf5f1 0%, #f8f5ef 48%, #eef5f2 100%);
}

.product-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 22px;
  margin: 0 auto 76px;
}

.spotlight-card {
  position: relative;
  display: grid;
  min-height: 480px;
  padding: clamp(30px, 4vw, 54px);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(129, 151, 148, 0.2);
  background: rgba(255, 253, 248, 0.56);
  box-shadow: 0 28px 90px rgba(55, 78, 82, 0.12);
  isolation: isolate;
}

.spotlight-card::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
}

.spotlight-card::after {
  position: absolute;
  inset: auto 8% 9%;
  z-index: -1;
  height: 44px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(55, 78, 82, 0.18), transparent 70%);
  filter: blur(14px);
  content: "";
}

.spotlight-card.home {
  grid-row: span 2;
  background:
    radial-gradient(circle at 58% 72%, rgba(0, 116, 93, 0.16), transparent 38%),
    linear-gradient(180deg, #f1f8f3 0%, #e4f0ec 100%);
}

.spotlight-card.public {
  background:
    radial-gradient(circle at 62% 72%, rgba(17, 96, 127, 0.15), transparent 38%),
    linear-gradient(180deg, #eef7fa 0%, #dfeef3 100%);
}

.spotlight-card.auto {
  background:
    radial-gradient(circle at 66% 72%, rgba(167, 120, 62, 0.14), transparent 40%),
    linear-gradient(180deg, #fbf0e9 0%, #f0e4d8 100%);
}

.spotlight-card span {
  display: block;
  margin-bottom: 10px;
  color: #00745d;
  font-size: 13px;
  font-weight: 700;
}

.spotlight-card h3 {
  max-width: 560px;
  margin: 0 0 12px;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.05;
  font-weight: 650;
}

.spotlight-card p {
  max-width: 440px;
  color: rgba(23, 33, 38, 0.62);
  font-size: 18px;
  line-height: 1.5;
}

.spotlight-visual {
  position: relative;
  align-self: end;
  min-height: 265px;
}

.spotlight-visual img {
  position: absolute;
  bottom: 0;
  width: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 32px 24px rgba(55, 78, 82, 0.18))
    drop-shadow(0 0 34px rgba(255, 253, 248, 0.5));
}

.spotlight-card.home .spotlight-visual {
  min-height: 385px;
}

.spotlight-card.home .spotlight-visual img:nth-child(1) {
  left: 11%;
  height: 78%;
}

.spotlight-card.home .spotlight-visual img:nth-child(2) {
  left: 37%;
  height: 92%;
}

.spotlight-card.home .spotlight-visual img:nth-child(3) {
  right: 9%;
  height: 56%;
}

.spotlight-card.public .spotlight-visual img:nth-child(1) {
  left: 8%;
  height: 76%;
}

.spotlight-card.public .spotlight-visual img:nth-child(2) {
  left: 38%;
  height: 70%;
}

.spotlight-card.public .spotlight-visual img:nth-child(3) {
  right: 5%;
  height: 62%;
}

.spotlight-card.auto .spotlight-visual img:nth-child(1) {
  left: 6%;
  height: 80%;
}

.spotlight-card.auto .spotlight-visual img:nth-child(2) {
  left: 39%;
  height: 68%;
}

.spotlight-card.auto .spotlight-visual img:nth-child(3) {
  right: 7%;
  height: 82%;
}

.product-nav {
  position: static;
  z-index: 8;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 78px;
  padding: 0;
  background: transparent;
  backdrop-filter: none;
}

.product-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(23, 33, 38, 0.12);
  border-radius: 999px;
  color: rgba(23, 33, 38, 0.8);
  background: rgba(255, 253, 248, 0.58);
  font-size: 14px;
  font-weight: 600;
}

.catalog-stack {
  display: grid;
  gap: 140px;
}

.catalog-category {
  scroll-margin-top: 118px;
}

.catalog-heading {
  display: grid;
  justify-items: center;
  max-width: 980px;
  margin: 0 auto 46px;
  padding-bottom: 0;
  text-align: center;
  border-bottom: 0;
}

.catalog-heading .kicker {
  margin-bottom: 10px;
}

.catalog-heading h3 {
  margin-bottom: 0;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.14;
  font-weight: 650;
  text-wrap: balance;
}

.catalog-heading > p:not(.kicker) {
  max-width: 680px;
  margin: 18px auto 0;
  color: rgba(23, 33, 38, 0.62);
  font-size: 19px;
}

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

.catalog-card {
  display: grid;
  grid-template-rows: minmax(260px, auto) 1fr;
  gap: 18px;
  min-height: 560px;
  padding: 34px 28px 30px;
  border-radius: 8px;
  border: 1px solid rgba(129, 151, 148, 0.2);
  background:
    radial-gradient(circle at 50% 17%, rgba(255, 253, 248, 0.72), transparent 48%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.72), rgba(239, 245, 242, 0.64));
  box-shadow: 0 22px 70px rgba(55, 78, 82, 0.1);
}

.product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 280px;
  border-radius: 8px;
  background: transparent;
  overflow: visible;
}

.product-media img {
  width: auto;
  max-width: 92%;
  max-height: 300px;
  object-fit: contain;
  filter:
    drop-shadow(0 28px 20px rgba(55, 78, 82, 0.18))
    drop-shadow(0 0 28px rgba(255, 253, 248, 0.48));
}

.product-media.is-group {
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px;
}

.product-media.is-group img {
  max-width: 38%;
}

.catalog-copy {
  display: grid;
  align-content: start;
  min-width: 0;
  text-align: left;
}

.catalog-copy span {
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 15px;
  font-weight: 650;
}

.catalog-copy h4 {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 650;
  text-wrap: balance;
}

.catalog-copy ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: rgba(23, 33, 38, 0.62);
  font-size: 14px;
  list-style: none;
}

.catalog-copy li {
  position: relative;
  padding-left: 16px;
}

.catalog-copy li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
  content: "";
}

.catalog-copy p {
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(23, 33, 38, 0.12);
  color: rgba(23, 33, 38, 0.56);
  font-size: 15px;
  font-weight: 600;
}

.product-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 240px;
  padding: 24px;
  border: 1px dashed #cfd8dc;
  border-radius: 8px;
  color: var(--muted);
  text-align: center;
  background: rgba(255, 253, 248, 0.64);
}

.lineup-visual {
  overflow: hidden;
  margin: 0 0 18px;
  border-radius: 8px;
  background: var(--soft);
}

.lineup-visual img {
  width: 100%;
  background: var(--white);
}

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

.product-grid article {
  display: grid;
  align-content: start;
  min-height: 430px;
  padding: 28px;
  border-radius: 8px;
  background: var(--soft);
}

.product-shot {
  width: 100%;
  height: 210px;
  margin-bottom: 28px;
  border-radius: 8px;
  background: var(--white);
  object-fit: contain;
}

.product-grid span {
  color: var(--gold);
  font-weight: 800;
}

.product-grid p,
.feature-copy p,
.quality-grid p {
  color: var(--muted);
}

.feature {
  display: grid;
  grid-template-columns: minmax(360px, 1.05fr) minmax(320px, 0.95fr);
  min-height: 760px;
  background: #e8f0ed;
  color: var(--ink);
}

.feature-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.feature-copy {
  align-self: center;
  padding: clamp(42px, 7vw, 96px);
}

.feature-copy .kicker {
  color: #00745d;
}

.feature-copy p {
  font-size: 17px;
}

.feature-copy ul {
  display: grid;
  gap: 14px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.feature-copy li {
  padding: 16px 0;
  border-top: 1px solid rgba(23, 33, 38, 0.12);
  font-weight: 500;
}

.quality {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(36px, 8vw, 100px);
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 16%, rgba(17, 96, 127, 0.09), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(243, 223, 210, 0.58), transparent 28%),
    linear-gradient(180deg, #f8f5ef 0%, #edf5f1 100%);
}

.quality-grid {
  display: grid;
  gap: 14px;
}

.quality-grid article {
  padding: 30px;
  border: 1px solid rgba(129, 151, 148, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 253, 248, 0.74), transparent 42%),
    rgba(255, 253, 248, 0.62);
  box-shadow: 0 22px 70px rgba(55, 78, 82, 0.1);
}

.quality-grid article:first-child {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.78), rgba(239, 245, 242, 0.9)),
    url("assets/ppt/manufacturing-process.jpeg") center / cover;
}

.quality-grid article:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.78), rgba(239, 245, 242, 0.9)),
    url("assets/ppt/factory-aerial.png") center / cover;
}

.contact {
  padding: 110px clamp(22px, 5vw, 72px);
  color: var(--ink);
  background:
    radial-gradient(circle at 80% 10%, rgba(219, 234, 240, 0.74), transparent 30%),
    linear-gradient(180deg, #edf5f1, #f8f5ef);
}

.contact .kicker {
  color: #00745d;
}

.contact h2 {
  max-width: 900px;
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 44px;
  background: rgba(129, 151, 148, 0.2);
}

.contact-list a,
.contact-list span {
  min-height: 120px;
  padding: 24px;
  background: rgba(255, 253, 248, 0.62);
  font-weight: 600;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 24px clamp(22px, 5vw, 72px);
  color: rgba(23, 33, 38, 0.62);
  background: #f0eee7;
}

@media (max-width: 1080px) {
  .hero,
  .feature,
  .quality {
    grid-template-columns: 1fr;
  }

  .product-spotlight {
    grid-template-columns: 1fr;
  }

  .spotlight-card.home {
    grid-row: auto;
  }

  .product-grid,
  .catalog-grid,
  .metrics,
  .contact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .catalog-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-product {
    min-height: 540px;
  }

  .showcase-stage {
    min-height: 460px;
  }
}

@media (max-width: 760px) {
  .links {
    position: absolute;
    top: 68px;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 12px;
    border: 1px solid rgba(23, 33, 38, 0.12);
    border-radius: 8px;
    color: rgba(23, 33, 38, 0.86);
    background: rgba(255, 253, 248, 0.94);
    box-shadow: 0 24px 80px rgba(55, 78, 82, 0.18);
  }

  .links.is-open {
    display: flex;
  }

  .links a {
    padding: 13px 10px;
  }

  .menu {
    display: block;
  }

  h1 {
    font-size: 35px;
    line-height: 1.14;
    font-weight: 650;
  }

  h2,
  .intro h2 {
    font-size: 31px;
    line-height: 1.18;
  }

  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100vw;
    padding-top: 112px;
    gap: 34px;
    min-height: auto;
    overflow: hidden;
  }

  .hero-copy {
    min-width: 0;
    max-width: 100%;
  }

  .hero-copy p:not(.kicker) {
    font-size: 16px;
    line-height: 1.7;
    max-width: calc(100vw - 44px);
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .hero-product {
    min-height: 360px;
    max-width: 100%;
  }

  .showcase-stage {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 7px;
    width: 100%;
    max-width: 100%;
    min-height: 320px;
    padding: 46px 18px 52px;
  }

  .showcase-stage::before {
    right: 18px;
    left: 18px;
  }

  .showcase-product {
    position: static;
    flex: 0 1 auto;
    min-width: 0;
    height: auto;
    max-width: none;
  }

  .showcase-blue {
    width: 13%;
    max-height: 175px;
  }

  .showcase-white {
    width: 16%;
    max-height: 198px;
  }

  .showcase-spray {
    width: 14%;
    max-height: 128px;
  }

  .showcase-pro {
    width: 17%;
    max-height: 190px;
  }

  .showcase-disinfect {
    width: 28%;
    max-height: 190px;
  }

  .hero-copy,
  .hero-copy p:not(.kicker) {
    width: min(100%, calc(100vw - 44px));
    max-width: calc(100vw - 44px);
  }

  .product-grid,
  .catalog-grid,
  .metrics,
  .contact-list {
    grid-template-columns: 1fr;
  }

  .product-nav {
    position: static;
    margin-bottom: 46px;
  }

  .product-spotlight {
    gap: 16px;
    margin-bottom: 52px;
  }

  .spotlight-card {
    min-height: 430px;
    padding: 28px 22px;
  }

  .spotlight-card h3 {
    font-size: 32px;
  }

  .spotlight-card p {
    font-size: 16px;
  }

  .spotlight-card.home .spotlight-visual,
  .spotlight-visual {
    min-height: 260px;
  }

  .spotlight-card.home .spotlight-visual img:nth-child(1) {
    left: 5%;
    height: 72%;
  }

  .spotlight-card.home .spotlight-visual img:nth-child(2) {
    left: 31%;
    height: 82%;
  }

  .spotlight-card.home .spotlight-visual img:nth-child(3) {
    right: 2%;
    height: 48%;
  }

  .spotlight-card.public .spotlight-visual img:nth-child(1),
  .spotlight-card.auto .spotlight-visual img:nth-child(1) {
    left: 2%;
  }

  .catalog-stack {
    gap: 72px;
  }

  .catalog-heading h3 {
    font-size: 29px;
  }

  .catalog-card {
    gap: 20px;
    padding: 20px;
    min-height: 0;
    grid-template-rows: auto;
  }

  .product-media {
    min-height: 210px;
  }

  .product-media img {
    max-height: 205px;
  }

  .product-media.is-group img {
    max-width: 42%;
  }

  .catalog-copy h4 {
    font-size: 21px;
  }

  .product-grid article {
    min-height: 0;
  }

  .product-shot {
    height: 190px;
  }

  .contact-list a,
  .contact-list span {
    min-height: 84px;
  }
}
