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

/* Blog list and article detail: Pixso desktop geometry with fluid responsive reflow. */
.blog-category-filter {
  padding: 40px 0 41px;
  background: #fff;
}

.blog-category-filter__inner,
.blog-category-filter__items {
  display: flex;
  align-items: center;
}

.blog-category-filter__inner {
  gap: 16px;
}

.blog-category-filter__label {
  flex: 0 0 auto;
  color: #475569;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.blog-category-filter__items {
  gap: 12px;
}

.blog-category-filter__pill {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  color: #334155;
  background: #f1f5f9;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}

.blog-category-filter__pill:hover,
.blog-category-filter__pill:focus-visible,
.blog-category-filter__pill.is-active {
  color: #fff;
  background: #0e3a5f;
}

.blog-articles {
  padding: 80px 0;
  background: #f8fafc;
}

.blog-articles--paginated {
  padding-bottom: 16px;
}

.blog-results-title {
  margin: 0 0 32px;
  color: #0f172a;
  font-size: 30px;
  line-height: 36px;
}

.article-grid--blog {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.article-grid--blog .article-card {
  min-height: 477px;
  border-color: #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.article-grid--blog .article-card__image {
  aspect-ratio: 16 / 9;
}

.article-grid--blog .article-card__body {
  display: flex;
  min-height: 260px;
  align-items: flex-start;
  flex-direction: column;
  padding: 24px;
}

.article-card__meta {
  display: flex;
  min-height: 24px;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #64748b;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.article-card__category {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 4px 9px;
  color: #0e3a5f;
  background: #eff6ff;
  border-radius: 999px;
  font-weight: 600;
}

.article-card__category--industry-insights {
  color: #047857;
  background: #ecfdf5;
}

.article-card__category--design-tips {
  color: #be123c;
  background: #fff1f2;
}

.article-card__date {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.article-card__date img {
  width: 14px;
  height: 14px;
  color: #94a3b8;
}

.article-grid--blog .article-card__title {
  margin: 12px 0 7px;
  color: #0f172a;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.article-card__title a:hover,
.article-card__title a:focus-visible {
  color: #006db7;
}

.article-card__excerpt {
  margin: 0 0 18px;
  color: #475569;
  font-size: 14px;
  line-height: 22.75px;
}

.article-grid--blog .text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: #0e3a5f;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.article-grid--blog .text-link svg,
.blog-related__heading svg,
.blog-sidebar-author > a svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.blog-articles .navigation.pagination {
  margin-top: 20px;
}

.blog-empty-state {
  min-height: 317px;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.blog-project-cta {
  padding: 80px 0 81px;
  color: #fff;
  background: #194265;
  text-align: center;
}

.blog-project-cta__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.blog-project-cta h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.blog-project-cta p {
  max-width: 650px;
  margin: 0 0 32px;
  color: #dbeafe;
  font-size: 18px;
  line-height: 28px;
}

.blog-project-cta__button {
  min-width: 209px;
  min-height: 56px;
  padding: 16px 24px;
  color: #0e3a5f;
  background: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.blog-project-cta__button:hover,
.blog-project-cta__button:focus-visible {
  color: #fff;
  background: #d7263d;
}

.blog-index-page .faq-section {
  padding: 57px 0;
  background: #f8fafc;
}

.blog-index-page .faq-section__inner {
  max-width: 832px;
}

.blog-index-page .faq-section .section-heading {
  width: 100%;
  max-width: 100%;
  margin: 0 0 48px;
}

.blog-index-page .faq-section .section-heading__title {
  margin-bottom: 8px;
  color: #0f172a;
  font-size: 30px;
  line-height: 36px;
}

.blog-index-page .faq-section .section-heading__description {
  color: #64748b;
  font-size: 14px;
  line-height: 20px;
}

.blog-index-page .faq-item__button {
  min-height: 66px;
}

/* Blog article header. */
.blog-article-header {
  padding: 52px 0 60px;
  background: #fff;
}

.blog-article-header .breadcrumb ol {
  gap: 6px;
}

.blog-article-header .breadcrumb li,
.blog-article-header .breadcrumb a {
  color: #64748b;
  font-size: 14px;
  line-height: 20px;
}

.blog-article-header .breadcrumb li:last-child {
  color: #334155;
}

.blog-article-header__taxonomies {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.blog-article-header__taxonomies a {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 4px 9px;
  color: #475569;
  background: #f1f5f9;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.blog-article-header h1 {
  max-width: 1000px;
  margin: 12px 0 30px;
  color: #334155;
  font-size: clamp(38px, 2.5vw, 48px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}

.blog-article-header__footer,
.blog-byline,
.blog-share {
  display: flex;
  align-items: center;
}

.blog-article-header__footer {
  justify-content: space-between;
  gap: 32px;
}

.blog-byline {
  gap: 12px;
}

.blog-byline__avatar,
.blog-sidebar-author img.avatar {
  flex: 0 0 auto;
  border-radius: 50%;
}

.blog-author-avatar {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  color: #fff;
  background: #0e3a5f;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.blog-sidebar-author__avatar {
  width: 56px;
  height: 56px;
  flex-basis: 56px;
}

.blog-byline__name {
  color: #334155;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.blog-byline__meta {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #64748b;
  font-size: 14px;
  line-height: 20px;
}

.blog-share {
  position: relative;
  gap: 8px;
}

.blog-share__label {
  margin-right: 3px;
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}

.blog-share a,
.blog-share button {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  background: #0e3a5f;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.blog-share a:hover,
.blog-share button:hover,
.blog-share a:focus-visible,
.blog-share button:focus-visible {
  background: #d7263d;
}

.blog-share img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

/* Three-column article body. */
.blog-article-body {
  padding: 48px 0 37px;
  background: #fff;
}

.blog-article-layout {
  display: grid;
  grid-template-columns: 177px 32px minmax(0, 690px) 47px 270px;
  align-items: start;
}

.blog-toc {
  grid-column: 1;
  min-width: 0;
}

.blog-toc details {
  position: sticky;
  top: 105px;
}

.blog-toc summary {
  margin-bottom: 20px;
  color: #94a3b8;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  list-style: none;
  text-transform: uppercase;
}

.blog-toc summary::-webkit-details-marker {
  display: none;
}

.blog-toc ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-toc a {
  display: block;
  color: #64748b;
  font-size: 14px;
  line-height: 20px;
}

.blog-toc__item--h3 a {
  padding-left: 12px;
  font-size: 13px;
}

.blog-toc a:hover,
.blog-toc a:focus-visible,
.blog-toc a.is-active {
  color: #d7263d;
}

.blog-article-main {
  grid-column: 3;
  min-width: 0;
}

.blog-article-featured {
  margin: 0 0 32px;
}

.blog-article-featured img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
}

.blog-article-featured figcaption,
.blog-entry-content figcaption {
  margin-top: 8px;
  color: #94a3b8;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.blog-entry-content {
  color: #475569;
  font-size: 16px;
  line-height: 26px;
}

.blog-entry-content > p:first-child {
  color: #334155;
  font-size: 18px;
  line-height: 29px;
}

.blog-entry-content p {
  margin-bottom: 22px;
}

.blog-entry-content h2,
.blog-entry-content h3 {
  scroll-margin-top: 105px;
}

.blog-entry-content h2 {
  display: table;
  padding: 7px 12px;
  margin: 40px 0 18px;
  color: #fff;
  background: #d7263d;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.blog-entry-content h3 {
  margin: 30px 0 12px;
  color: #0f172a;
  font-size: 20px;
  line-height: 28px;
}

.blog-entry-content ul,
.blog-entry-content ol {
  padding-left: 22px;
  margin: 0 0 24px;
}

.blog-entry-content li + li {
  margin-top: 7px;
}

.blog-entry-content blockquote,
.blog-entry-content .wp-block-quote {
  padding: 22px 24px;
  margin: 30px 0;
  color: #334155;
  background: #f1f5f9;
  border-left: 4px solid #d7263d;
  border-radius: 0 8px 8px 0;
  font-size: 16px;
  font-style: italic;
  line-height: 26px;
}

.blog-entry-content blockquote p:last-child {
  margin-bottom: 0;
}

.blog-entry-content figure {
  margin: 30px 0;
}

.blog-entry-content img {
  width: 100%;
  border-radius: 12px;
}

.blog-entry-content .wp-block-table {
  width: 100%;
  margin: 24px 0 30px;
  overflow-x: auto;
}

.blog-entry-content table {
  display: table;
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 20px;
}

.blog-entry-content th,
.blog-entry-content td {
  padding: 12px 16px;
  color: #475569;
  border: 1px solid #e2e8f0;
  text-align: left;
}

.blog-entry-content th {
  width: 38%;
  color: #0f172a;
  background: #f8fafc;
  font-weight: 600;
}

.blog-entry-content .wp-block-group.is-style-article-parameters {
  padding: 24px;
  margin: 30px 0;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}

.blog-entry-content .wp-block-group.is-style-article-parameters > *:last-child {
  margin-bottom: 0;
}

.blog-article-tags {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-top: 28px;
  margin-top: 36px;
  border-top: 1px solid #e2e8f0;
}

.blog-article-tags strong {
  padding-top: 5px;
  color: #94a3b8;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.blog-article-tags > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-article-tags a {
  padding: 5px 10px;
  color: #64748b;
  background: #f1f5f9;
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
}

.blog-article-sidebar {
  position: sticky;
  top: 105px;
  display: grid;
  grid-column: 5;
  gap: 24px;
}

.blog-sidebar-author,
.blog-sidebar-cta {
  padding: 20px;
  border-radius: 12px;
}

.blog-sidebar-author {
  border: 1px solid #e2e8f0;
}

.blog-sidebar-author__header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.blog-sidebar-author__header strong,
.blog-sidebar-author__header span {
  display: block;
}

.blog-sidebar-author__header strong {
  color: #0f172a;
  font-size: 14px;
  line-height: 20px;
}

.blog-sidebar-author__header span {
  color: #64748b;
  font-size: 12px;
  line-height: 18px;
}

.blog-sidebar-author p {
  margin: 16px 0;
  color: #64748b;
  font-size: 13px;
  line-height: 20px;
}

.blog-sidebar-author > a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #006db7;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.blog-sidebar-cta {
  color: #fff;
  background: #0e3a5f;
}

.blog-sidebar-cta h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.blog-sidebar-cta p {
  margin: 0 0 18px;
  color: #dbeafe;
  font-size: 13px;
  line-height: 20px;
}

.blog-sidebar-cta .button {
  width: 100%;
  min-height: 40px;
  padding: 9px 12px;
  font-size: 13px;
  line-height: 20px;
}

.blog-sidebar-latest h2 {
  margin: 0 0 14px;
  color: #94a3b8;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.blog-sidebar-latest ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-sidebar-latest li {
  padding: 12px 0;
  border-top: 1px solid #e2e8f0;
}

.blog-sidebar-latest a,
.blog-sidebar-latest span {
  display: block;
}

.blog-sidebar-latest a {
  color: #334155;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.blog-sidebar-latest span {
  margin-top: 4px;
  color: #94a3b8;
  font-size: 11px;
  line-height: 16px;
}

/* Related articles and resource directory. */
.blog-related {
  padding: 56px 0 165px;
  background: #fff;
  border-top: 1px solid #f1f5f9;
}

.blog-related__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 46px;
}

.blog-related__heading h2,
.blog-resources h2 {
  margin: 0;
  color: #0f172a;
  font-size: 30px;
  line-height: 36px;
}

.blog-related__heading > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #006db7;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.article-grid--related {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.article-card--related {
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

.article-card--related .article-card__image {
  aspect-ratio: 2.18 / 1;
}

.article-card--related .article-card__body {
  padding: 18px 20px 20px;
}

.article-card--related .article-card__title {
  margin: 10px 0 6px;
  color: #0f172a;
  font-size: 16px;
  line-height: 22px;
}

.article-card--related .article-card__excerpt {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

.article-card--related .text-link {
  display: none;
}

.blog-resources {
  padding: 56px 0 133px;
  background: #f8fafc;
}

.blog-resources h2 {
  margin-bottom: 46px;
}

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

.blog-resources__column h3 {
  margin: 0 0 14px;
  color: #94a3b8;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.blog-resources__column li + li {
  margin-top: 9px;
}

.blog-resources__column a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #475569;
  font-size: 12px;
  line-height: 18px;
}

@media (max-width: 1279px) {
  .blog-article-layout {
    grid-template-columns: 190px 28px minmax(0, 1fr);
  }

  .blog-article-main,
  .blog-article-sidebar {
    grid-column: 3;
  }

  .blog-article-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 48px;
  }

  .blog-sidebar-latest {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1023px) {
  .article-grid--blog,
  .article-grid--related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-category-filter {
    padding: 30px 0;
  }

  .blog-category-filter__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .blog-category-filter__items {
    width: 100%;
    padding-bottom: 4px;
    overflow-x: auto;
  }

  .blog-article-header {
    padding: 44px 0;
  }

  .blog-article-header__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .blog-article-layout {
    display: block;
  }

  .blog-toc {
    margin-bottom: 32px;
  }

  .blog-toc details {
    position: static;
    padding: 16px 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
  }

  .blog-toc summary {
    margin: 0;
  }

  .blog-toc details[open] summary {
    margin-bottom: 18px;
  }

  .blog-article-sidebar {
    display: grid;
  }
}

@media (max-width: 767px) {
  .blog-articles {
    padding: 56px 0;
  }

  .blog-articles--paginated {
    padding-bottom: 32px;
  }

  .article-grid--blog,
  .article-grid--related,
  .blog-resources__grid,
  .blog-article-sidebar {
    grid-template-columns: 1fr;
  }

  .article-grid--blog .article-card {
    min-height: 0;
  }

  .article-grid--blog .article-card__body {
    min-height: 240px;
  }

  .blog-project-cta {
    padding: 64px 0;
  }

  .blog-project-cta h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .blog-project-cta p {
    font-size: 16px;
    line-height: 25px;
  }

  .blog-index-page .faq-section {
    padding: 56px 0;
  }

  .blog-article-header h1 {
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1.08;
  }

  .blog-byline__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .blog-byline__meta [aria-hidden="true"] {
    display: none;
  }

  .blog-share {
    flex-wrap: wrap;
  }

  .blog-share__label {
    width: 100%;
  }

  .blog-article-body {
    padding: 32px 0 64px;
  }

  .blog-entry-content > p:first-child {
    font-size: 17px;
    line-height: 27px;
  }

  .blog-entry-content h2 {
    font-size: 21px;
    line-height: 28px;
  }

  .blog-article-tags {
    flex-direction: column;
    gap: 10px;
  }

  .blog-sidebar-latest {
    grid-column: auto;
  }

  .blog-related,
  .blog-resources {
    padding: 48px 0 56px;
  }

  .blog-related__heading {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .blog-resources h2 {
    margin-bottom: 30px;
  }
}

@media print {
  .site-header,
  .site-footer,
  .product-inner-hero,
  .blog-article-header .breadcrumb,
  .blog-share,
  .blog-toc,
  .blog-article-sidebar,
  .blog-related,
  .blog-resources,
  .blog-single-page .inquiry-section {
    display: none !important;
  }

  .blog-article-header,
  .blog-article-body {
    padding: 24px 0;
  }

  .blog-article-layout {
    display: block;
  }
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

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

:root {
  --font-sans: "Inter", Arial, sans-serif;
  --color-brand-red: #d7263d;
  --color-brand-red-alt: #d72638;
  --color-brand-red-dark: #b91c2f;
  --color-brand-blue: #006db7;
  --color-deep-navy: #071c36;
  --color-navy: #0e3a5f;
  --color-heading: #0f172a;
  --color-body: #475569;
  --color-muted: #64748b;
  --color-border: #e2e8f0;
  --color-surface: #f8fafc;
  --color-surface-blue: #f4f6f9;
  --color-white: #fff;
  --color-focus: #f59e0b;
  --container-width: 1216px;
  --page-padding: 20px;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --shadow-card: 0 16px 34px rgba(7, 28, 54, 0.08);
  --transition: 180ms ease;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--color-body);
  background: var(--color-white);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

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

img {
  height: auto;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

a:hover {
  color: var(--color-brand-red);
}

:focus-visible {
  outline: 3px solid var(--color-focus);
  outline-offset: 3px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-heading);
  line-height: 1.15;
}

.container {
  width: min(var(--container-width), calc(100% - (var(--page-padding) * 2)));
  margin-inline: auto;
}

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

.screen-reader-text:focus,
.skip-link:focus {
  top: 12px;
  left: 12px;
  z-index: 100000;
  width: auto;
  height: auto;
  padding: 12px 18px;
  margin: 0;
  clip: auto;
  color: var(--color-deep-navy);
  background: var(--color-white);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-card);
}

.site-main {
  min-height: 50vh;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  color: var(--color-white);
  background: var(--color-brand-red);
  border: 1px solid var(--color-brand-red);
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition:
    color var(--transition),
    background-color var(--transition),
    border-color var(--transition),
    transform var(--transition);
}

.button svg,
.text-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform var(--transition);
}

.button:hover,
.button:focus-visible {
  color: var(--color-white);
  background: var(--color-brand-red-dark);
  border-color: var(--color-brand-red-dark);
  transform: translateY(-1px);
}

.button:hover svg,
.text-link:hover svg {
  transform: translateX(3px);
}

.button--small {
  min-height: 40px;
  padding: 9px 20px;
  font-size: 14px;
}

.button--ghost {
  color: var(--color-deep-navy);
  background: rgba(255, 255, 255, 0.76);
  border-color: #cbd5e1;
}

.button--ghost:hover,
.button--ghost:focus-visible {
  color: var(--color-deep-navy);
  background: var(--color-white);
  border-color: var(--color-deep-navy);
}

.button--outline-light {
  color: var(--color-white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}

.button--outline-light:hover,
.button--outline-light:focus-visible {
  color: var(--color-deep-navy);
  background: var(--color-white);
  border-color: var(--color-white);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--color-brand-red-alt);
  font-size: 14px;
  font-weight: 600;
}

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

.text-link--navy {
  color: #0b3d91;
}

.eyebrow {
  margin-bottom: 7px;
  color: var(--color-brand-red-alt);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.section-heading {
  max-width: 720px;
}

.section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.section-heading__title {
  margin-bottom: 16px;
  color: var(--color-deep-navy);
  font-size: clamp(2rem, 2.4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.025em;
}

.section-heading__description {
  margin-bottom: 0;
  color: #4b5563;
  font-size: clamp(1rem, 1.1vw, 1.125rem);
  line-height: 1.56;
}

.section-heading--inverse .eyebrow,
.section-heading--inverse .section-heading__title {
  color: var(--color-white);
}

.section-heading--inverse .section-heading__description {
  color: #d1d5db;
}

/* Header */
.site-header {
  position: relative;
  z-index: 1000;
  height: 81px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(226, 232, 240, 0.65);
}

.site-header__inner {
  position: relative;
  display: flex;
  height: 81px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.site-branding {
  flex: 0 0 auto;
}

.site-branding__link,
.custom-logo-link {
  display: flex;
  align-items: center;
}

.site-branding__logo,
.custom-logo {
  width: auto;
  height: 52px;
  object-fit: contain;
}

.site-header__nav-panel {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  gap: 29px;
}

.primary-menu,
.site-footer__menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-menu {
  display: flex;
  align-items: center;
  gap: clamp(24px, 2.75vw, 52px);
}

.primary-menu a {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #4b5563;
  font-size: 14px;
  font-weight: 500;
}

.primary-menu a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  background: #0b3d91;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--transition);
}

.primary-menu a:hover,
.primary-menu a:focus-visible,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a {
  color: #0b3d91;
}

.primary-menu a:hover::after,
.primary-menu a:focus-visible::after,
.primary-menu .current-menu-item > a::after,
.primary-menu .current_page_item > a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-header__locale {
  color: #4b5563;
  font-size: 13px;
  font-weight: 500;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--color-deep-navy);
  background: transparent;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  cursor: pointer;
}

.nav-toggle svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.nav-toggle__close {
  display: none;
}

.nav-scrim {
  position: fixed;
  inset: 81px 0 0;
  z-index: -1;
  background: rgba(7, 28, 54, 0.54);
}

/* Home hero */
.home-hero {
  position: relative;
  min-height: 1104px;
  overflow: hidden;
  background: #f5f6f7;
}

.home-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.home-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 930px;
  align-items: center;
}

.home-hero__content {
  width: min(52%, 630px);
  margin-top: 35px;
}

.home-hero h1 {
  margin-bottom: 26px;
  color: #080808;
  font-size: clamp(3rem, 4vw, 3.75rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.035em;
}

.home-hero h1 span {
  display: block;
  color: var(--color-brand-blue);
}

.home-hero__description {
  max-width: 610px;
  margin-bottom: 36px;
  color: #232323;
  font-size: 18px;
  line-height: 1.55;
}

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

.home-metrics {
  position: absolute;
  right: 0;
  bottom: 67px;
  left: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home-metric {
  position: relative;
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4px 20px;
  text-align: center;
}

.home-metric:not(:last-child)::after {
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: 58px;
  background: rgba(15, 23, 42, 0.12);
  content: "";
}

.home-metric strong {
  color: var(--color-brand-blue);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
}

.home-metric span {
  margin-top: 2px;
  color: #0f1112;
  font-size: 12px;
  line-height: 1.35;
  text-transform: uppercase;
}

/* Home sections and cards */
.home-section {
  padding-block: 96px;
}

.section-topline {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px;
}

.section-topline .section-heading__title {
  margin-bottom: 0;
}

.home-arrivals {
  min-height: 748px;
  background: var(--color-white);
}

.arrival-rail {
  display: grid;
  grid-auto-columns: 278px;
  grid-auto-flow: column;
  gap: 22px;
  padding: 0 4px 24px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-color: #cbd5e1 transparent;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}

.arrival-rail > * {
  scroll-snap-align: start;
}

.product-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: var(--color-white);
  border: 1px solid rgba(226, 232, 240, 0.7);
  border-radius: var(--radius-sm);
  transition:
    box-shadow var(--transition),
    transform var(--transition),
    border-color var(--transition);
}

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

.product-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f3f4f6;
  aspect-ratio: 1;
}

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

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

.product-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f8fafc, #e2e8f0);
}

.product-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 5px 10px;
  color: var(--color-white);
  background: var(--color-brand-red);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-card__body {
  padding: 18px 20px 20px;
}

.product-card__title {
  margin-bottom: 4px;
  color: var(--color-deep-navy);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

.product-card__title-link {
  display: inline-block;
  color: inherit;
}

.product-card__title a:hover {
  color: var(--color-brand-red);
}

.product-card__body p {
  min-height: 40px;
  margin-bottom: 16px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.45;
}

.product-card--arrival {
  border: 0;
  border-radius: 0;
}

.product-card--arrival:hover {
  box-shadow: none;
}

.product-card--arrival .product-card__body {
  padding: 16px 20px 8px;
}

.home-categories {
  min-height: 1548px;
  background: var(--color-surface-blue);
}

.home-categories .section-heading {
  margin-bottom: 58px;
}

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

.product-card--category .product-card__image {
  background: var(--color-white);
}

.product-card--category .product-card__image img {
  object-fit: cover;
}

.product-card--category .product-card__body {
  padding: 20px 20px 22px;
}

.home-categories__action {
  margin: 54px 0 0;
  text-align: center;
}

/* Why Hercules */
.home-why {
  position: relative;
  min-height: 738px;
  overflow: hidden;
  background: var(--color-deep-navy);
}

.home-why__image,
.home-why__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-why__image {
  object-fit: cover;
  object-position: center;
  opacity: 0.4;
}

.home-why__overlay {
  background:
    linear-gradient(
      90deg,
      rgba(7, 28, 54, 0.98) 0%,
      rgba(7, 28, 54, 0.85) 47%,
      rgba(11, 61, 145, 0.38) 100%
    ),
    radial-gradient(circle at 80% 90%, rgba(0, 109, 183, 0.45), transparent 45%);
}

.home-why__grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 738px;
  align-items: center;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 90px;
  padding-block: 76px;
}

.home-why .section-heading {
  max-width: 650px;
  margin-bottom: 26px;
}

.home-why .section-heading__title {
  font-size: clamp(2rem, 2.4vw, 2.5rem);
}

.why-features {
  display: grid;
  gap: 15px;
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
}

.why-features li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.why-features__icon {
  display: flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  color: #93c5fd;
  background: rgba(255, 255, 255, 0.09);
  border-radius: var(--radius-sm);
}

.why-features__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why-features strong,
.why-features small {
  display: block;
}

.why-features strong {
  color: var(--color-white);
  font-size: 16px;
  line-height: 1.45;
}

.why-features small {
  margin-top: 2px;
  color: #9ca3af;
  font-size: 13px;
  line-height: 1.45;
}

.why-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px 60px;
}

.why-metric {
  display: flex;
  min-height: 120px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.why-metric strong {
  color: var(--color-white);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
}

.why-metric strong::before {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 auto 8px;
  background: var(--color-brand-red);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(215, 38, 61, 0.15);
  content: "";
}

.why-metric span {
  margin-top: 5px;
  color: #d1d5db;
  font-size: 13px;
}

/* Certificates */
.home-certificates {
  position: relative;
  min-height: 455px;
  overflow: hidden;
  background: #f5f7fa;
}

.home-certificates__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
}

.home-certificates__content {
  position: relative;
  z-index: 1;
}

.home-certificates .section-heading {
  max-width: 1000px;
}

.certificate-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0;
  margin: 42px 0 0;
  list-style: none;
}

.certificate-list li {
  min-width: 110px;
  padding: 11px 20px;
  color: var(--color-deep-navy);
  background: rgba(255, 255, 255, 0.82);
  border: 2px solid #cbd5e1;
  border-radius: var(--radius-md);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

/* Inquiry */
.inquiry-section {
  min-height: 762px;
  background: var(--color-white);
}

.inquiry-section__grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: clamp(64px, 8vw, 128px);
}

.inquiry-section .section-heading {
  margin-bottom: 31px;
}

.inquiry-form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.inquiry-form__honeypot {
  position: absolute;
  left: -9999px;
}

.form-field {
  min-width: 0;
}

.form-field--full,
.form-notice {
  grid-column: 1 / -1;
}

.form-field label {
  display: block;
  margin-bottom: 6px;
  color: #1f2937;
  font-size: 13px;
  font-weight: 600;
}

.form-field input,
.form-field textarea,
.search-form input[type="search"] {
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  color: #111827;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  outline: none;
  transition:
    border-color var(--transition),
    box-shadow var(--transition);
}

.form-field textarea {
  min-height: 112px;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus,
.search-form input[type="search"]:focus {
  border-color: var(--color-brand-blue);
  box-shadow: 0 0 0 3px rgba(0, 109, 183, 0.13);
}

.form-field input[aria-invalid="true"],
.form-field textarea[aria-invalid="true"] {
  border-color: var(--color-brand-red);
}

.form-field__error {
  display: block;
  min-height: 0;
  margin-top: 4px;
  color: #b91c1c;
  font-size: 12px;
}

.form-field__error:not(:empty) {
  min-height: 18px;
}

.inquiry-form__submit {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 3px;
}

.form-required-note {
  margin: 0;
  color: var(--color-muted);
  font-size: 12px;
}

.form-notice {
  padding: 12px 16px;
  margin-bottom: 5px;
  border-radius: var(--radius-md);
  font-size: 14px;
}

.form-notice--success {
  color: #047857;
  background: #ecfdf5;
}

.form-notice--error {
  color: #b91c1c;
  background: #fef2f2;
}

.contact-card {
  min-height: 498px;
  padding: 36px 40px;
  background: #f1f5f9;
  border-radius: var(--radius-lg);
}

.contact-card h3 {
  margin-bottom: 30px;
  color: var(--color-deep-navy);
  font-size: 20px;
  font-weight: 700;
}

.contact-card__list {
  display: grid;
  gap: 26px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-card__list li {
  display: grid;
  align-items: start;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
}

.contact-card__icon {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  color: #0b3d91;
  background: #dbeafe;
  border-radius: var(--radius-sm);
}

.contact-card__icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-card__list strong,
.contact-card__list a,
.contact-card__list li > span:last-child > span {
  display: block;
}

.contact-card__list strong {
  color: var(--color-deep-navy);
  font-size: 14px;
}

.contact-card__list a,
.contact-card__list li > span:last-child > span {
  margin-top: 2px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.contact-card__empty {
  color: var(--color-muted);
  font-size: 14px;
}

/* FAQ */
.faq-section {
  min-height: 702px;
  background: var(--color-surface-blue);
}

.faq-section__inner {
  max-width: 820px;
}

.faq-section .section-heading {
  margin-bottom: 48px;
}

.faq-accordion {
  display: grid;
  gap: 14px;
}

.faq-item {
  overflow: hidden;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  transition:
    border-color var(--transition),
    box-shadow var(--transition);
}

.faq-item:focus-within,
.faq-item.is-open {
  border-color: #bfdbfe;
  box-shadow: 0 8px 24px rgba(14, 58, 95, 0.06);
}

.faq-item__heading {
  margin: 0;
}

.faq-item__button {
  display: flex;
  width: 100%;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 24px;
  color: var(--color-deep-navy);
  background: transparent;
  border: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  cursor: pointer;
}

.faq-item__icon {
  display: flex;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  color: #0b3d91;
  border-radius: 50%;
}

.faq-item__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform var(--transition);
}

.faq-item__button[aria-expanded="true"] .faq-item__icon svg {
  transform: rotate(180deg);
}

.faq-item__panel[hidden] {
  display: none;
}

.faq-item__answer {
  padding: 0 60px 22px 24px;
  color: var(--color-muted);
  font-size: 14px;
}

.faq-item__answer p:last-child {
  margin-bottom: 0;
}

/* Footer */
.site-footer {
  min-height: 341px;
  padding-top: 54px;
  color: rgba(255, 255, 255, 0.8);
  background: #194d73;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.7fr 1.2fr;
  gap: 54px;
  padding-bottom: 34px;
}

.site-footer__logo {
  display: inline-block;
  margin-bottom: 18px;
}

.site-footer__logo img {
  width: auto;
  height: 42px;
  object-fit: contain;
}

.site-footer__brand p,
.site-footer__column a,
.site-footer__column span,
.site-footer address {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.62;
}

.site-footer__brand p {
  max-width: 260px;
}

.site-footer__column h2 {
  margin-bottom: 18px;
  color: var(--color-white);
  font-size: 15px;
  font-weight: 700;
}

.site-footer__column > a,
.site-footer__column > span,
.site-footer__column address {
  display: block;
  margin-bottom: 5px;
}

.site-footer__menu {
  display: grid;
  gap: 7px;
}

.site-footer address {
  font-style: normal;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--color-white);
}

.site-footer__bottom {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.site-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 12px;
}

/* Inner and generic templates */
.inner-hero {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background: var(--color-deep-navy);
}

.inner-hero__image,
.inner-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.inner-hero__image {
  object-fit: cover;
  opacity: 0.44;
}

.inner-hero__overlay {
  background: linear-gradient(
    90deg,
    rgba(7, 28, 54, 0.95),
    rgba(7, 28, 54, 0.25)
  );
}

.inner-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 390px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-block: 70px;
}

.inner-hero h1 {
  max-width: 850px;
  margin: 14px 0;
  color: var(--color-white);
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.inner-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.breadcrumb li {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}

.breadcrumb li:not(:last-child)::after {
  margin-left: 8px;
  content: "/";
  opacity: 0.6;
}

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

.content-layout,
.entry-content-wrap,
.not-found {
  padding-block: 80px;
}

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

.article-card {
  overflow: hidden;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
}

.article-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 8 / 5.2;
}

.article-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-card__body {
  padding: 26px;
}

.article-card__meta,
.entry-meta {
  color: var(--color-brand-red);
  font-size: 13px;
  font-weight: 600;
}

.article-card__title {
  font-size: 22px;
}

.entry-content-wrap {
  max-width: 920px;
}

.entry-featured {
  margin-bottom: 40px;
}

.entry-content > * {
  max-width: 100%;
}

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

.entry-content table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.entry-content th,
.entry-content td {
  padding: 12px 16px;
  border: 1px solid var(--color-border);
  text-align: left;
}

.navigation.pagination {
  margin-top: 50px;
}

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

.page-numbers {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
}

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

.empty-state,
.not-found {
  text-align: center;
}

.not-found__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.search-form {
  display: flex;
  gap: 8px;
}

.search-form label {
  min-width: min(360px, 60vw);
}

.search-submit {
  min-height: 48px;
  padding: 10px 18px;
  color: var(--color-white);
  background: var(--color-deep-navy);
  border: 0;
  border-radius: var(--radius-md);
}

.cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 48px;
  color: var(--color-white);
  background: var(--color-deep-navy);
  border-radius: var(--radius-xl);
}

.cta-banner h2 {
  margin-bottom: 8px;
  color: var(--color-white);
}

.cta-banner p {
  margin-bottom: 0;
  color: #d1d5db;
}

/* Tablet */
@media (max-width: 1279px) {
  :root {
    --page-padding: 32px;
  }

  .site-header__nav-panel {
    gap: 18px;
  }

  .primary-menu {
    gap: 22px;
  }

  .home-hero {
    min-height: 900px;
  }

  .home-hero__inner {
    min-height: 760px;
  }

  .home-hero__content {
    width: 54%;
  }

  .home-metrics {
    bottom: 46px;
  }

  .home-categories {
    min-height: auto;
  }

  .inquiry-section__grid {
    gap: 56px;
  }
}

@media (max-width: 1023px) {
  .site-header {
    position: sticky;
    top: 0;
  }

  .nav-toggle {
    display: flex;
    margin-left: auto;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle__open {
    display: none;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle__close {
    display: block;
  }

  .site-header__nav-panel {
    position: fixed;
    top: 81px;
    right: 0;
    z-index: 2;
    display: flex;
    width: min(410px, 90vw);
    height: calc(100dvh - 81px);
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    gap: 24px;
    padding: 36px 32px;
    overflow-y: auto;
    background: var(--color-white);
    box-shadow: -18px 0 38px rgba(7, 28, 54, 0.12);
    transform: translateX(105%);
    visibility: hidden;
    transition:
      transform 240ms ease,
      visibility 240ms;
  }

  .site-header__nav-panel.is-open {
    transform: translateX(0);
    visibility: visible;
  }

  .primary-menu {
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
  }

  .primary-menu a {
    min-height: 52px;
    font-size: 17px;
  }

  .primary-menu a::after {
    bottom: 0;
  }

  .site-header__cta {
    width: 100%;
  }

  .site-header__locale {
    padding-top: 8px;
  }

  .home-hero {
    min-height: 780px;
  }

  .home-hero::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.94) 0%,
      rgba(255, 255, 255, 0.77) 54%,
      rgba(255, 255, 255, 0.06) 100%
    );
    content: "";
  }

  .home-hero__image {
    object-position: 57% center;
  }

  .home-hero__inner {
    z-index: 2;
    min-height: 640px;
  }

  .home-hero__content {
    width: 58%;
  }

  .home-hero h1 {
    font-size: clamp(2.7rem, 5.7vw, 3.5rem);
  }

  .home-hero__description {
    font-size: 16px;
  }

  .home-metric {
    padding-inline: 10px;
  }

  .home-metric strong {
    font-size: 25px;
  }

  .home-section {
    padding-block: 80px;
  }

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

  .home-why__grid {
    min-height: auto;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 42px;
  }

  .why-metrics {
    gap: 28px;
  }

  .inquiry-section__grid {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 0.75fr);
    gap: 36px;
  }

  .contact-card {
    padding: 32px 28px;
  }

  .site-footer__grid {
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
  }

  .site-footer__contact {
    grid-column: 1 / -1;
  }
}

/* Mobile */
@media (max-width: 767px) {
  :root {
    --page-padding: 20px;
  }

  html {
    scroll-padding-top: 76px;
  }

  .site-header,
  .site-header__inner {
    height: 72px;
  }

  .site-branding__logo,
  .custom-logo {
    height: 40px;
    max-width: 180px;
  }

  .site-header__nav-panel {
    top: 72px;
    height: calc(100dvh - 72px);
    padding: 28px 24px;
  }

  .nav-scrim {
    inset: 72px 0 0;
  }

  .home-hero {
    display: flex;
    min-height: 850px;
    flex-direction: column;
    background: #f4f5f6;
  }

  .home-hero::after {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 255, 255, 0.89) 48%,
      rgba(255, 255, 255, 0.02) 77%
    );
  }

  .home-hero__image {
    object-position: 64% center;
  }

  .home-hero__inner {
    min-height: auto;
    align-items: flex-start;
    padding-top: 72px;
  }

  .home-hero__content {
    width: 100%;
    margin-top: 0;
  }

  .home-hero h1 {
    margin-bottom: 20px;
    font-size: clamp(2.65rem, 13vw, 3.5rem);
  }

  .home-hero__description {
    max-width: 35rem;
    margin-bottom: 26px;
    font-size: 15px;
  }

  .home-hero__actions {
    gap: 10px;
  }

  .home-hero__actions .button {
    padding-inline: 19px;
  }

  .home-metrics {
    bottom: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .home-metric {
    min-height: 62px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.78);
    border-radius: var(--radius-md);
    backdrop-filter: blur(7px);
  }

  .home-metric:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .home-metric:not(:last-child)::after {
    display: none;
  }

  .home-metric strong {
    font-size: 22px;
  }

  .home-metric span {
    font-size: 10px;
  }

  .home-section {
    min-height: auto;
    padding-block: 64px;
  }

  .section-heading__title {
    font-size: clamp(1.85rem, 9vw, 2.45rem);
  }

  .section-heading__description {
    font-size: 15px;
  }

  .section-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 32px;
  }

  .arrival-rail {
    grid-auto-columns: min(82vw, 300px);
    margin-right: calc(var(--page-padding) * -1);
    padding-right: var(--page-padding);
  }

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

  .home-categories .section-heading {
    margin-bottom: 38px;
  }

  .product-grid {
    gap: 24px;
  }

  .home-categories__action {
    margin-top: 38px;
  }

  .home-why {
    min-height: auto;
  }

  .home-why__overlay {
    background: linear-gradient(
      180deg,
      rgba(7, 28, 54, 0.98),
      rgba(7, 28, 54, 0.82)
    );
  }

  .home-why__grid {
    grid-template-columns: 1fr;
    gap: 50px;
    padding-block: 64px;
  }

  .why-features small {
    font-size: 12px;
  }

  .why-metrics {
    gap: 24px 16px;
  }

  .why-metric {
    min-height: 100px;
    padding: 16px 8px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--radius-lg);
  }

  .home-certificates .section-heading__title {
    font-size: clamp(2rem, 9vw, 2.6rem);
  }

  .certificate-list {
    gap: 10px;
    margin-top: 32px;
  }

  .certificate-list li {
    min-width: 0;
    padding: 9px 13px;
    font-size: 13px;
  }

  .inquiry-section__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .inquiry-form {
    grid-template-columns: 1fr;
  }

  .form-field--full,
  .form-notice {
    grid-column: auto;
  }

  .inquiry-form__submit {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-card {
    min-height: 0;
    padding: 28px 24px;
  }

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

  .faq-item__button {
    min-height: 62px;
    gap: 16px;
    padding: 16px 18px;
    font-size: 14px;
  }

  .faq-item__answer {
    padding: 0 48px 18px 18px;
  }

  .site-footer {
    padding-top: 48px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
  }

  .site-footer__brand,
  .site-footer__contact {
    grid-column: 1 / -1;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .inner-hero,
  .inner-hero__content {
    min-height: 330px;
  }

  .inner-hero__content {
    padding-block: 55px;
  }

  .inner-hero h1 {
    font-size: 2.5rem;
  }

  .content-layout,
  .entry-content-wrap,
  .not-found {
    padding-block: 56px;
  }

  .cta-banner {
    align-items: flex-start;
    flex-direction: column;
    padding: 32px 24px;
  }

  .search-form {
    align-items: stretch;
    flex-direction: column;
  }

  .search-form label {
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Home design fidelity pass: 1920px reference with fluid, padding-led sections. */
.site-header {
  height: 81px;
  background: rgba(255, 255, 255, 0.95);
  border-bottom-color: #e5e7eb;
}

.site-header__inner {
  display: flex;
  width: min(1414px, calc(100% - 40px));
  height: 81px;
  align-items: center;
  margin-inline: auto;
}

.site-branding__logo,
.custom-logo {
  width: 206px;
  max-width: none;
  height: 52px;
}

.site-header__nav-panel {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 0;
}

.primary-navigation {
  width: 621px;
  margin-left: auto;
}

.primary-menu {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

.primary-menu a {
  min-height: 40px;
  color: #4b5563;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.primary-menu a::after {
  display: none;
}

.site-header__cta {
  width: 137px;
  min-height: 40px;
  margin-left: 84px;
  padding: 9px 8px;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.site-header__locale {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-left: 43px;
  color: #4b5563;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.site-header__locale img {
  width: 16px;
  height: 16px;
}

.home-hero {
  min-height: 0;
  padding: 321px 0 74px;
  background: #f5f6f7;
}

.home-hero__image {
  object-position: center;
}

.home-hero__inner,
.home-metrics {
  width: min(1414px, calc(100% - 40px));
}

.home-hero__inner {
  display: block;
  min-height: 0;
}

.home-hero__content {
  width: 654px;
  max-width: 47%;
  margin: 0;
}

.home-hero__eyebrow {
  display: inline-flex;
  width: 270px;
  height: 30px;
  align-items: center;
  gap: 4px;
  padding: 0 11px;
  margin: 0;
  color: #d7263d;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0;
  white-space: nowrap;
}

.home-hero__eyebrow img {
  width: 11px;
  height: 12px;
  flex: 0 0 auto;
}

.home-hero h1 {
  margin: 24px 0 24px;
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.035em;
}

.home-hero__description {
  width: 654px;
  max-width: 100%;
  margin: 0;
  color: #232323;
  font-size: 20px;
  line-height: 28px;
}

.home-hero__actions {
  align-items: center;
  gap: 14px;
  margin-top: 32px;
}

.home-hero__actions .button {
  min-width: 167px;
  min-height: 52px;
  padding: 13px 20px;
  font-size: 16px;
  line-height: 24px;
}

.home-hero__actions .button--hero-secondary {
  min-width: 145px;
  color: #071c36;
  background: transparent;
  border-color: transparent;
}

.home-hero__actions .button--hero-secondary:hover,
.home-hero__actions .button--hero-secondary:focus-visible {
  color: #d7263d;
  background: rgba(255, 255, 255, 0.45);
  border-color: transparent;
  transform: none;
}

.home-metrics {
  position: relative;
  inset: auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 40px;
  margin-top: 209px;
}

.home-metric {
  min-height: 106px;
  padding: 13px 18px 12px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(7, 28, 54, 0.12);
  backdrop-filter: blur(8px);
}

.home-metric:not(:last-child)::after {
  display: none;
}

.home-metric strong {
  font-size: 30px;
  line-height: 36px;
}

.home-metric span {
  margin-top: 3px;
  color: #0f1112;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.home-section {
  min-height: 0;
}

.home-arrivals {
  min-height: 0;
  padding: 96px 0 120px;
}

.home-arrivals .section-topline {
  align-items: flex-end;
  margin-bottom: 32px;
}

.home-arrivals .eyebrow,
.home-categories .eyebrow,
.home-why .eyebrow,
.home-certificates .eyebrow,
.inquiry-section .eyebrow,
.faq-section .eyebrow {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
}

.home-arrivals .eyebrow {
  font-size: 14px;
}

.home-arrivals .section-heading__title,
.home-categories .section-heading__title,
.home-why .section-heading__title,
.inquiry-section .section-heading__title,
.faq-section .section-heading__title {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0;
}

.section-topline > .text-link {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.arrival-slider-shell {
  position: relative;
}

.arrival-swiper {
  overflow: hidden;
}

.arrival-swiper .swiper-slide {
  width: 280px;
  height: auto;
}

.product-card--arrival {
  min-height: 432px;
  overflow: hidden;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
}

.product-card--arrival .product-card__image {
  aspect-ratio: 1;
  background: #f9fafb;
}

.product-card--arrival .product-card__body {
  padding: 14px 19px 20px;
}

.product-card--arrival .product-card__title {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 28px;
}

.product-card--arrival .product-card__body p {
  min-height: 40px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 20px;
}

.product-card--arrival .text-link {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.arrival-swiper__button {
  position: absolute;
  top: 208px;
  z-index: 5;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #0b3d91;
  background: #fff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(7, 28, 54, 0.12);
  cursor: pointer;
  transform: translateY(-50%);
}

.arrival-swiper__button--prev {
  left: -16px;
}

.arrival-swiper__button--next {
  right: -16px;
}

.arrival-swiper__button svg {
  width: 14px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.arrival-swiper__button--prev svg {
  transform: rotate(90deg);
}

.arrival-swiper__button--next svg {
  transform: rotate(-90deg);
}

.arrival-swiper__button.swiper-button-disabled {
  opacity: 1;
  cursor: default;
}

.home-categories {
  min-height: 0;
  padding: 96px 0 99px;
  background: #f4f6f9;
}

.home-categories .section-heading {
  max-width: 768px;
  margin-bottom: 50px;
}

.home-categories .section-heading__title {
  margin-bottom: 16px;
}

.home-categories .section-heading__description {
  font-size: 16px;
  line-height: 24px;
}

.product-grid--categories {
  width: 100%;
  column-gap: 32px;
  row-gap: 36px;
  margin-inline: -2px;
}

.product-card--category {
  min-height: 516px;
  border-color: #e2e8f0;
  border-radius: 12px;
}

.product-card--category .product-card__body {
  padding: 14px 19px 22px;
}

.product-card--category .product-card__title {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 28px;
}

.product-card--category .product-card__body p {
  min-height: 20px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
}

.product-card--category .text-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.home-categories__action {
  margin-top: 51px;
}

.home-categories__action .button {
  min-width: 239px;
  min-height: 52px;
  font-size: 16px;
  line-height: 24px;
}

.home-why {
  min-height: 0;
  padding: 96px 0;
  background: #13395c;
}

.home-why__image {
  opacity: 1;
  object-position: center;
}

.home-why__overlay {
  background: url("../images/home/dark-gradient-texture.png") center / cover
    no-repeat;
}

.home-why__grid {
  min-height: 0;
  align-items: stretch;
  grid-template-columns: repeat(2, minmax(0, 584px));
  gap: 48px;
  padding: 0;
}

.home-why .section-heading {
  max-width: 584px;
  margin-bottom: 32px;
}

.home-why .section-heading__title {
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 40px;
}

.home-why .section-heading__description {
  color: #d1d5db;
  font-size: 18px;
  line-height: 29.25px;
}

.why-features {
  gap: 20px;
  margin-bottom: 32px;
}

.why-features li {
  min-height: 48px;
  gap: 15px;
}

.why-features__icon {
  width: 48px;
  height: 48px;
  flex-basis: 48px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 12px;
}

.why-features__icon img {
  width: 20px;
  height: 20px;
}

.why-features strong {
  font-size: 18px;
  line-height: 28px;
}

.why-features small {
  margin-top: 0;
  color: #9ca3af;
  font-size: 14px;
  line-height: 20px;
}

.home-why .button--outline-light {
  min-width: 200px;
  min-height: 50px;
  padding: 12px 23px;
  font-size: 16px;
  line-height: 24px;
}

.why-metrics {
  align-self: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.why-metric {
  min-height: 158px;
  padding: 24px 18px 19px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
}

.why-metric > img {
  width: auto;
  height: 36px;
  margin: 0 auto 6px;
}

.why-metric strong {
  font-size: 30px;
  line-height: 36px;
}

.why-metric strong::before {
  display: none;
}

.why-metric span {
  margin-top: 3px;
  color: #d1d5db;
  font-size: 14px;
  line-height: 20px;
}

.home-certificates {
  min-height: 0;
  padding: 96px 0 97px;
  background: #f4f6f9;
}

.home-certificates::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(244, 246, 249, 0.98);
  content: "";
}

.home-certificates__image {
  opacity: 1;
}

.home-certificates__content {
  z-index: 1;
}

.home-certificates .section-heading {
  max-width: 1240px;
}

.home-certificates .eyebrow {
  color: #071c36;
  text-align: center;
}

.home-certificates .section-heading__title {
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0;
}

.home-certificates .section-heading__description {
  max-width: 778px;
  margin-inline: auto;
  font-size: 18px;
  line-height: 28px;
}

.certificate-list {
  gap: 24px;
  margin-top: 44px;
}

.certificate-list li {
  min-width: 0;
  min-height: 62px;
  padding: 16px 15px;
  background: rgba(248, 248, 248, 0.1);
  border: 1px solid #1f2937;
  border-radius: 16px;
  font-size: 20px;
  line-height: 28px;
}

.inquiry-section {
  min-height: 0;
  padding: 96px 0 57px;
}

.inquiry-section__grid {
  grid-template-columns: repeat(2, minmax(0, 584px));
  gap: 48px;
}

.inquiry-section .section-heading {
  max-width: 584px;
  margin-bottom: 32px;
}

.inquiry-section .section-heading__title {
  margin-bottom: 24px;
}

.inquiry-section .section-heading__description {
  color: #4b5563;
  font-size: 18px;
  line-height: 28px;
}

.inquiry-form {
  gap: 16px;
}

.form-field {
  position: relative;
}

.form-field input,
.form-field textarea {
  display: block;
  min-height: 50px;
  padding: 12px 14px;
  border-color: #e5e7eb;
  border-radius: 12px;
  font-size: 16px;
  line-height: 24px;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #1f2937;
  opacity: 1;
}

.form-field textarea {
  min-height: 122px;
}

.form-field--country {
  margin-top: -2px;
}

.form-field--message {
  margin-top: -3px;
}

.form-field__error {
  position: absolute;
  top: 100%;
  left: 12px;
  z-index: 2;
  margin-top: 1px;
  background: #fff;
}

.inquiry-form__submit {
  margin-top: 6px;
}

.inquiry-form__submit .button {
  min-width: 164px;
  min-height: 52px;
  font-size: 16px;
  line-height: 24px;
}

.contact-card {
  min-height: 570px;
  padding: 28px 32px 32px;
  background: #f4f6f9;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
}

.contact-card h3 {
  margin-bottom: 28px;
  font-size: 20px;
  line-height: 28px;
}

.contact-card__list {
  gap: 20px;
}

.contact-card__list li {
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 15px;
}

.contact-card__list li:not(:first-child) {
  min-height: 48px;
}

.contact-card__icon {
  width: 40px;
  height: 40px;
  color: #d7263d;
  background: rgba(11, 61, 145, 0.1);
  border-radius: 50%;
}

.contact-card__icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}

.contact-card__list strong {
  font-size: 16px;
  line-height: 24px;
}

.contact-card__list a,
.contact-card__list li > .contact-card__content > span:not(.contact-card__qr) {
  margin-top: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 20px;
}

.contact-card__qr {
  display: block;
  width: 112px;
  height: 112px;
  margin-top: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.contact-card__qr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-section {
  min-height: 0;
  padding: 96px 0;
  background: #f4f6f9;
}

.faq-section__inner {
  max-width: 704px;
}

.faq-section .section-heading {
  width: 728px;
  max-width: calc(100% + 24px);
  margin: 0 -12px 48px;
}

.faq-section .section-heading__title {
  margin-bottom: 0;
}

.faq-accordion {
  gap: 16px;
}

.faq-item {
  border-color: #f3f4f6;
  border-radius: 12px;
}

.faq-item__button {
  min-height: 64px;
  padding: 20px 23px;
  font-size: 16px;
  line-height: 24px;
}

.faq-item__icon {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
}

.faq-item__icon svg {
  width: 14px;
  height: 16px;
}

.site-footer {
  min-height: 0;
  padding-top: 55px;
  background: #194265;
}

.site-footer__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  padding-bottom: 23px;
}

.site-footer__logo {
  margin: 0 0 15px -8px;
}

.site-footer__logo img {
  width: 167px;
  height: 42px;
}

.site-footer__brand p {
  max-width: 282px;
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  line-height: 22.75px;
}

.site-footer__column h2 {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
}

.site-footer__menu {
  gap: 8px;
}

.site-footer__menu a,
.site-footer__contact-lines > * {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.site-footer__contact-lines address {
  max-width: 275px;
}

.site-footer__bottom {
  min-height: 85px;
  justify-content: flex-start;
  padding: 30px 0 31px;
  border-top-color: rgba(255, 255, 255, 0.1);
  margin-top: 8px;
}

.site-footer__bottom p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 1279px) {
  :root {
    --page-padding: 32px;
  }

  .site-header__inner,
  .home-hero__inner,
  .home-metrics {
    width: calc(100% - 64px);
  }

  .primary-navigation {
    width: auto;
  }

  .primary-menu {
    justify-content: flex-end;
    gap: 24px;
  }

  .site-header__cta {
    margin-left: 32px;
  }

  .site-header__locale {
    margin-left: 24px;
  }

  .home-hero {
    padding-top: 250px;
  }

  .home-metrics {
    gap: 20px;
    margin-top: 150px;
  }

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

@media (min-width: 1600px) {
  .site-header__inner,
  .home-hero__inner,
  .home-metrics {
    left: 24px;
  }
}

@media (max-width: 1023px) {
  .site-header,
  .site-header__inner {
    height: 81px;
  }

  .site-header__nav-panel {
    top: 81px;
    height: calc(100dvh - 81px);
    align-items: stretch;
    gap: 24px;
  }

  .primary-navigation,
  .primary-menu {
    width: 100%;
  }

  .primary-menu {
    align-items: stretch;
    justify-content: flex-start;
    gap: 4px;
  }

  .site-header__cta,
  .site-header__locale {
    width: 100%;
    margin-left: 0;
  }

  .site-header__locale {
    padding-top: 8px;
  }

  .home-hero {
    padding: 170px 0 60px;
  }

  .home-hero__content {
    width: 58%;
    max-width: none;
  }

  .home-hero h1 {
    font-size: clamp(46px, 5.8vw, 56px);
  }

  .home-hero__description {
    font-size: 16px;
    line-height: 25px;
  }

  .home-metrics {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin-top: 120px;
  }

  .home-metric {
    min-height: 96px;
    padding-inline: 8px;
  }

  .home-metric strong {
    font-size: 25px;
  }

  .arrival-swiper .swiper-slide {
    width: calc((100% - 40px) / 3);
  }

  .product-grid--categories {
    margin-inline: 0;
  }

  .home-why,
  .home-certificates,
  .inquiry-section,
  .faq-section,
  .home-categories,
  .home-arrivals {
    padding-block: 80px;
  }

  .home-why__grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .home-why .section-heading,
  .inquiry-section .section-heading {
    max-width: none;
  }

  .why-metrics {
    width: 100%;
  }

  .inquiry-section__grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

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

  .site-footer__contact {
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  :root {
    --page-padding: 20px;
  }

  .site-header,
  .site-header__inner {
    height: 72px;
  }

  .site-header__inner,
  .home-hero__inner,
  .home-metrics {
    width: calc(100% - 40px);
  }

  .site-branding__logo,
  .custom-logo {
    width: auto;
    max-width: 170px;
    height: 40px;
  }

  .site-header__nav-panel {
    top: 72px;
    height: calc(100dvh - 72px);
  }

  .home-hero {
    display: block;
    padding: 68px 0 32px;
  }

  .home-hero__content {
    width: 100%;
  }

  .home-hero__eyebrow {
    max-width: 100%;
  }

  .home-hero h1 {
    font-size: clamp(42px, 13vw, 54px);
  }

  .home-hero__actions .button {
    min-width: 0;
  }

  .home-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 250px;
  }

  .home-metric {
    min-height: 82px;
  }

  .home-metric:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .home-arrivals,
  .home-categories,
  .home-why,
  .home-certificates,
  .inquiry-section,
  .faq-section {
    padding-block: 64px;
  }

  .home-arrivals .section-topline {
    align-items: flex-start;
    margin-bottom: 28px;
  }

  .home-arrivals .section-heading__title,
  .home-categories .section-heading__title,
  .home-why .section-heading__title,
  .inquiry-section .section-heading__title,
  .faq-section .section-heading__title {
    font-size: clamp(30px, 9vw, 36px);
    line-height: 1.15;
  }

  .arrival-swiper .swiper-slide {
    width: min(82vw, 300px);
  }

  .arrival-swiper__button {
    display: none;
  }

  .product-card--arrival {
    min-height: 0;
  }

  .product-grid--categories {
    row-gap: 24px;
  }

  .home-categories .section-heading {
    margin-bottom: 38px;
  }

  .home-certificates .section-heading__title {
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.1;
  }

  .certificate-list {
    gap: 10px;
  }

  .certificate-list li {
    min-height: 48px;
    padding: 9px 12px;
    font-size: 14px;
  }

  .inquiry-form {
    grid-template-columns: 1fr;
  }

  .form-field--country,
  .form-field--message {
    margin-top: 0;
  }

  .contact-card {
    min-height: 0;
    padding: 28px 24px;
  }

  .faq-section .section-heading {
    width: auto;
    max-width: none;
    margin-inline: 0;
    margin-bottom: 36px;
  }

  .faq-item__button {
    padding: 16px 18px;
    font-size: 14px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
  }

  .site-footer__brand,
  .site-footer__contact {
    grid-column: 1 / -1;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .arrival-swiper .swiper-slide {
    width: calc((100% - 20px) / 2);
  }

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

/* Product overview, catalogue and product detail pages */
.product-inner-hero {
  min-height: 0;
  background: #f1f3f4;
}

.product-inner-hero .inner-hero__image {
  opacity: 1;
  object-position: center;
}

.product-inner-hero .inner-hero__overlay {
  display: none;
}

.product-inner-hero .inner-hero__content {
  display: block;
  width: min(1376px, calc(100% - 40px));
  min-height: 0;
  padding: 207px 0 208px;
}

.product-inner-hero h1 {
  max-width: 686px;
  margin: 0 0 9px;
  color: #006db7;
  font-size: clamp(40px, 2.5vw, 48px);
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0;
}

.product-inner-hero .inner-hero__title-line {
  display: block;
}

.product-inner-hero p {
  max-width: 682px;
  color: #0e3a5f;
  font-size: 20px;
  line-height: 28px;
}

.product-breadcrumb-bar {
  padding: 12px 0 13px;
  background: #fff;
  border-bottom: 0;
}

.product-breadcrumb-bar .breadcrumb li,
.product-breadcrumb-bar .breadcrumb a {
  color: #64748b;
  font-size: 14px;
  line-height: 20px;
}

.product-breadcrumb-bar .breadcrumb li:last-child {
  color: #0f172a;
  font-weight: 500;
}

.product-breadcrumb-bar .breadcrumb ol {
  align-items: center;
  gap: 7px;
}

.product-breadcrumb-bar .breadcrumb li {
  display: inline-flex;
  align-items: center;
}

.product-breadcrumb-bar .breadcrumb li:not(:last-child)::after {
  display: inline-grid;
  width: 16px;
  height: 16px;
  place-items: center;
  margin-left: 7px;
  color: #94a3b8;
  content: "›";
  font-size: 16px;
  line-height: 16px;
  opacity: 1;
}

.product-breadcrumb-bar .breadcrumb a:hover,
.product-breadcrumb-bar .breadcrumb a:focus-visible {
  color: #2563eb;
}

.product-family-nav {
  padding: 42px 0 41px;
  background: #f8fafc;
}

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

.product-family-nav a {
  display: grid;
  min-height: 56px;
  place-items: center;
  padding: 12px 16px;
  color: #0e3a5f;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  transition:
    color var(--transition),
    border-color var(--transition),
    box-shadow var(--transition);
}

.product-family-nav a:hover,
.product-family-nav a:focus-visible {
  color: #006db7;
  border-color: #006db7;
  box-shadow: 0 6px 18px rgba(0, 109, 183, 0.08);
}

.product-family-section {
  scroll-margin-top: 96px;
  padding: 96px 0 99px;
  background: #fff;
}

.product-family-section:nth-of-type(odd) {
  background: #f4f6f9;
}

.product-family-banner {
  position: relative;
  min-height: 288px;
  overflow: hidden;
  border-radius: 12px;
}

.product-family-banner__image,
.product-family-banner__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.product-family-banner__image {
  object-fit: cover;
}

.product-family-banner__overlay {
  background: linear-gradient(
    90deg,
    rgba(6, 30, 54, 0.92),
    rgba(6, 30, 54, 0.53) 45%,
    rgba(6, 30, 54, 0.05) 82%
  );
}

.product-family-banner__content {
  position: relative;
  z-index: 1;
  max-width: 620px;
  padding: 54px 64px 48px;
  color: #fff;
}

.product-family-banner h2 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
}

.product-family-banner p {
  margin: 0 0 25px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 24px;
}

.product-family-banner .button {
  min-height: 44px;
  padding-inline: 18px;
  color: #fff;
  background: #d7263d;
  border-color: #d7263d;
}

.product-family-grid {
  margin-top: 48px;
}

.product-grid > .catalog-empty {
  grid-column: 1 / -1;
}

.catalog-section {
  padding: 36px 0 74px;
  background: #f8fafc;
}

.catalog-section__header {
  max-width: 820px;
  margin-bottom: 46px;
}

.catalog-section__header h1,
.product-section-heading h2,
.catalog-performance h2,
.catalog-benefits h2 {
  margin: 8px 0 16px;
  color: #111827;
  font-size: clamp(34px, 2.5vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.catalog-section__header > p:last-child,
.product-section-heading > p:last-child,
.catalog-benefits__heading > p:last-child,
.catalog-performance__content > p {
  margin: 0;
  color: #6b7280;
  font-size: 17px;
  line-height: 28px;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 256px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.catalog-filter-toggle {
  display: none;
}

.catalog-sidebar {
  display: grid;
  gap: 30px;
}

.catalog-sidebar__panel,
.catalog-sidebar__cta {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.catalog-sidebar__panel {
  min-height: 418px;
  padding: 20px;
  background: #fff;
}

.catalog-sidebar__panel h2 {
  padding: 0;
  margin: 0 0 9px;
  color: #64748b;
  background: transparent;
  border: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

.catalog-sidebar ul {
  display: grid;
  gap: 1px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.catalog-sidebar li a {
  display: flex;
  min-height: 31px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 4px 0;
  color: #475569;
  border: 0;
  font-size: 14px;
  line-height: 20px;
}

.catalog-sidebar li svg,
.catalog-sidebar__cta svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.catalog-sidebar li.is-active a {
  color: #2563eb;
  background: transparent;
  font-weight: 500;
}

.catalog-sidebar li small {
  min-width: 24px;
  padding: 2px 7px;
  color: #475569;
  background: #fcfcfc;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: right;
}

.catalog-sidebar__cta {
  min-height: 154px;
  padding: 16px 20px 20px;
  color: #0f172a;
  background: #f8fafc;
  text-align: center;
}

.catalog-sidebar__cta span,
.catalog-sidebar__cta strong {
  display: block;
}

.catalog-sidebar__cta span {
  margin: 0 0 12px;
  color: #64748b;
  font-size: 12px;
  line-height: 16px;
}

.catalog-sidebar__cta strong {
  margin: 0 0 4px;
  color: #0f172a;
  font-size: 16px;
  line-height: 24px;
}

.catalog-sidebar__cta a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  color: #fff;
  background: #d7263d;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.catalog-results__meta {
  display: flex;
  min-height: 38px;
  align-items: center;
  color: #64748b;
  font-size: 14px;
  line-height: 20px;
}

.catalog-results__meta strong {
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
}

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

.product-card--catalog {
  display: flex;
  min-height: 445px;
  flex-direction: column;
  border-color: #e2e8f0;
  border-radius: 12px;
}

.product-card--catalog:hover {
  border-color: #e2e8f0;
  box-shadow: none;
  transform: none;
}

.product-card--catalog .product-card__image {
  flex: none;
  background: #fcfcfc;
  aspect-ratio: 4 / 3;
}

.product-card--catalog .product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px 19px 18px;
}

.product-card__category {
  margin-bottom: 4px;
  color: #d97706;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-card--catalog .product-card__title {
  margin: 0 0 4px;
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.product-card--catalog .product-card__sku {
  min-height: 0;
  margin: 0 0 8px;
  color: #64748b;
  font-size: 12px;
  line-height: 16px;
}

.product-card--catalog .product-card__summary {
  min-height: 40px;
  margin-bottom: 12px;
}

.product-card__features {
  display: grid;
  gap: 4px;
  padding: 0;
  margin: 0 0 16px;
  color: #64748b;
  font-size: 12px;
  line-height: 16px;
  list-style: none;
}

.product-card__features li {
  position: relative;
  padding-left: 9px;
}

.product-card__features li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  color: #64748b;
  content: "•";
}

.product-card__commercial {
  display: flex;
  min-height: 37px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 13px;
  margin-top: auto;
  border-top: 1px solid #fcfcfc;
  color: #64748b;
  font-size: 12px;
  line-height: 16px;
}

.product-card__commercial .text-link {
  color: #d7263d;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.catalog-empty {
  padding: 80px 30px;
  margin-top: 24px;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  text-align: center;
}

.catalog-empty h2 {
  font-size: 28px;
}

.catalog-empty p {
  margin: 12px 0 24px;
  color: #6b7280;
}

.catalog-sidebar__empty {
  padding: 14px 16px;
  color: #64748b;
  font-size: 14px;
}

.catalog-results .navigation.pagination,
.catalog-results > .pagination {
  margin-top: 40px;
}

.catalog-results .nav-links,
.catalog-results > .pagination {
  gap: 8px;
}

.catalog-results .page-numbers,
.catalog-results > .pagination .page-numbers {
  min-width: 36px;
  min-height: 36px;
  padding: 6px 10px;
  color: #475569;
  background: #fff;
  border-color: #e2e8f0;
  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
}

.catalog-results .page-numbers.current,
.catalog-results .page-numbers:hover,
.catalog-results .page-numbers:focus-visible,
.catalog-results > .pagination .page-numbers.current,
.catalog-results > .pagination .page-numbers:hover,
.catalog-results > .pagination .page-numbers:focus-visible {
  color: #fff;
  background: #0f172a;
  border-color: #0f172a;
}

.catalog-performance {
  padding: 112px 0;
  background: #fff;
}

.catalog-performance__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 584px));
  gap: 48px;
  align-items: center;
}

.catalog-performance__media {
  overflow: hidden;
  border-radius: 0;
}

.catalog-performance__media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}

.catalog-performance__content ul {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.catalog-performance__content li {
  display: flex;
  min-height: 26px;
  align-items: center;
  gap: 11px;
  color: #334155;
  font-size: 16px;
  line-height: 24px;
}

.catalog-check {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.catalog-benefits {
  padding: 144px 0 112px;
  background: #f8fafc;
}

.catalog-benefits__heading {
  max-width: 786px;
  margin: 0 auto 64px;
  text-align: center;
}

.catalog-performance h2,
.catalog-benefits h2 {
  margin: 0 0 24px;
  color: #0f172a;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0;
}

.catalog-benefits h2 {
  margin-bottom: 16px;
}

.catalog-performance__content > p,
.catalog-benefits__heading > p:last-child {
  margin: 0;
  color: #475569;
  font-size: 18px;
  line-height: 28px;
}

.catalog-performance__content > p {
  line-height: 29.25px;
}

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

.catalog-benefit-card {
  min-height: 252px;
  padding: 32px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
}

.catalog-benefit-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 20px;
  background: #dbeafe;
  border-radius: 12px;
}

.catalog-benefit-card__icon img {
  width: 24px;
  height: 24px;
}

.catalog-benefit-card h3 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.catalog-benefit-card p {
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 26px;
}

.product-catalog-page .faq-section,
.product-detail-page .faq-section {
  padding: 80px 0;
}

.product-detail-page .product-breadcrumb-bar {
  padding: 14px 0 35px;
}

.product-summary {
  padding: 24px 0 80px;
  background: #fff;
}

.product-summary__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: start;
}

.product-gallery__main {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
}

.product-gallery--empty {
  display: grid;
  min-height: 438px;
  place-items: center;
  padding: 32px;
  background: #f4f6f9;
  border-radius: 12px;
}

.product-gallery__empty {
  color: #64748b;
  text-align: center;
}

.product-gallery__main img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.product-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.product-gallery__thumb {
  padding: 0;
  overflow: hidden;
  aspect-ratio: 1.8667;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 12px;
  cursor: pointer;
}

.product-gallery__thumb.is-active {
  background: #0e3a5f;
  border-color: #0e3a5f;
}

.product-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-summary__content {
  padding-top: 3px;
}

.product-summary__eyebrow {
  width: fit-content;
  padding: 2px 9px;
  margin: 0 0 8px;
  color: #b45309;
  background: #efefef;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.product-summary__content h1 {
  min-height: 80px;
  margin: 0 0 16px;
  color: #0f172a;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.product-summary__intro {
  min-height: 112px;
  margin: 0;
  color: #475569;
  font-size: 18px;
  line-height: 28px;
}

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

.product-summary__facts div {
  min-height: 78px;
  padding: 12px 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.product-summary__facts dt {
  color: #64748b;
  font-size: 14px;
  line-height: 20px;
}

.product-summary__facts dd {
  margin: 4px 0 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.product-summary__actions {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}

.product-summary__actions .button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-inline: 24px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  white-space: nowrap;
}

.product-summary__actions .button--primary {
  min-width: 234px;
  background: #0e3a5f;
  border-color: #0e3a5f;
}

.product-summary__actions .button--outline {
  min-width: 160px;
  color: #334155;
  background: #fff;
  border-color: #cbd5e1;
}

.product-summary__actions .button--primary:hover,
.product-summary__actions .button--primary:focus-visible {
  background: #082c49;
  border-color: #082c49;
}

.product-summary__actions .button--outline:hover,
.product-summary__actions .button--outline:focus-visible {
  color: #0e3a5f;
  background: #f8fafc;
  border-color: #0e3a5f;
}

.button--outline {
  color: #13395c;
  background: #fff;
  border-color: #13395c;
}

.button--outline:hover,
.button--outline:focus-visible {
  color: #fff;
  background: #13395c;
}

.product-oem,
.product-specifications,
.product-details,
.related-products {
  background: #fff;
}

.product-oem {
  padding: 64px 0;
  background: #f4f6f9;
}

.product-specifications {
  padding: 64px 0;
}

.product-details {
  padding: 64px 0 82px;
}

.related-products {
  padding: 64px 0 80px;
}

.product-section-heading {
  max-width: 820px;
  margin: 0 auto 40px;
  margin-inline: auto;
  text-align: center;
}

.product-section-heading h2 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.product-section-heading > p:last-child {
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 24px;
}

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

.product-oem__grid article {
  min-height: 222px;
  padding: 24px 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
}

.product-oem__icon {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  background: #efefef;
  border-radius: 50%;
}

.product-oem__icon img {
  width: 24px;
  height: 24px;
}

.product-oem__grid h3 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.product-oem__grid p {
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 24px;
}

.product-specifications__scroll {
  overflow-x: auto;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.product-specifications table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.product-specifications th,
.product-specifications td {
  padding: 16px 12px;
  border-bottom: 1px solid #e2e8f0;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.product-specifications tr:last-child th,
.product-specifications tr:last-child td {
  border-bottom: 0;
}

.product-specifications th {
  width: 32.9%;
  color: #0f172a;
  background: #fff;
  font-weight: 700;
}

.product-specifications td {
  padding-left: 16px;
  color: #334155;
}

.product-details .product-section-heading {
  margin-bottom: 41px;
}

.product-details__list {
  display: grid;
  gap: 50px;
}

.product-detail-module {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: center;
}

.product-detail-module:nth-child(even) .product-detail-module__media {
  order: 2;
}

.product-detail-module__media {
  overflow: hidden;
  border-radius: 12px;
}

.product-detail-module__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.product-detail-module--text-only {
  display: block;
}

.product-detail-module--text-only .product-detail-module__content {
  max-width: 920px;
}

.product-detail-module h3 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 20px;
  line-height: 28px;
}

.product-detail-module__body {
  color: #475569;
  font-size: 16px;
  line-height: 24px;
}

.product-detail-module__body p {
  margin: 0;
}

.product-detail-module__body > :last-child {
  margin-bottom: 0;
}

.product-detail-module ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 16px 0 0;
  color: #334155;
  list-style: none;
}

.product-detail-module li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  line-height: 24px;
}

.product-detail-module li img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.related-products .product-section-heading {
  margin-bottom: 45px;
}

.related-products__grid {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .product-inner-hero .inner-hero__overlay {
    display: block;
    background: linear-gradient(
      90deg,
      rgba(241, 243, 244, 0.98) 0%,
      rgba(241, 243, 244, 0.94) 55%,
      rgba(241, 243, 244, 0.18) 100%
    );
  }

  .product-family-nav__inner {
    gap: 16px;
  }

  .catalog-layout {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 24px;
  }

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

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

  .product-summary__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 36px;
  }
}

@media (max-width: 1023px) {
  .product-inner-hero .inner-hero__content {
    padding: 96px 0 128px;
  }

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

  .catalog-filter-toggle {
    display: flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
    margin-bottom: 20px;
    color: #111827;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font: inherit;
    font-weight: 600;
  }

  .catalog-filter-toggle svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    transition: transform var(--transition);
  }

  .catalog-filter-toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
  }

  .catalog-layout {
    display: block;
  }

  .js .catalog-sidebar {
    display: none;
    margin-bottom: 28px;
  }

  .js .catalog-sidebar.is-open {
    display: grid;
  }

  .catalog-sidebar__panel {
    min-height: 0;
  }

  .catalog-sidebar__cta {
    display: none;
  }

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

  .catalog-performance__grid,
  .product-summary__grid,
  .product-detail-module {
    grid-template-columns: 1fr;
  }

  .catalog-performance__grid {
    gap: 42px;
  }

  .product-gallery {
    max-width: 720px;
  }

  .product-summary__content h1,
  .product-summary__intro {
    min-height: 0;
  }

  .product-detail-module:nth-child(even) .product-detail-module__media {
    order: initial;
  }
}

@media (max-width: 767px) {
  .product-inner-hero .inner-hero__overlay {
    background: linear-gradient(
      90deg,
      rgba(241, 243, 244, 0.98) 0%,
      rgba(241, 243, 244, 0.95) 72%,
      rgba(241, 243, 244, 0.7) 100%
    );
  }

  .product-inner-hero .inner-hero__content {
    width: calc(100% - 40px);
    padding: 72px 0 86px;
  }

  .product-inner-hero h1 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.18;
  }

  .product-inner-hero p {
    font-size: 16px;
    line-height: 25px;
  }

  .product-family-nav {
    padding: 24px 0 23px;
  }

  .product-family-nav__inner {
    grid-template-columns: none;
    grid-auto-columns: minmax(190px, 1fr);
    grid-auto-flow: column;
    padding-bottom: 6px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline proximity;
  }

  .product-family-nav a {
    scroll-snap-align: start;
  }

  .product-family-section,
  .catalog-section,
  .catalog-performance,
  .catalog-benefits,
  .product-oem,
  .product-specifications,
  .product-details,
  .related-products {
    padding: 64px 0;
  }

  .product-family-banner {
    min-height: 340px;
  }

  .product-family-banner__content {
    padding: 44px 26px;
  }

  .product-family-banner__overlay {
    background: linear-gradient(
      90deg,
      rgba(6, 30, 54, 0.94),
      rgba(6, 30, 54, 0.56)
    );
  }

  .product-family-grid {
    margin-top: 28px;
  }

  .catalog-section__header {
    margin-bottom: 34px;
  }

  .catalog-product-grid,
  .catalog-benefits__grid,
  .product-oem__grid {
    grid-template-columns: 1fr;
  }

  .catalog-product-grid {
    gap: 22px;
  }

  .product-card--catalog {
    min-height: 0;
  }

  .catalog-results__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .catalog-benefit-card {
    min-height: 0;
  }

  .product-catalog-page .faq-section,
  .product-detail-page .faq-section {
    padding: 64px 0;
  }

  .product-detail-page .product-breadcrumb-bar {
    padding: 16px 0;
  }

  .product-summary {
    padding: 20px 0 64px;
  }

  .product-gallery__thumbs {
    gap: 8px;
  }

  .product-summary__facts {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 32px;
  }

  .product-summary__content h1 {
    font-size: clamp(30px, 9vw, 36px);
    line-height: 1.14;
  }

  .product-summary__intro {
    font-size: 16px;
    line-height: 26px;
  }

  .product-section-heading h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .product-summary__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .product-summary__actions .button {
    width: 100%;
  }

  .product-section-heading {
    margin-bottom: 36px;
  }

  .product-details__list {
    gap: 56px;
  }

  .product-detail-module {
    gap: 30px;
  }
}

/* Final cascade guards for legacy article defaults. */
.article-grid--blog .article-card__meta,
.article-grid--related .article-card__meta {
  color: #64748b;
  font-size: 12px;
  font-weight: 400;
}

.blog-entry-content table {
  display: table;
}

.blog-project-cta .blog-project-cta__button {
  min-height: 56px;
  padding: 16px 24px;
  color: #0e3a5f;
  background: #fff;
}

.blog-project-cta .blog-project-cta__button:hover,
.blog-project-cta .blog-project-cta__button:focus-visible {
  color: #fff;
  background: #d7263d;
}
