﻿:root {
  --font-main: "IRANSansWeb", Tahoma, Arial, sans-serif;
}

@font-face {
  font-family: "IRANSansWeb";
  src: url("../fonts/iransans/IRANSansWeb-FaNum.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IRANSansWeb";
  src: url("../fonts/iransans/IRANSansWeb-FaNum-Medium.woff2") format("woff2");
  font-weight: 500 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IRANSansWeb";
  src: url("../fonts/iransans/IRANSansWeb-FaNum-Bold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IRANSansWeb";
  src: url("../fonts/iransans/IRANSansWeb-FaNum-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #111827;
  --ink-soft: #273444;
  --muted: #66737e;
  --line: #d8e4e9;
  --surface: #ffffff;
  --mist: #eef6f7;
  --brand: #008a9a;
  --brand-dark: #063f4a;
  --brand-deep: #082832;
  --accent: #f2b84b;
  --accent-on-dark: #bdeff4;
  --cool: #bdeff4;
  --danger: #b42318;
  --text-on-dark: #ffffff;
  --text-on-dark-muted: #d9ecec;
  --overlay-dark: #20353a;
  --overlay-light: #ffffff;
  --header-surface: #ffffff;
  --danger-mist: #fff4f2;
  --body-start: #fbfdfe;
  --body-end: #ffffff;
  --brand-rgb: 0, 138, 154;
  --brand-dark-rgb: 6, 63, 74;
  --brand-deep-rgb: 8, 40, 50;
  --accent-rgb: 242, 184, 75;
  --line-rgb: 216, 228, 233;
  --surface-rgb: 255, 255, 255;
  --mist-rgb: 238, 246, 247;
  --cool-rgb: 189, 239, 244;
  --danger-rgb: 180, 35, 24;
  --text-on-dark-rgb: 255, 255, 255;
  --text-on-dark-muted-rgb: 217, 236, 236;
  --overlay-dark-rgb: 32, 53, 58;
  --overlay-light-rgb: 255, 255, 255;
  --header-surface-rgb: 255, 255, 255;
  --shadow: 0 24px 70px rgba(var(--brand-deep-rgb), .16);
  --text-sm: .88rem;
  --text-base: .98rem;
  --text-md: 1.04rem;
  --text-lg: 1.16rem;
  --heading-2: clamp(1.55rem, 2.15vw, 2.25rem);
  --heading-3: clamp(1.12rem, 1.35vw, 1.36rem);
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-main);
  background:
    radial-gradient(circle at 10% 0, rgba(var(--brand-rgb), .09), transparent 30%),
    linear-gradient(var(--body-start), var(--body-end) 440px);
  font-size: var(--text-base);
  line-height: 1.78;
}

a {
  color: var(--brand);
  text-decoration: none;
}

.container {
  max-width: 1180px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(var(--header-surface-rgb), .82);
  border-bottom: 1px solid rgba(var(--line-rgb), .86);
  box-shadow: 0 12px 40px rgba(17, 24, 39, .06);
  backdrop-filter: blur(18px);
}

.navbar {
  padding: 10px 0;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
}

.brand-logo {
  display: block;
  width: 54px;
  height: 54px;
  padding: 2px;
  object-fit: contain;
  background: var(--surface);
  border: 1px solid rgba(var(--line-rgb), .86);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(var(--brand-deep-rgb), .12);
}

.brand-mark strong,
.brand-mark small {
  display: block;
}

.brand-mark small {
  color: var(--muted);
  font-size: .76rem;
  text-align: right;
}

.nav-link {
  color: var(--ink-soft);
  font-size: .95rem;
  font-weight: 700;
  padding-inline: .62rem !important;
}

.nav-link:hover {
  color: var(--brand);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn {
  border-radius: 8px;
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.45;
  padding: .72rem 1.14rem;
}

.btn-primary {
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  border-color: transparent;
  box-shadow: 0 14px 28px rgba(var(--brand-rgb), .24);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
}

.btn-light {
  color: var(--brand-dark);
  border: 1px solid rgba(var(--brand-rgb), .18);
  background: var(--mist);
}

.btn-light:hover {
  color: var(--text-on-dark);
  background: var(--brand-dark);
}

.btn-outline-light {
  color: var(--text-on-dark);
  border-color: rgba(var(--overlay-light-rgb), .7);
  background: rgba(var(--overlay-light-rgb), .06);
  backdrop-filter: blur(8px);
}

.hero-section {
  position: relative;
  min-height: 485px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--text-on-dark);
  background:
    linear-gradient(105deg, rgba(var(--brand-deep-rgb), .74) 0%, rgba(var(--brand-dark-rgb), .60) 44%, rgba(var(--brand-rgb), .26) 100%),
    url("../images/home/factory-hero-background.png") center 46% / cover no-repeat;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: -12px;
  background:
    linear-gradient(90deg, rgba(4, 18, 25, .34) 0%, rgba(4, 18, 25, .24) 48%, rgba(0, 117, 130, .10) 100%),
    radial-gradient(circle at 78% 28%, rgba(189, 239, 244, .08), transparent 34%);
  filter: blur(.75px);
  transform: scale(1.01);
  pointer-events: none;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 17, 24, 0), rgba(3, 17, 24, .20)),
    repeating-linear-gradient(135deg, rgba(var(--overlay-light-rgb), .022) 0 1px, transparent 1px 24px);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 820px);
  gap: 56px;
  align-items: center;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .92rem;
  color: var(--accent);
  font-weight: 900;
  margin-bottom: 16px;
}

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

.hero-section .eyebrow,
.page-hero .eyebrow,
.band-dark .eyebrow,
.cta-band .eyebrow {
  color: var(--cool);
}

.hero-section .eyebrow {
  font-weight: 500;
}

h1,
h2,
h3 {
  line-height: 1.5;
  margin: 0 0 16px;
  font-weight: 700;
}

.hero-copy h1 {
  font-size: clamp(1.5rem, 2.28vw, 2.42rem);
  letter-spacing: 0;
  max-width: 880px;
}

.hero-copy p,
.page-hero p,
.section-heading p,
.split-section p {
  color: inherit;
  max-width: 760px;
  font-size: var(--text-md);
}

.hero-copy p {
  color: rgba(var(--text-on-dark-rgb), .82);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.hero-proof div {
  min-height: 106px;
  padding: 16px 18px;
  border: 1px solid rgba(var(--overlay-light-rgb), .2);
  border-radius: 8px;
  background: rgba(var(--overlay-light-rgb), .08);
  backdrop-filter: blur(10px);
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  color: var(--text-on-dark);
  font-size: var(--text-lg);
  margin-bottom: 4px;
}

.hero-proof span {
  color: rgba(var(--text-on-dark-rgb), .72);
  font-size: var(--text-sm);
  line-height: 1.7;
}

.hero-panel {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(var(--overlay-light-rgb), .28);
  border-radius: 8px;
  background:
    linear-gradient(140deg, rgba(var(--overlay-light-rgb), .18), rgba(var(--overlay-light-rgb), .03)),
    linear-gradient(180deg, rgba(189,239,244,.18), rgba(8,40,50,.26));
  box-shadow: 0 34px 90px rgba(0,0,0,.32);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 40px 46px auto auto;
  width: 190px;
  height: 260px;
  border: 1px solid rgba(var(--overlay-light-rgb), .46);
  background: linear-gradient(135deg, rgba(var(--overlay-light-rgb), .33), rgba(var(--mist-rgb), .08));
  transform: skewY(-9deg);
  box-shadow: 34px 20px 0 rgba(var(--overlay-light-rgb), .08), 68px 40px 0 rgba(var(--overlay-light-rgb), .05);
}

.hero-panel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 62px;
  height: 14px;
  background: repeating-linear-gradient(90deg, rgba(var(--overlay-light-rgb), .32) 0 26px, rgba(var(--overlay-light-rgb), .08) 26px 42px);
}

.hero-panel div,
.metric-stack div,
.quality-list div,
.contact-card,
.contact-form,
.project-grid a,
.service-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.hero-panel div {
  position: relative;
  z-index: 1;
  width: min(250px, 100%);
  margin-right: auto;
  padding: 21px;
  color: var(--ink);
  background: rgba(var(--surface-rgb), .95);
  box-shadow: 0 20px 45px rgba(0,0,0,.18);
}

.hero-panel div:nth-child(2) {
  margin-right: 42px;
}

.hero-panel div:nth-child(3) {
  margin-right: 84px;
}

.hero-panel strong,
.metric-stack strong,
.quality-list strong {
  display: block;
  font-size: 1.36rem;
}

.hero-panel span,
.metric-stack span,
.quality-list span,
.service-card p,
.project-grid p,
.site-footer p {
  color: var(--muted);
}

.section {
  padding: 82px 0;
}

.showcase-section {
  position: relative;
  margin-top: -18px;
  padding: 0 0 68px;
  z-index: 2;
}

.showcase-shell {
  display: grid;
  grid-template-columns: minmax(300px, .42fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(var(--line-rgb), .9);
  border-radius: 8px;
  background: rgba(var(--surface-rgb), .9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.showcase-copy {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 24px 26px;
}

.showcase-copy h2 {
  font-size: clamp(1.25rem, 1.55vw, 1.62rem);
}

.showcase-copy p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.9;
  margin: 0;
}

.showcase-carousel {
  overflow: hidden;
  border-radius: 8px;
  background: var(--brand-deep);
}

.showcase-carousel .carousel-item {
  height: 390px;
}

.showcase-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-slide-link {
  display: block;
  height: 100%;
  color: inherit;
}

.showcase-carousel .carousel-caption {
  right: 22px;
  left: auto;
  bottom: 22px;
  width: min(420px, calc(100% - 44px));
  padding: 16px 18px;
  text-align: right;
  border: 1px solid rgba(var(--overlay-light-rgb), .24);
  border-radius: 8px;
  background: rgba(var(--overlay-dark-rgb), .72);
  backdrop-filter: blur(12px);
}

.showcase-carousel .carousel-caption strong,
.showcase-carousel .carousel-caption span {
  display: block;
}

.showcase-carousel .carousel-caption strong {
  color: var(--text-on-dark);
  font-size: 1rem;
  margin-bottom: 4px;
}

.showcase-carousel .carousel-caption span {
  color: rgba(var(--text-on-dark-rgb), .78);
  font-size: .86rem;
}

.showcase-carousel .carousel-indicators {
  margin-bottom: 14px;
}

.showcase-carousel .carousel-indicators button {
  width: 28px;
  height: 4px;
  border-radius: 999px;
}

.band-light {
  background:
    linear-gradient(180deg, var(--body-start, #f7fbfc), var(--mist)),
    linear-gradient(90deg, transparent, rgba(var(--brand-rgb), .06), transparent);
}

.brand-story {
  background: var(--surface);
}

.heritage-card {
  padding: 34px;
  border: 1px solid rgba(var(--brand-rgb), .18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, var(--surface), var(--mist)),
    radial-gradient(circle at 20% 0, rgba(var(--accent-rgb), .16), transparent 40%);
  box-shadow: var(--shadow);
}

.heritage-card strong,
.heritage-card span {
  display: block;
}

.heritage-card strong {
  color: var(--brand-dark);
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  margin-bottom: 12px;
}

.heritage-card span {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.85;
}

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

.product-card {
  position: relative;
  min-height: 228px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.product-card.featured {
  grid-column: span 2;
  color: var(--text-on-dark);
  background:
    linear-gradient(135deg, rgba(var(--brand-deep-rgb), .96), rgba(var(--brand-rgb), .9)),
    repeating-linear-gradient(135deg, rgba(var(--overlay-light-rgb), .07) 0 1px, transparent 1px 18px);
}

.product-card::after {
  content: "";
  position: absolute;
  left: -42px;
  bottom: -70px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(var(--brand-rgb), .16);
  transform: rotate(16deg);
}

.product-card span {
  display: inline-block;
  color: var(--brand);
  font-weight: 900;
  margin-bottom: 12px;
}

.product-card-image {
  display: block;
  width: calc(100% + 48px);
  height: 180px;
  margin: -24px -24px 18px;
  object-fit: contain;
  object-position: center;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(var(--overlay-light-rgb), .72), rgba(var(--cool-rgb), .18)),
    rgba(var(--surface-rgb), .82);
  border-bottom: 1px solid rgba(var(--line-rgb), .74);
}

.product-card.featured .product-card-image {
  height: clamp(220px, 24vw, 300px);
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(var(--overlay-light-rgb), .46), rgba(var(--cool-rgb), .16)),
    rgba(var(--overlay-light-rgb), .24);
  border-bottom: 1px solid rgba(var(--overlay-light-rgb), .22);
  box-shadow: inset 0 -1px 0 rgba(var(--overlay-light-rgb), .18);
  opacity: .92;
}

.product-card.featured span {
  color: var(--accent-on-dark);
}

.product-card p {
  color: var(--muted);
  font-size: .96rem;
  line-height: 1.82;
}

.product-card.featured p {
  color: rgba(var(--text-on-dark-rgb), .78);
}

.capability-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  gap: 48px;
  align-items: start;
}

.process-section {
  background: var(--surface);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.process-grid div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, var(--surface), var(--mist));
  box-shadow: 0 18px 44px rgba(17, 24, 39, .08);
}

.process-grid span {
  color: var(--brand);
  font-weight: 900;
}

.process-grid strong {
  display: block;
  margin: 10px 0 8px;
  font-size: 1rem;
}

.process-grid p {
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.78;
  margin: 0;
}

.cta-section {
  padding-top: 0;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
  color: var(--text-on-dark);
  border-radius: 8px;
  background:
    linear-gradient(135deg, var(--brand-deep), var(--brand)),
    repeating-linear-gradient(135deg, rgba(var(--overlay-light-rgb), .08) 0 1px, transparent 1px 18px);
  box-shadow: var(--shadow);
}

.cta-band h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(1.08rem, 1.8vw, 1.8rem);
}

.band-dark {
  position: relative;
  color: var(--text-on-dark);
  background:
    linear-gradient(135deg, var(--brand-deep), var(--brand-dark) 48%, var(--brand)),
    repeating-linear-gradient(135deg, rgba(var(--overlay-light-rgb), .06) 0 1px, transparent 1px 20px);
  overflow: hidden;
}

.section-heading {
  margin-bottom: 34px;
}

.section-actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.section-heading h2,
.split-section h2,
.page-hero h1 {
  font-size: var(--heading-2);
}

.product-card h3,
.service-card h3,
.project-grid h3 {
  font-size: var(--heading-3);
}

.service-grid,
.application-grid,
.article-grid,
.project-grid,
.contact-grid,
.footer-grid {
  display: grid;
  gap: 22px;
}

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

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

.service-card,
.project-grid a,
.contact-card,
.contact-form,
.quality-list div,
.metric-stack div {
  padding: 24px;
}

.service-card,
.project-grid a,
.contact-card,
.contact-form {
  box-shadow: var(--shadow);
}

.service-card {
  position: relative;
  min-height: 238px;
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto -50px -70px auto;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(var(--brand-rgb), .18);
  background: linear-gradient(135deg, rgba(var(--brand-rgb), .11), transparent);
  transform: rotate(22deg);
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(var(--brand-rgb), .34);
}

.service-card span,
.project-grid span {
  color: var(--brand);
  font-weight: 900;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
  gap: 48px;
  align-items: start;
}

.split-section p,
.quality-list span,
.metric-stack span,
.service-card p,
.project-grid p,
.site-footer p {
  font-size: .98rem;
  line-height: 1.82;
}

.quality-list,
.metric-stack {
  display: grid;
  gap: 14px;
}

.quality-list div,
.metric-stack div {
  border-right: 4px solid var(--brand);
  box-shadow: 0 18px 44px rgba(17, 24, 39, .08);
}

.application-grid {
  grid-template-columns: repeat(3, 1fr);
}

.application-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  min-height: 112px;
  padding: 22px;
  border: 1px solid rgba(var(--overlay-light-rgb), .18);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(var(--overlay-light-rgb), .12), rgba(var(--overlay-light-rgb), .04));
  box-shadow: inset 0 1px 0 rgba(var(--overlay-light-rgb), .12);
  font-weight: 800;
  font-size: 1rem;
  text-align: center;
  color: var(--text-on-dark);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

a.application-card:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--overlay-light-rgb), .34);
  background: linear-gradient(135deg, rgba(var(--overlay-light-rgb), .17), rgba(var(--overlay-light-rgb), .07));
}

.application-card img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  color: var(--accent-soft);
  opacity: .92;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .14));
}

.application-card span {
  display: block;
}

.faq details {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.faq summary {
  cursor: pointer;
  font-weight: 900;
}

.faq p {
  color: var(--muted);
  margin: 12px 0 0;
}

.page-hero {
  position: relative;
  color: var(--text-on-dark);
  padding: 96px 0;
  background:
    linear-gradient(105deg, rgba(var(--brand-deep-rgb), .98), rgba(var(--brand-rgb), .76)),
    repeating-linear-gradient(135deg, rgba(var(--overlay-light-rgb), .08) 0 1px, transparent 1px 20px);
  overflow: hidden;
}

.page-hero::after {
  content: "";
  position: absolute;
  left: 9%;
  top: 20%;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(var(--overlay-light-rgb), .22);
  background: linear-gradient(135deg, rgba(var(--overlay-light-rgb), .18), transparent);
  transform: rotate(18deg);
}

.project-grid {
  grid-template-columns: repeat(3, 1fr);
}

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

.project-grid a,
.article-card {
  min-height: 230px;
  background: linear-gradient(145deg, var(--surface), var(--mist));
}

.project-grid a {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px 14px 22px;
}

.project-card-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background: rgba(var(--mist-rgb), .62);
  border: 1px solid var(--line);
  border-radius: 7px;
}

.project-grid a,
.product-card,
.article-card {
  color: inherit;
}

.project-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.project-list-item {
  display: grid;
  grid-template-columns: minmax(240px, 320px) 1fr;
  gap: 22px;
  align-items: stretch;
  padding: 14px;
  color: inherit;
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, var(--surface), var(--mist));
  box-shadow: var(--shadow);
  transition: transform .2s ease, border-color .2s ease;
}

.project-list-item:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--brand-rgb), .32);
}

.project-list-media {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(var(--mist-rgb), .65);
}

.project-list-media img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
}

.project-list-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 8px 8px 18px;
}

.project-list-content span {
  color: var(--brand);
  font-weight: 900;
}

.project-list-content h2 {
  margin: 10px 0 0;
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
}

.project-list-content p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.9;
}

.project-list-content small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-weight: 700;
}

.pagination-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 26px;
}

.pagination-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  color: var(--ink);
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  font-weight: 900;
}

.pagination-nav a.active,
.pagination-nav a:hover {
  color: var(--text-on-dark);
  border-color: var(--brand);
  background: var(--brand);
}

.content-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.content-list-item {
  display: grid;
  grid-template-columns: minmax(250px, 340px) 1fr;
  gap: 22px;
  align-items: stretch;
  padding: 14px;
  color: inherit;
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, var(--surface), var(--mist));
  box-shadow: var(--shadow);
  transition: transform .2s ease, border-color .2s ease;
}

.content-list-item:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--brand-rgb), .32);
}

.content-list-media {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(var(--mist-rgb), .65);
}

.content-list-media:empty {
  background:
    linear-gradient(135deg, rgba(var(--brand-rgb), .12), rgba(var(--accent-rgb), .12)),
    var(--mist);
}

.content-list-media img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
}

.content-list-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 8px 8px 18px;
}

.content-list-body span {
  color: var(--brand);
  font-weight: 900;
}

.content-list-body h2 {
  margin: 10px 0 0;
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
}

.content-list-body p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.9;
}

.content-list-body small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-weight: 700;
}

.article-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.article-card span,
.article-card time {
  color: var(--brand);
  font-weight: 900;
}

.article-card h3 {
  font-size: var(--heading-3);
  margin-top: 12px;
}

.project-grid h3 {
  margin: 0;
}

.article-card p {
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.82;
}

.article-card time,
.project-grid small {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-size: .86rem;
}

.content-page {
  max-width: 820px;
}

.product-detail-hero {
  padding: 48px 0 40px;
  text-align: right;
}

.product-detail-hero .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
}

.product-detail-hero .eyebrow {
  justify-content: flex-start;
}

.product-detail-hero h1 {
  font-size: clamp(2rem, 2.8vw, 3rem);
}

.product-detail-hero p {
  max-width: 920px;
}

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

.product-detail-page {
  max-width: 1200px;
  margin-inline: auto;
}

.article-detail-page {
  max-width: 1200px;
  margin-inline: auto;
}

.product-featured-media {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.content-page .product-featured-media {
  margin-top: 0;
}

.content-featured-image,
.content-page img {
  display: block;
  width: 100%;
  margin: 0 0 28px;
  border-radius: 8px;
  object-fit: cover;
}

.content-featured-image {
  aspect-ratio: 16 / 7.6;
  margin: 0;
}

.product-featured-media .content-featured-image {
  height: min(56vw, 640px);
  aspect-ratio: auto;
  object-fit: contain;
}

.product-detail-page > p:first-of-type {
  margin-top: 44px;
}

.content-page h2 {
  font-size: var(--heading-2);
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

.content-page h3 {
  font-size: var(--heading-3);
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

.content-page p,
.content-page li {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 2;
}

.content-page p,
.content-page ul,
.content-page ol {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

.content-page ul,
.content-page ol {
  display: grid;
  gap: 8px;
  padding-right: 22px;
}

.content-page figure {
  margin: 34px 0;
}

.content-page figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.8;
  text-align: center;
}

.article-image-strip,
.article-image-grid figure {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.article-image-strip img {
  aspect-ratio: 16 / 8;
  margin: 0;
}

.article-image-strip figcaption,
.article-image-grid figcaption {
  margin: 0;
  padding: 12px 16px 14px;
  background: rgba(var(--overlay-light-rgb), .5);
}

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

.article-image-grid.single {
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
}

.article-image-grid figure {
  margin: 0;
}

.article-image-grid img {
  aspect-ratio: 4 / 3;
  margin: 0;
}

.admin-dashboard {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.admin-card-link {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.admin-card-link span,
.admin-card-link strong {
  display: block;
}

.admin-card-link span {
  color: var(--brand);
  font-size: 1.8rem;
  font-weight: 900;
}

.admin-card-link p {
  color: var(--muted);
  margin: 0;
}

.contact-grid {
  grid-template-columns: .85fr 1.15fr;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form fieldset {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 0;
  border: 0;
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 400;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  background: var(--body-start);
  font: inherit;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--brand);
  outline: 3px solid rgba(var(--brand-rgb), .13);
}

.contact-form.is-submitted input,
.contact-form.is-submitted select,
.contact-form.is-submitted textarea {
  color: var(--muted);
  background: color-mix(in srgb, var(--line) 22%, var(--surface));
  font-weight: 400;
  cursor: not-allowed;
}

.admin-hero {
  padding: 72px 0;
}

.admin-shell {
  display: grid;
  gap: 28px;
}

.admin-tabs {
  position: sticky;
  top: 78px;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(var(--surface-rgb), .9);
  box-shadow: 0 14px 38px rgba(17, 24, 39, .08);
  backdrop-filter: blur(14px);
}

.admin-tabs a {
  padding: 9px 14px;
  border-radius: 8px;
  color: var(--ink-soft);
  background: var(--mist);
  font-weight: 800;
}

.admin-panel {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.admin-panel h2 {
  font-size: 1.35rem;
}

.admin-panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.admin-panel-header p {
  margin: 6px 0 0;
  color: var(--ink-soft);
}

.admin-list-table {
  display: grid;
  gap: 10px;
}

.admin-list-head,
.admin-list-row {
  display: grid;
  grid-template-columns: 88px minmax(180px, 1.4fr) minmax(160px, 1fr) 110px minmax(250px, auto);
  gap: 12px;
  align-items: center;
}

.admin-list-head {
  padding: 0 14px;
  color: var(--ink-soft);
  font-size: .84rem;
}

.admin-list-row {
  min-height: 70px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.admin-list-row strong {
  color: var(--ink);
}

.admin-list-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.admin-list-actions form {
  margin: 0;
}

.contact-requests-table .admin-list-head,
.contact-requests-table .admin-list-row {
  grid-template-columns: 132px minmax(140px, 1fr) 130px 130px 90px minmax(210px, auto);
}

.admin-list-row.is-unread {
  border-color: color-mix(in srgb, var(--brand) 38%, var(--line));
  background: color-mix(in srgb, var(--brand) 6%, var(--surface));
}

.admin-list-note {
  margin-top: -6px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--mist) 60%, var(--surface));
}

.admin-list-note p {
  margin: 6px 0 0;
  color: var(--ink-soft);
  line-height: 1.9;
}

.form-success {
  padding: 12px 14px;
  border: 1px solid color-mix(in srgb, var(--brand) 35%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--brand) 8%, var(--surface));
  color: var(--brand-dark);
  font-weight: 700;
}

.field-validation-error {
  display: block;
  margin-top: -10px;
  color: var(--danger);
  font-size: .86rem;
}

.admin-edit-form {
  border: 0;
  padding: 0;
  box-shadow: none;
}

.admin-form-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

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

.theme-preset-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.theme-preset-card {
  display: grid;
  gap: 10px;
  min-height: 86px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--surface);
  text-align: right;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.theme-preset-card:hover,
.theme-preset-card.is-selected {
  border-color: var(--brand);
  box-shadow: 0 14px 30px rgba(17, 24, 39, .08);
  transform: translateY(-1px);
}

.theme-preset-card strong {
  font-size: .94rem;
}

.theme-preset-card span {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
}

.theme-preset-card i {
  display: block;
  height: 20px;
  border: 1px solid rgba(17, 24, 39, .1);
  border-radius: 5px;
}

.theme-color-card {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.theme-color-card span {
  color: var(--ink);
  font-weight: 800;
}

.theme-color-card small {
  color: var(--muted);
  direction: ltr;
  text-align: left;
}

.theme-color-control {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 10px;
  align-items: center;
}

.theme-color-control input[type="color"] {
  width: 54px;
  height: 42px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.theme-color-control input[type="text"],
.theme-color-control input:not([type]) {
  width: 100%;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 10px;
  direction: ltr;
  text-align: left;
}

.media-upload-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.media-upload-form input[type="file"],
.media-card input {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
}

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

.media-card {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.media-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  background: var(--mist);
}

.media-card strong {
  overflow: hidden;
  color: var(--ink);
  font-size: .9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.media-card input {
  direction: ltr;
  font-size: .86rem;
}

.media-card small,
.admin-empty {
  color: var(--muted);
}

.admin-form-grid,
.admin-list {
  display: grid;
  gap: 14px;
}

.admin-list-group {
  display: grid;
  gap: 12px;
  padding: 16px;
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(var(--surface-rgb), .72);
}

.admin-list-group-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 4px;
}

.admin-list-group-header h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 900;
}

.admin-list-group-header span {
  color: var(--muted);
  direction: ltr;
  font-size: .86rem;
}

.admin-add-drawer {
  border: 1px dashed var(--line);
  border-radius: 8px;
  background: var(--mist);
}

.admin-add-drawer summary {
  cursor: pointer;
  padding: 12px 14px;
  color: var(--brand-dark);
  font-weight: 900;
  list-style: none;
}

.admin-add-drawer summary::-webkit-details-marker {
  display: none;
}

.admin-add-drawer summary::before {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  border-radius: 999px;
  background: var(--brand);
  color: var(--text-on-dark);
}

.admin-add-drawer[open] summary::before {
  content: "-";
}

.admin-add-drawer .admin-new-row {
  margin: 0 12px 12px;
}

.admin-form-grid label {
  display: grid;
  gap: 8px;
}

.admin-form-grid label span,
.admin-check {
  color: var(--ink-soft);
  font-size: .88rem;
  font-weight: 800;
}

.admin-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--body-start);
}

.admin-new-row {
  margin-top: 16px;
  background: var(--mist);
}

.admin-delete {
  margin: -8px 0 14px;
}

.admin-row textarea,
.admin-form-grid textarea,
.admin-row input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
  font-size: .92rem;
}

.admin-row textarea {
  grid-column: span 2;
}

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

.seo-row textarea {
  grid-column: span 3;
}

.seo-row .html-editor,
.seo-row .tox-tinymce,
.seo-row .quill-editor-wrap,
.seo-row .rich-editor {
  grid-column: 1 / -1;
}

.rich-editor {
  grid-column: 1 / -1;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: inset 0 1px 0 rgba(var(--overlay-light-rgb), .78);
}

.rich-editor-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px;
  border-bottom: 1px solid var(--line);
  background: var(--mist);
}

.rich-editor-toolbar button,
.rich-editor-toolbar select {
  min-height: 34px;
  border: 1px solid rgba(var(--brand-rgb), .18);
  border-radius: 8px;
  padding: 6px 10px;
  color: var(--ink-soft);
  background: var(--surface);
  font: inherit;
  font-size: .86rem;
  font-weight: 800;
}

.rich-editor-toolbar button:hover,
.rich-editor-toolbar button.is-active {
  color: var(--text-on-dark);
  background: var(--brand-dark);
}

.rich-editor-surface {
  min-height: 260px;
  padding: 18px;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.9;
  outline: none;
}

.rich-editor-surface:focus {
  box-shadow: inset 0 0 0 3px rgba(var(--brand-rgb), .12);
}

.rich-editor-surface h2,
.rich-editor-surface h3 {
  color: var(--ink);
}

.rich-editor-surface img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.rich-editor-code {
  display: none;
  width: 100%;
  min-height: 260px;
  border: 0;
  border-radius: 0;
  padding: 18px;
  direction: ltr;
  font-family: Consolas, "Courier New", monospace;
  font-size: .92rem;
  line-height: 1.7;
  outline: none;
}

.rich-editor.is-code .rich-editor-surface {
  display: none;
}

.rich-editor.is-code .rich-editor-code {
  display: block;
}

.html-editor {
  display: none;
}

.quill-editor-wrap {
  grid-column: 1 / -1;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.quill-editor-wrap .ql-toolbar {
  border: 0;
  border-bottom: 1px solid var(--line);
  background: var(--mist);
  font-family: var(--font-main);
}

.quill-editor-wrap .ql-container {
  min-height: 280px;
  border: 0;
  font-family: var(--font-main);
  font-size: 1rem;
}

.quill-editor-wrap .ql-editor {
  min-height: 280px;
  direction: rtl;
  text-align: right;
  line-height: 1.9;
}

.quill-editor-wrap .ql-editor h1,
.quill-editor-wrap .ql-editor h2,
.quill-editor-wrap .ql-editor h3 {
  line-height: 1.55;
}

.tox.tox-tinymce {
  grid-column: 1 / -1;
  width: 100% !important;
  min-height: 620px;
  border-color: var(--line);
  border-radius: 8px;
}

.tox .tox-toolbar,
.tox .tox-toolbar__overflow,
.tox .tox-toolbar__primary,
.tox .tox-menubar {
  justify-content: flex-start;
}

.tox .tox-edit-area__iframe {
  background: var(--surface);
}

.admin-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
}

.login-shell {
  display: grid;
  justify-content: center;
}

.login-card {
  display: grid;
  width: min(460px, 100%);
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.login-card h2 {
  font-size: 1.35rem;
}

.login-card label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

.login-card input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  background: var(--body-start);
  font: inherit;
}

.login-card input:focus {
  border-color: var(--brand);
  outline: 3px solid rgba(var(--brand-rgb), .13);
}

.login-card [data-valmsg-for],
.login-error {
  color: var(--danger);
  font-size: .88rem;
  font-weight: 800;
}

.login-error {
  padding: 10px 12px;
  border: 1px solid rgba(var(--danger-rgb), .24);
  border-radius: 8px;
  background: var(--danger-mist);
}

.btn-outline-danger {
  color: var(--danger);
  border-color: rgba(var(--danger-rgb), .35);
  background: var(--surface);
}

.btn-outline-danger:hover {
  color: var(--text-on-dark);
  background: var(--danger);
}

.site-footer {
  padding: 58px 0 24px;
  color: var(--text-on-dark-muted);
  background:
    linear-gradient(135deg, var(--brand-deep), var(--brand-dark)),
    repeating-linear-gradient(135deg, rgba(var(--overlay-light-rgb), .05) 0 1px, transparent 1px 18px);
}

.site-footer h2,
.site-footer h3 {
  color: var(--text-on-dark);
}

.site-footer a {
  display: block;
  color: var(--text-on-dark-muted);
  margin-bottom: 8px;
}

.footer-grid {
  grid-template-columns: 1.5fr .7fr .8fr;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(var(--overlay-light-rgb), .12);
  color: rgba(var(--text-on-dark-muted-rgb), .74);
}

@media (max-width: 992px) {
  .admin-panel-header {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-list-head {
    display: none;
  }

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

  .admin-list-actions {
    justify-content: flex-start;
  }

  .theme-color-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-grid,
  .split-section,
  .showcase-shell,
  .capability-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .service-grid.wide,
  .product-grid,
  .process-grid,
  .application-grid,
  .article-grid,
  .project-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card.featured {
    grid-column: span 1;
  }

  .product-card.featured .product-card-image {
    height: 210px;
  }

  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .header-actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 12px;
  }

  .hero-section {
    min-height: auto;
    padding: 70px 0 84px;
  }

  .hero-copy h1 {
    font-size: clamp(1.42rem, 3.25vw, 2rem);
  }

  .showcase-section {
    margin-top: -18px;
  }

  .product-detail-hero {
    padding: 52px 0 44px;
  }

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

  .product-featured-media {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .hero-section {
    min-height: auto;
    padding: 56px 0 64px;
  }

  .hero-panel {
    padding: 20px;
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .showcase-section {
    margin-top: 0;
    padding-top: 18px;
  }

  .showcase-shell {
    padding: 12px;
  }

  .showcase-copy {
    padding: 18px 16px;
  }

  .showcase-carousel .carousel-item {
    height: 300px;
  }

  .showcase-carousel .carousel-caption {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
  }

  .hero-panel div,
  .hero-panel div:nth-child(2),
  .hero-panel div:nth-child(3) {
    width: 100%;
    margin-right: 0;
  }

  .section {
    padding: 56px 0;
  }

  .product-detail-hero {
    padding: 42px 0 34px;
  }

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

  .content-featured-image {
    aspect-ratio: 4 / 3;
  }

  .service-grid,
  .service-grid.wide,
  .product-grid,
  .process-grid,
  .application-grid,
  .article-grid,
  .project-grid {
    grid-template-columns: 1fr;
  }

  .product-card.featured .product-card-image {
    height: 190px;
  }

  .project-list-item {
    grid-template-columns: 1fr;
  }

  .project-list-media img {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .project-list-content {
    padding: 4px 4px 8px;
  }

  .content-list-item {
    grid-template-columns: 1fr;
  }

  .content-list-media img {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .content-list-body {
    padding: 4px 4px 8px;
  }

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

  .article-image-strip img {
    aspect-ratio: 4 / 3;
  }
}
