:root {
  --frs-blue: #214fed;
  --frs-blue-dark: #0b36b8;
  --frs-navy: #07152f;
  --frs-yellow: #f5d547;
  --frs-pink: #ff79b0;
  --frs-sky: #dbe7ff;
  --frs-cream: #fff9ea;
  --frs-ink: #07152f;
  --frs-paper: #fff9ea;
  --frs-soft: #dbe7ff;
  --frs-accent: #f5d547;
  --frs-muted: #465675;
  --frs-line: rgba(7, 21, 47, .2);
  --frs-radius: 24px;
  --frs-shell: 1240px;
  --frs-heading: var(--e-global-typography-primary-font-family, "Plus Jakarta Sans", "Archivo", Arial, sans-serif);
  --frs-body: var(--e-global-typography-text-font-family, "Manrope", "Plus Jakarta Sans", Arial, sans-serif);
  --frs-serif: "IBM Plex Serif", Georgia, serif;
}

.frs-portfolio, .frs-project { box-sizing: border-box; color: var(--frs-ink); font-family: var(--frs-body); }
.frs-portfolio *, .frs-project * { box-sizing: border-box; }
.frs-project__shell { width: min(calc(100% - 48px), var(--frs-shell)); margin-inline: auto; }

/* Shortcode: masonry and carousel */
.frs-portfolio { position: relative; width: 100%; }
.frs-portfolio__track { width: 100%; }
.frs-portfolio--masonry .frs-portfolio__track { column-count: var(--frs-columns, 3); column-gap: 18px; }
.frs-portfolio--masonry .frs-card { display: inline-block; width: 100%; margin: 0 0 28px; break-inside: avoid; }
.frs-card__link { display: block; color: inherit; text-decoration: none !important; }
.frs-card__media { position: relative; min-height: 260px; overflow: hidden; border-radius: var(--frs-radius); background: var(--frs-ink); }
.frs-card:nth-child(3n + 1) .frs-card__media { aspect-ratio: 4 / 5; }
.frs-card:nth-child(3n + 2) .frs-card__media { aspect-ratio: 1 / 1; }
.frs-card:nth-child(3n) .frs-card__media { aspect-ratio: 4 / 3; }
.frs-card__image { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.frs-card__placeholder { display: block; width: 100%; height: 100%; min-height: inherit; background: linear-gradient(135deg, #111 0%, #343434 100%); }
.frs-card__view { position: absolute; top: 14px; right: 14px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.94); font-size: 20px; transform: scale(.85); opacity: 0; transition: opacity .25s ease, transform .25s ease; }
.frs-card__link:hover .frs-card__image, .frs-card__link:focus-visible .frs-card__image { transform: scale(1.035); }
.frs-card__link:hover .frs-card__view, .frs-card__link:focus-visible .frs-card__view { opacity: 1; transform: scale(1); }
.frs-card__link:focus-visible { outline: 3px solid var(--frs-accent); outline-offset: 5px; border-radius: var(--frs-radius); }
.frs-card__meta { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; padding: 12px 2px 0; }
.frs-card__title { margin: 0; color: var(--frs-ink); font-family: var(--frs-heading); font-size: clamp(17px, 1.55vw, 22px); font-weight: 650; line-height: 1.15; }
.frs-card__service { display: block; margin-top: 5px; color: var(--frs-muted); font-size: 12px; }
.frs-card__date { flex: none; display: inline-block; padding: 7px 10px; border-radius: 99px; background: var(--frs-soft); color: var(--frs-ink); font-size: 11px; font-weight: 650; line-height: 1; white-space: nowrap; }
.frs-portfolio--carousel { padding-top: 56px; }
.frs-portfolio--carousel .frs-portfolio__track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(260px, calc((100% - (var(--frs-columns) - 1) * 18px) / var(--frs-columns))); gap: 18px; overflow-x: auto; padding: 5px 3px 16px; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.frs-portfolio--carousel .frs-portfolio__track::-webkit-scrollbar { display: none; }
.frs-portfolio--carousel .frs-card { scroll-snap-align: start; }
.frs-portfolio--carousel .frs-card__media { aspect-ratio: 4 / 5; }
.frs-portfolio__controls { position: absolute; top: 0; right: 0; display: flex; gap: 8px; }
.frs-portfolio__arrow { width: 42px; height: 42px; border: 1px solid var(--frs-line); border-radius: 50%; background: var(--frs-paper); color: var(--frs-ink); font: inherit; font-size: 19px; cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.frs-portfolio__arrow:hover, .frs-portfolio__arrow:focus-visible { color: var(--frs-paper); background: var(--frs-ink); border-color: var(--frs-ink); }

/* Single project */
.frs-project { overflow: hidden; background: var(--frs-paper); }
.frs-project h1, .frs-project h2, .frs-project h3 { font-family: var(--frs-heading); color: inherit; }
.frs-project__hero { padding: clamp(72px, 9vw, 138px) 0 clamp(48px, 7vw, 92px); background: linear-gradient(120deg, var(--frs-soft), var(--frs-paper) 58%); }
.frs-project__eyebrow { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid var(--frs-line); color: var(--frs-muted); font-size: 12px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.frs-project__title { max-width: 1050px; margin: 30px 0 18px; font-size: clamp(52px, 9.2vw, 132px); font-weight: 650; letter-spacing: -.065em; line-height: .88; }
.frs-project__tagline { max-width: 760px; margin: 0; font-size: clamp(20px, 2.5vw, 34px); line-height: 1.25; }
.frs-project__services { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.frs-project__services span, .frs-pill { display: inline-block; padding: 9px 13px; border-radius: 99px; background: var(--frs-ink); color: #fff; font-size: 11px; font-weight: 650; letter-spacing: .08em; line-height: 1; text-transform: uppercase; }
.frs-pill--light { background: #fff; color: #111; }
.frs-project__gallery { padding: 20px 0 10px; }
.frs-gallery__track { display: grid; grid-template-columns: 1.6fr 1fr 1fr; grid-auto-rows: minmax(220px, 29vw); gap: 14px; width: min(calc(100% - 28px), 1500px); margin-inline: auto; }
.frs-gallery__item { appearance: none; display: block; overflow: hidden; padding: 0; border: 0; border-radius: var(--frs-radius); background: #111; cursor: zoom-in; }
.frs-gallery__item img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.frs-gallery__item:hover img, .frs-gallery__item:focus-visible img { transform: scale(1.025); }
.frs-gallery__item:focus-visible { outline: 3px solid var(--frs-accent); outline-offset: -6px; }
.frs-project__cover { margin-top: 20px; }
.frs-project__cover img { width: 100%; max-height: 82vh; object-fit: cover; border-radius: var(--frs-radius); }
.frs-section { display: grid; grid-template-columns: minmax(80px, .42fr) 1.58fr; gap: 40px; padding-block: clamp(86px, 11vw, 160px); }
.frs-section__number { margin: 8px 0 0; color: var(--frs-muted); font-size: 13px; }
.frs-section h2, .frs-results h2, .frs-content-block h2, .frs-project__final h2 { margin: 0 0 28px; font-size: clamp(36px, 5vw, 72px); letter-spacing: -.045em; line-height: .98; }
.frs-project__prose { color: var(--frs-ink); font-size: clamp(17px, 1.55vw, 21px); line-height: 1.7; }
.frs-project__prose > :first-child { margin-top: 0; }
.frs-project__prose > :last-child { margin-bottom: 0; }
.frs-project__prose a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.frs-project__split { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding-bottom: clamp(86px, 10vw, 140px); }
.frs-project__split article { padding: clamp(28px, 4vw, 58px); border-radius: var(--frs-radius); background: var(--frs-soft); }
.frs-project__split .frs-project__prose { margin-top: 42px; }
.frs-project__split-dark { background: var(--frs-ink) !important; color: #fff; }
.frs-project__split-dark .frs-project__prose { color: #fff; }
.frs-results { padding-block: clamp(84px, 10vw, 144px); background: var(--frs-ink); color: #fff; }
.frs-results__heading { display: grid; grid-template-columns: minmax(80px, .42fr) 1.58fr; gap: 40px; }
.frs-results h2 { color: #fff; }
.frs-results .frs-section__number { color: rgba(255,255,255,.55); }
.frs-metrics { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 12px; margin-top: 42px; }
.frs-metric { min-height: 205px; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border: 1px solid rgba(255,255,255,.2); border-radius: var(--frs-radius); }
.frs-metric strong { font-family: var(--frs-heading); font-size: clamp(38px, 5vw, 70px); letter-spacing: -.05em; line-height: 1; }
.frs-metric span { margin-top: 15px; font-weight: 650; }
.frs-metric small { margin-top: 5px; color: rgba(255,255,255,.6); }
.frs-results__copy { max-width: 780px; margin: 54px 0 0 auto; color: rgba(255,255,255,.82); }
.frs-testimonial { display: grid; grid-template-columns: .38fr 1.62fr; gap: 48px; padding-block: clamp(90px, 12vw, 172px); }
.frs-testimonial__mark { font-family: Georgia, serif; font-size: clamp(110px, 15vw, 220px); line-height: .75; color: var(--frs-accent); }
.frs-testimonial blockquote { margin: 0; }
.frs-testimonial blockquote > p { max-width: 920px; margin: 0; font-family: var(--frs-heading); font-size: clamp(30px, 4.4vw, 62px); letter-spacing: -.035em; line-height: 1.12; }
.frs-testimonial footer { display: flex; align-items: center; gap: 14px; margin-top: 34px; }
.frs-testimonial footer img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.frs-testimonial footer span, .frs-testimonial footer small { display: block; }
.frs-testimonial footer small { margin-top: 3px; color: var(--frs-muted); }
.frs-project__sections { display: grid; gap: 14px; padding-bottom: clamp(88px, 12vw, 170px); }
.frs-content-block { display: grid; grid-template-columns: 1fr 1fr; min-height: 480px; overflow: hidden; border-radius: var(--frs-radius); background: var(--frs-soft); }
.frs-content-block__copy { align-self: center; padding: clamp(30px, 5vw, 68px); }
.frs-content-block figure { min-height: 420px; margin: 0; }
.frs-content-block figure img { width: 100%; height: 100%; display: block; object-fit: cover; }
.frs-content-block--image-left figure { order: -1; }
.frs-content-block--full { display: block; min-height: 0; }
.frs-content-block--full .frs-content-block__copy { max-width: 900px; }
.frs-project__final { display: flex; justify-content: space-between; align-items: flex-end; gap: 56px; padding: clamp(50px, 7vw, 92px); border-radius: var(--frs-radius); background: var(--frs-ink); color: #fff; }
.frs-project__final > div { max-width: 760px; }
.frs-project__final h2 { margin-top: 36px; color: #fff; }
.frs-project__final .frs-project__prose { color: rgba(255,255,255,.8); }
.frs-button { flex: none; display: inline-flex; gap: 18px; align-items: center; padding: 16px 20px; border-radius: 99px; background: #fff; color: #111 !important; font-weight: 650; text-decoration: none !important; }
.frs-button:hover, .frs-button:focus-visible { background: var(--frs-accent); }
.frs-project__nav { display: flex; justify-content: space-between; gap: 20px; padding-block: 42px 80px; }
.frs-project__nav a { color: var(--frs-ink); font-weight: 650; text-decoration: none; }
.frs-lightbox[hidden] { display: none; }
.frs-lightbox { position: fixed; z-index: 999999; inset: 0; display: grid; place-items: center; padding: 60px 24px 24px; background: rgba(0,0,0,.92); }
.frs-lightbox img { max-width: 94vw; max-height: 88vh; object-fit: contain; }
.frs-lightbox__close { position: absolute; top: 14px; right: 20px; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; color: #fff; font-size: 30px; line-height: 1; cursor: pointer; }

@media (max-width: 1024px) {
  .frs-portfolio--masonry .frs-portfolio__track { column-count: min(var(--frs-columns), 2); }
  .frs-portfolio--carousel .frs-portfolio__track { grid-auto-columns: minmax(280px, 48%); }
  .frs-gallery__track { grid-template-columns: 1.35fr 1fr; }
  .frs-gallery__item:last-child { display: none; }
  .frs-section, .frs-results__heading { grid-template-columns: 70px 1fr; }
}

@media (max-width: 767px) {
  :root { --frs-radius: 18px; }
  .frs-project__shell { width: min(calc(100% - 28px), var(--frs-shell)); }
  .frs-portfolio--masonry .frs-portfolio__track { column-count: 1; }
  .frs-portfolio--carousel .frs-portfolio__track { grid-auto-columns: 82%; }
  .frs-portfolio__arrow { width: 40px; height: 40px; }
  .frs-card__media { min-height: 0; }
  .frs-card__view { opacity: 1; transform: scale(1); }
  .frs-card__meta { gap: 10px; }
  .frs-project__hero { padding-top: 68px; }
  .frs-project__eyebrow { align-items: flex-start; flex-direction: column; }
  .frs-project__title { margin-top: 26px; }
  .frs-gallery__track { display: flex; width: 100%; gap: 10px; padding-inline: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .frs-gallery__item, .frs-gallery__item:last-child { display: block; flex: 0 0 84vw; height: min(116vw, 620px); scroll-snap-align: center; }
  .frs-section, .frs-results__heading { display: block; }
  .frs-section__number { margin-bottom: 28px; }
  .frs-project__split { grid-template-columns: 1fr; }
  .frs-metrics { grid-template-columns: 1fr 1fr; }
  .frs-metric { min-height: 165px; padding: 18px; }
  .frs-testimonial { display: block; }
  .frs-testimonial__mark { display: block; margin-bottom: 26px; }
  .frs-content-block { grid-template-columns: 1fr; }
  .frs-content-block figure, .frs-content-block--image-left figure { order: -1; min-height: 300px; }
  .frs-project__final { align-items: flex-start; flex-direction: column; padding: 34px 26px; }
  .frs-project__nav { flex-direction: column; }
}

@media (max-width: 420px) {
  .frs-metrics { grid-template-columns: 1fr; }
  .frs-metric { min-height: 140px; }
}

@media (prefers-reduced-motion: reduce) {
  .frs-portfolio *, .frs-project * { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
}

/* Front Row Social creative blue theme */
.frs-portfolio :where(a, button):focus-visible,
.frs-project :where(a, button):focus-visible {
  outline: 3px solid #fff !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 6px var(--frs-navy) !important;
}
.frs-project#content:focus { outline: none; }

.frs-card__media {
  border: 3px solid var(--frs-navy);
  background: var(--frs-blue);
  box-shadow: 9px 9px 0 var(--frs-blue);
}
.frs-card:nth-child(3n + 1) .frs-card__media { border-radius: 76px 22px 22px 22px; }
.frs-card:nth-child(3n + 2) .frs-card__media { border-radius: 22px 22px 76px 22px; box-shadow: 9px 9px 0 var(--frs-yellow); }
.frs-card:nth-child(3n) .frs-card__media { border-radius: 22px 76px 22px 22px; box-shadow: 9px 9px 0 var(--frs-pink); }
.frs-card__view {
  width: 48px;
  height: 48px;
  border: 2px solid var(--frs-navy);
  background: var(--frs-yellow);
  color: var(--frs-navy);
  font-weight: 800;
}
.frs-card__meta { padding-top: 19px; }
.frs-card__title { font-weight: 800; letter-spacing: -.035em; }
.frs-card__service {
  width: fit-content;
  margin-top: 8px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--frs-sky);
  color: var(--frs-navy);
  font-weight: 700;
}
.frs-card__date { min-height: 30px; display: inline-flex; align-items: center; background: var(--frs-yellow); color: var(--frs-navy); font-weight: 800; }
.frs-portfolio__arrow {
  width: 48px;
  height: 48px;
  border: 2px solid var(--frs-navy);
  background: var(--frs-blue);
  color: #fff;
  font-weight: 800;
  box-shadow: 4px 4px 0 var(--frs-yellow);
}
.frs-portfolio__arrow:hover { background: var(--frs-navy); color: #fff; transform: translate(-1px, -1px); }

.frs-project__hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(138deg, var(--frs-blue) 0%, var(--frs-blue-dark) 74%, #09277d 100%);
  color: #fff;
}
.frs-project__hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: clamp(210px, 36vw, 560px);
  aspect-ratio: 1;
  top: -22%;
  right: -7%;
  border: clamp(24px, 4vw, 60px) solid var(--frs-yellow);
  border-radius: 50%;
  transform: rotate(-13deg);
  opacity: .96;
}
.frs-project__hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: clamp(105px, 17vw, 240px);
  aspect-ratio: 1;
  bottom: -16%;
  left: 7%;
  border-radius: 42% 58% 67% 33% / 46% 41% 59% 54%;
  background: var(--frs-pink);
  transform: rotate(22deg);
}
.frs-project__hero .frs-project__shell { position: relative; z-index: 1; }
.frs-project__eyebrow { border-color: rgba(255,255,255,.55); color: #fff; font-weight: 800; }
.frs-project__title { color: #fff; font-weight: 800; text-wrap: balance; text-shadow: 5px 5px 0 rgba(7,21,47,.32); }
.frs-project__tagline { color: #fff; font-weight: 550; text-wrap: pretty; }
.frs-project__services span { border: 2px solid var(--frs-navy); background: var(--frs-yellow); color: var(--frs-navy); font-weight: 800; }

.frs-project__gallery { background: var(--frs-cream); }
.frs-gallery__item { border: 3px solid var(--frs-navy); box-shadow: 7px 7px 0 var(--frs-blue); }
.frs-gallery__item:nth-child(2) { box-shadow: 7px 7px 0 var(--frs-yellow); }
.frs-gallery__item:nth-child(3) { box-shadow: 7px 7px 0 var(--frs-pink); }
.frs-gallery__item:focus-visible { outline-color: #fff !important; outline-offset: 3px !important; }
.frs-section__number {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-top: 0;
  border: 2px solid var(--frs-navy);
  border-radius: 50%;
  background: var(--frs-yellow);
  color: var(--frs-navy);
  font-weight: 800;
  box-shadow: 4px 4px 0 var(--frs-blue);
}
.frs-section h2, .frs-results h2, .frs-content-block h2, .frs-project__final h2 { font-weight: 800; text-wrap: balance; }
.frs-project__prose { max-width: 74ch; }
.frs-project__prose a { color: var(--frs-blue-dark); font-weight: 750; text-decoration-thickness: 2px; }
.frs-project__prose a:hover { text-decoration-thickness: 4px; }

.frs-project__split article { border: 3px solid var(--frs-navy); background: var(--frs-yellow); box-shadow: 8px 8px 0 var(--frs-blue); }
.frs-project__split-dark { background: var(--frs-navy) !important; box-shadow: 8px 8px 0 var(--frs-pink) !important; }
.frs-pill { border: 2px solid var(--frs-navy); background: var(--frs-blue); color: #fff; font-weight: 800; }
.frs-pill--light { background: var(--frs-yellow); color: var(--frs-navy); }

.frs-results { position: relative; isolation: isolate; overflow: hidden; background: var(--frs-navy); }
.frs-results::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 420px;
  right: -180px;
  top: -160px;
  border-radius: 50%;
  background: var(--frs-blue);
}
.frs-results .frs-section__number { border-color: #fff; box-shadow: 4px 4px 0 var(--frs-pink); color: var(--frs-navy); }
.frs-metric { border: 3px solid var(--frs-navy); background: #fff; color: var(--frs-navy); box-shadow: 6px 6px 0 var(--frs-blue); }
.frs-metric:nth-child(4n + 1) { background: var(--frs-yellow); }
.frs-metric:nth-child(4n + 2) { background: var(--frs-pink); }
.frs-metric:nth-child(4n + 3) { background: var(--frs-sky); }
.frs-metric strong { font-weight: 800; }
.frs-metric small { color: var(--frs-navy); font-weight: 650; }

.frs-testimonial {
  position: relative;
  margin-block: clamp(70px, 9vw, 130px);
  padding: clamp(38px, 7vw, 90px);
  border: 3px solid var(--frs-navy);
  border-radius: 80px 24px 80px 24px;
  background: var(--frs-sky);
  box-shadow: 12px 12px 0 var(--frs-blue);
}
.frs-testimonial__mark { color: var(--frs-blue); text-shadow: 4px 4px 0 var(--frs-yellow); }
.frs-testimonial blockquote > p { font-weight: 750; }
.frs-testimonial footer img { border: 3px solid var(--frs-navy); }

.frs-content-block { border: 3px solid var(--frs-navy); background: var(--frs-sky); box-shadow: 9px 9px 0 var(--frs-blue); }
.frs-content-block:nth-child(3n + 2) { background: var(--frs-yellow); box-shadow-color: var(--frs-pink); }
.frs-content-block:nth-child(3n) { background: var(--frs-blue); color: #fff; box-shadow-color: var(--frs-yellow); }
.frs-content-block:nth-child(3n) .frs-project__prose { color: #fff; }
.frs-content-block figure { border-left: 3px solid var(--frs-navy); }
.frs-content-block--image-left figure { border-right: 3px solid var(--frs-navy); border-left: 0; }

.frs-project__final {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 3px solid var(--frs-navy);
  background: var(--frs-blue);
  box-shadow: 12px 12px 0 var(--frs-yellow);
}
.frs-project__final::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 190px;
  aspect-ratio: 1;
  right: -60px;
  top: -70px;
  border-radius: 50%;
  background: var(--frs-pink);
}
.frs-button { min-height: 48px; border: 2px solid var(--frs-navy); background: var(--frs-yellow); color: var(--frs-navy) !important; font-weight: 800; box-shadow: 4px 4px 0 var(--frs-navy); }
.frs-button:hover { background: #fff; transform: translate(-1px, -1px); }
.frs-project__nav a { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; color: var(--frs-blue-dark); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.frs-lightbox__close { width: 48px; height: 48px; border: 2px solid #fff; background: var(--frs-blue); font-weight: 800; }

/* Equal-height shortcode cards with readable image overlays */
.frs-portfolio .frs-card__link { position: relative; height: 100%; }
.frs-portfolio .frs-card__media,
.frs-portfolio .frs-card:nth-child(3n + 1) .frs-card__media,
.frs-portfolio .frs-card:nth-child(3n + 2) .frs-card__media,
.frs-portfolio .frs-card:nth-child(3n) .frs-card__media {
  aspect-ratio: 4 / 5;
  min-height: 0;
}
.frs-portfolio .frs-card__meta {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 46%;
  display: flex;
  align-items: flex-end;
  padding: 90px 18px 18px;
  border-radius: 0 0 18px 18px;
  background: linear-gradient(180deg, rgba(7,21,47,0) 0%, rgba(7,21,47,.78) 46%, rgba(7,21,47,.97) 100%);
  color: #fff;
  pointer-events: none;
}
.frs-portfolio .frs-card__title { color: #fff; font-size: clamp(19px, 1.65vw, 24px); text-shadow: 0 2px 10px rgba(0,0,0,.45); }
.frs-portfolio .frs-card__service { background: var(--frs-yellow); color: var(--frs-navy); font-size: 12px; }
.frs-portfolio .frs-card__date { min-height: 32px; background: #fff; color: var(--frs-navy); font-size: 12px; }
.frs-portfolio--masonry .frs-card,
.frs-portfolio--carousel .frs-card { height: auto; }

@media (max-width: 767px) {
  .frs-card__media { box-shadow: 6px 6px 0 var(--frs-blue); }
  .frs-card:nth-child(3n + 2) .frs-card__media { box-shadow: 6px 6px 0 var(--frs-yellow); }
  .frs-card:nth-child(3n) .frs-card__media { box-shadow: 6px 6px 0 var(--frs-pink); }
  .frs-project__hero::before { right: -28%; top: -8%; opacity: .75; }
  .frs-project__hero::after { left: -12%; bottom: -10%; opacity: .8; }
  .frs-gallery__item { box-shadow: 5px 5px 0 var(--frs-blue); }
  .frs-section__number { margin-bottom: 30px; }
  .frs-testimonial { border-radius: 48px 18px 48px 18px; box-shadow: 7px 7px 0 var(--frs-blue); }
  .frs-content-block figure, .frs-content-block--image-left figure { border: 0; border-bottom: 3px solid var(--frs-navy); }
  .frs-project__final { box-shadow: 7px 7px 0 var(--frs-yellow); }
  .frs-portfolio .frs-card__meta { min-height: 50%; padding: 76px 14px 14px; }
}

@media (forced-colors: active) {
  .frs-card__media, .frs-gallery__item, .frs-project__split article, .frs-metric, .frs-testimonial, .frs-content-block, .frs-project__final { border: 2px solid CanvasText; box-shadow: none; }
  .frs-project :where(a, button):focus-visible, .frs-portfolio :where(a, button):focus-visible { outline: 3px solid Highlight !important; box-shadow: none !important; }
}
