/* NavigatorAdvice.com global styles */

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 64px;
}

section[id] {
  scroll-margin-top: 64px;
}

body {
  background: #061C31;
}

/* Hero */

/* Site Navigation */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;

  display: flex;
  align-items: center;
  justify-content: space-between;

  height: 64px;
  padding: 0 32px;

  background: #071826;
  border-bottom: 1px solid #243746;
}

.site-logo img {
  display: block;
  height: 38px;
  width: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav a {
  color: #F4F6F7;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus {
  color: #D39A2C;
}

.site-nav .nav-contact {
  padding: 9px 16px;
  border: 1px solid #D39A2C;
  border-radius: 4px;
}
.hero {
  position: relative;

  /*
    Keep the complete 1672 × 941 hero
    visible within the browser viewport.
  */
 width: min(100%, calc((100vh - 64px) * 1.7779));

  margin: 0 auto;
  overflow: hidden;
}

.hero-image {
  display: block;
  width: 100%;
  height: auto;
}

/*
  Invisible clickable area positioned over
  the "Explore Our Work" button embedded
  in the hero artwork.
*/

.hero-cta {
  position: absolute;
  left: 3.9%;
  top: 64.8%;
  width: 23.5%;
  height: 8.3%;
  cursor: pointer;
}

/* Keyboard accessibility */

.hero-cta:focus {
  outline: 3px solid #F5B942;
  outline-offset: 3px;
}
/* What We Do */

.our-work {
  background: #F4F6F7;
  color: #071826;
  min-height: 100vh;
  padding: 34px 40px 24px;
}

.section-inner {
  width: min(1280px, 100%);
  margin: 0 auto;
}

.our-work h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height: 1.08;
  font-weight: 700;
}

.section-intro {
  max-width: 850px;
  margin: 16px 0 24px;
  font-size: 1.1rem;
  line-height: 1.45;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.work-card {
  padding: 20px 24px;
  background: #FFFFFF;
  border-top: 4px solid #D39A2C;
}

.work-card h3 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.work-card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.45;
}

.section-principle {
  max-width: 1200px;
  margin: 18px auto 0;
  padding-top: 14px;
  border-top: 1px solid #AAB2B8;

  font-size: clamp(1.2rem, 1.6vw, 1.45rem);
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

/* How We Work */

.how-we-work {
  background: #071826;
  color: #F4F6F7;
  min-height: 100vh;
  padding: 48px 40px 30px;
}

.dark-section-label {
  margin: 0 0 18px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #D39A2C;
}

.how-we-work h2 {
  max-width: 950px;
  margin: 0;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height: 1.08;
  font-weight: 700;
}

.dark-section-intro {
  max-width: 850px;
  margin: 18px 0 34px;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #D9E0E5;
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.approach-item {
  padding: 24px 0;
  border-top: 2px solid #D39A2C;
}

.approach-number {
  display: block;
  margin-bottom: 18px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #D39A2C;
}

.approach-item h3 {
  margin: 0 0 14px;
  font-size: 1.35rem;
  line-height: 1.25;
}

.approach-item p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #D9E0E5;
}

.approach-principle {
  max-width: 1100px;
  margin: 36px auto 0;
  padding-top: 18px;
  border-top: 1px solid #536472;

  font-size: clamp(1.3rem, 1.7vw, 1.55rem);
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  color: #F4F6F7;
  white-space: nowrap;
}

/* When to Engage */

.when-to-engage {
  background: #F4F6F7;
  color: #071826;
  min-height: 100vh;
  padding: 40px 40px 26px;
}

.when-to-engage h2 {
  max-width: 1000px;
  margin: 0;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height: 1.08;
  font-weight: 700;
}

.engage-intro {
  max-width: 900px;
}

.engage-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 32px;
}

.engage-item {
  padding: 22px 26px;
  background: #FFFFFF;
  border-top: 4px solid #D39A2C;
}

.engage-item h3 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  line-height: 1.25;
}

.engage-item p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.45;
}

.engage-principle {
  max-width: 1100px;
  margin: 24px auto 0;
  padding-top: 16px;
  border-top: 1px solid #AAB2B8;

  font-size: clamp(1.25rem, 1.6vw, 1.5rem);
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

/* Leadership */

.leadership {
  background: #071826;
  color: #F4F6F7;
  min-height: 100vh;
  padding: 42px 40px 28px;
}

.leadership h2 {
  max-width: 950px;
  margin: 0;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height: 1.08;
  font-weight: 700;
}

.leadership-intro {
  max-width: 900px;
  margin-bottom: 28px;
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.leader-card {
  padding: 26px 30px;
  border-top: 3px solid #D39A2C;
  background: #0D2436;
}

.leader-card h3 {
  margin: 0 0 6px;
  font-size: 1.6rem;
  line-height: 1.2;
}

.leader-role {
  margin: 0 0 20px;
  color: #D39A2C;
  font-size: 1rem;
  font-weight: 700;
}

.leader-card p {
  font-size: 1rem;
  line-height: 1.5;
  color: #D9E0E5;
}

.leadership-principle {
  max-width: 1100px;
  margin: 28px auto 0;
  padding-top: 16px;
  border-top: 1px solid #536472;

  font-size: clamp(1.25rem, 1.6vw, 1.5rem);
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  color: #F4F6F7;
}

/* Contact */

.contact {
  background: #F4F6F7;
  color: #071826;
  min-height: 100vh;
  padding: 70px 40px 36px;
}

.contact-inner {
  text-align: center;
}

.contact .section-label {
  text-align: center;
}

.contact h2 {
  max-width: 1000px;
  margin: 0 auto;
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  line-height: 1.08;
  font-weight: 700;
}

.contact-intro {
  max-width: 800px;
  margin: 28px auto 36px;
  font-size: 1.2rem;
  line-height: 1.55;
}

.contact-button {
  display: inline-block;
  padding: 16px 34px;

  border: 2px solid #D39A2C;
  border-radius: 6px;

  color: #071826;
  background: transparent;

  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;

  transition: background 0.2s ease,
              color 0.2s ease;
}

.contact-button:hover,
.contact-button:focus {
  background: #D39A2C;
  color: #071826;
}

.contact-footer {
  max-width: 1100px;
  margin: 70px auto 0;
  padding-top: 26px;
  border-top: 1px solid #AAB2B8;
}

.contact-footer p {
  margin: 6px 0;
}

.contact-footer .legal {
  margin-top: 18px;
  font-size: 0.9rem;
  color: #536472;
}
/* Responsive layout */

@media (max-width: 850px) {

  .our-work {
    padding: 60px 24px;
  }

  .work-grid {
    grid-template-columns: 1fr;
  }

  .how-we-work {
  padding: 60px 24px;
}

.approach-grid {
  grid-template-columns: 1fr;
  gap: 18px;
}

.approach-principle {
  white-space: normal;
}
  .section-principle {
    white-space: normal;
  }

 .when-to-engage {
  padding: 60px 24px;
}

.engage-grid {
  grid-template-columns: 1fr;
  gap: 18px;
} 

  .leadership {
  padding: 60px 24px;
}

.leadership-grid {
  grid-template-columns: 1fr;
  gap: 20px;
}

.contact {
  padding: 60px 24px 30px;
}

.contact-intro {
  font-size: 1.05rem;
}

.contact-button {
  width: 100%;
  max-width: 360px;
}
