/*
Theme Name: Lumijoy Toys
Theme URI: https://lumijoy1942.com/
Author: LeTongWang Toys
Description: A lightweight B2B catalog and inquiry theme for LeTongWang Toys. It is intentionally quotation-led and contains no ecommerce workflow.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: lumijoy-toys
Tags: b2b, catalog, custom-logo, custom-menu, translation-ready
*/

:root {
  --navy: #09253d;
  --navy-deep: #061c2e;
  --ink: #183248;
  --muted: #627386;
  --sand: #f4f1ea;
  --paper: #fffdfa;
  --white: #ffffff;
  --gold: #d69b25;
  --gold-light: #f4ca72;
  --sky: #d9edf0;
  --line: #dce3e6;
  --line-strong: #bdcbd1;
  --max: 1180px;
  --narrow: 760px;
  --shadow: 0 18px 36px rgba(9, 37, 61, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  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.55;
  text-rendering: optimizeLegibility;
}

body.menu-is-open {
  overflow: hidden;
}

img,
figure,
video,
iframe {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

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

a:hover,
a:focus-visible {
  text-decoration: none;
}

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

button {
  cursor: pointer;
}

::selection {
  color: var(--navy-deep);
  background: var(--gold-light);
}

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

.screen-reader-text:focus,
.skip-link:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 14px;
  clip: auto;
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 0 0 3px var(--gold-light);
}

:focus-visible {
  outline: 3px solid #e6b64a;
  outline-offset: 3px;
}

.wrap {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.narrow-content {
  width: min(calc(100% - 40px), var(--narrow));
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 11px 19px;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #18293a;
  background: var(--gold);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}

.button:hover {
  color: #18293a;
  background: #e5ae3c;
  transform: translateY(-1px);
}

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

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

.button--outline {
  border-color: #5d788c;
  color: var(--navy);
  background: transparent;
}

.button--outline:hover {
  color: var(--navy);
  border-color: var(--navy);
  background: #eef3f4;
}

.text-link {
  color: #145679;
  font-size: 0.84rem;
  font-weight: 800;
}

.text-link:hover {
  color: #a76f08;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 250, 0.96);
  backdrop-filter: blur(12px);
}

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

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 22px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  min-width: 0;
  line-height: 1;
}

.brand__name,
.brand__logo .custom-logo-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.brand strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
  letter-spacing: -0.035em;
}

.brand__logo .custom-logo {
  width: auto;
  max-width: 190px;
  max-height: 45px;
}

.brand > span:last-child {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

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

.primary-menu,
.footer-menu,
.category-pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-menu > li {
  margin: 0;
  padding: 0;
}

.primary-menu a {
  color: #365066;
  font-size: 0.86rem;
  font-weight: 700;
}

.primary-menu .current-menu-item > a,
.primary-menu a:hover {
  color: #a76f08;
}

.header-cta {
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 9px;
  padding: 8px 0;
  border: 0;
  color: var(--navy);
  background: transparent;
  font-size: 0.82rem;
  font-weight: 800;
}

.menu-toggle__icon,
.menu-toggle__icon::before,
.menu-toggle__icon::after {
  display: block;
  width: 19px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
  transition:
    transform 0.18s ease,
    opacity 0.18s ease;
}

.menu-toggle__icon {
  position: relative;
}

.menu-toggle__icon::before,
.menu-toggle__icon::after {
  position: absolute;
  left: 0;
}

.menu-toggle__icon::before {
  top: -6px;
}

.menu-toggle__icon::after {
  top: 6px;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon {
  background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon::after {
  top: 0;
  transform: rotate(-45deg);
}

section {
  padding: 90px 0;
}

.hero {
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(120deg, #082840 0%, #155575 57%, #0b3958 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(350px, 0.95fr);
  align-items: center;
  min-height: 600px;
  gap: 64px;
}

.hero h1 {
  max-width: 710px;
  margin: 0 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 5.5vw, 5.3rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.hero p:not(.eyebrow) {
  max-width: 570px;
  margin: 0 0 30px;
  color: #d4e3ea;
  font-size: 1.11rem;
}

.hero-actions,
.contact-actions,
.detail-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.hero-art {
  position: relative;
  min-height: 455px;
}

.hero-art::before {
  position: absolute;
  inset: 30px 0 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  content: "";
}

.hero-art img {
  position: absolute;
  right: 0;
  bottom: 28px;
  width: min(100%, 410px);
  max-height: 410px;
  object-fit: cover;
  object-position: 50% 16%;
  box-shadow: 22px 24px 0 rgba(0, 0, 0, 0.16);
}

.hero-caption {
  position: absolute;
  right: 16px;
  bottom: 0;
  z-index: 1;
  padding: 10px 13px;
  color: var(--navy);
  background: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

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

.section-head h2,
.intro h1,
.detail-content h2,
.inquiry-panel h2,
.contact-copy h2,
.empty-state h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.section-head > p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
}

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

.product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

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

.product-card__image {
  display: grid;
  min-height: 280px;
  overflow: hidden;
  place-items: center;
  background: #eef2f2;
}

.product-card__image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: top;
}

.product-card__placeholder {
  padding: 32px;
  color: #627386;
  font-size: 0.86rem;
  font-weight: 700;
  text-align: center;
}

.product-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 21px;
}

.model {
  margin: 0 0 6px;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
  line-height: 1.1;
}

.product-card h3 a:hover {
  color: #145679;
}

.product-card p:not(.model) {
  margin: 0 0 17px;
  color: var(--muted);
  font-size: 0.9rem;
}

.product-card .text-link {
  margin-top: auto;
}

.band {
  color: var(--white);
  background: var(--navy);
}

.band-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 68px;
  align-items: center;
}

.band h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.5vw, 3.45rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.band p:not(.eyebrow) {
  margin: 0;
  color: #c7d8e1;
}

.capability-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.capability-list li {
  padding: 16px;
  border-left: 2px solid var(--gold);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.9rem;
}

.process {
  background: var(--sand);
}

.process--white {
  background: var(--paper);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid #dce0de;
  background: #dce0de;
}

.step {
  min-height: 205px;
  padding: 25px;
  background: #faf8f3;
}

.step span {
  display: inline-block;
  margin-bottom: 35px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-style: italic;
}

.step h2,
.step h3 {
  margin: 0 0 7px;
  color: var(--navy);
  font-size: 1rem;
  line-height: 1.35;
}

.step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.quote {
  color: var(--white);
  background: linear-gradient(100deg, #12465f, #17627b);
}

.quote-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
}

.quote h2 {
  max-width: 780px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.quote p {
  margin: 12px 0 0;
  color: #c9e0e7;
}

.page-hero {
  padding: 82px 0 56px;
  background: var(--sand);
}

.page-hero--product {
  padding-bottom: 46px;
}

.intro {
  max-width: 760px;
}

.intro p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 24px;
  color: #627386;
  font-size: 0.8rem;
}

.breadcrumbs a:hover {
  color: #145679;
  text-decoration: underline;
}

.selected-model {
  display: inline-block;
  margin-top: 20px !important;
  padding: 7px 10px;
  border-left: 3px solid var(--gold);
  color: var(--navy) !important;
  background: #fff9ed;
  font-size: 0.9rem !important;
  font-weight: 700;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 22px;
  font-size: 0.92rem;
  font-weight: 800;
}

.contact-links a {
  color: #145679;
  text-decoration: underline;
  text-decoration-color: rgba(20, 86, 121, 0.35);
  text-underline-offset: 4px;
}

.contact-links a:hover {
  color: #a76f08;
}

.catalog-filter-section {
  padding: 25px 0 0;
  background: var(--sand);
}

.category-pills {
  gap: 8px;
}

.category-pill {
  display: inline-flex;
  min-height: 35px;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid #b7c4c8;
  border-radius: 99px;
  color: #365066;
  background: rgba(255, 255, 255, 0.52);
  font-size: 0.82rem;
  font-weight: 700;
}

.category-pill:hover,
.category-pill.is-current {
  border-color: var(--navy);
  color: var(--white);
  background: var(--navy);
}

.catalog-section {
  padding-top: 52px;
}

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

.pagination-wrap {
  margin-top: 38px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}

.page-numbers {
  display: inline-grid;
  min-width: 36px;
  min-height: 36px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 3px;
  color: var(--navy);
  font-size: 0.85rem;
  font-weight: 700;
}

.page-numbers.current,
.page-numbers:hover {
  border-color: var(--navy);
  color: var(--white);
  background: var(--navy);
}

.empty-state {
  max-width: 720px;
  padding: clamp(32px, 6vw, 64px);
  border: 1px solid var(--line);
  background: #fbfaf6;
}

.empty-state p:not(.eyebrow) {
  max-width: 590px;
  margin: 14px 0 24px;
  color: var(--muted);
}

.detail {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 55px;
  align-items: start;
}

.product-detail-section {
  padding-top: 70px;
}

.detail-media {
  display: grid;
  min-height: 420px;
  place-items: center;
  border: 1px solid var(--line);
  background: #f0f3f2;
}

.detail-media img {
  width: 100%;
  max-height: 650px;
  object-fit: contain;
}

.detail-media .product-card__placeholder {
  min-height: 300px;
}

.detail-content h2 {
  font-size: clamp(1.85rem, 3vw, 2.6rem);
}

.product-lead {
  margin: 17px 0 0;
  color: var(--muted);
}

.specs {
  margin: 28px 0;
  border-top: 1px solid var(--line);
}

.specs div {
  display: grid;
  grid-template-columns: minmax(130px, 0.55fr) minmax(0, 1fr);
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.specs dt {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.specs dd {
  margin: 0;
  color: var(--ink);
  font-size: 0.92rem;
}

.notice {
  margin: 22px 0 0;
  padding: 16px;
  border-left: 3px solid var(--gold);
  color: #5c4b26;
  background: #fcf6e8;
  font-size: 0.86rem;
}

.product-description-section,
.related-products-section,
.page-content-section,
.contact-section {
  padding-top: 0;
}

.product-description-section .entry-content {
  padding-top: 0;
}

.entry-content {
  color: #30495d;
}

.entry-content > :first-child {
  margin-top: 0;
}

.entry-content > :last-child {
  margin-bottom: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin: 1.65em 0 0.65em;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.15;
}

.entry-content h2 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.entry-content h3 {
  font-size: 1.45rem;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
  margin: 0 0 1.1em;
}

.entry-content li + li {
  margin-top: 0.35em;
}

.entry-content a:not(.wp-block-button__link) {
  color: #145679;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.entry-content blockquote {
  margin: 1.5em 0;
  padding: 10px 0 10px 20px;
  border-left: 3px solid var(--gold);
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.entry-content .wp-block-image img {
  border: 1px solid var(--line);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1.22fr);
  gap: 58px;
  align-items: start;
}

.contact-copy h2 {
  font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.brief-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.brief-list li {
  position: relative;
  padding: 14px 0 14px 27px;
  border-bottom: 1px solid var(--line);
  color: #365066;
}

.brief-list li::before {
  position: absolute;
  top: 19px;
  left: 1px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.inquiry-panel {
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--line);
  background: #f9fbfb;
}

.inquiry-panel h2 {
  font-size: clamp(1.65rem, 2.7vw, 2.35rem);
}

.inquiry-panel > p:not(.eyebrow) {
  margin: 16px 0 26px;
  color: var(--muted);
}

/* Common form plugin surface: this does not activate or send a form by itself. */
.inquiry-panel form,
.entry-content form {
  display: grid;
  gap: 16px;
}

.inquiry-panel label,
.entry-content label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 800;
}

.inquiry-panel input,
.inquiry-panel textarea,
.inquiry-panel select,
.entry-content input,
.entry-content textarea,
.entry-content select {
  width: 100%;
  padding: 12px;
  border: 1px solid #b9c5ca;
  border-radius: 2px;
  color: var(--ink);
  background: var(--white);
}

.inquiry-panel textarea,
.entry-content textarea {
  min-height: 135px;
  resize: vertical;
}

.post-list {
  display: grid;
  gap: 20px;
}

.post-summary {
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--white);
}

.post-summary h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.1;
}

.post-summary p:not(.eyebrow) {
  margin: 0 0 15px;
  color: var(--muted);
}

.site-footer {
  padding: 44px 0 20px;
  color: #c4d2d9;
  background: var(--navy-deep);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.8fr) auto;
  gap: 36px;
  align-items: start;
}

.footer-intro p {
  max-width: 430px;
  margin: 8px 0 0;
  font-size: 0.8rem;
}

.footer-intro strong {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.footer-contact {
  display: grid;
  gap: 9px;
  font-size: 0.82rem;
  font-weight: 700;
}

.footer-contact a:hover,
.footer-menu a:hover {
  color: var(--gold-light);
}

.footer-nav {
  justify-self: end;
}

.footer-menu {
  justify-content: flex-end;
  gap: 11px 18px;
  font-size: 0.82rem;
}

.footer-bottom {
  margin-top: 36px;
  padding-top: 16px;
  border-top: 1px solid rgba(196, 210, 217, 0.18);
  font-size: 0.74rem;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 920px) {
  .site-navigation {
    gap: 14px;
  }

  .primary-menu {
    gap: 15px;
  }

  .header-cta {
    padding-inline: 14px;
  }

  .hero-grid {
    gap: 40px;
  }

  .detail,
  .contact-layout {
    gap: 38px;
  }

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

  .footer-nav {
    justify-self: start;
  }

  .footer-menu {
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .admin-bar .site-header {
    top: 46px;
  }

  .header-inner {
    min-height: 68px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-navigation {
    display: none;
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    max-height: calc(100vh - 68px);
    padding: 12px 20px 22px;
    overflow-y: auto;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 0 16px 20px rgba(9, 37, 61, 0.08);
  }

  .site-navigation.is-open {
    display: flex;
  }

  .primary-menu {
    display: grid;
    gap: 0;
  }

  .primary-menu a {
    display: block;
    padding: 11px 0;
  }

  .header-cta {
    margin-top: 8px;
  }

  .hero-grid,
  .band-grid,
  .detail,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-grid {
    min-height: auto;
    padding: 80px 0 52px;
  }

  .hero-art {
    min-height: 315px;
  }

  .hero-art img {
    width: 82%;
    max-height: 285px;
  }

  .section-head,
  .quote-grid {
    display: block;
  }

  .section-head > p {
    margin-top: 18px;
  }

  .quote .button {
    margin-top: 24px;
  }

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

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

  .detail-media {
    min-height: 340px;
  }
}

@media (max-width: 600px) {
  .wrap,
  .narrow-content {
    width: min(calc(100% - 28px), var(--max));
  }

  section {
    padding: 64px 0;
  }

  .page-hero {
    padding: 62px 0 42px;
  }

  .catalog-filter-section {
    padding-top: 17px;
  }

  .catalog-section,
  .product-detail-section {
    padding-top: 42px;
  }

  .hero h1 {
    font-size: 2.75rem;
  }

  .hero-art {
    min-height: 260px;
  }

  .hero-art::before {
    inset: 15px 0 10px 10px;
  }

  .hero-caption {
    right: 0;
  }

  .capability-list,
  .product-grid,
  .product-grid--catalog,
  .steps {
    grid-template-columns: 1fr;
  }

  .product-card__image,
  .product-card__image img {
    min-height: 0;
    height: 300px;
  }

  .detail-media {
    min-height: 280px;
  }

  .specs div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .contact-actions,
  .detail-actions {
    align-items: stretch;
  }

  .contact-actions .button {
    width: 100%;
  }

  .footer-grid {
    display: block;
  }

  .footer-contact,
  .footer-nav {
    margin-top: 22px;
  }

  .footer-menu {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
