:root {
  --bg: #f3f4f6;
  --surface: #ffffff;
  --surface-soft: #f7f8fb;
  --text: #273b6a;
  --text-strong: #1e3058;
  --text-soft: rgba(39, 59, 106, 0.76);
  --primary: #3558c9;
  --primary-dark: #2948ad;
  --border: rgba(39, 59, 106, 0.12);
  --border-soft: rgba(39, 59, 106, 0.08);
  --footer: #06101f;
  --shadow-soft: 0 18px 40px rgba(18, 31, 63, 0.06);
  --shadow-card: 0 24px 60px rgba(18, 31, 63, 0.08);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  padding-top: 92px;
}

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

a {
  text-decoration: none;
}

.site-nav {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-soft);
  min-height: 92px;
}

.site-nav .container {
  min-height: 92px;
}

.site-nav .navbar-toggler {
  border: 1px solid var(--border);
  padding: 0.45rem 0.65rem;
  border-radius: 14px;
}

.site-nav .navbar-toggler:focus {
  box-shadow: none;
}

.site-nav .navbar-toggler-icon {
  width: 1.3rem;
  height: 1.3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(39,59,106,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.site-brand {
  display: inline-flex;
  align-items: center;
  color: var(--text-strong);
}

.site-brand:hover {
  color: var(--text-strong);
}

.site-logo {
  display: block;
  width: clamp(210px, 18vw, 320px);
  height: auto;
}

.navbar-nav {
  gap: 0.2rem;
}

.nav-link {
  color: rgba(39, 59, 106, 0.82);
  font-weight: 500;
  padding-inline: 1rem !important;
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary);
}

.nav-lang {
  margin-left: 0.75rem;
}

.nav-cta {
  margin-left: 0.75rem;
}

.lang-switcher {
  min-width: 52px;
  height: 42px;
  padding: 0 1rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  font-weight: 700;
  transition: 0.25s ease;
}

.lang-switcher:hover {
  border-color: rgba(53, 88, 201, 0.32);
  color: var(--primary);
}

.header-cta,
.btn-primary-pill,
.btn-secondary-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: 0.25s ease;
  font-weight: 600;
}

.header-cta,
.btn-primary-pill {
  min-height: 46px;
  padding: 0.8rem 1.25rem;
  background: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
}

.header-cta:hover,
.btn-primary-pill:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  color: #fff;
}

.btn-secondary-pill {
  min-height: 52px;
  padding: 0.9rem 1.45rem;
  color: var(--primary);
  border: 1px solid rgba(53, 88, 201, 0.35);
  background: transparent;
}

.btn-secondary-pill:hover {
  background: rgba(53, 88, 201, 0.06);
  color: var(--primary);
}

.btn-small {
  min-height: 48px;
  padding: 0.8rem 1.2rem;
  font-size: 0.95rem;
}

.section {
  padding: 92px 0;
}

.eyebrow,
.mini-label {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-heading {
  max-width: 880px;
  margin-bottom: 2.5rem;
}

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

.section-title {
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(2.15rem, 4vw, 3.2rem);
  line-height: 0.98;
  font-weight: 300;
  letter-spacing: -0.04em;
}

.section-title--small {
  font-size: clamp(1.95rem, 3vw, 3rem);
}

.section-text,
.hero-text,
.info-card p,
.solution-card p,
.principle-card p,
.inline-panel p,
.value-list li,
.footer-desc {
  color: var(--text-soft);
  line-height: 1.85;
}

.section-text--wide {
  max-width: 760px;
}

.hero-section {
  padding: 44px 0 76px;
}

.hero-grid {
  --bs-gutter-x: 3.5rem;
}

.hero-copy {
  max-width: 570px;
}

.hero-title {
  margin: 0 0 1.5rem;
  color: var(--text-strong);
  font-size: clamp(2.85rem, 5vw, 5rem);
  line-height: 0.96;
  font-weight: 300;
  letter-spacing: -0.05em;
}

.hero-text {
  margin: 0 0 2rem;
  max-width: 560px;
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-media-card,
.media-card,
.contact-image {
  position: relative;
  overflow: hidden;
  background: #e8ebf2;
  box-shadow: var(--shadow-card);
}

.hero-media-card {
  min-height: 520px;
  border-radius: 36px;
}

.media-card {
  min-height: 460px;
  border-radius: 32px;
}

.contact-image {
  min-height: 430px;
  border-radius: 28px;
}

.hero-media-card img,
.media-card img,
.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-floating-card {
  position: absolute;
  left: 28px;
  bottom: 28px;
  max-width: 360px;
  padding: 1rem 1.15rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: var(--text-strong);
  font-weight: 600;
  line-height: 1.6;
  box-shadow: var(--shadow-soft);
}

.split-section {
  position: relative;
}

.split-section--soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(247, 248, 251, 0.88) 100%);
}

.info-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}

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

.info-card,
.inline-panel,
.statement-panel,
.solution-card,
.principle-card {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
}

.info-card {
  padding: 1.7rem;
  border-radius: 28px;
}

.info-card h3 {
  margin: 0 0 0.9rem;
  font-size: 1.35rem;
  line-height: 1.2;
  color: var(--text-strong);
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.solution-card {
  padding: 1.55rem;
  border-radius: 28px;
  min-height: 100%;
}

.solution-index,
.principle-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: rgba(53, 88, 201, 0.08);
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 1.1rem;
}

.solution-card h3,
.principle-card h3,
.inline-panel h3 {
  margin: 0 0 0.9rem;
  color: var(--text-strong);
  font-size: 1.28rem;
  line-height: 1.18;
}

.chips-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.4rem 0 1.5rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  background: rgba(53, 88, 201, 0.08);
  color: var(--text-strong);
  font-weight: 600;
}

.inline-panel {
  padding: 1.4rem;
  border-radius: 24px;
}

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

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
  margin-bottom: 2rem;
}

.principle-card {
  padding: 1.6rem;
  border-radius: 28px;
}

.feature-row {
  margin-top: 0.8rem;
}

.value-list {
  margin: 1.25rem 0 0;
  padding-left: 1.2rem;
}

.value-list li + li {
  margin-top: 0.65rem;
}

.statement-panel {
  padding: 1.4rem;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgb(247, 248, 251) 100%);
}

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

.contact-panel {
  padding: 1.2rem;
  border-radius: 36px;
  background: linear-gradient(180deg, #f7f8fb 0%, #ffffff 100%);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-card);
}

.contact-copy {
  padding: 1.4rem;
}

.site-footer {
  margin-top: 96px;
  padding: 72px 0 24px;
  background: var(--footer);
  color: rgba(255, 255, 255, 0.72);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.15fr 1.85fr;
  gap: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand--logo {
  display: block;
}

.footer-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.footer-logo {
  display: block;
  width: 280px;
  max-width: 100%;
  height: auto;
}

.footer-desc {
  max-width: 420px;
  margin: 1rem 0 1.5rem;
}

.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.footer-column h4 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
}

.footer-column a,
.footer-column span {
  display: block;
  margin-bottom: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
}

.footer-column a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1.25rem;
  font-size: 0.95rem;
}

@media (max-width: 1199.98px) {
  .site-logo {
    width: clamp(190px, 16vw, 250px);
  }
  .hero-grid {
    --bs-gutter-x: 2.3rem;
  }
  .hero-media-card {
    min-height: 470px;
  }
  .media-card {
    min-height: 400px;
  }
  .solutions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  body {
    padding-top: 84px;
  }
  .site-nav .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-soft);
  }
  .nav-lang,
  .nav-cta {
    margin-left: 0;
    margin-top: 0.75rem;
  }
  .section {
    padding: 72px 0;
  }
  .hero-section {
    padding-top: 24px;
  }
  .hero-grid {
    --bs-gutter-x: 1.5rem;
  }
  .hero-copy {
    max-width: 100%;
  }
  .hero-media-card {
    min-height: 420px;
  }
  .media-card,
  .contact-image {
    min-height: 360px;
  }
  .info-grid--double,
  .statement-grid,
  .footer-top,
  .footer-links-grid,
  .principles-grid {
    grid-template-columns: 1fr;
  }
  .footer-links-grid {
    gap: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .site-logo {
    width: 180px;
  }
  .hero-title,
  .section-title {
    font-weight: 400;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .btn-primary-pill,
  .btn-secondary-pill,
  .header-cta {
    width: 100%;
  }
  .hero-media-card {
    min-height: 340px;
    border-radius: 28px;
  }
  .hero-floating-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
    max-width: none;
  }
  .media-card,
  .contact-image {
    min-height: 290px;
  }
  .contact-copy {
    padding: 1rem;
  }
  .solutions-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .site-nav {
    min-height: 78px;
  }
  .site-nav .container {
    min-height: 78px;
  }
  .site-logo {
    width: 150px;
  }
  .footer-logo {
    width: 220px;
  }
  .hero-title {
    font-size: clamp(2.2rem, 10vw, 3.3rem);
  }
  .section-title {
    font-size: clamp(1.85rem, 9vw, 2.7rem);
  }
  .solution-card,
  .principle-card,
  .info-card,
  .inline-panel {
    padding: 1.35rem;
  }
  .contact-panel {
    padding: 0.8rem;
    border-radius: 26px;
  }
  .footer-bottom {
    font-size: 0.88rem;
  }
}
/* WIT allied brand */
.nav-link--brand {
  color: #2ea68f;
  font-weight: 600;
}

.eyebrow--wit {
  color: #2ea68f;
}

.eyebrow--wit::before {
  background: rgba(99, 201, 184, 0.4);
}

.btn-wit-pill,
.btn-wit-outline {
  min-height: 52px;
  padding: 0.9rem 1.45rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  transition: 0.25s ease;
}

.btn-wit-pill {
  background: #2ea68f;
  border: 1px solid #2ea68f;
  color: #fff;
}

.btn-wit-pill:hover {
  background: #268a77;
  border-color: #268a77;
  color: #fff;
}

.btn-wit-outline {
  background: transparent;
  color: #2ea68f;
  border: 1px solid rgba(99, 201, 184, 0.22);
}

.btn-wit-outline:hover {
  background: rgba(99, 201, 184, 0.12);
  color: #2ea68f;
}

.header-cta--wit {
  background: #2ea68f;
}

.header-cta--wit:hover {
  background: #268a77;
}

.ally-section {
  padding-top: 10px;
}

.ally-panel {
  padding: 1.5rem;
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(99, 201, 184, 0.08) 0%, #ffffff 100%);
  border: 1px solid rgba(99, 201, 184, 0.14);
  box-shadow: var(--shadow-card);
}

.ally-copy {
  max-width: 520px;
}

.ally-media-card {
  min-height: 380px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: var(--shadow-card);
}

.ally-media-card img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: center;
}

.wit-page .site-nav {
  border-bottom-color: rgba(99, 201, 184, 0.18);
}

.wit-page .site-nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(46,166,143,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.wit-hero-section {
  padding-top: 42px;
  padding-bottom: 56px;
}

.hero-title--wit {
  max-width: 8ch;
}

.hero-media-card--wit {
  min-height: 420px;
  background: #f1fbf9;
  border: 1px solid rgba(99, 201, 184, 0.14);
}

.hero-media-card--wit img {
  min-height: 420px;
  object-fit: cover;
}

.wit-inline-note {
  margin-top: 1rem;
  color: var(--text-soft);
  line-height: 1.75;
  max-width: 560px;
}

.media-card--wit-company,
.media-card--wit-vision {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow-card);
  background: #fff;
}

.media-card--wit-company img,
.media-card--wit-vision img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-card--wit-company {
  min-height: 430px;
}

.media-card--wit-company img {
  min-height: 430px;
}

.media-card--wit-vision {
  min-height: 560px;
}

.media-card--wit-vision img {
  min-height: 560px;
  object-position: top center;
}

.wit-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.wit-pill {
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(99, 201, 184, 0.12);
  border: 1px solid rgba(99, 201, 184, 0.18);
  color: #2ea68f;
  font-weight: 600;
}

.wit-products-section {
  background: linear-gradient(180deg, rgba(99, 201, 184, 0.06) 0%, transparent 100%);
}

.wit-menu-card {
  padding: 1.1rem;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(99, 201, 184, 0.16);
  box-shadow: var(--shadow-soft);
}

.wit-menu-image {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(31, 45, 79, 0.08);
}

.wit-menu-caption {
  margin: 1rem 0 0;
  color: var(--text-soft);
  line-height: 1.7;
  font-size: 0.95rem;
}

.wit-products-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.wit-product-card {
  padding: 1.4rem;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(99, 201, 184, 0.16);
  box-shadow: var(--shadow-soft);
}

.wit-product-card h3 {
  margin: 0 0 0.8rem;
  color: var(--text-strong);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.wit-product-card p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.8;
}

.wit-product-card--wide {
  grid-column: span 2;
}

.info-grid--wit {
  margin-top: 1.5rem;
}

.info-card--wit {
  border-color: rgba(99, 201, 184, 0.16);
}

.mini-label--wit {
  color: #2ea68f;
}

.statement-section--wit {
  padding-top: 40px;
}

.statement-panel--wit {
  background: linear-gradient(180deg, rgba(99, 201, 184, 0.08) 0%, #ffffff 100%);
  border: 1px solid rgba(99, 201, 184, 0.16);
}

.contact-panel--wit {
  border-color: rgba(99, 201, 184, 0.18);
}

.contact-image--wit {
  width: 100%;
}

.contact-image--wit img {
  object-position: center;
}

.site-footer--wit {
  margin-top: 72px;
}

@media (max-width: 991.98px) {
  .ally-media-card {
    min-height: 320px;
  }
  .ally-media-card img {
    min-height: 320px;
  }
  .wit-products-grid {
    grid-template-columns: 1fr;
  }
  .wit-product-card--wide {
    grid-column: span 1;
  }
  .media-card--wit-company {
    min-height: 360px;
  }
  .media-card--wit-company img {
    min-height: 360px;
  }
  .media-card--wit-vision {
    min-height: 420px;
  }
  .media-card--wit-vision img {
    min-height: 420px;
  }
}
@media (max-width: 767.98px) {
  .hero-title--wit {
    max-width: 100%;
  }
  .hero-media-card--wit {
    min-height: 300px;
  }
  .hero-media-card--wit img {
    min-height: 300px;
  }
  .ally-media-card {
    min-height: 260px;
  }
  .ally-media-card img {
    min-height: 260px;
  }
  .media-card--wit-company,
  .media-card--wit-vision {
    min-height: 280px;
  }
  .media-card--wit-company img,
  .media-card--wit-vision img {
    min-height: 280px;
  }
}
/* WIT catalog and single product */
.wit-catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.wit-catalog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(99, 201, 184, 0.2);
  box-shadow: var(--shadow-soft);
}

.wit-catalog-card__image-link {
  display: block;
  background: #fff;
}

.wit-catalog-card__image {
  width: 100%;
  aspect-ratio: 250/318;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.wit-catalog-card__body {
  padding: 1.15rem 1.15rem 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
}

.wit-catalog-card__series {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  background: rgba(99, 201, 184, 0.12);
  color: #2ea68f;
  font-size: 0.82rem;
  font-weight: 600;
}

.wit-catalog-card h3 {
  margin: 0;
  color: var(--text-strong);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.wit-catalog-card p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.75;
  flex: 1;
}

.wit-link-arrow {
  color: #2ea68f;
  font-weight: 700;
}

.wit-link-arrow:hover {
  color: #268a77;
}

.wit-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.4rem;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.wit-breadcrumbs a {
  color: #2ea68f;
}

.wit-product-hero {
  padding-top: 42px;
  padding-bottom: 32px;
}

.hero-title--wit-product {
  max-width: 11ch;
}

.wit-product-hero__media {
  min-height: 540px;
  border-radius: 32px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(99, 201, 184, 0.18);
  box-shadow: var(--shadow-card);
}

.wit-product-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  object-position: center top;
}

.wit-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}

.wit-product-sidecard {
  padding: 1.5rem;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(99, 201, 184, 0.16);
  box-shadow: var(--shadow-soft);
}

.wit-product-sidecard h3 {
  margin: 0.6rem 0 0.9rem;
  color: var(--text-strong);
  font-size: 1.35rem;
  line-height: 1.2;
}

.wit-product-sidecard p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.8;
}

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

.principle-card--wit {
  border-color: rgba(99, 201, 184, 0.18);
}

.principle-card--wit h3 {
  margin: 0 0 0.8rem;
  font-size: 1.12rem;
  color: var(--text-strong);
}

.principle-card--wit p {
  margin: 0;
}

.principle-icon--wit {
  width: auto;
  min-width: 56px;
  padding: 0 0.85rem;
  border-radius: 999px;
  background: rgba(99, 201, 184, 0.12);
  color: #2ea68f;
}

@media (max-width: 1199.98px) {
  .wit-catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  .wit-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .principles-grid--product {
    grid-template-columns: 1fr;
  }
  .wit-product-hero__media {
    min-height: 420px;
  }
  .wit-product-hero__media img {
    min-height: 420px;
  }
}
@media (max-width: 767.98px) {
  .wit-catalog-grid {
    grid-template-columns: 1fr;
  }
  .wit-product-hero__media {
    min-height: 320px;
  }
  .wit-product-hero__media img {
    min-height: 320px;
  }
  .hero-title--wit-product {
    max-width: 100%;
  }
}

/*# sourceMappingURL=styles.css.map */
