/* ============================================
   IGI International — stylesheet
   ============================================ */

@font-face {
  font-family: "Bebas";
  src: url("../fonts/BEBAS__.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --navy: #0b111f;
  --navy-panel: #1c2a44;
  --navy-panel-deep: #141f36;
  --gold: #96742a;
  --gold-light: #b28d3e;
  --gray-text: #667085;
  --border: #e6e8ec;
  --bg: #ffffff;

  --font-display: "Bebas", sans-serif;
  --font-heading: "Quicksand", sans-serif;
  --font-nav: "Montserrat", sans-serif;
  --font-body: "Open Sans", sans-serif;
  --font-italic: "Open Sans", sans-serif;

  --container: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--navy);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { margin: 0; padding: 0; list-style: none; }

.wrap {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 40px;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--border);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
}
.logo {
  line-height: 1;
  display: block;
}
.logo-img {
  height: 58px;
  width: auto;
  display: block;
}
.nav-links {
  display: flex;
  gap: 40px;
}
.nav-links a {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--navy);
  transition: color .2s ease;
}
.nav-links a:hover,
.nav-links a[aria-current="page"] { color: var(--gold); }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--navy);
  margin: 5px 0;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--font-nav);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.5px;
  padding: 16px 34px;
  border-radius: 2px;
  transition: all .2s ease;
}
.btn-primary {
  background: var(--navy);
  color: #fff;
}
.btn-primary:hover { background: var(--gold); }
.btn-outline {
  border: 1px solid var(--navy);
  color: var(--navy);
}
.btn-outline:hover { background: var(--navy); color: #fff; }

/* ---------- Eyebrow / labels ---------- */
.eyebrow {
  font-family: var(--font-nav);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 3px;
  color: var(--gold);
  margin: 0 0 18px;
  text-transform: uppercase;
}

/* ---------- Hero (Home) ---------- */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.hero-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 62%;
  z-index: 1;
}
.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0) 22%);
  z-index: 2;
}
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero .wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}
.hero-copy { max-width: 560px; }
.hero h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.08;
  letter-spacing: 0.5px;
  margin: 0 0 22px;
  text-transform: uppercase;
}
.hero h1 .accent { color: var(--gold); display: block; }
.hero h1 .line2 { display: block; color: var(--navy); }
.hero .rule {
  width: 90px;
  height: 4px;
  background: var(--gold);
  border: none;
  margin: 0 0 26px;
}
.hero p {
  font-size: 17px;
  color: var(--gray-text);
  max-width: 440px;
  margin: 0 0 34px;
}

/* ---------- Generic section ---------- */
.section {
  padding: 90px 0;
}
.section-tight { padding: 70px 0; }

/* ---------- About page ---------- */
.about-hero {
  padding: 60px 0 100px;
}
.about-hero .grid {
  display: grid;
  grid-template-columns: minmax(0, 56%) 1fr;
  gap: 0;
  align-items: start;
}
.about-media {
  margin-left: calc(50% - 50vw);
  padding-right: 30px;
}
.about-media img { width: 100%; height: auto; display: block; }
.about-copy {
  padding: 10px 40px 0 40px;
  max-width: 640px;
}
.about-hero h2 {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(30px, 3.4vw, 42px);
  line-height: 1.12;
  letter-spacing: 0.5px;
  margin: 0 0 22px;
}
.about-hero .rule {
  width: 90px;
  height: 4px;
  background: var(--gold);
  border: none;
  margin: 0 0 26px;
}
.about-hero p {
  font-size: 15.5px;
  color: var(--gray-text);
  margin: 0 0 16px;
}

.pillars-title {
  font-family: var(--font-italic);
  font-weight: 700;
  font-style: italic;
  font-size: 17px;
  color: var(--navy);
  margin: 40px 0 22px;
}
.pillars {
  display: grid;
  gap: 22px;
}
.pillar { }
.pillar h3 {
  font-family: var(--font-italic);
  font-weight: 700;
  font-style: italic;
  font-size: 17px;
  margin: 0 0 6px;
  color: var(--gold);
}
.pillar p {
  font-size: 14.5px;
  color: var(--gray-text);
  color: var(--gray-text);
  margin: 0;
}

/* ---------- Services page ---------- */
.services-intro {
  text-align: center;
  padding: 70px 0 20px;
}
.services-intro h2 {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: clamp(30px, 3.6vw, 42px);
  max-width: 900px;
  margin: 0 auto 26px;
}
.services-intro p {
  font-size: 15.5px;
  color: var(--gray-text);
  max-width: 980px;
  margin: 0 auto;
}
.services-rule {
  width: 90px;
  height: 4px;
  background: var(--gold);
  border: none;
  margin: 44px auto;
}

.values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  text-align: center;
  padding: 10px 0 100px;
}
.value {
  border-left: 1px solid var(--border);
  padding: 0 20px;
}
.value:first-child { border-left: none; }
.value .icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 22px;
  color: var(--gold);
}
.value .icon svg { width: 100%; height: 100%; }
.value h3 {
  font-family: var(--font-italic);
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--navy);
  margin: 0 0 12px;
}
.value p {
  font-size: 14px;
  color: var(--gray-text);
  margin: 0;
}

/* ---------- Contact page ---------- */
.contact {
  display: grid;
  grid-template-columns: 57% 43%;
  height: 640px;
}
.contact-media { position: relative; overflow: hidden; min-height: 0; min-width: 0; }
.contact-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.contact-copy-wrap {
  background: var(--navy-panel);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 70px 60px;
}
.contact h2 {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.12;
  margin: 0 0 24px;
  color: #fff;
}
.contact .rule {
  width: 90px;
  height: 4px;
  background: var(--gold);
  border: none;
  margin: 0 0 30px;
}
.contact p.lead {
  font-size: 15.5px;
  color: #c7cde0;
  max-width: 420px;
  margin: 0 0 36px;
}
.contact-info {
  display: grid;
  gap: 16px;
}
.contact-info .item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.contact-info .icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: var(--gold-light);
}
.contact-info .icon svg { width: 100%; height: 100%; }
.contact-info .value {
  font-size: 15.5px;
  color: #fff;
}

/* ---------- Footer ---------- */
.site-footer {
  padding: 34px 0;
  border-top: 1px solid var(--border);
}
.site-footer .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: var(--gray-text);
}
.site-footer.on-dark {
  border-top: 1px solid rgba(255,255,255,0.12);
  background: var(--navy-panel);
  color: #aab1c6;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero { min-height: auto; padding: 30px 0 50px; }
  .hero-media {
    position: static;
    width: 100%;
    height: 260px;
    margin-bottom: 30px;
  }
  .hero-media::before { display: none; }
  .hero-copy { max-width: 100%; }

  .about-hero .grid {
    grid-template-columns: 1fr;
  }
  .about-media {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-right: 0;
    margin-bottom: 30px;
  }
  .about-copy { padding: 0 40px; max-width: 100%; }

  .contact {
    grid-template-columns: 1fr;
    height: auto;
  }
  .contact-media { height: 280px; }
  .contact-copy-wrap { padding: 50px 30px; }

  .values {
    grid-template-columns: repeat(2, 1fr);
  }
  .value { border-left: none; border-top: 1px solid var(--border); padding: 26px 16px 0; }
  .value:first-child { border-top: none; }

  .nav-links {
    position: fixed;
    inset: 72px 0 0 0;
    background: #fff;
    flex-direction: column;
    padding: 30px 40px;
    gap: 24px;
    transform: translateX(100%);
    transition: transform .25s ease;
  }
  .nav-links.open { transform: translateX(0); }
  .nav-toggle { display: block; }
}
@media (max-width: 560px) {
  .wrap { padding: 0 22px; }
  .about-copy { padding: 0 22px; }
  .values { grid-template-columns: 1fr; }
}
