.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#8A8A8A;--e-global-color-text:#BFBFBF;--e-global-color-accent:#FF4D2E;--e-global-color-f83a29f:#070707;--e-global-typography-primary-font-family:"Space Grotesk";--e-global-typography-primary-font-size:35px;--e-global-typography-primary-font-weight:900;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================
   Gregory Portfolio — Global System
   ========================= */

/* Core page feel */
body{
  background:#070707;
  color:#bfbfbf;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.form-section{
    margin-top: 48px !important;
}

/* Hairline borders used everywhere */
.hairline-bottom{ border-bottom: 1px solid rgba(255,255,255,.10); }
.hairline-right{  border-right:  1px solid rgba(255,255,255,.10); }
.hairline-left{   border-left:   1px solid rgba(255,255,255,.10); }

/* Tiny UI typography helpers */
.ui-label{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
}
.ui-value{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,.85);
}

/* Make links feel “architectural”, not bloggy */
a{
  color: rgba(255,255,255,.85);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
a:hover{ color:#ffffff; }

/* Header system navigation — force single line */
.system-nav ul {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.system-nav li {
  white-space: nowrap;
}

/* System nav hover + active (subtle industrial) */
.system-nav a{
  position: relative;
  color: rgba(255,255,255,.75);
  text-decoration: none;
  transition: color .18s ease, opacity .18s ease;
}

.system-nav a:after{
  content:"";
  position:absolute;
  left: 14px;            /* matches your horizontal padding */
  right: 14px;
  bottom: -10px;         /* drops below text like a UI marker */
  height: 1px;
  background: rgba(255,255,255,.0);
  transition: background .18s ease;
}

.system-nav a:hover{
  color: rgba(255,255,255,.95);
}

.system-nav a:hover:after{
  background: rgba(255,77,46,.75); /* accent line */
}

/* Active/current page item */
.system-nav .current-menu-item > a{
  color: rgba(255,255,255,.95);
}

.system-nav .current-menu-item > a:after{
  background: rgba(255,77,46,.95);
}
/* Subtle system pulse (barely-there) */
.system-dot{
  opacity: .9;
  animation: sysPulse 2.2s ease-in-out infinite;
}

@keyframes sysPulse{
  0%,100%{ opacity: .6; transform: translateY(0); }
  50%{ opacity: 1; transform: translateY(-.2px); }
}

/* Mobile system menu links */
.mobile-system-link{
  position: relative;
  cursor: pointer;
}

.mobile-system-link a{
  color: rgba(255,255,255,.92);
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.mobile-system-link a:after{
  content:"";
  position:absolute;
  left: 0;
  bottom: -8px;
  width: 0%;
  height: 1px;
  background: rgba(255,77,46,.85);
  transition: width .25s ease;
}

.mobile-system-link a:hover{
  color: #ffffff;
  transform: translateX(2px);
}

.mobile-system-link a:hover:after{
  width: 100%;
}

/* Capabilities lists: tighter rhythm, consistent marker */
.cap-list .elementor-icon-list-item{
  margin: 0 0 10px 0;
}
.cap-list .elementor-icon-list-item:last-child{
  margin-bottom: 0;
}

/* Footer links: clean, spaced, no underline */
.site-footer a{
  text-decoration:none;
  margin-right:28px;
  color:rgba(255,255,255,0.6);
}
.site-footer a:hover{
  color:#fff;
}
.site-footer a:last-child{
  margin-right:0;
}
.cta .elementor-button:hover{
  transform:translateX(4px);
  box-shadow:0 8px 30px rgba(0,0,0,.35);
}
.cta .elementor-button{
  transition:transform .18s ease, box-shadow .18s ease;
}

.form-kicker{
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-size:18px;
  font-weight:600;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#ffffff;
  margin-bottom:32px;
}

/* ===== Elementor checkbox: stable layout + muted text ===== */

/* field wrapper spacing */
.alignment-form .elementor-field-type-checkbox{
  margin-bottom:40px;
}

/* each option wrapper (Elementor uses one of these) */
.alignment-form .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option,
.alignment-form .elementor-field-type-checkbox .elementor-field-subgroup label{
  display:flex;
  align-items:flex-start;
  gap:12px;
  width:100%;
  max-width:100%;
  margin:0 0 14px 0;
  cursor:pointer;
}

/* checkbox input */
.alignment-form .elementor-field-type-checkbox input[type="checkbox"]{
  width:14px;
  height:14px;
  margin:3px 0 0 0;
  flex:0 0 14px;
  accent-color:#ff4d2e; /* optional */
}

/* label text (force readable, single block, muted) */
.alignment-form .elementor-field-type-checkbox .elementor-field-subgroup,
.alignment-form .elementor-field-type-checkbox .elementor-field-subgroup *{
  min-width:0;
}

.alignment-form .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.alignment-form .elementor-field-type-checkbox .elementor-field-subgroup label{
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-size:14px;
  font-weight:400;
  line-height:1.6;
  color:rgba(255,255,255,.55);
  letter-spacing:0;
  text-transform:none;
  white-space:normal;
  word-break:normal;
  overflow-wrap:normal;
}

/* remove Elementor extra spacing */
.alignment-form .elementor-field-type-checkbox .elementor-field-subgroup{
  margin:0;
  padding:0;
}

/* ===== Submit button: white CTA ===== */
.alignment-form .elementor-button{
  background:#ffffff !important;
  color:#000000 !important;
  border:none !important;
  border-radius:0 !important;
  padding:18px 28px !important;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif !important;
  font-size:13px !important;
  font-weight:800 !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
  line-height:1 !important;
  min-height:unset !important;
}

/* Hover */
.alignment-form .elementor-button:hover{
  opacity:.85 !important;
}

/* Button alignment + spacing */
.alignment-form .elementor-field-type-submit{
  margin-top:80px !important;
}/* End custom CSS */