.elementor-27 .elementor-element.elementor-element-acfd9b5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-27 .elementor-element.elementor-element-938f8b9{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-938f8b9 */html{
  scroll-behavior:smooth;
}

.kigba-hq,
.kigba-hq *{
  box-sizing:border-box;
}

.kigba-hq{
  --kh-black:#050505;
  --kh-blue:#1E4CA1;
  --kh-blue-2:#4A7FE8;
  --kh-ivory:#F2F0EB;
  --kh-soft:#F5F5F3;
  --kh-text:#060606;
  --kh-muted:rgba(6,6,6,.62);
  --kh-line:rgba(6,6,6,.12);
  --kh-dark-line:rgba(242,240,235,.16);

  width:100%;
  background:var(--kh-soft);
  color:var(--kh-text);
  font-family:Inter, Arial, sans-serif;
  margin:0 !important;
  padding:0 !important;
}

.kigba-hq img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.kigba-hq a{
  text-decoration:none;
}

.kigba-hq h1,
.kigba-hq h2,
.kigba-hq h3{
  font-family:Syne, Inter, sans-serif;
}

.kigba-hq p,
.kigba-hq a,
.kigba-hq span,
.kigba-hq small{
  font-family:Inter, Arial, sans-serif;
}

.kigba-hq-eyebrow{
  margin:0;
  color:var(--kh-blue);
  font-size:11px;
  line-height:1.2;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:800;
}

.kigba-hq-blue-line{
  display:block;
  width:42px;
  height:2px;
  margin:0 auto 28px;
  background:var(--kh-blue);
}

.kigba-hq-blue-line.left{
  margin:0 0 28px;
}

/* HERO */

.kigba-hq-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 88% 78%, rgba(30,76,161,.30), transparent 30%),
    linear-gradient(135deg, #050505 0%, #090909 62%, #030303 100%);
  color:#fff;
  margin:0 !important;
  padding:0 !important;
}

.kigba-hq-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(74,127,232,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74,127,232,.07) 1px, transparent 1px);
  background-size:80px 80px;
  opacity:.35;
  pointer-events:none;
}

.kigba-hq-hero-inner{
  position:relative;
  z-index:2;
  max-width:1480px;
  min-height:660px;
  margin:0 auto;
  padding:42px 6vw 64px;
  display:grid;
  grid-template-columns:1fr .82fr;
  align-items:center;
  gap:84px;
}

.kigba-hq-hero-copy{
  max-width:760px;
}

.kigba-hq-hero-copy .kigba-hq-eyebrow{
  margin-bottom:30px;
}

.kigba-hq-hero-copy .kigba-hq-eyebrow span{
  color:rgba(242,240,235,.7);
  margin:0 12px;
}

.kigba-hq-hero h1{
  margin:0 0 30px;
  color:#fff;
  font-size:clamp(44px,5.3vw,82px);
  line-height:.95;
  letter-spacing:-.052em;
  font-weight:650;
  text-transform:uppercase;
}

.kigba-hq-hero-text{
  max-width:540px;
  margin:0 0 34px;
  color:rgba(242,240,235,.72);
  font-size:16px;
  line-height:1.75;
}

.kigba-hq-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-bottom:54px;
}

.kigba-hq-btn{
  min-width:220px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:17px 28px;
  background:var(--kh-blue);
  color:#fff !important;
  border:1px solid var(--kh-blue);
  border-radius:0;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  transition:.22s ease;
}

.kigba-hq-btn:hover{
  background:#163E8A;
  border-color:#163E8A;
  color:#fff !important;
}

.kigba-hq-btn.ghost{
  background:transparent;
  border-color:rgba(242,240,235,.35);
}

.kigba-hq-btn.ghost:hover{
  background:#fff;
  border-color:#fff;
  color:#050505 !important;
}

.kigba-hq-signals{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  max-width:760px;
  border-top:1px solid rgba(242,240,235,.16);
  border-bottom:1px solid rgba(242,240,235,.16);
}

.kigba-hq-signals span{
  padding:18px 22px;
  border-right:1px solid rgba(242,240,235,.16);
  color:rgba(242,240,235,.82);
  font-size:11px;
  text-transform:uppercase;
  font-weight:800;
  letter-spacing:.08em;
}

.kigba-hq-signals span:last-child{
  border-right:0;
}

.kigba-hq-hero-portrait{
  position:relative;
}

.kigba-hq-portrait-frame{
  position:relative;
  height:520px;
  overflow:hidden;
  border:1px solid rgba(242,240,235,.22);
  background:#111;
}

.kigba-hq-portrait-frame::before,
.kigba-hq-portrait-frame::after{
  content:"";
  position:absolute;
  inset:18px;
  border:1px solid rgba(74,127,232,.25);
  pointer-events:none;
  z-index:3;
}

.kigba-hq-portrait-frame img{
  object-position:center 22%;
  filter:contrast(1.05) saturate(.95);
}

.kigba-hq-portrait-caption{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:18px 0 0;
}

.kigba-hq-portrait-caption span{
  width:10px;
  height:10px;
  margin-top:4px;
  background:var(--kh-blue);
}

.kigba-hq-portrait-caption p{
  margin:0;
  color:rgba(242,240,235,.62);
  font-size:11px;
  line-height:1.5;
  text-transform:uppercase;
  letter-spacing:.08em;
}

/* MANIFESTO */

.kigba-hq-manifesto{
  background:var(--kh-ivory);
  border-bottom:1px solid var(--kh-line);
}

.kigba-hq-manifesto-inner{
  max-width:1180px;
  margin:0 auto;
  padding:84px 6vw 78px;
  text-align:center;
}

.kigba-hq-manifesto h2{
  margin:0 auto 28px;
  color:#050505;
  font-size:clamp(28px,3.1vw,50px);
  line-height:1.08;
  letter-spacing:-.035em;
  font-weight:650;
  text-transform:uppercase;
}

.kigba-hq-manifesto p{
  max-width:740px;
  margin:0 auto;
  color:rgba(5,5,5,.62);
  font-size:16px;
  line-height:1.75;
}

/* FOUNDER */

.kigba-hq-founder{
  background:var(--kh-soft);
  border-bottom:1px solid var(--kh-line);
}

.kigba-hq-founder-inner{
  max-width:1480px;
  margin:0 auto;
  padding:70px 6vw;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.kigba-hq-founder-image{
  height:430px;
  overflow:hidden;
  background:#111;
}

.kigba-hq-founder-brand img{
  object-fit:cover;
  object-position:center;
}

.kigba-hq-founder-copy h2{
  margin:20px 0 24px;
  color:#050505;
  font-size:clamp(32px,3.2vw,54px);
  line-height:.98;
  letter-spacing:-.045em;
  text-transform:uppercase;
  font-weight:650;
}

.kigba-hq-founder-copy p:not(.kigba-hq-eyebrow){
  max-width:650px;
  margin:0 0 18px;
  color:rgba(5,5,5,.66);
  font-size:15px;
  line-height:1.8;
}

.kigba-hq-founder-card{
  margin-top:30px;
  display:flex;
  align-items:center;
  gap:18px;
  max-width:470px;
  padding:20px 22px;
  border:1px solid var(--kh-line);
  background:rgba(255,255,255,.45);
}

.kigba-hq-founder-mark{
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(30,76,161,.28);
  color:var(--kh-blue);
  font-family:Syne, Inter, sans-serif;
  font-weight:800;
}

.kigba-hq-founder-card strong{
  display:block;
  color:#050505;
  font-family:Syne, Inter, sans-serif;
  font-size:19px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.01em;
}

.kigba-hq-founder-card span{
  display:block;
  margin-top:7px;
  color:rgba(5,5,5,.62);
  font-size:13px;
}

/* PHILOSOPHY */

.kigba-hq-philosophy{
  padding:74px 6vw 64px;
  background:#050505;
  color:#fff;
}

.kigba-hq-section-head,
.kigba-hq-philosophy-grid{
  max-width:1480px;
  margin-left:auto;
  margin-right:auto;
}

.kigba-hq-section-head{
  margin-bottom:26px;
}

.kigba-hq-philosophy-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.kigba-hq-philosophy-grid article{
  min-height:300px;
  padding:34px;
  border:1px solid var(--kh-dark-line);
  background:rgba(255,255,255,.025);
}

.kigba-hq-card-icon{
  display:block;
  margin-bottom:22px;
  color:var(--kh-blue-2);
  font-size:30px;
}

.kigba-hq-philosophy-grid small{
  display:block;
  margin-bottom:20px;
  color:var(--kh-blue-2);
  font-size:13px;
  font-weight:900;
}

.kigba-hq-philosophy-grid h3{
  margin:0 0 16px;
  color:#fff;
  font-size:22px;
  line-height:1.15;
  letter-spacing:-.025em;
}

.kigba-hq-philosophy-grid p{
  margin:0;
  color:rgba(242,240,235,.68);
  font-size:14px;
  line-height:1.7;
}

/* STANDARD */

.kigba-hq-standard{
  background:#050505;
  color:#fff;
  padding:64px 6vw 84px;
  border-top:1px solid rgba(242,240,235,.08);
}

.kigba-hq-standard-inner{
  max-width:1480px;
  margin:0 auto;
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:70px;
  align-items:center;
}

.kigba-hq-standard-copy h2{
  margin:0;
  color:#fff;
  font-size:clamp(34px,3.4vw,58px);
  line-height:1.02;
  letter-spacing:-.04em;
  text-transform:uppercase;
  font-weight:650;
}

.kigba-hq-standard-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border:1px solid var(--kh-dark-line);
}

.kigba-hq-standard-grid article{
  min-height:150px;
  display:flex;
  gap:18px;
  padding:26px;
  border-right:1px solid var(--kh-dark-line);
  border-bottom:1px solid var(--kh-dark-line);
}

.kigba-hq-standard-grid article:nth-child(3n){
  border-right:0;
}

.kigba-hq-standard-grid article:nth-child(n+4){
  border-bottom:0;
}

.kigba-hq-standard-grid span{
  color:var(--kh-blue-2);
  font-size:30px;
  line-height:1;
}

.kigba-hq-standard-grid h3{
  margin:0 0 8px;
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  letter-spacing:.02em;
}

.kigba-hq-standard-grid p{
  margin:0;
  color:rgba(242,240,235,.62);
  font-size:13px;
  line-height:1.6;
}

/* WHAT WE BUILD */

.kigba-hq-build{
  position:relative;
  background:var(--kh-ivory);
  padding:74px 6vw 80px;
  border-bottom:1px solid var(--kh-line);
}

.kigba-hq-build-head,
.kigba-hq-build-grid{
  max-width:1480px;
  margin-left:auto;
  margin-right:auto;
}

.kigba-hq-build-head{
  margin-bottom:34px;
}

.kigba-hq-build-head h2{
  margin:14px 0 0;
  color:#050505;
  font-size:clamp(32px,3.4vw,58px);
  line-height:1;
  letter-spacing:-.045em;
  text-transform:uppercase;
}

.kigba-hq-build-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:20px;
}

.kigba-hq-build-grid article{
  min-height:190px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
  padding:24px 18px;
  border:1px solid var(--kh-line);
  background:rgba(255,255,255,.45);
}

.kigba-hq-build-grid span{
  display:block;
  margin-bottom:22px;
  color:#050505;
  font-size:32px;
}

.kigba-hq-build-grid h3{
  max-width:180px;
  margin:0 auto 12px;
  color:#050505;
  font-size:17px;
  line-height:1.15;
}

.kigba-hq-build-grid p{
  margin:0;
  color:rgba(5,5,5,.58);
  font-size:12px;
  line-height:1.5;
}

.kigba-hq-build-grid article::after{
  content:"";
  width:28px;
  height:2px;
  display:block;
  margin:20px auto 0;
  background:var(--kh-blue);
}

.kigba-hq-build-link{
  max-width:1480px;
  margin:28px auto 0;
  display:flex;
  justify-content:flex-end;
  color:var(--kh-blue);
  font-size:13px;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.05em;
}

/* CTA */

.kigba-hq-cta{
  background:
    radial-gradient(circle at 78% 40%, rgba(30,76,161,.25), transparent 32%),
    #050505;
  color:#fff;
  padding:76px 6vw 86px;
}

.kigba-hq-cta-inner{
  max-width:1480px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:70px;
  align-items:center;
}

.kigba-hq-cta h2{
  max-width:720px;
  margin:18px 0 18px;
  color:#fff;
  font-size:clamp(34px,3.8vw,64px);
  line-height:.98;
  letter-spacing:-.045em;
  text-transform:uppercase;
}

.kigba-hq-cta p:not(.kigba-hq-eyebrow){
  max-width:570px;
  margin:0;
  color:rgba(242,240,235,.70);
  font-size:15px;
  line-height:1.75;
}

.kigba-hq-cta-actions{
  display:flex;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.kigba-hq-email{
  color:#fff;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-weight:800;
}

.kigba-hq-email:hover{
  color:var(--kh-blue-2);
}

/* RESPONSIVE */

@media(max-width:1180px){
  .kigba-hq-hero-inner,
  .kigba-hq-founder-inner,
  .kigba-hq-standard-inner,
  .kigba-hq-cta-inner{
    grid-template-columns:1fr;
  }

  .kigba-hq-hero-inner{
    gap:50px;
  }

  .kigba-hq-portrait-frame{
    height:600px;
  }

  .kigba-hq-philosophy-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .kigba-hq-standard-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .kigba-hq-standard-grid article,
  .kigba-hq-standard-grid article:nth-child(3n),
  .kigba-hq-standard-grid article:nth-child(n+4){
    border-right:1px solid var(--kh-dark-line);
    border-bottom:1px solid var(--kh-dark-line);
  }

  .kigba-hq-standard-grid article:nth-child(2n){
    border-right:0;
  }

  .kigba-hq-standard-grid article:nth-child(n+5){
    border-bottom:0;
  }

  .kigba-hq-build-grid{
    grid-template-columns:repeat(3,1fr);
  }

  .kigba-hq-cta-actions{
    justify-content:flex-start;
  }
}

@media(max-width:760px){
  .kigba-hq-hero-inner{
    min-height:auto;
    padding:52px 22px 62px;
  }

  .kigba-hq-hero h1{
    font-size:36px;
  }

  .kigba-hq-hero-text{
    font-size:14px;
  }

  .kigba-hq-hero-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .kigba-hq-btn{
    width:100%;
  }

  .kigba-hq-signals{
    grid-template-columns:1fr;
  }

  .kigba-hq-signals span{
    border-right:0;
    border-bottom:1px solid rgba(242,240,235,.16);
  }

  .kigba-hq-signals span:last-child{
    border-bottom:0;
  }

  .kigba-hq-portrait-frame{
    height:440px;
  }

  .kigba-hq-manifesto-inner{
    padding:70px 22px;
  }

  .kigba-hq-manifesto h2{
    font-size:28px;
  }

  .kigba-hq-founder-inner,
  .kigba-hq-philosophy,
  .kigba-hq-standard,
  .kigba-hq-build,
  .kigba-hq-cta{
    padding-left:22px;
    padding-right:22px;
  }

  .kigba-hq-founder-image{
    height:380px;
  }

  .kigba-hq-philosophy-grid,
  .kigba-hq-standard-grid,
  .kigba-hq-build-grid{
    grid-template-columns:1fr;
  }

  .kigba-hq-standard-grid article,
  .kigba-hq-standard-grid article:nth-child(2n),
  .kigba-hq-standard-grid article:nth-child(n+5){
    border-right:0;
    border-bottom:1px solid var(--kh-dark-line);
  }

  .kigba-hq-standard-grid article:last-child{
    border-bottom:0;
  }

  .kigba-hq-build-link{
    justify-content:flex-start;
  }

  .kigba-hq-cta h2{
    font-size:34px;
  }
}

@media(max-width:430px){
  .kigba-hq-hero-inner{
    padding-top:36px;
  }

  .kigba-hq-hero h1{
    font-size:32px;
  }

  .kigba-hq-portrait-frame{
    height:390px;
  }

  .kigba-hq-founder-image{
    height:330px;
  }

  .kigba-hq-founder-card{
    align-items:flex-start;
    flex-direction:column;
  }
}

/* FORCE REMOVE TOP GAP FROM THEME / ELEMENTOR */
body:has(.kigba-hq) .entry-content,
body:has(.kigba-hq) .page-content,
body:has(.kigba-hq) .site-content,
body:has(.kigba-hq) .content-area,
body:has(.kigba-hq) main,
body:has(.kigba-hq) .site-main,
body:has(.kigba-hq) .elementor,
body:has(.kigba-hq) .elementor-section,
body:has(.kigba-hq) .elementor-container,
body:has(.kigba-hq) .elementor-column,
body:has(.kigba-hq) .elementor-widget-wrap,
body:has(.kigba-hq) .elementor-widget,
body:has(.kigba-hq) .elementor-widget-container{
  margin-top:0 !important;
  padding-top:0 !important;
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}

.kigba-hq,
.kigba-hq-hero{
  margin-top:0 !important;
  padding-top:0 !important;
}/* End custom CSS */