:root {
  --cs-green: #3f9227;
  --cs-green-dark: #1f6f16;
  --cs-ink: #050808;
  --cs-text: #121717;
  --cs-muted: #5d6761;
  --cs-line: rgba(5, 12, 12, .13);
  --cs-soft: #f5f7f3;
  --cs-shadow: 0 18px 46px rgba(8, 18, 16, .12);
  --cs-hero: url("../images/resorts-hospitality/hero-resort.jpg");
  --cs-font: Poppins, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.case-studies-v1,
.case-studies-v1 * {
  box-sizing: border-box;
}

.case-studies-v1 {
  overflow: hidden;
  color: var(--cs-text);
  background: #fff;
  font-family: var(--cs-font);
}

.page-template-page-case-studies .site-footer,
.page-template-page-case-studies-php .site-footer {
  display: none;
}

.cs-shell {
  width: min(100% - 72px, 1450px);
  margin-inline: auto;
}

.cs-hero {
  position: relative;
  min-height: 430px;
  padding: 104px 0 56px;
  color: #fff;
  background: #030706;
}

.cs-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .98) 0%, rgba(0, 0, 0, .86) 34%, rgba(0, 0, 0, .26) 68%, rgba(0, 0, 0, .14)), linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .82)), var(--cs-hero);
  background-repeat: no-repeat;
  background-size: auto, auto, cover;
  background-position: center, center, right center;
}

.cs-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(470px, 650px) minmax(360px, 540px);
  gap: 80px;
  align-items: end;
}

.cs-breadcrumb {
  grid-column: 1 / -1;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .9);
  font-size: .78rem;
  font-weight: 700;
}

.cs-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.cs-breadcrumb span:last-child,
.cs-breadcrumb span:nth-child(2) {
  color: #7bd24c;
}

.cs-hero h1,
.cs-detail-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.1rem, 5vw, 5.25rem);
  line-height: .98;
  font-weight: 900;
  letter-spacing: 0;
}

.cs-hero h1 span,
.cs-detail-hero h1 span {
  color: var(--cs-green);
}

.cs-hero__copy p {
  max-width: 620px;
  margin: 22px 0 0;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.72;
  font-weight: 500;
}

.cs-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 34px;
  margin-top: 24px;
}

.cs-hero__stats span,
.cs-project-cta li,
.cs-metrics article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
}

.cs-hero__stats i,
.cs-project-cta i,
.cs-industry-strip i,
.cs-metrics i,
.cs-highlight-box li:before,
.cs-location:before {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 2px solid #64bc35;
  border-radius: 12px;
  color: #6bc543;
  font-size: .58rem;
  font-style: normal;
  font-weight: 900;
}

.cs-hero__stats strong {
  display: block;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
}

.cs-hero__stats span {
  color: #fff;
  font-size: .74rem;
  font-weight: 700;
}

.cs-video-card {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 8px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 8px;
  background: rgba(6, 16, 17, .78);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
  backdrop-filter: blur(9px);
}

.cs-video-card > button {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.cs-video-card > button span {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 16px solid #fff;
}

.cs-video-card h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1rem;
}

.cs-video-card p {
  margin: 0;
  color: #fff;
  font-size: .86rem;
  line-height: 1.6;
}

.cs-video-card div button {
  margin-top: 10px;
  border: 0;
  color: #6bc543;
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}

.cs-filter-panel {
  position: relative;
  z-index: 3;
  margin-top: -38px;
  padding: 20px 22px;
  border: 1px solid rgba(6, 14, 12, .08);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 38px rgba(4, 10, 9, .12);
}

.cs-filters {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 1.1fr 1fr 170px;
  gap: 18px;
}

.cs-filters label,
.cs-search {
  position: relative;
}

.cs-filters select,
.cs-filters input,
.cs-modal input,
.cs-modal textarea,
.cs-modal select {
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid var(--cs-line);
  border-radius: 7px;
  color: var(--cs-ink);
  background: #fff;
  font: inherit;
  font-size: .86rem;
  font-weight: 700;
}

.cs-filters select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #111 50%), linear-gradient(135deg, #111 50%, transparent 50%);
  background-position: calc(100% - 18px) 22px, calc(100% - 13px) 22px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.cs-search i:before {
  content: "Q";
  position: absolute;
  right: 16px;
  top: 16px;
  color: #5f6864;
  font-size: .78rem;
  font-style: normal;
  font-weight: 900;
}

.cs-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 28px;
  border: 1px solid rgba(31, 111, 22, .82);
  border-radius: 6px;
  color: var(--cs-green-dark);
  background: #fff;
  font: inherit;
  font-size: .84rem;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.cs-button--green {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #64b83a, #2c861e);
}

.cs-button--dark {
  color: #fff;
  border-color: #07100e;
  background: #07100e;
}

.cs-button--outline {
  color: var(--cs-green-dark);
  background: rgba(255, 255, 255, .72);
}

.cs-button:hover,
.cs-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(25, 84, 17, .18);
  outline: 3px solid rgba(79, 167, 47, .25);
  outline-offset: 3px;
}

.cs-section-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 34px 0 22px;
}

.cs-section-row h2,
.cs-industry-strip h2,
.cs-project-cta h2,
.cs-detail-overview h2,
.cs-detail-split h2,
.cs-detail-results h2 {
  margin: 0;
  color: #0b0f0e;
  font-size: clamp(1.5rem, 2.2vw, 2.25rem);
  line-height: 1.12;
  font-weight: 900;
}

.cs-section-row a {
  color: var(--cs-green-dark);
  font-size: .82rem;
  font-weight: 900;
  text-decoration: none;
}

.cs-card-carousel {
  position: relative;
}

.cs-card-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(244px, 1fr);
  grid-template-columns: repeat(5, minmax(220px, 1fr));
  gap: 20px;
  overflow-x: auto;
  padding: 0 10px 12px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.cs-card-track::-webkit-scrollbar,
.cs-thumb-row::-webkit-scrollbar {
  display: none;
}

.cs-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--cs-line);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(6, 15, 14, .08);
  scroll-snap-align: start;
  transition: transform 230ms ease, box-shadow 230ms ease;
}

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

.cs-card__image {
  position: relative;
  height: 186px;
  overflow: hidden;
  background: #07100e;
}

.cs-card__image img,
.cs-featured-slider__media > img,
.cs-detail-hero img,
.cs-detail-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cs-card__image span,
.cs-featured-slider__media > span {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
  padding: 6px 10px;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(135deg, #58aa32, #247c1b);
  font-size: .66rem;
  font-weight: 900;
}

.cs-card__body {
  padding: 20px 20px 22px;
}

.cs-card h3 {
  margin: 0 0 8px;
  color: var(--cs-ink);
  font-size: 1rem;
}

.cs-card p,
.cs-card small {
  margin: 0 0 13px;
  color: var(--cs-text);
  font-size: .78rem;
  line-height: 1.45;
}

.cs-card em {
  display: block;
  margin-bottom: 20px;
  color: #315b2a;
  font-size: .72rem;
  font-style: normal;
  font-weight: 800;
}

.cs-card a {
  color: var(--cs-green-dark);
  font-size: .78rem;
  font-weight: 900;
  text-decoration: none;
}

.cs-round-nav {
  position: absolute;
  top: 39%;
  z-index: 2;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(107, 112, 111, .78);
  font-size: 1.25rem;
  cursor: pointer;
}

.cs-round-nav--prev {
  left: -34px;
}

.cs-round-nav--next {
  right: -34px;
}

.cs-no-results {
  margin: 16px 0 0;
  padding: 22px;
  border: 1px dashed rgba(43, 129, 31, .34);
  border-radius: 8px;
  color: var(--cs-green-dark);
  background: #f3faef;
  font-weight: 900;
  text-align: center;
}

.cs-featured-slider {
  display: grid;
  grid-template-columns: minmax(360px, .95fr) minmax(420px, 1.1fr) 260px;
  gap: 40px;
  align-items: center;
  margin-top: 14px;
  padding: 28px;
  border-radius: 10px;
  background: linear-gradient(135deg, #f5f6f4, #fff 58%, #f4f9f2);
  box-shadow: inset 0 0 0 1px rgba(5, 12, 12, .06);
}

.cs-featured-slider__media {
  position: relative;
}

.cs-featured-slider__media > img {
  aspect-ratio: 1.43 / 1;
  border-radius: 8px;
  background: #07100e;
  box-shadow: 0 12px 34px rgba(7, 16, 15, .16);
}

.cs-thumb-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(80px, 1fr);
  gap: 10px;
  margin-top: 12px;
  overflow-x: auto;
}

.cs-thumb-row button {
  height: 74px;
  padding: 0;
  overflow: hidden;
  border: 3px solid transparent;
  border-radius: 6px;
  background: #07100e;
  cursor: pointer;
}

.cs-thumb-row button.is-active {
  border-color: var(--cs-green);
}

.cs-thumb-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs-eyebrow {
  margin: 0 0 10px;
  color: var(--cs-green-dark);
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cs-featured-slider__content h2 {
  margin: 0 0 10px;
  color: var(--cs-ink);
  font-size: clamp(1.8rem, 2.4vw, 2.55rem);
  line-height: 1.08;
  font-weight: 900;
}

.cs-featured-slider__content p:not(.cs-eyebrow):not(.cs-location),
.cs-detail-overview p,
.cs-detail-split p,
.cs-detail-results p {
  color: var(--cs-text);
  font-size: .94rem;
  line-height: 1.72;
}

.cs-location {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--cs-text);
  font-size: .82rem;
  font-weight: 800;
}

.cs-location:before {
  content: "LO";
  width: 18px;
  height: 18px;
  border-width: 1px;
  border-radius: 50%;
  font-size: .45rem;
}

.cs-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(96px, 1fr));
  gap: 0;
  margin: 22px 0;
}

.cs-metrics article {
  grid-template-columns: 1fr;
  justify-items: center;
  min-height: 100px;
  padding: 12px 14px;
  border-right: 1px solid var(--cs-line);
  text-align: center;
}

.cs-metrics article:last-child {
  border-right: 0;
}

.cs-metrics strong {
  color: var(--cs-green-dark);
  font-size: 1.08rem;
}

.cs-metrics small {
  color: var(--cs-text);
  font-size: .68rem;
  font-weight: 800;
}

.cs-featured-slider__content h3 {
  margin: 0 0 12px;
  font-size: .86rem;
}

.cs-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(88px, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.cs-product {
  display: grid;
  gap: 7px;
  justify-items: center;
  color: var(--cs-ink);
  font-size: .68rem;
  font-weight: 900;
  text-align: center;
}

.cs-product i {
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 6px;
  background-image: var(--product-img, url("../images/lite/pack-13-product-images.png"));
  background-size: 420px auto;
  background-position: var(--product-pos, center);
  filter: drop-shadow(0 8px 10px rgba(7, 16, 15, .15));
}

.cs-highlight-box {
  align-self: end;
  padding: 25px 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, #e9f5e3, #f7fbf4);
}

.cs-highlight-box h3 {
  margin: 0 0 14px;
  color: var(--cs-green-dark);
  font-size: .88rem;
}

.cs-highlight-box ul,
.cs-project-cta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs-highlight-box li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 27px;
  color: var(--cs-text);
  font-size: .78rem;
  font-weight: 800;
}

.cs-highlight-box li:before {
  content: "OK";
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--cs-green-dark);
  font-size: .44rem;
}

.cs-industry-strip {
  padding: 34px 0 20px;
  text-align: center;
}

.cs-industry-strip > div {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 15px;
  align-items: start;
  margin-top: 24px;
}

.cs-industry-strip a {
  display: grid;
  gap: 8px;
  justify-items: center;
  color: var(--cs-ink);
  font-size: .72rem;
  font-weight: 900;
  text-decoration: none;
}

.cs-industry-strip i {
  width: 31px;
  height: 31px;
  border: 0;
  font-size: .64rem;
}

.cs-testimonial-banner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  margin-top: 12px;
  padding: 34px 44px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #020909, #061212);
}

.cs-testimonial-banner blockquote {
  position: relative;
  max-width: 820px;
  margin: 0;
  padding-left: 70px;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.45;
  font-weight: 500;
}

.cs-testimonial-banner blockquote:before {
  content: "\"";
  position: absolute;
  left: 0;
  top: -26px;
  color: #5fb635;
  font-size: 5rem;
  line-height: 1;
}

.cs-testimonial-banner div {
  min-width: 150px;
  color: #fff;
  text-align: center;
}

.cs-testimonial-banner strong {
  display: block;
  font-size: 1.15rem;
}

.cs-testimonial-banner small {
  display: block;
  color: #75cb47;
  font-size: .72rem;
  font-weight: 900;
}

.cs-project-cta {
  display: grid;
  grid-template-columns: 1.1fr 1.5fr auto;
  gap: 34px;
  align-items: center;
  margin-top: 18px;
  padding: 30px 36px;
  border-radius: 10px;
  color: #fff;
  background: radial-gradient(circle at 90% 0%, rgba(84, 185, 48, .2), transparent 30%), linear-gradient(135deg, #030909, #071212);
}

.cs-project-cta h2 {
  color: #fff;
}

.cs-project-cta p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .85);
  line-height: 1.55;
}

.cs-project-cta ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.cs-project-cta li {
  color: #fff;
}

.cs-project-cta strong {
  display: block;
  font-size: .84rem;
}

.cs-project-cta span {
  display: block;
  color: rgba(255, 255, 255, .75);
  font-size: .72rem;
}

.cs-footer {
  padding: 28px 0;
  color: rgba(255, 255, 255, .78);
  background: #020707;
}

.cs-footer .cs-shell {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
}

.cs-footer strong {
  color: #fff;
  font-size: 1.45rem;
}

.cs-toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 10000;
  max-width: 430px;
  padding: 16px 18px;
  border-radius: 8px;
  color: #fff;
  background: #123d13;
  box-shadow: 0 20px 48px rgba(0, 0, 0, .25);
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

.cs-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cs-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
}

.cs-modal[hidden] {
  display: none;
}

.cs-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 8, 8, .68);
  backdrop-filter: blur(8px);
}

.cs-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  max-height: min(90vh, 780px);
  overflow: auto;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .3);
}

.cs-modal__close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--cs-line);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.cs-modal h2 {
  margin: 0 36px 10px 0;
  color: var(--cs-ink);
}

.cs-modal p {
  color: var(--cs-muted);
  line-height: 1.6;
}

.cs-modal form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.cs-modal label {
  display: grid;
  gap: 7px;
  color: var(--cs-ink);
  font-size: .75rem;
  font-weight: 900;
}

.cs-modal textarea,
.cs-modal .cs-modal__wide,
.cs-modal__message,
.cs-modal button[type="submit"] {
  grid-column: 1 / -1;
}

.cs-modal textarea {
  min-height: 98px;
  padding: 12px 14px;
}

.cs-modal__message {
  margin: 0;
  color: #18701a;
  font-weight: 900;
}

.cs-modal input.is-error,
.cs-modal textarea.is-error {
  border-color: #b42318;
  box-shadow: 0 0 0 3px rgba(180, 35, 24, .12);
}

[data-case-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 540ms ease, transform 540ms ease;
}

[data-case-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.case-studies-v1 :where(a, button, input, textarea, select, [tabindex]):focus-visible {
  outline: 3px solid rgba(79, 167, 47, .3);
  outline-offset: 3px;
}

.case-study-detail-v1 .cs-breadcrumb span:last-child {
  color: rgba(255, 255, 255, .88);
}

.cs-detail-hero {
  padding: 112px 0 54px;
  color: #fff;
  background: #030706;
}

.cs-detail-hero .cs-breadcrumb {
  margin-bottom: 24px;
}

.cs-detail-hero__grid {
  display: grid;
  grid-template-columns: 1fr minmax(360px, 560px);
  gap: 54px;
  align-items: center;
}

.cs-detail-hero__grid > div {
  min-width: 0;
}

.cs-detail-hero p:not(.cs-eyebrow) {
  max-width: 710px;
  color: rgba(255, 255, 255, .88);
  font-size: 1.05rem;
  line-height: 1.72;
}

.cs-detail-hero img {
  aspect-ratio: 1.32 / 1;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
}

.cs-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.cs-detail-tags span {
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 6px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  font-size: .78rem;
  font-weight: 900;
}

.cs-detail-overview,
.cs-detail-split,
.cs-detail-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  padding: 42px 0;
}

.cs-detail-overview {
  align-items: center;
}

.cs-detail-overview article,
.cs-detail-split article,
.cs-detail-results > div,
.cs-detail-products,
.cs-detail-gallery,
.cs-related {
  min-width: 0;
}

.cs-detail-split article {
  padding: 30px;
  border: 1px solid var(--cs-line);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(7, 16, 15, .08);
}

.cs-detail-products,
.cs-detail-gallery,
.cs-related {
  padding: 14px 0 34px;
}

.cs-detail-results > div:last-child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.cs-result-card {
  padding: 20px;
  border: 1px solid rgba(47, 136, 31, .18);
  border-radius: 8px;
  background: #f4faef;
  font-size: .88rem;
  font-weight: 800;
}

.cs-detail-gallery > div:last-child {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 16px;
}

.cs-detail-gallery figure {
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #07100e;
}

.cs-detail-gallery figure:first-child {
  grid-row: span 2;
}

.cs-detail-gallery figcaption {
  padding: 10px 12px;
  color: var(--cs-text);
  background: #fff;
  font-size: .76rem;
  font-weight: 900;
}

.cs-detail-not-found {
  padding: 140px 0;
  text-align: center;
}

.cs-detail-not-found h1 {
  color: var(--cs-ink);
}

@media (max-width: 1240px) {
  .cs-shell {
    width: min(100% - 40px, 1450px);
  }

  .cs-hero__inner,
  .cs-featured-slider,
  .cs-project-cta,
  .cs-detail-hero__grid {
    grid-template-columns: 1fr;
  }

  .cs-hero__stats,
  .cs-project-cta ul {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .cs-filters .cs-button {
    grid-column: 1 / -1;
  }

  .cs-highlight-box {
    align-self: auto;
  }

  .cs-card-track {
    grid-template-columns: none;
    grid-auto-columns: minmax(260px, 32%);
  }

  .cs-industry-strip > div {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 760px) {
  .cs-shell {
    width: min(100% - 24px, 1450px);
  }

  .cs-hero,
  .cs-detail-hero {
    padding-top: 92px;
  }

  .cs-hero h1,
  .cs-detail-hero h1 {
    font-size: 3rem;
  }

  .cs-hero__stats,
  .cs-filters,
  .cs-metrics,
  .cs-products,
  .cs-project-cta ul,
  .cs-detail-overview,
  .cs-detail-split,
  .cs-detail-results,
  .cs-detail-results > div:last-child,
  .cs-footer .cs-shell,
  .cs-modal form {
    grid-template-columns: 1fr;
  }

  .cs-filter-panel {
    margin-top: -22px;
    padding: 14px;
  }

  .cs-card-track {
    grid-auto-columns: minmax(250px, 84%);
    padding-inline: 2px;
  }

  .cs-round-nav {
    display: none;
  }

  .cs-featured-slider {
    padding: 18px;
    gap: 24px;
  }

  .cs-metrics article {
    border-right: 0;
    border-bottom: 1px solid var(--cs-line);
  }

  .cs-metrics article:last-child {
    border-bottom: 0;
  }

  .cs-industry-strip > div {
    grid-template-columns: repeat(2, 1fr);
  }

  .cs-testimonial-banner,
  .cs-project-cta {
    grid-template-columns: 1fr;
    padding: 24px 18px;
  }

  .cs-testimonial-banner blockquote {
    padding-left: 44px;
    font-size: 1.12rem;
  }

  .cs-detail-gallery > div:last-child {
    grid-template-columns: 1fr;
  }

  .cs-detail-gallery figure:first-child {
    grid-row: auto;
  }

  .cs-modal {
    padding: 12px;
  }

  .cs-modal__panel {
    padding: 24px 16px;
  }

  .cs-toast {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}

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

  [data-case-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}
