.elementor-kit-6{--e-global-color-primary:#EDEBE6;--e-global-color-secondary:#181510;--e-global-color-text:#C2BDB3;--e-global-color-accent:#C6F135;--e-global-color-f20bb10:#89A800;--e-global-color-68b5fa9:#C2BDB3;--e-global-color-fee8f27:#7A7268;--e-global-color-4888e53:#3A3530;--e-global-color-9f3ba79:#C2BDB361;--e-global-typography-primary-font-family:"strich";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"strich";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"strich";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"strich";--e-global-typography-accent-font-weight:500;--e-global-typography-cfdba10-font-family:"jet";--e-global-typography-cfdba10-font-size:16px;--e-global-typography-cfdba10-font-weight:300;--e-global-typography-cfdba10-line-height:1.5em;--e-global-typography-cfdba10-letter-spacing:0.08em;--e-global-typography-0d09416-font-family:"jet";--e-global-typography-0d09416-font-size:40px;--e-global-typography-0d09416-font-weight:400;--e-global-typography-0d09416-line-height:1.25em;--e-global-typography-0d09416-letter-spacing:-0.01em;--e-global-typography-cf2ebba-font-family:"jet";--e-global-typography-cf2ebba-font-size:56px;--e-global-typography-cf2ebba-font-weight:400;--e-global-typography-cf2ebba-line-height:1.25em;--e-global-typography-cf2ebba-letter-spacing:-0.01em;--e-global-typography-c65bb25-font-family:"jet";--e-global-typography-c65bb25-font-size:24px;--e-global-typography-c65bb25-font-weight:300;--e-global-typography-c65bb25-line-height:1.4em;--e-global-typography-c65bb25-letter-spacing:-0.01em;--e-global-typography-9f0f6f8-font-family:"jet";--e-global-typography-9f0f6f8-font-size:20px;--e-global-typography-9f0f6f8-font-weight:300;--e-global-typography-9f0f6f8-line-height:1.4em;--e-global-typography-9f0f6f8-letter-spacing:-0.01em;background-color:var( --e-global-color-secondary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:0px;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-kit-6 a:hover{color:var( --e-global-color-f20bb10 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-cf2ebba-font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-0d09416-font-size:20px;--e-global-typography-0d09416-line-height:1.5em;--e-global-typography-cf2ebba-font-size:28px;--e-global-typography-cf2ebba-line-height:1.5em;--e-global-typography-c65bb25-font-size:20px;--e-global-typography-c65bb25-line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
    /* ─── Pitch (warm black) ──────────────────── */
--pitch-50: #EDEBE6;
--pitch-100: #C2BDB3;
--pitch-200: #7A7268;
--pitch-400: #3A3530;
--pitch-900: #181510;

/* ─── Lime (electric) ────────────────────── */
--lime-50: #F4FFB3;
--lime-100: #DFFB6A;
--lime-400: #C6F135;
--lime-600: #89A800;
--lime-900: #4A5C00;

/* ─── Semantic aliases ───────────────────── */
--color-bg: var(--pitch-900);
--color-surface: var(--pitch-400);
--color-border: var(--pitch-200);
--color-text-primary: var(--pitch-50);
--color-text-muted: var(--pitch-100);
--color-accent: var(--lime-400);
--color-accent-hover: var(--lime-100);
--color-accent-subtle: var(--lime-50);
--color-on-accent: var(--lime-900); /* text on lime bg */
}


.btn {
  position: relative;
  cursor: pointer;
  color: var(--color-accent);
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-accent-hover);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
}

.btn:hover::after {
  transform: scaleX(1);
}

.btn:hover > * {
  color: var(--lime-400);
}

.btn h1,
.btn h2,
.btn h3,
.btn h4,
.btn h5,
.btn h6 {
  color: inherit;
}

.btn .in-btn {
  font-family: 'jet', monospace;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.85rem;
  color: var(--lime-400);
}

.relative {
    position: relative;
}

/* ===== morphism ===== */
.orb {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle var(--size, 75vmin) at var(--x, 50%) var(--y, 50%), rgba(74, 92, 0, 0.5), transparent 70%);
  pointer-events: none;
}

.grid-columns {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
}

.col {
  flex: 1;
  height: 100%;
  background: rgba(24, 21, 16, 0.18);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border-right: 0.5px solid rgba(198, 241, 53, 0.06);
}

.col:last-child {
  border-right: none;
}

@media (max-width: 768px) {
  .orb,
  .col {
    display: none;
  }
}

.fit {
    width: fit-content;
}


/* lime glow — semi-transparent with lime tint */
.deco-lime {
  background: rgba(198, 241, 53, 0.08);
  border: 0.5px solid rgba(198, 241, 53, 0.25);
}

/* frosted pitch — blur with dark transparency */
.deco-frost {
  background: rgba(24, 21, 16, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 0.5px solid rgba(194, 189, 179, 0.1);
}

/* lime frost — blur with lime tint */
.deco-lime-frost {
  background: rgba(198, 241, 53, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 0.5px solid rgba(198, 241, 53, 0.2);
}

/* pitch surface — opaque dark card, no blur */
.deco-surface {
  background: rgba(30, 27, 22, 0.92);
  border: 0.5px solid rgba(58, 53, 48, 0.8);
}

/* lime edge — dark card with lime left border accent */
.deco-edge {
  background: rgba(24, 21, 16, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 0.5px solid rgba(58, 53, 48, 0.6);
  border-left: 2px solid #C6F135;
}

/* gradient fade — lime to transparent, top to bottom */
.deco-gradient {
  background: linear-gradient(180deg, rgba(198, 241, 53, 0.12) 0%, rgba(198, 241, 53, 0) 100%);
  border: 0.5px solid rgba(198, 241, 53, 0.15);
}

/* gradient diagonal — corner-origin lime wash */
.deco-gradient-diagonal {
  background: linear-gradient(135deg, rgba(198, 241, 53, 0.14) 0%, rgba(24, 21, 16, 0) 60%);
  border: 0.5px solid rgba(198, 241, 53, 0.1);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'strich';
	font-display: auto;
	src: url('https://www.hollandsteam.com/wp-content/uploads/2026/05/StrichpunktSans-VariableFont_wdthwght.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'jet';
	font-display: auto;
	src: url('https://www.hollandsteam.com/wp-content/uploads/2026/05/JetBrainsMonowght.ttf') format('truetype');
}
/* End Custom Fonts CSS */