/* ---------- Fonts ---------- */
@font-face {
  font-family: 'Gt Alpina Standard';
  src: url('../fonts/GT-Alpina-Standard-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Alpina Standard';
  src: url('../fonts/GT-Alpina-Standard-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Flexa Extended';
  src: url('../fonts/GT-Flexa-Extended-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Flexa Extended';
  src: url('../fonts/GT-Flexa-Extended-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Flexa Standard';
  src: url('../fonts/GT-Flexa-Standard-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ---------- Reset / Base ---------- */
*, *::before, *::after { box-sizing: border-box; }

html { height: 100%; }

body {
  margin: 0;
  min-height: 100%;
  background-color: #eee;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

a { color: inherit; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; margin-bottom: 10px; }
h1 { font-size: 38px; line-height: 44px; margin-top: 20px; }
h2 { font-size: 32px; line-height: 36px; margin-top: 20px; }
h3 { font-size: 24px; line-height: 30px; margin-top: 20px; }
h4 { font-size: 18px; line-height: 24px; margin-top: 10px; }
h5 { font-size: 14px; line-height: 20px; margin-top: 10px; }
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

p {
  margin: 0 0 10px 0;
  font-family: 'Gt Alpina Standard', sans-serif;
  font-size: 17px;
  line-height: 1.1em;
  font-weight: 100;
}

/* ---------- Layout primitives ---------- */
.section {
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 0.8px solid #000;
}

.main-container {
  display: block;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.main-container.hero-container {
  display: block;
  max-width: 100vw;
}

/* ---------- Navigation ---------- */
.nav-footer-container {
  position: sticky;
  display: block;
  flex: 1;
  max-width: 90vw;
  padding-top: 24px;
  padding-bottom: 24px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.grid-nav-bar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  align-items: center;
  gap: 16px;
}

.nav-bar-block {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.link-logo-nav {
  max-width: 100%;
  display: inline-block;
  text-decoration: none;
}

.logo-black { display: block; }

.paragraph-3 {
  align-self: center;
  flex: 0 auto;
  margin: 0 0 10px 0;
  font-family: 'Gt Flexa Standard', sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 900;
  text-decoration: none;
}

.link-block {
  max-width: 100%;
  display: inline-block;
  text-decoration: none;
}

/* ---------- Hero ---------- */
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  align-items: center;
  gap: 16px;
}

.hero-left {
  max-width: 80%;
  padding-left: 5vw;
}

.heading {
  margin: 20px 0 10px;
  font-family: 'Gt Flexa Extended', sans-serif;
  font-size: 3.5vw;
  line-height: 1.2em;
  font-weight: 400;
  color: #000;
}

.bold-text { font-weight: 700; }

.hero-right { align-self: start; }

.hero-image {
  object-fit: contain;
  max-width: 100%;
}

/* ---------- Sectional content blocks ---------- */
.grid-main {
  display: grid;
  grid-template-columns: 30vw 1fr;
  grid-template-rows: auto;
  align-items: center;
  height: auto;
  min-height: 400px;
  margin-right: 10vw;
  gap: 16px;
}

.grid-main.grid-main-450 {
  height: 450px;
  min-height: auto;
  margin-right: 5vw;
}

.section-col-left {
  height: 100%;
  padding-left: 0;
}

.section-col-left.bg-about {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-image: url('../images/pk_bg1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.section-col-left.bg-passion {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../images/pk_bg3.jpg');
  background-position: 0 0;
  background-size: auto;
}

.section-col-right {
  padding: 3% 0 0 30px;
}

.paragraph {
  margin: 0 0 10px 0;
  font-family: 'Gt Alpina Standard', sans-serif;
  font-size: 25px;
  line-height: 1.5em;
  font-weight: 100;
}

.section-col-right-img {
  height: 100%;
  padding-left: 0;
}

.section-col-right-img.bg-clients {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../images/pk_bg3.jpg');
  background-position: 0 0;
  background-size: auto;
  text-align: center;
}

.section-col-right-img.bg-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../images/pk_bg4.jpg');
  background-position: 0 0;
  background-size: auto;
}

.section-col-right-img.bg-impress {
  display: flex;
  height: 200px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-image: url('../images/pk_bg1.jpg');
  background-position: 0 0;
  background-size: cover;
  background-repeat: repeat;
}

.heading-2 {
  margin: 20px 0 10px;
  font-family: 'Gt Flexa Extended', sans-serif;
  font-size: 3.8vw;
  line-height: 1.1em;
  font-weight: 700;
  color: #fff;
}

/* ---------- Clients grid ---------- */
.clients-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 25vw;
  grid-template-rows: auto;
  align-items: center;
  height: auto;
  min-height: 250px;
  margin-left: 5vw;
  gap: 0;
}

.clients-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto auto;
  align-items: start;
  justify-items: center;
  margin-right: 50px;
  padding: 20px 0;
  gap: 16px;
}

.clients-logo {
  background-color: transparent;
  align-self: center;
  justify-self: center;
}

/* ---------- CTA ---------- */
.cta-wrapper {
  display: grid;
  grid-template-columns: 1fr 25vw;
  grid-template-rows: auto;
  align-items: center;
  height: auto;
  min-height: 300px;
  margin-left: 5vw;
  gap: 0;
}

.section-col-left-buttons {
  display: flex;
  justify-self: center;
  justify-content: space-between;
  padding: 0 70px 0 30px;
  column-gap: 10vw;
  row-gap: 50px;
}

/* ---------- Buttons ---------- */
.button-primary,
.button-secondary {
  display: inline-block;
  align-self: center;
  justify-self: center;
  border-radius: 50px;
  font-family: 'Gt Alpina Standard', sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: inherit;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms ease;
}

.button-primary {
  padding: 10px 60px;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.button-primary:hover {
  border-color: #000;
  background-color: #f5f5f5;
  color: #000;
}

.button-secondary {
  padding: 9px 60px;
  border: 1px solid #fff;
  background-color: #020202;
  color: #fff;
}

.button-secondary:hover {
  background-color: #fff;
  color: #000;
}

/* ---------- Footer ---------- */
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.footer-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  justify-content: space-around;
  justify-items: stretch;
  align-items: center;
  gap: 16px;
}

.logo-white {
  display: block;
  max-width: 50%;
}

/* ---------- Impress / Privacy ---------- */
.impress-wrapper {
  display: grid;
  grid-template-columns: 25vw 1fr;
  grid-template-rows: auto;
  align-items: start;
  align-content: start;
  height: auto;
  min-height: auto;
  margin: 0 10vw 0 0;
  gap: 0;
}

.impress-text {
  padding: 30px 0 0 30px;
  border-left: 0.25px solid #000;
}

.privacy-text {
  margin-left: 0;
  padding: 30px 0 0 30px;
  border-left: 1px solid #000;
}

.rich-text-block {
  font-family: 'Gt Alpina Standard', sans-serif;
  font-weight: 100;
}

.rich-text-block-3 {
  font-family: 'Gt Alpina Standard', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

/* ---------- Responsive ---------- */
@media screen and (max-width: 991px) {
  .hero-left { max-width: 90%; }
  .heading { font-size: 2.5em; }

  .section-col-left.bg-about,
  .section-col-left.bg-passion {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-2 { font-size: 45px; }

  .cta-wrapper { grid-template-columns: 1fr 30vw; }

  .section-col-right-img.bg-contact,
  .section-col-right-img.bg-clients {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-col-left-buttons {
    column-gap: 20px;
    row-gap: 20px;
  }

  .impress-wrapper { margin-right: 5vw; }
}

@media screen and (max-width: 767px) {
  .section { border-top-style: none; border-bottom-style: none; }

  .main-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .main-container.hero-container { padding-top: 0; }

  .hero-grid {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .hero-left {
    order: 9999;
    max-width: 100%;
    padding: 30px;
  }

  .grid-main {
    min-height: auto;
    margin-right: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .grid-main.grid-main-450 {
    height: auto;
    margin-right: 0;
  }

  .section-col-left.bg-about,
  .section-col-left.bg-passion { height: 150px; }

  .section-col-right { padding-right: 30px; }

  .cta-wrapper {
    min-height: 200px;
    margin-left: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .section-col-left-buttons {
    order: 9999;
    flex-direction: column;
    padding: 50px 0 20px;
    column-gap: 50px;
    row-gap: 50px;
  }

  .section-col-right-img.bg-contact,
  .section-col-right-img.bg-clients { height: 150px; }

  .section-col-right-img.bg-impress {
    display: flex;
    height: 200px;
    min-width: 100%;
    flex-direction: row;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat-y;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 30px;
    justify-self: center;
  }

  .logo-white { max-width: 40%; }

  .grid-nav-bar {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .clients-wrapper {
    order: 9999;
    margin-right: 0;
    padding: 20px 30px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    justify-self: stretch;
  }

  .clients-grid-wrapper {
    margin-left: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .impress-wrapper {
    margin: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .section-col-right-img.bg-impress { justify-self: stretch; }

  .impress-text {
    padding-right: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .hero-left { max-width: 100vw; }

  .heading {
    max-width: 100%;
    margin-right: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 1.3em;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 30px;
  }

  .logo-white { max-width: 50%; }
}
