.elementor-2573 .elementor-element.elementor-element-767a71b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-de95a8d */@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Syne:wght@500;600;700;800&display=swap");

html,
body {
  background: #050505 !important;
}

body {
  color: #f5f5f5 !important;
}

.kigba-aperture-page {
  --primary: #1E4CA1;
  --cream: #f5f5f5;
  --black: #050505;
  --line: rgba(245,245,245,.14);
  --panel: rgba(245,245,245,.055);

  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 58px max(24px, calc((100vw - 1320px) / 2)) 88px;
  color: var(--cream) !important;
  background: #050505;
  font-family: Inter, Arial, sans-serif;
}

.kigba-aperture-page * {
  box-sizing: border-box;
}

.aperture-hero {
  position: relative;
  min-height: 580px;
  margin-bottom: 54px;
  padding: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(5,5,5,.38) 0%, rgba(5,5,5,.58) 45%, rgba(5,5,5,.82) 100%),
    url("https://kigba.com/wp-content/uploads/2026/08/Hiking-mountain-top.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.aperture-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(30,76,161,.1), rgba(5,5,5,.28) 62%);
  pointer-events: none;
}

.aperture-hero-overlay {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
}

.aperture-hero h1,
.aperture-copy h2,
.aperture-final h2 {
  font-family: Syne, Inter, Arial, sans-serif !important;
}

.aperture-hero h1 {
  max-width: 960px;
  margin: 0 auto;
  color: #f5f5f5 !important;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .9;
  letter-spacing: -.035em;
}

.aperture-hero p {
  max-width: 600px;
  margin: 24px auto 0;
  color: rgba(245,245,245,.82) !important;
  font-size: 16px;
  font-weight: 600;
}

.aperture-room {
  display: block !important;
  margin-bottom: 54px !important;
  padding: 18px !important;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(245,245,245,.035);
}

.aperture-copy {
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 24px !important;
  margin-bottom: 18px !important;
  min-height: auto !important;
  padding: 20px 22px !important;
  border-radius: 14px;
  background: var(--panel);
}

.aperture-copy span {
  flex: 0 0 auto !important;
  color: var(--primary) !important;
  font-size: 12px;
  font-weight: 900;
}

.aperture-copy h2 {
  flex: 1 1 auto !important;
  margin: 0 !important;
  white-space: nowrap !important;
  color: #f5f5f5 !important;
  font-size: clamp(30px, 4vw, 60px) !important;
  line-height: .9;
  letter-spacing: -.035em;
}

.aperture-copy p {
  flex: 0 1 320px !important;
  max-width: 320px !important;
  margin: 0;
  color: rgba(245,245,245,.7) !important;
  font-size: 13px;
  font-weight: 700;
  text-align: right !important;
}

.aperture-stage {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  grid-template-rows: 190px 190px !important;
  gap: 14px !important;
  min-height: auto !important;
  padding: 14px !important;
  border: 1px solid rgba(245,245,245,.12) !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, rgba(245,245,245,.045), rgba(245,245,245,.015)), #080808 !important;
}

.aperture-reel {
  display: contents !important;
}

.aperture-feature,
.aperture-reel a {
  overflow: hidden;
  min-height: 0 !important;
  max-height: none !important;
  height: auto !important;
  border: 1px solid var(--line);
  border-radius: 16px !important;
  background: #0d0e12 !important;
  cursor: zoom-in;
}

.aperture-feature img,
.aperture-reel img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  background: #0d0e12 !important;
}

.aperture-feature {
  grid-column: 1 / span 5 !important;
  grid-row: 1 / span 2 !important;
}

.aperture-reel a:nth-child(1) {
  grid-column: 6 / span 3 !important;
  grid-row: 1 / span 1 !important;
}

.aperture-reel a:nth-child(2) {
  grid-column: 9 / span 4 !important;
  grid-row: 1 / span 1 !important;
}

.aperture-reel a:nth-child(3) {
  grid-column: 6 / span 4 !important;
  grid-row: 2 / span 1 !important;
}

.aperture-reel a:nth-child(4) {
  grid-column: 10 / span 3 !important;
  grid-row: 2 / span 1 !important;
}

.aperture-room:nth-of-type(3) .aperture-feature,
.aperture-room:nth-of-type(5) .aperture-feature {
  grid-column: 8 / span 5 !important;
  grid-row: 1 / span 2 !important;
}

.aperture-room:nth-of-type(3) .aperture-reel a:nth-child(1),
.aperture-room:nth-of-type(5) .aperture-reel a:nth-child(1) {
  grid-column: 1 / span 3 !important;
  grid-row: 1 / span 1 !important;
}

.aperture-room:nth-of-type(3) .aperture-reel a:nth-child(2),
.aperture-room:nth-of-type(5) .aperture-reel a:nth-child(2) {
  grid-column: 4 / span 4 !important;
  grid-row: 1 / span 1 !important;
}

.aperture-room:nth-of-type(3) .aperture-reel a:nth-child(3),
.aperture-room:nth-of-type(5) .aperture-reel a:nth-child(3) {
  grid-column: 1 / span 4 !important;
  grid-row: 2 / span 1 !important;
}

.aperture-room:nth-of-type(3) .aperture-reel a:nth-child(4),
.aperture-room:nth-of-type(5) .aperture-reel a:nth-child(4) {
  grid-column: 5 / span 3 !important;
  grid-row: 2 / span 1 !important;
}

.aperture-final {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  margin-top: 56px;
  padding: 34px;
  border-radius: 18px;
  color: var(--black);
  background: var(--cream);
}

.aperture-final h2 {
  max-width: 780px;
  margin: 0;
  color: var(--black) !important;
  font-size: clamp(30px, 4vw, 58px);
  line-height: .94;
  letter-spacing: -.035em;
}

.aperture-final a {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border-radius: 8px;
  color: #fff !important;
  background: var(--primary);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.aperture-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(5,5,5,.94);
}

.aperture-lightbox:target {
  display: flex;
}

.aperture-lightbox img {
  display: block;
  max-width: 94vw;
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  background: #050505;
}

.aperture-x {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 1000000;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff !important;
  background: rgba(245,245,245,.16);
  font-size: 30px;
  line-height: 1;
  text-decoration: none;
}

@media (max-width: 1000px) {
  .aperture-hero {
    min-height: 500px;
    padding: 30px;
  }

  .aperture-copy {
    display: block !important;
  }

  .aperture-copy h2 {
    margin-top: 12px !important;
    white-space: normal !important;
  }

  .aperture-copy p {
    max-width: 560px !important;
    margin-top: 10px !important;
    text-align: left !important;
  }

  .aperture-stage {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    grid-template-rows: 260px 190px 190px !important;
  }

  .aperture-feature,
  .aperture-room:nth-of-type(3) .aperture-feature,
  .aperture-room:nth-of-type(5) .aperture-feature {
    grid-column: 1 / span 6 !important;
    grid-row: 1 / span 1 !important;
  }

  .aperture-reel a:nth-child(1) {
    grid-column: 1 / span 3 !important;
    grid-row: 2 / span 1 !important;
  }

  .aperture-reel a:nth-child(2) {
    grid-column: 4 / span 3 !important;
    grid-row: 2 / span 1 !important;
  }

  .aperture-reel a:nth-child(3) {
    grid-column: 1 / span 3 !important;
    grid-row: 3 / span 1 !important;
  }

  .aperture-reel a:nth-child(4) {
    grid-column: 4 / span 3 !important;
    grid-row: 3 / span 1 !important;
  }
}

@media (max-width: 640px) {
  .kigba-aperture-page {
    padding: 36px 16px 58px;
  }

  .aperture-hero {
    min-height: 480px;
    padding: 24px;
    border-radius: 16px;
  }

  .aperture-hero h1 {
    font-size: 40px;
  }

  .aperture-room {
    padding: 12px !important;
    border-radius: 14px;
  }

  .aperture-copy {
    padding: 20px !important;
  }

  .aperture-copy h2 {
    font-size: 34px !important;
  }

  .aperture-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: auto !important;
    gap: 12px !important;
    padding: 12px !important;
  }

  .aperture-feature,
  .aperture-room:nth-of-type(3) .aperture-feature,
  .aperture-room:nth-of-type(5) .aperture-feature {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }

  .aperture-feature img {
    height: auto !important;
  }

  .aperture-reel a,
  .aperture-reel a:nth-child(1),
  .aperture-reel a:nth-child(2),
  .aperture-reel a:nth-child(3),
  .aperture-reel a:nth-child(4) {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 170px !important;
  }

  .aperture-reel a:nth-child(3) {
    grid-column: 1 / -1 !important;
  }

  .aperture-reel img {
    height: 100% !important;
  }

  .aperture-final {
    display: block;
    padding: 24px;
  }

  .aperture-final a {
    width: 100%;
    margin-top: 22px;
  }

  .aperture-lightbox {
    padding: 16px;
  }

  .aperture-lightbox img {
    max-width: 96vw;
    max-height: 82vh;
  }

  .aperture-x {
    top: 14px;
    right: 14px;
  }
}/* End custom CSS */