/*
Theme Name: YimoAuto-Theme
Theme URI: https://www.yimoauto.com/
Author: YimoAuto
Author URI: https://www.yimoauto.com/
Description: A responsive industrial WordPress theme for YimoAuto truck parts suppliers.
Version: 1.2.0
Requires at least: 5.8
Requires PHP: 7.4
Text Domain: howo-parts
*/

:root {
  --ink: #111820;
  --ink-soft: #34404a;
  --muted: #66727d;
  --line: #dfe4e8;
  --paper: #f6f8f9;
  --white: #ffffff;
  --amber: #f5a623;
  --amber-deep: #d98208;
  --teal: #1b6b70;
  --teal-dark: #164b50;
  --shadow: 0 16px 42px rgba(17, 24, 32, 0.1);
  --radius: 6px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

button,
input,
textarea,
select {
  color: inherit;
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 10;
  background: var(--ink);
  color: var(--white);
}

.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topbar__inner,
.main-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
}

.topbar__contact {
  display: flex;
  gap: 22px;
  align-items: center;
}

.topbar__contact span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}

.topbar svg,
.main-nav svg {
  width: 14px;
  height: 14px;
}

.main-nav__inner {
  min-height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--white);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.brand__mark {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  background: var(--amber);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.brand__text small {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.custom-logo-link {
  display: block;
}

.custom-logo {
  width: auto;
  max-height: 44px;
}

.main-nav__links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav__links ul {
  display: flex;
  gap: 26px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav__links a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease;
}

.main-nav__links a:hover,
.main-nav__links .current-menu-item > a,
.main-nav__links .current_page_item > a {
  color: var(--white);
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: var(--amber);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease, color 180ms ease;
}

.nav-cta:hover,
.button:hover {
  background: #ffb638;
  color: var(--ink);
  transform: translateY(-1px);
}

.button--ghost {
  border-color: rgba(255, 255, 255, 0.42);
  background: transparent;
  color: var(--white);
}

.button--ghost:hover {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
}

.button--dark {
  background: var(--ink);
  color: var(--white);
}

.button--dark:hover {
  background: var(--teal-dark);
  color: var(--white);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.menu-toggle svg {
  width: 19px;
  height: 19px;
}

.hero {
  position: relative;
  display: flex;
  min-height: 650px;
  align-items: center;
  overflow: hidden;
  background-color: var(--ink);
  background-image: linear-gradient(90deg, rgba(12, 18, 24, 0.94) 0%, rgba(12, 18, 24, 0.78) 42%, rgba(12, 18, 24, 0.18) 100%), url("https://images.unsplash.com/photo-1519003722824-194d4455a60c?auto=format&fit=crop&w=2200&q=86");
  background-position: center;
  background-size: cover;
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  padding: 74px 0 116px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 30px;
  height: 2px;
  background: currentColor;
  content: "";
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--white);
  font-size: 74px;
  line-height: 1.03;
  letter-spacing: 0;
}

.hero__lead {
  max-width: 560px;
  margin: 24px 0 30px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__rail {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(7, 13, 18, 0.75);
  backdrop-filter: blur(8px);
}

.hero__rail-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.hero__stat {
  min-height: 96px;
  padding: 19px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.hero__stat:last-child {
  border-right: 0;
}

.hero__stat strong {
  display: block;
  color: var(--white);
  font-size: 27px;
  line-height: 1.1;
}

.hero__stat span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 12px;
}

.section {
  padding: 96px 0;
}

.section--white {
  background: var(--white);
}

.section--dark {
  background: var(--ink);
  color: var(--white);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 38px;
}

.section-heading h2 {
  max-width: 620px;
  margin: 0;
  font-size: 46px;
  line-height: 1.12;
  letter-spacing: 0;
}

.section-heading p {
  max-width: 460px;
  margin: 0;
  color: var(--muted);
}

.section--dark .section-heading p {
  color: rgba(255, 255, 255, 0.62);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.text-link:hover {
  color: var(--amber-deep);
}

.text-link svg {
  width: 16px;
  height: 16px;
}

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

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.product-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.product-card__image {
  position: relative;
  aspect-ratio: 1.45;
  overflow: hidden;
  background: #e9edef;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

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

.product-card__tag {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 4px 8px;
  background: var(--amber);
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-card__body {
  padding: 21px 22px 22px;
}

.product-card__body h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.25;
}

.product-card__body p {
  min-height: 52px;
  margin: 10px 0 17px;
  color: var(--muted);
  font-size: 13px;
}

.product-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card__meta a {
  color: var(--teal);
  text-decoration: none;
}

.feature-band {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 68px;
  align-items: center;
}

.feature-band__image {
  position: relative;
  min-height: 530px;
}

.feature-band__image img {
  width: calc(100% - 34px);
  height: 530px;
  object-fit: cover;
}

.feature-band__accent {
  position: absolute;
  right: 0;
  bottom: 34px;
  width: 48%;
  min-height: 152px;
  padding: 25px;
  background: var(--amber);
  color: var(--ink);
}

.feature-band__accent strong {
  display: block;
  font-size: 48px;
  line-height: 1;
}

.feature-band__accent span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-band__copy h2 {
  margin: 0 0 20px;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: 0;
}

.feature-band__copy > p {
  margin: 0 0 25px;
  color: var(--muted);
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 11px;
  align-items: start;
  font-size: 14px;
  font-weight: 700;
}

.check-list svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  color: var(--amber-deep);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.service-card {
  min-height: 235px;
  padding: 30px 28px 32px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.service-card:not(:first-child) {
  padding-left: 28px;
}

.service-card:last-child {
  border-right: 0;
}

.service-card__icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 26px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--amber);
}

.service-card__icon svg {
  width: 21px;
  height: 21px;
}

.service-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.service-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.testimonial {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 40px;
  align-items: center;
  padding: 45px 50px;
  background: #e8f0ef;
}

.testimonial__label {
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.testimonial blockquote {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.testimonial cite {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.contact-strip {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 44px;
  align-items: center;
}

.contact-strip h2 {
  max-width: 600px;
  margin: 0 0 12px;
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: 0;
}

.contact-strip p {
  max-width: 550px;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
}

.contact-strip__actions {
  display: flex;
  justify-content: end;
  gap: 12px;
}

.page-hero {
  padding: 85px 0;
  background: var(--ink);
  color: var(--white);
}

.page-hero h1 {
  max-width: 750px;
  margin: 0;
  font-size: 64px;
  line-height: 1.05;
  letter-spacing: 0;
}

.page-hero p {
  max-width: 600px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.64);
}

.content-area {
  padding: 80px 0 100px;
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 70px;
}

.entry-header {
  margin-bottom: 28px;
}

.entry-title {
  margin: 0;
  font-size: 56px;
  line-height: 1.08;
  letter-spacing: 0;
}

.entry-meta {
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
}

.entry-content {
  font-size: 17px;
}

.entry-content > * {
  max-width: 760px;
}

.entry-content h2,
.entry-content h3 {
  line-height: 1.2;
}

.entry-content img {
  border-radius: var(--radius);
}

.entry-content blockquote {
  margin-left: 0;
  padding: 20px 24px;
  border-left: 3px solid var(--amber);
  background: var(--white);
  font-size: 20px;
  font-weight: 700;
}

.sidebar {
  align-self: start;
  padding: 25px;
  border-top: 3px solid var(--amber);
  background: var(--white);
}

.sidebar h2,
.sidebar h3 {
  margin: 0 0 15px;
  font-size: 17px;
}

.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar li + li {
  margin-top: 10px;
}

.sidebar a {
  color: var(--ink-soft);
  font-size: 14px;
  text-decoration: none;
}

.sidebar a:hover {
  color: var(--teal);
}

.archive-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 13px;
}

.archive-toolbar strong {
  color: var(--ink);
}

.pagination {
  margin-top: 45px;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.pagination a,
.pagination span {
  display: grid;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  place-items: center;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  font-size: 13px;
  text-decoration: none;
}

.pagination .current {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.archive-tools {
  display: grid;
  gap: 18px;
  padding: 34px 0 30px;
}

.product-search {
  display: flex;
  gap: 10px;
  max-width: 730px;
}

.product-search input {
  width: 100%;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  outline: 0;
}

.product-search input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(27, 107, 112, 0.12);
}

.product-search .button {
  flex: 0 0 auto;
  min-height: 48px;
}

.product-search .button svg {
  width: 17px;
  height: 17px;
}

.category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.category-filter a {
  display: inline-flex;
  min-height: 35px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.category-filter a:hover,
.category-filter a.is-active {
  border-color: var(--teal);
  background: var(--teal);
  color: var(--white);
}

.empty-state {
  padding: 64px 30px;
  border: 1px solid var(--line);
  background: var(--white);
  text-align: center;
}

.empty-state h2 {
  margin: 0 0 10px;
  font-size: 27px;
}

.empty-state p {
  max-width: 520px;
  margin: 0 auto 23px;
  color: var(--muted);
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: 54px;
  padding: 36px;
  background: var(--white);
}

.product-detail__media {
  aspect-ratio: 1.08;
  overflow: hidden;
  background: #e9edef;
}

.product-detail__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail__summary {
  align-self: center;
  padding: 12px 10px 12px 0;
}

.product-detail__summary .entry-title {
  margin-bottom: 18px;
}

.product-detail__intro {
  max-width: 550px;
  margin: 0 0 27px;
  color: var(--muted);
}

.product-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-facts div {
  min-width: 0;
  padding: 16px 18px 16px 0;
}

.product-facts div + div {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}

.product-facts span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-facts strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: 14px;
}

.product-detail__back {
  margin-left: 18px;
}

.product-detail__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 70px;
  padding: 55px 36px 0;
}

.product-detail__content .entry-content h2 {
  margin-top: 0;
  font-size: 29px;
}

.inquiry-panel {
  align-self: start;
  padding: 26px;
  background: var(--ink);
  color: var(--white);
}

.inquiry-panel .eyebrow {
  margin-bottom: 12px;
}

.inquiry-panel h2 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.2;
}

.inquiry-panel p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.article-grid--home {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
}

.article-card--featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
}

.article-card__image {
  display: block;
  aspect-ratio: 1.55;
  overflow: hidden;
  background: #e9edef;
}

.article-card--featured .article-card__image {
  height: 100%;
  aspect-ratio: auto;
}

.article-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.article-card:hover .article-card__image img {
  transform: scale(1.04);
}

.article-card__body {
  padding: 22px 23px 24px;
}

.article-card__meta {
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.article-card h2 {
  margin: 10px 0 9px;
  font-size: 21px;
  line-height: 1.18;
  letter-spacing: 0;
}

.article-card p {
  min-height: 47px;
  margin: 0 0 17px;
  color: var(--muted);
  font-size: 13px;
}

.article-card .text-link {
  font-size: 12px;
}

.article-detail__header {
  margin-bottom: 27px;
}

.article-detail__header .entry-title {
  max-width: 840px;
}

.article-detail .entry-featured-image {
  margin-bottom: 34px;
}

.article-detail .entry-featured-image img {
  width: 100%;
  max-height: 570px;
  object-fit: cover;
  border-radius: var(--radius);
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-top: 34px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.article-tags span {
  margin-right: 4px;
  font-weight: 800;
  text-transform: uppercase;
}

.article-tags a {
  padding: 4px 8px;
  background: var(--white);
  color: var(--teal);
  font-weight: 700;
  text-decoration: none;
}

.content-layout--spaced {
  padding-top: 55px;
}

.not-found-actions {
  padding-top: 38px;
}

.site-footer {
  background: #0b1116;
  color: var(--white);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr 1fr;
  gap: 42px;
  padding: 70px 0 58px;
}

.footer-main .brand {
  margin-bottom: 18px;
}

.footer-main p {
  max-width: 300px;
  margin: 0;
  color: rgba(255, 255, 255, 0.53);
  font-size: 13px;
}

.footer-col h3 {
  margin: 5px 0 17px;
  color: var(--amber);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-col ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-col a,
.footer-contact {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  text-decoration: none;
}

.footer-col a:hover {
  color: var(--white);
}

.footer-contact {
  display: grid;
  gap: 10px;
}

.footer-contact span {
  display: flex;
  gap: 9px;
  align-items: start;
}

.footer-contact svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  color: var(--amber);
}

.footer-bottom {
  padding: 18px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.39);
  font-size: 12px;
}

.footer-bottom__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  top: 10px;
  left: 10px;
  z-index: 100000;
  display: block;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto !important;
  background: var(--white);
  color: var(--ink);
  font-size: 14px;
}

@media (max-width: 900px) {
  .main-nav__links {
    gap: 14px;
  }

  .main-nav__links ul {
    gap: 15px;
  }

  .hero {
    min-height: 620px;
  }

  .feature-band,
  .contact-strip {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .product-detail {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .product-detail__summary {
    padding: 0;
  }

  .product-detail__content {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .article-grid--home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-strip__actions {
    justify-content: start;
  }

  .footer-main {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .footer-main .footer-col:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .container {
    width: min(100% - 34px, 1180px);
  }

  .topbar__inner {
    justify-content: center;
  }

  .topbar__contact {
    gap: 12px;
    font-size: 10px;
  }

  .topbar__contact span:last-child {
    display: none;
  }

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

  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .main-nav__links {
    position: absolute;
    top: 100%;
    right: 17px;
    left: 17px;
    display: none;
    padding: 15px;
    background: var(--ink);
    box-shadow: var(--shadow);
  }

  .main-nav__links.is-open {
    display: block;
  }

  .main-nav__links ul {
    display: grid;
    gap: 0;
  }

  .main-nav__links li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .main-nav__links a {
    display: block;
    padding: 13px 3px;
  }

  .nav-cta {
    width: 100%;
    margin-top: 13px;
  }

  .hero__content {
    padding: 58px 0 146px;
  }

  .hero__lead {
    font-size: 16px;
  }

  .hero h1 {
    font-size: 44px;
  }

  .section-heading h2 {
    font-size: 31px;
  }

  .feature-band__copy h2 {
    font-size: 33px;
  }

  .testimonial blockquote {
    font-size: 23px;
  }

  .contact-strip h2 {
    font-size: 32px;
  }

  .page-hero h1 {
    font-size: 42px;
  }

  .entry-title {
    font-size: 36px;
  }

  .hero__rail-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero__stat {
    min-height: 82px;
    padding: 13px 16px;
  }

  .hero__stat:nth-child(2) {
    border-right: 0;
  }

  .hero__stat:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .hero__stat strong {
    font-size: 21px;
  }

  .section {
    padding: 67px 0;
  }

  .section-heading {
    display: block;
    margin-bottom: 28px;
  }

  .section-heading p {
    margin-top: 14px;
  }

  .section-heading .text-link {
    margin-top: 17px;
  }

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

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

  .product-search .button {
    width: max-content;
  }

  .product-detail {
    gap: 23px;
    padding: 18px;
  }

  .product-detail__media {
    aspect-ratio: 1.15;
  }

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

  .product-facts div + div {
    padding-top: 0;
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .product-detail__back {
    margin-top: 16px;
    margin-left: 0;
  }

  .product-detail__content {
    gap: 35px;
    padding: 42px 18px 0;
  }

  .article-grid,
  .article-grid--home {
    grid-template-columns: 1fr;
  }

  .article-card--featured {
    display: block;
    grid-column: auto;
  }

  .service-card,
  .service-card:not(:first-child) {
    min-height: auto;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .service-card:last-child {
    border-bottom: 0;
  }

  .feature-band__image,
  .feature-band__image img {
    min-height: 340px;
    height: 340px;
  }

  .feature-band__image img {
    width: calc(100% - 20px);
  }

  .feature-band__accent {
    bottom: 20px;
    width: 52%;
    min-height: 115px;
    padding: 17px;
  }

  .feature-band__accent strong {
    font-size: 34px;
  }

  .testimonial {
    grid-template-columns: 1fr;
    gap: 19px;
    padding: 30px 24px;
  }

  .contact-strip__actions {
    flex-wrap: wrap;
  }

  .page-hero {
    padding: 60px 0;
  }

  .content-area {
    padding: 55px 0 75px;
  }

  .content-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .content-layout--spaced {
    padding-top: 38px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
    padding: 52px 0 42px;
  }

  .footer-main .footer-col:last-child {
    grid-column: auto;
  }

  .footer-bottom__inner {
    display: block;
  }

  .footer-bottom__inner span {
    display: block;
    margin-top: 4px;
  }
}
