body.page-id-14,
.fg-acf-home,
.fg-page,
.fg-event-template,
.fg-acf-dossier {
  --fg-ink: #fff7df;
  --fg-muted: #c9c0a6;
  --fg-soft: #f2df98;
  --fg-line: rgba(255, 204, 0, 0.28);
  --fg-panel: #11100d;
  --fg-black: #030303;
  --fg-gold: #ffcc00;
  --fg-red: #ec1b24;
  --fg-fingerprint: url("data:image/svg+xml,%3Csvg width='260' height='320' viewBox='0 0 260 320' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffcc00' stroke-linecap='round' stroke-width='4'%3E%3Cpath d='M92 250c-33-51-39-116 6-151 41-31 101-18 126 29 20 38 10 82-17 118'/%3E%3Cpath d='M120 266c-32-40-38-96-4-124 30-25 78-17 96 19 16 30 7 67-17 97'/%3E%3Cpath d='M147 278c-22-28-28-69-4-90 20-17 53-13 66 11 12 23 3 52-18 76'/%3E%3Cpath d='M169 287c-12-17-18-43-4-57 12-12 34-10 43 5 9 15 2 39-15 58'/%3E%3Cpath d='M65 225c-34-67-27-136 24-177 50-40 129-29 165 29'/%3E%3Cpath d='M44 190c-16-64 2-120 50-157 49-38 119-40 166-1'/%3E%3Cpath d='M31 150c1-54 23-99 66-127 44-28 102-30 151-5'/%3E%3Cpath d='M25 111c16-48 51-83 98-99'/%3E%3Cpath d='M60 277c-24-38-38-78-39-116'/%3E%3Cpath d='M99 298c-17-19-32-43-44-71'/%3E%3C/g%3E%3C/svg%3E");
  color: var(--fg-ink);
}

body.page-id-14 {
  position: relative;
  margin: 0;
  background: #030303;
}

body.page-id-14 .spacer {
  display: none !important;
  height: 0 !important;
}

body.page-id-14 .header {
  min-height: 64px !important;
  height: 64px !important;
  padding: 0 clamp(16px, 3vw, 38px) !important;
  background: #e4e4e4 !important;
}

body.page-id-14 .header__content {
  min-height: 64px !important;
  height: 64px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 4px 0 !important;
}

body.page-id-14 .header__logo {
  width: 154px !important;
  height: 54px !important;
  align-items: center !important;
  background: url("assets/hib_forensic_games.png") left center / contain no-repeat !important;
}

body.page-id-14 .header__logo-img {
  width: 154px !important;
  height: 54px !important;
  max-width: 154px !important;
  max-height: 54px !important;
  object-fit: contain !important;
  opacity: 0 !important;
}

body.page-id-14 .header__content > :not(.header__logo),
body.page-id-14 .header nav,
body.page-id-14 .header .menu,
body.page-id-14 .header__menu,
body.page-id-14 .header__nav,
body.page-id-14 .icon-hamburger,
body.page-id-14 #main-menu {
  display: none !important;
}

body.page-id-14 .wrapper,
body.page-id-14 .main-content,
body.page-id-14 .content,
body.page-id-14 .container,
body.page-id-14 .row,
body.page-id-14 .col-70,
body.page-id-14 .tab-100,
body.page-id-14 article.page,
body.page-id-14 .entry-content,
body.page-id-14 .elementor-section,
body.page-id-14 .elementor-container,
body.page-id-14 .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.post-type-archive-fg_edition .header,
.single-fg_edition .header,
body:has(.fg-static-template) .header {
  display: none !important;
}

.fg-page {
  position: relative;
  z-index: 1;
  width: min(1480px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 16%, rgba(236, 27, 36, 0.18), transparent 26%),
    radial-gradient(circle at 82% 8%, rgba(255, 204, 0, 0.12), transparent 20%),
    linear-gradient(180deg, #020202 0%, #080806 54%, #030303 100%);
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.fg-page::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    var(--fg-fingerprint) right 7vw top 104px / 250px 308px no-repeat,
    repeating-linear-gradient(135deg, rgba(255, 204, 0, 0.055) 0 2px, transparent 2px 28px),
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: auto, auto, 100% 4px;
  opacity: 0.38;
}

.fg-page > * {
  position: relative;
  z-index: 1;
}

.fg-page a {
  color: inherit;
}

.fg-site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 190px;
  align-items: center;
  gap: 12px 24px;
  min-height: 74px;
  padding: 14px clamp(18px, 4vw, 60px) 18px;
  border-bottom: 1px solid rgba(255, 204, 0, 0.18);
  background: rgba(8, 8, 6, 0.92);
  backdrop-filter: blur(12px);
}

.fg-brand,
.fg-footer-logo-link {
  display: block;
  width: 160px;
  height: 44px;
  background: url("assets/hib_forensic_games.png") left center / contain no-repeat;
}

.fg-site-header nav,
.fg-footer-links,
.fg-footer-data {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.fg-site-header nav {
  grid-column: 2;
  grid-row: 1;
  justify-content: center;
}

.fg-site-header nav br {
  display: none;
}

.fg-site-header > p {
  margin: 0;
}

.fg-site-header > p:empty {
  display: none;
}

.fg-site-header > p:has(.fg-small-cta) {
  grid-column: 2;
  grid-row: 2;
  justify-self: center;
}

.fg-site-header nav a,
.fg-footer-links a {
  color: var(--fg-muted);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.fg-site-header nav a:hover,
.fg-footer-links a:hover {
  color: var(--fg-gold);
}

.fg-small-cta {
  grid-column: 2;
  grid-row: 2;
  justify-self: center;
  display: inline-flex;
  min-width: min(100%, 280px);
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border: 2px solid var(--fg-header-cta-border, var(--fg-gold));
  border-radius: 6px;
  background:
    linear-gradient(135deg, transparent 0 14px, rgba(255, 255, 255, 0.16) 14px 28px, transparent 28px),
    var(--fg-header-cta-bg, var(--fg-gold));
  color: var(--fg-header-cta-text, #090805) !important;
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: 0;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(255, 204, 0, 0.28);
}

.fg-small-cta-medium {
  min-width: min(100%, 230px);
  min-height: 48px;
  padding: 0 24px;
  font-size: 0.92rem;
}

.fg-small-cta-xl {
  min-width: min(100%, 360px);
  min-height: 60px;
  padding: 0 38px;
  font-size: 1.12rem;
}

.fg-small-cta-outline {
  background: transparent;
  color: var(--fg-header-cta-text, var(--fg-gold)) !important;
  box-shadow: none;
}

.fg-small-cta-flat {
  border-color: transparent;
  background: var(--fg-header-cta-bg, var(--fg-gold));
  box-shadow: none;
}

.fg-small-cta:hover {
  transform: translateY(-1px);
}

.fg-hero {
  position: relative;
  display: grid;
  min-height: clamp(620px, 76vh, 850px);
  align-items: end;
  padding: clamp(92px, 12vw, 160px) clamp(22px, 5vw, 76px) clamp(58px, 8vw, 96px);
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.62) 42%, rgba(0, 0, 0, 0.24) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, var(--fg-hero-top-gradient, 0)) 0%, rgba(0, 0, 0, 0) 34%),
    linear-gradient(180deg, rgba(0, 0, 0, var(--fg-hero-darkness, 0.36)), rgba(0, 0, 0, 0.54)),
    var(--fg-bg-photo) var(--fg-hero-position, center center) / var(--fg-hero-zoom, 112%) auto no-repeat,
    #030303;
}

.fg-hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 44%;
  content: "";
  background: linear-gradient(0deg, #030303 0%, rgba(3, 3, 3, 0) 100%);
}

.fg-hero-content {
  width: min(760px, 100%);
}

.fg-eyebrow,
.fg-info-grid span,
.fg-image-wall article span {
	margin: 0 0 16px;
	color: var(--fg-global-label-color, var(--fg-gold));
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fg-hero h1,
.fg-section-copy h2,
.fg-image-wall h2 {
	margin: 0;
	color: var(--fg-global-title-color, #fff);
  font-weight: 950;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fg-hero h1 {
  max-width: 780px;
  font-size: clamp(3.2rem, 7vw, 7.5rem);
}

.fg-hero h1::first-letter {
	color: var(--fg-home-hero-first-letter-color, var(--fg-red));
}

.fg-section-copy h2::first-letter,
.fg-image-wall h2::first-letter {
	color: var(--fg-global-label-color, var(--fg-red));
}

.fg-hero p:not(.fg-eyebrow),
.fg-section-copy > p:not(.fg-eyebrow),
.fg-info-grid p,
.fg-image-wall p {
	max-width: 720px;
	color: var(--fg-global-text-color, var(--fg-soft));
  font-size: clamp(1rem, 1.45vw, 1.28rem);
  line-height: 1.58;
}

.fg-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.fg-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 5px;
  font-weight: 950;
  text-decoration: none;
}

.fg-button-primary {
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0 14px, transparent 14px 28px),
    var(--fg-gold);
  color: #0b0904 !important;
  box-shadow: 0 18px 38px rgba(255, 204, 0, 0.26);
}

.fg-button-secondary {
  border: 1px solid rgba(255, 204, 0, 0.42);
  background: rgba(255, 204, 0, 0.07);
  color: #fff7df !important;
}

.fg-case-strip {
  overflow: hidden;
  border-top: 1px solid rgba(255, 204, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
  background:
    repeating-linear-gradient(135deg, rgba(10, 8, 2, 0.16) 0 18px, transparent 18px 36px),
    var(--fg-gold);
  color: #050402;
}

.fg-case-strip div {
  display: flex;
  min-width: max-content;
  gap: 46px;
  padding: 22px 28px;
  font-size: clamp(1.8rem, 4vw, 4rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.fg-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(62px, 9vw, 118px) 0;
}

.fg-intro,
.fg-current-case,
.fg-archive-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.fg-page section.fg-intro {
  background: var(--fg-section-bg-color, #050505) !important;
  box-shadow: 0 0 0 100vmax var(--fg-section-bg-color, #050505) !important;
  clip-path: inset(0 -100vmax);
}

.fg-page section.fg-current-case,
.fg-page section.fg-archive-preview,
.fg-page section.fg-image-wall,
.fg-page section.fg-sponsors,
.fg-page section.fg-faq,
.fg-page section.fg-home-contact {
  background: var(--fg-section-bg-color, #050505) !important;
  box-shadow: 0 0 0 100vmax var(--fg-section-bg-color, #050505) !important;
  clip-path: inset(0 -100vmax);
}

.fg-section-copy h2,
.fg-image-wall h2 {
  font-size: clamp(2.4rem, 5vw, 5.4rem);
}

.fg-info-grid {
  display: grid;
  gap: 16px;
}

.fg-info-grid article,
.fg-image-wall article,
.fg-sponsor-grid article,
.fg-contact-list article {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--fg-section-card-border-color, var(--fg-line));
  border-radius: 8px;
  padding: clamp(22px, 3vw, 34px);
  background:
    linear-gradient(180deg, rgba(255, 204, 0, 0.08), rgba(255, 204, 0, 0.015)),
    var(--fg-section-card-bg-color, #050505);
}

.fg-info-grid article::after,
.fg-image-wall article::after,
.fg-sponsor-grid article::after {
  position: absolute;
  right: -20px;
  bottom: -28px;
  width: 150px;
  height: 185px;
  content: "";
  opacity: 0.15;
  background: var(--fg-fingerprint) center / contain no-repeat;
}

.fg-info-grid h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.35rem, 2.3vw, 2.15rem);
  line-height: 1.05;
}

.fg-team {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.fg-page section.fg-team,
.fg-page section.fg-team-makers {
  background: var(--fg-team-bg-color, #050505) !important;
  box-shadow: 0 0 0 100vmax var(--fg-team-bg-color, #050505) !important;
  clip-path: inset(0 -100vmax);
}

.fg-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.fg-team-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--fg-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 204, 0, 0.08), rgba(236, 27, 36, 0.08)),
    #11100d;
}

.fg-team-photo {
  display: grid;
  height: 240px;
  min-height: 240px;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--fg-line);
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 204, 0, 0.2), transparent 32%),
    linear-gradient(135deg, rgba(236, 27, 36, 0.28), rgba(255, 204, 0, 0.08)),
    #080705;
}

.fg-team-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.88) contrast(1.06);
}

.fg-team-photo span {
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border: 2px solid var(--fg-gold);
  border-radius: 50%;
  color: var(--fg-gold);
  font-size: 2.3rem;
  font-weight: 950;
  letter-spacing: 0;
}

.fg-team-copy {
  padding: clamp(20px, 2.5vw, 28px);
}

.fg-team-copy span {
	display: block;
	margin-bottom: 12px;
	color: var(--fg-global-label-color, var(--fg-gold));
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.fg-team-copy h3 {
	margin: 0 0 12px;
	color: var(--fg-global-card-title-color, #fff);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.05;
}

.fg-team-copy p {
  margin: 0;
  color: var(--fg-global-card-text-color, var(--fg-soft));
  font-size: 1rem;
  line-height: 1.55;
}

.fg-team .fg-eyebrow {
  color: var(--fg-team-label-color, var(--fg-global-label-color, var(--fg-gold)));
}

.fg-team .fg-section-copy h2 {
  color: var(--fg-team-title-color, var(--fg-global-title-color, #fff));
}

.fg-team .fg-section-copy h2::first-letter {
  color: inherit;
}

.fg-team .fg-section-copy > p:not(.fg-eyebrow) {
  color: var(--fg-team-text-color, var(--fg-global-text-color, var(--fg-soft)));
}

.fg-team-group-photo,
.fg-team-makers-group-photo {
  grid-column: 1 / -1;
  margin: clamp(22px, 4vw, 34px) 0 0;
  overflow: hidden;
  border: 1px solid var(--fg-line);
  border-radius: 8px;
  background: #11100d;
}

.fg-team-makers-group-photo {
  border-color: rgba(17, 24, 39, 0.14);
  background: #fff;
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
}

.fg-team-group-photo img,
.fg-team-makers-group-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.fg-team-group-photo figcaption,
.fg-team-makers-group-photo figcaption {
  padding: 14px 18px;
  color: var(--fg-soft);
  font-size: 0.92rem;
  font-weight: 800;
}

.fg-team-makers-group-photo figcaption {
  color: #4b5563;
}

.fg-acf-card-link {
  display: inline-flex;
  width: max-content;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 0 16px;
  border-radius: 5px;
  background: var(--fg-gold);
  color: #0b0904 !important;
  font-weight: 950;
  text-decoration: none;
}

.fg-image-wall {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 18px;
  align-items: stretch;
}

.fg-image-wall figure {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--fg-line);
  border-radius: 8px;
  background: #11100d;
}

.fg-image-wall figure:first-child {
  grid-row: span 2;
}

.fg-image-wall img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.08);
}

.fg-image-wall figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 12px 14px;
  border-left: 4px solid var(--fg-gold);
  background: rgba(3, 3, 3, 0.78);
  color: #fff;
  font-weight: 850;
}

.fg-current-case .fg-acf-card {
  margin: 0;
}

.fg-current-case .fg-acf-card.is-featured {
  min-height: 430px;
}

.fg-sponsors {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.fg-sponsor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.fg-sponsor-grid article {
  min-height: 190px;
}

.fg-sponsor-grid article span,
.fg-contact-list span {
  display: block;
  margin-bottom: 14px;
  color: var(--fg-gold);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.fg-sponsor-grid img {
  display: block;
  width: min(220px, 80%);
  max-height: 82px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 18px;
}

.fg-sponsor-grid h3,
.fg-contact-list strong,
.fg-contact-list a {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  line-height: 1.1;
  text-decoration: none;
}

.fg-static-template {
  min-height: 100vh;
}

.fg-static-page {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(86px, 12vw, 150px) 0;
}

.fg-static-page h1 {
  max-width: 860px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 950;
  line-height: 0.96;
  text-transform: uppercase;
}

.fg-static-page h1::first-letter {
  color: var(--fg-red);
}

.fg-static-text {
  color: var(--fg-soft);
  font-size: clamp(1.05rem, 1.7vw, 1.32rem);
  line-height: 1.62;
}

.fg-contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.fg-home-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1.22fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
  border-top: 1px solid rgba(255, 204, 0, 0.26);
}

.fg-home-contact .fg-section-copy {
  min-width: 0;
}

.fg-home-contact .fg-section-copy h2 {
  max-width: 100%;
  font-size: clamp(3rem, 5vw, 5.8rem);
  overflow-wrap: anywhere;
}

.fg-home-contact .fg-section-copy > p:not(.fg-eyebrow) {
  max-width: 100%;
}

.fg-faq {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
  border-top: 1px solid rgba(255, 204, 0, 0.22);
}

.fg-faq-list {
  display: grid;
  gap: 24px;
}

.fg-faq-category {
  display: grid;
  gap: 12px;
}

.fg-faq-category h3 {
  margin: 0;
  color: var(--fg-faq-category-color, var(--fg-global-label-color, var(--fg-gold)));
  font-size: 0.88rem;
  font-weight: 950;
  text-transform: uppercase;
}

.fg-faq-list details {
  border: 1px solid var(--fg-faq-box-border-color, var(--fg-line));
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 204, 0, 0.07), rgba(255, 204, 0, 0.015)),
    var(--fg-faq-box-bg-color, #11100d);
  color: #fff;
}

.fg-faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 20px;
  color: var(--fg-faq-question-color, var(--fg-global-card-title-color, #fff));
  font-size: clamp(1.02rem, 1.6vw, 1.28rem);
  font-weight: 950;
}

.fg-faq-list summary::-webkit-details-marker {
  display: none;
}

.fg-faq-list summary::after {
  float: right;
  content: "+";
  color: var(--fg-faq-icon-color, var(--fg-global-label-color, var(--fg-gold)));
  font-size: 1.3rem;
  line-height: 1;
}

.fg-faq-list details[open] summary::after {
  content: "-";
}

.fg-faq-list div {
  padding: 0 20px 20px;
  color: var(--fg-faq-answer-color, var(--fg-global-card-text-color, var(--fg-soft)));
  font-size: 1rem;
  line-height: 1.62;
}

.fg-faq-list p {
  margin: 0 0 12px;
}

.fg-faq-list p:last-child {
  margin-bottom: 0;
}

.fg-home-contact-details {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.fg-home-contact-details div {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 4px solid var(--fg-gold);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.045);
}

.fg-home-contact-details span,
.fg-home-contact-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--fg-gold);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.fg-home-contact-details strong,
.fg-home-contact-details a {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 850;
  text-decoration: none;
}

.fg-home-contact-form {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(255, 204, 0, 0.22);
  border-radius: 8px;
  background: rgba(8, 7, 5, 0.82);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

.fg-home-contact-form p {
  margin: 0 0 16px;
}

.fg-home-contact-form input:not([type="submit"]),
.fg-home-contact-form textarea,
.fg-home-contact-form select {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.fg-home-contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.fg-home-contact-form input[type="submit"],
.fg-home-contact-form button[type="submit"] {
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 5px;
  background: var(--fg-gold);
  color: #0b0904;
  cursor: pointer;
  font-weight: 950;
  text-transform: uppercase;
}

.fg-home-contact-form .wpcf7-not-valid-tip,
.fg-home-contact-form .wpcf7-response-output {
  color: #fff;
}

.fg-event-hero-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background:
    var(--fg-fingerprint) right 8vw center / 260px 320px no-repeat,
    linear-gradient(135deg, rgba(255, 204, 0, 0.12), rgba(236, 27, 36, 0.08)),
    #070604;
  color: var(--fg-gold);
  font-weight: 950;
  text-transform: uppercase;
}

.fg-archive-list {
  display: grid;
  gap: 16px;
}

.fg-archive-list .fg-acf-card {
  grid-template-columns: 0.72fr 1.28fr;
  min-height: 230px;
  margin: 0;
}

.fg-archive-list .fg-acf-copy h2 {
  font-size: clamp(1.7rem, 3vw, 2.8rem);
}

.fg-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 40px 0 56px;
  border-top: 1px solid rgba(255, 204, 0, 0.22);
  color: var(--fg-muted);
}

.fg-footer-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  align-items: start;
}

.fg-footer strong {
  display: block;
  margin-bottom: 14px;
  color: #fff;
}

.fg-footer-data {
  margin-top: 14px;
  font-size: 0.86rem;
}

@media (max-width: 980px) {
  .fg-site-header {
    position: relative;
    grid-template-columns: 1fr;
  }

  .fg-site-header nav {
    grid-column: 1;
    justify-content: center;
  }

  .fg-small-cta {
    width: min(100%, 360px);
    grid-column: 1;
    justify-self: center;
  }

  .fg-hero {
    min-height: 680px;
    background-size: auto, auto, auto, auto var(--fg-hero-zoom, 112%), auto;
    background-position: center center, center center, center center, var(--fg-hero-position, center center), center center;
  }

  .fg-intro,
  .fg-team,
  .fg-current-case,
  .fg-sponsors,
  .fg-archive-preview,
  .fg-faq,
  .fg-home-contact,
  .fg-image-wall,
  .fg-footer-grid {
    grid-template-columns: 1fr;
  }

  .fg-image-wall figure:first-child {
    grid-row: auto;
  }

  .fg-archive-list .fg-acf-card {
    grid-template-columns: 1fr;
  }

  .fg-sponsor-grid,
  .fg-team-grid,
  .fg-contact-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .fg-site-header {
    padding: 14px 18px;
  }

  .fg-brand,
  .fg-footer-logo-link {
    width: 138px;
    height: 38px;
  }

  .fg-site-header nav {
    gap: 12px;
  }

  .fg-hero {
    padding: 84px 20px 56px;
  }

  .fg-case-strip div {
    gap: 24px;
  }

  .fg-section {
    width: min(100% - 28px, 1180px);
  }
}

.fg-acf-home {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(54px, 8vw, 98px) 0;
}

.fg-acf-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: 420px;
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid var(--fg-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 204, 0, 0.08), rgba(255, 204, 0, 0.01)),
    radial-gradient(circle at 8% 12%, rgba(236, 27, 36, 0.16), transparent 24%),
    var(--fg-panel);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
}

.fg-acf-card::before,
.fg-acf-dossier article::before,
.fg-acf-dossier-block::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.55;
}

.fg-acf-card::after,
.fg-acf-dossier article::after,
.fg-acf-dossier-block::after {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 96px;
  height: 116px;
  content: "";
  opacity: 0.2;
  background: var(--fg-fingerprint) center / contain no-repeat;
}

.fg-acf-card.is-featured {
  min-height: 520px;
}

.fg-acf-media,
.fg-acf-media img {
  width: 100%;
  height: 100%;
}

.fg-acf-media {
  position: relative;
  overflow: hidden;
}

.fg-acf-media::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 46px;
  content: "";
  background:
    linear-gradient(0deg, rgba(255, 204, 0, 0.92), rgba(255, 204, 0, 0.82)),
    repeating-linear-gradient(135deg, #090805 0 16px, #090805 16px 32px, var(--fg-gold) 32px 48px);
}

.fg-acf-media img {
  display: block;
  object-fit: cover;
  filter: saturate(0.64) contrast(1.2) sepia(0.08);
}

.fg-acf-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  padding: clamp(24px, 5vw, 54px);
}

.fg-acf-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.fg-acf-meta span {
  padding: 7px 10px;
  border: 1px solid var(--fg-line);
  background: rgba(255, 204, 0, 0.08);
  color: var(--fg-soft);
  font-size: 0.84rem;
}

.fg-acf-copy h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 3.25rem;
  line-height: 1;
}

.fg-acf-copy h2 a {
  color: inherit;
  text-decoration: none;
}

.fg-acf-copy h2::first-letter {
  color: var(--fg-red);
}

.fg-acf-copy p {
  max-width: 680px;
  margin: 0;
  color: var(--fg-muted);
  line-height: 1.58;
}

.fg-acf-archive {
  margin-top: clamp(48px, 7vw, 86px);
}

.fg-acf-archive h2 {
  margin: 0 0 24px;
  color: var(--fg-gold);
  font-size: 3.15rem;
  line-height: 1;
}

.fg-acf-archive .fg-acf-card {
  min-height: 300px;
}

.fg-event-template {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(3, 3, 3, 0.94), #030303 520px),
    radial-gradient(circle at 12% 18%, rgba(255, 204, 0, 0.1) 0 1px, transparent 2px 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 4px),
    var(--fg-black);
}

.fg-event-template::before {
  position: fixed;
  z-index: 0;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    var(--fg-fingerprint) right 8vw top 120px / 280px 345px no-repeat,
    var(--fg-fingerprint) left -72px bottom 120px / 220px 270px no-repeat,
    repeating-linear-gradient(135deg, rgba(255, 204, 0, 0.045) 0 2px, transparent 2px 28px);
  opacity: 0.34;
}

.fg-event-template > * {
  position: relative;
  z-index: 1;
}

.post-type-archive-fg_edition footer:not(.fg-footer),
.post-type-archive-fg_edition .site-footer:not(.fg-footer),
.single-fg_edition footer:not(.fg-footer),
.single-fg_edition .site-footer:not(.fg-footer),
body.page-id-14 footer:not(.fg-footer),
body.page-id-14 .site-footer:not(.fg-footer),
body:has(.fg-static-template) footer:not(.fg-footer),
body:has(.fg-static-template) .site-footer:not(.fg-footer),
body:has(.fg-page) footer:not(.fg-footer),
body:has(.fg-page) .site-footer:not(.fg-footer) {
  display: none !important;
}

.fg-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(38px, 6vw, 68px) 0;
  border-top: 1px solid var(--fg-line);
  color: var(--fg-muted);
}

.fg-footer-grid {
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.fg-footer-logo-link {
  display: inline-grid;
  gap: 2px;
  color: var(--fg-ink);
  text-decoration: none;
}

.fg-footer-logo-link::before {
  content: "HackInBo\00AE";
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 950;
  line-height: 1;
}

.fg-footer-logo-link::first-letter {
  color: var(--fg-red);
}

.fg-footer-logo-link::after {
  content: "Forensic Games";
  color: var(--fg-gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fg-footer strong {
  display: block;
  margin-bottom: 14px;
  color: var(--fg-ink);
  font-size: 1.12rem;
}

.fg-footer-links,
.fg-footer-data {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.fg-footer-links {
  margin-bottom: 16px;
}

.fg-footer-links a {
  color: var(--fg-gold);
  text-decoration: none;
}

.fg-footer-data span {
  color: var(--fg-muted);
}

.post-type-archive-fg_edition footer:not(.fg-footer),
.single-fg_edition footer:not(.fg-footer) {
  display: block !important;
  min-height: 190px;
  padding: clamp(38px, 6vw, 68px) max(20px, calc((100vw - 1180px) / 2));
  border-top: 1px solid rgba(255, 204, 0, 0.28);
  background:
    linear-gradient(180deg, rgba(3, 3, 3, 0.94), rgba(3, 3, 3, 0.98)),
    repeating-linear-gradient(135deg, rgba(255, 204, 0, 0.09) 0 12px, rgba(3, 3, 3, 0.09) 12px 24px) !important;
  color: var(--fg-muted) !important;
}

.post-type-archive-fg_edition footer:not(.fg-footer) > *,
.single-fg_edition footer:not(.fg-footer) > * {
  display: none !important;
}

.post-type-archive-fg_edition footer:not(.fg-footer)::before,
.single-fg_edition footer:not(.fg-footer)::before {
  display: block;
  color: var(--fg-ink);
  content: "HackInBo\00AE Group Srl";
  font-size: 1.12rem;
  font-weight: 900;
}

.post-type-archive-fg_edition footer:not(.fg-footer)::after,
.single-fg_edition footer:not(.fg-footer)::after {
  display: block;
  max-width: 760px;
  margin-top: 16px;
  color: var(--fg-muted);
  content: "2023-2026 All right reserved\a C.F. & P.IVA 04139071205\a REA BO-571698\a Tel +39 347 11 75 350\a Informative GDPR: https://hackinbo.business/informative-gdpr/\a Cookie Policy: https://hackinbo.business/cookie-di-hackinbo/";
  line-height: 1.8;
  white-space: pre-line;
}

.post-type-archive-fg_edition footer:not(.fg-footer),
.post-type-archive-fg_edition .site-footer:not(.fg-footer),
.single-fg_edition footer:not(.fg-footer),
.single-fg_edition .site-footer:not(.fg-footer),
body.page-id-14 footer:not(.fg-footer),
body.page-id-14 .site-footer:not(.fg-footer),
body:has(.fg-static-template) footer:not(.fg-footer),
body:has(.fg-static-template) .site-footer:not(.fg-footer),
body:has(.fg-page) footer:not(.fg-footer),
body:has(.fg-page) .site-footer:not(.fg-footer) {
  display: none !important;
  min-height: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

.fg-event-archive-hero,
.fg-event-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: min(720px, 78vh);
  padding: clamp(86px, 12vw, 150px) clamp(22px, 6vw, 84px) clamp(92px, 10vw, 128px);
  overflow: hidden;
}

.fg-event-archive-hero {
  min-height: 430px;
  border-bottom: 1px solid var(--fg-line);
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.96), rgba(3, 3, 3, 0.72)),
    repeating-linear-gradient(135deg, #090805 0 26px, #090805 26px 52px, var(--fg-gold) 52px 78px, var(--fg-gold) 78px 104px);
}

.fg-event-archive-hero::before,
.fg-event-hero::before {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 62px;
  content: "INVESTIGATORE";
  display: grid;
  place-items: center;
  color: #070604;
  background:
    linear-gradient(0deg, rgba(255, 204, 0, 0.96), rgba(255, 204, 0, 0.86)),
    repeating-linear-gradient(135deg, #090805 0 18px, #090805 18px 34px, var(--fg-gold) 34px 52px);
  border-top: 2px solid rgba(3, 3, 3, 0.88);
  font-size: 1.5rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fg-event-archive-hero::after,
.fg-event-hero::after {
  position: absolute;
  z-index: 2;
  right: clamp(18px, 8vw, 110px);
  top: 118px;
  width: min(300px, 38vw);
  aspect-ratio: 260 / 320;
  content: "";
  background: var(--fg-fingerprint) center / contain no-repeat;
  opacity: 0.68;
}

.fg-event-archive-hero > *,
.fg-event-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 940px;
}

.fg-event-archive-hero p,
.fg-event-hero-copy > p,
.fg-event-back {
  margin: 0 0 14px;
  color: var(--fg-gold);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fg-event-archive-hero h1,
.fg-event-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 5.4rem;
  line-height: 0.98;
  text-transform: uppercase;
}

.fg-event-archive-hero h1::first-letter,
.fg-event-hero h1::first-letter {
  color: var(--fg-red);
}

.fg-event-archive-hero span,
.fg-event-summary {
  display: block;
  max-width: 760px;
  margin-top: 22px;
  color: var(--fg-soft);
  font-size: 1.35rem;
  line-height: 1.45;
}

.fg-event-hero-image,
.fg-event-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.fg-event-hero-image {
  object-fit: cover;
  filter: saturate(0.58) contrast(1.26) brightness(0.78);
}

.fg-event-hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.98) 0%, rgba(3, 3, 3, 0.82) 42%, rgba(3, 3, 3, 0.3) 100%),
    linear-gradient(180deg, rgba(3, 3, 3, 0.12) 0%, rgba(3, 3, 3, 0.95) 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 5px);
}

.fg-event-back {
  display: inline-flex;
  margin-bottom: 24px;
  text-decoration: none;
}

.fg-event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.fg-event-meta span {
  padding: 8px 11px;
  border: 1px solid var(--fg-line);
  border-radius: 4px;
  background: rgba(255, 204, 0, 0.08);
  color: var(--fg-soft);
  font-size: 0.84rem;
}

.fg-event-grid {
  display: grid;
  gap: 18px;
}

.fg-event-grid .fg-acf-card {
  margin-bottom: 0;
}

.fg-event-gallery-block {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 clamp(54px, 8vw, 98px);
}

.fg-event-empty {
  color: var(--fg-muted);
}

.fg-acf-dossier {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(54px, 8vw, 98px) 0;
}

.fg-acf-dossier-head {
  max-width: 820px;
  margin-bottom: 28px;
}

.fg-acf-dossier-head span,
.fg-acf-dossier article > span,
.fg-acf-dossier-block > h3 {
  color: var(--fg-gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fg-acf-dossier-head h2 {
  margin: 10px 0 0;
  color: #fff;
  font-size: 3.8rem;
  line-height: 1;
}

.fg-acf-dossier-grid,
.fg-acf-evidence-list,
.fg-case-facts,
.fg-case-people-grid,
.fg-case-device-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.fg-acf-dossier article,
.fg-acf-dossier-block {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--fg-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 204, 0, 0.08), rgba(255, 204, 0, 0.02)),
    var(--fg-panel);
}

.fg-acf-dossier article {
  padding: clamp(20px, 3vw, 34px);
}

.fg-acf-dossier-block {
  margin-top: 16px;
  padding: clamp(22px, 4vw, 42px);
}

.fg-acf-dossier article > *,
.fg-acf-dossier-block > * {
  position: relative;
  z-index: 1;
}

.fg-acf-dossier h3,
.fg-acf-dossier h4 {
  margin: 10px 0 12px;
  color: var(--fg-ink);
  line-height: 1.08;
}

.fg-acf-dossier p,
.fg-case-rich-text {
  margin: 0;
  color: var(--fg-muted);
  line-height: 1.62;
}

.fg-case-rich-text p,
.fg-case-rich-text ul,
.fg-case-rich-text ol {
  margin: 0 0 14px;
}

.fg-case-rich-text > :last-child {
  margin-bottom: 0;
}

.fg-case-facts,
.fg-case-people-grid,
.fg-case-device-grid {
  margin-top: 16px;
}

.fg-case-facts article,
.fg-case-people-grid article,
.fg-case-device-grid article {
  min-height: 0;
}

.fg-case-facts strong,
.fg-case-device-grid dd,
.fg-case-person-meta {
  color: #fff;
}

.fg-case-person-photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 16px;
  filter: saturate(0.75) contrast(1.08);
}

.fg-case-person-meta {
  margin-bottom: 12px !important;
  font-weight: 800;
}

.fg-case-device-grid dl {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
}

.fg-case-device-grid dl div {
  display: grid;
  grid-template-columns: minmax(120px, 0.45fr) 1fr;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.fg-case-device-grid dt {
  color: var(--fg-gold);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fg-case-device-grid dd {
  margin: 0;
}

.fg-acf-evidence-list article {
  min-height: 190px;
}

.fg-acf-dossier-block.is-solution,
.fg-acf-dossier-block.is-verdict {
  border-color: rgba(255, 204, 0, 0.54);
}

.fg-acf-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.fg-acf-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  filter: saturate(0.7) contrast(1.16);
}

.fg-photo-disclaimer {
  margin-top: 18px;
  border: 1px solid rgba(255, 204, 0, 0.48);
  border-left: 5px solid var(--fg-gold);
  border-radius: 8px;
  padding: 18px 20px;
  background:
    repeating-linear-gradient(135deg, rgba(255, 204, 0, 0.07) 0 12px, transparent 12px 24px),
    rgba(17, 16, 13, 0.94);
  color: var(--fg-soft);
}

.fg-photo-disclaimer strong {
  display: block;
  margin-bottom: 8px;
  color: var(--fg-gold);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.fg-photo-disclaimer p {
  margin: 0;
  color: var(--fg-soft);
  line-height: 1.58;
}

.fg-photo-disclaimer.is-footer {
  max-width: 920px;
  margin-top: 22px;
  padding: 14px 16px;
  font-size: 0.9rem;
}

.fg-event-workshops,
.fg-event-supporters {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 clamp(54px, 8vw, 98px);
}

.fg-workshop,
.fg-event-supporter-group {
  position: relative;
  overflow: hidden;
  margin-top: 16px;
  border: 1px solid var(--fg-line);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 46px);
  background:
    linear-gradient(180deg, rgba(255, 204, 0, 0.08), rgba(255, 204, 0, 0.02)),
    radial-gradient(circle at 92% 12%, rgba(236, 27, 36, 0.14), transparent 25%),
    var(--fg-panel);
}

.fg-workshop::before,
.fg-event-supporter-group::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.5;
}

.fg-workshop > *,
.fg-event-supporter-group > * {
  position: relative;
  z-index: 1;
}

.fg-workshop header span,
.fg-workshop-meta span,
.fg-event-supporter-group > h3,
.fg-workshop-resources h4,
.fg-workshop-gallery h4 {
  color: var(--fg-gold);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.fg-workshop h3 {
  max-width: 920px;
  margin: 10px 0 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 4.1rem);
  line-height: 1;
}

.fg-workshop-subtitle,
.fg-workshop-description,
.fg-workshop-description p {
  color: var(--fg-soft);
  line-height: 1.62;
}

.fg-workshop-subtitle {
  max-width: 820px;
  margin: 14px 0 0;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
}

.fg-workshop-description {
  max-width: 920px;
  margin-top: 24px;
}

.fg-workshop-meta,
.fg-event-supporter-grid,
.fg-workshop-resources > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.fg-workshop-meta article,
.fg-event-supporter-grid article,
.fg-workshop-resources article {
  border: 1px solid rgba(255, 204, 0, 0.22);
  border-radius: 8px;
  padding: 20px;
  background: rgba(3, 3, 3, 0.28);
}

.fg-workshop-meta strong,
.fg-event-supporter-grid h4,
.fg-workshop-resources h5 {
  display: block;
  margin: 8px 0 0;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.15;
}

.fg-workshop-meta ul {
  display: grid;
  gap: 10px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.fg-workshop-meta li {
  display: grid;
  gap: 4px;
  color: var(--fg-soft);
}

.fg-workshop-meta em {
  color: var(--fg-muted);
  font-style: normal;
}

.fg-workshop-gallery,
.fg-workshop-resources {
  margin-top: 30px;
}

.fg-event-supporter-group > h3,
.fg-workshop-resources h4,
.fg-workshop-gallery h4 {
  margin: 0 0 14px;
}

.fg-supporter-logo {
  display: block;
  width: min(220px, 82%);
  max-height: 86px;
  margin-bottom: 18px;
  object-fit: contain;
  object-position: left center;
}

.fg-event-supporter-grid h4 a,
.fg-workshop-resources a {
  color: inherit;
  text-decoration: none;
}

.fg-event-supporter-grid p,
.fg-workshop-resources p {
  margin: 12px 0 0;
  color: var(--fg-muted);
  line-height: 1.58;
}

.fg-workshop-resources a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  margin-top: 16px;
  padding: 0 14px;
  border-radius: 5px;
  background: var(--fg-gold);
  color: #0b0904 !important;
  font-weight: 950;
}

@media (max-width: 1100px) {
  .fg-event-archive-hero h1,
  .fg-event-hero h1 {
    font-size: 4.4rem;
  }

  .fg-acf-copy h2,
  .fg-acf-archive h2,
  .fg-acf-dossier-head h2 {
    font-size: 3rem;
  }
}

@media (max-width: 860px) {
  .fg-footer-grid,
  .fg-acf-card {
    grid-template-columns: 1fr;
  }

  .fg-acf-media img {
    aspect-ratio: 16 / 10;
  }

  .fg-acf-dossier-grid,
  .fg-acf-evidence-list,
  .fg-case-facts,
  .fg-case-people-grid,
  .fg-case-device-grid,
  .fg-acf-gallery,
  .fg-workshop-meta,
  .fg-event-supporter-grid,
  .fg-workshop-resources > div {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .fg-event-archive-hero,
  .fg-event-hero {
    padding: 92px 20px 92px;
  }

  .fg-event-archive-hero::before,
  .fg-event-hero::before {
    min-height: 56px;
    font-size: 1.1rem;
  }

  .fg-event-archive-hero::after,
  .fg-event-hero::after {
    right: -54px;
    top: 106px;
    width: 188px;
    opacity: 0.46;
  }

  .fg-event-archive-hero h1,
  .fg-event-hero h1 {
    font-size: 2.9rem;
  }

  .fg-event-archive-hero span,
  .fg-event-summary {
    font-size: 1.08rem;
  }

  .fg-acf-copy h2,
  .fg-acf-archive h2,
  .fg-acf-dossier-head h2 {
    font-size: 2.25rem;
  }
}

.fg-page .fg-footer-logo-link {
  display: block;
  width: 160px;
  height: 44px;
  background: url("assets/hib_forensic_games.png") left center / contain no-repeat;
}

.fg-page .fg-footer-logo-link::before,
.fg-page .fg-footer-logo-link::after {
  content: none;
}

.fg-footer .fg-footer-logo-link {
  display: block;
  width: 160px;
  height: 44px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.fg-footer .fg-footer-logo-link::before,
.fg-footer .fg-footer-logo-link::after {
  content: none;
}

.fg-page section:not(.fg-hero) .fg-eyebrow {
  color: var(--fg-section-label-color, var(--fg-global-label-color, var(--fg-gold)));
}

.fg-page section:not(.fg-hero) .fg-info-grid span,
.fg-page section:not(.fg-hero) .fg-image-wall article span,
.fg-page section:not(.fg-hero) .fg-sponsor-grid article span,
.fg-page section:not(.fg-hero) .fg-home-contact-details span,
.fg-page section:not(.fg-hero) .fg-team-copy span,
.fg-page section:not(.fg-hero) .fg-team-maker-content > span {
  color: var(--fg-section-card-label-color, var(--fg-section-label-color, var(--fg-global-label-color, var(--fg-gold))));
}

.fg-page section:not(.fg-hero) .fg-section-copy h2,
.fg-page section:not(.fg-hero) .fg-image-wall h2 {
  color: var(--fg-section-title-color, var(--fg-global-title-color, #fff));
}

.fg-page section:not(.fg-hero) .fg-section-copy h2::first-letter,
.fg-page section:not(.fg-hero) .fg-image-wall h2::first-letter {
  color: var(--fg-section-label-color, var(--fg-global-label-color, var(--fg-red)));
}

.fg-page section:not(.fg-hero) .fg-section-copy > p:not(.fg-eyebrow),
.fg-page section:not(.fg-hero) .fg-image-wall > p {
  color: var(--fg-section-text-color, var(--fg-global-text-color, var(--fg-soft)));
}

.fg-page section:not(.fg-hero) .fg-info-grid h3,
.fg-page section:not(.fg-hero) .fg-team-copy h3,
.fg-page section:not(.fg-hero) .fg-team-maker-content h3,
.fg-page section:not(.fg-hero) .fg-edition-card h3,
.fg-page section:not(.fg-hero) .fg-image-wall article h3,
.fg-page section:not(.fg-hero) .fg-sponsor-grid article h3,
.fg-page section:not(.fg-hero) .fg-contact-list strong,
.fg-page section:not(.fg-hero) .fg-home-contact-details strong,
.fg-page section:not(.fg-hero) .fg-home-contact-details a {
  color: var(--fg-section-card-title-color, var(--fg-global-card-title-color, #fff));
}

.fg-page section:not(.fg-hero) .fg-info-grid p,
.fg-page section:not(.fg-hero) .fg-team-copy p,
.fg-page section:not(.fg-hero) .fg-team-maker-content p,
.fg-page section:not(.fg-hero) .fg-edition-card p,
.fg-page section:not(.fg-hero) .fg-image-wall article p,
.fg-page section:not(.fg-hero) .fg-sponsor-grid article p,
.fg-page section:not(.fg-hero) .fg-contact-list span,
.fg-page section:not(.fg-hero) figcaption {
  color: var(--fg-section-card-text-color, var(--fg-global-card-text-color, var(--fg-soft)));
}

.fg-page section:not(.fg-hero) .fg-faq-list summary {
  color: var(--fg-faq-question-color, var(--fg-section-card-title-color, var(--fg-global-card-title-color, #fff)));
}

.fg-page section:not(.fg-hero) .fg-faq-list div {
  color: var(--fg-faq-answer-color, var(--fg-section-card-text-color, var(--fg-global-card-text-color, var(--fg-soft))));
}

.fg-page section:not(.fg-hero) .fg-info-grid article,
.fg-page section:not(.fg-hero) .fg-image-wall article,
.fg-page section:not(.fg-hero) .fg-sponsor-grid article,
.fg-page section:not(.fg-hero) .fg-contact-list article {
  border-color: var(--fg-section-card-border-color, var(--fg-line));
  background:
    linear-gradient(180deg, rgba(255, 204, 0, 0.08), rgba(255, 204, 0, 0.015)),
    var(--fg-section-card-bg-color, #050505);
}

body .fg-page section.fg-intro .fg-info-grid article {
  border-color: var(--fg-section-card-border-color, var(--fg-line)) !important;
  background: var(--fg-section-card-bg-color, #050505) !important;
}

.fg-page .fg-team .fg-eyebrow,
.fg-page .fg-team-makers .fg-team-makers-header > p:first-child {
  color: var(--fg-team-label-color, var(--fg-global-label-color, var(--fg-gold)));
}

.fg-page .fg-team .fg-section-copy h2,
.fg-page .fg-team-makers .fg-team-makers-header h2 {
  color: var(--fg-team-title-color, var(--fg-global-title-color, #fff));
}

.fg-page .fg-team .fg-section-copy h2::first-letter {
  color: inherit;
}

.fg-page .fg-team .fg-section-copy > p:not(.fg-eyebrow),
.fg-page .fg-team-makers .fg-team-makers-header p:last-child {
  color: var(--fg-team-text-color, var(--fg-global-text-color, var(--fg-soft)));
}
