:root {
  --navy: #031f4b;
  --blue: #176bad;
  --slate: #456583;
  --ink: #0e2035;
  --paper: #f4f5f3;
  --line: #cbd3d9;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:focus-visible, summary:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 5px;
}

.site-header {
  width: min(100% - 48px, 1380px);
  height: 92px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(3, 31, 75, .18);
  position: relative;
  z-index: 10;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  width: fit-content;
  color: var(--navy);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .22em;
}
.brand small {
  display: block;
  margin-top: 5px;
  color: var(--slate);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .32em;
}
.brand-mark { width: 34px; height: 34px; position: relative; display: block; }
.brand-mark::before, .brand-mark::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
}
.brand-mark::before {
  right: 1px;
  top: 1px;
  border-top: 3px solid var(--navy);
  border-right: 3px solid var(--navy);
}
.brand-mark::after {
  left: 1px;
  bottom: 1px;
  border-left: 3px solid var(--blue);
  border-bottom: 3px solid var(--blue);
}
.brand-mark i { position: absolute; width: 8px; height: 8px; background: var(--navy); inset: 13px; }
.desktop-nav { display: flex; align-items: center; gap: 37px; font-size: 13px; }
.desktop-nav a, footer a { transition: color .2s ease; }
.desktop-nav a:hover, footer a:hover { color: var(--blue); }
.header-cta {
  justify-self: end;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--navy);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.mobile-nav { display: none; justify-self: end; }

.hero {
  width: min(100% - 48px, 1380px);
  min-height: calc(100vh - 92px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(30px, 6vw, 96px);
  padding: 80px 0 100px;
}
.eyebrow {
  margin: 0 0 24px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(62px, 7.4vw, 116px);
  font-weight: 400;
  line-height: .91;
  letter-spacing: -.055em;
}
.hero-intro {
  max-width: 585px;
  margin: 40px 0 0;
  color: #46576a;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.65;
}
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 45px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 25px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: white; }
.button-primary:hover { background: var(--blue); }
.text-link { font-size: 13px; font-weight: 600; }
.text-link span { padding-left: 8px; color: var(--blue); }
.hero-brand-panel {
  align-self: stretch;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-left: 1px solid var(--line);
  background: rgba(255, 255, 255, .45);
}
.hero-brand-panel img { width: min(100%, 680px); height: auto; mix-blend-mode: multiply; }
.hero-brand-panel p {
  margin: -10% 0 0;
  color: var(--slate);
  font-size: 9px;
  letter-spacing: .21em;
  text-transform: uppercase;
}
.hero-brand-panel p span {
  display: inline-block;
  width: 18px;
  height: 1px;
  margin: 0 10px 3px;
  background: var(--line);
}

.statement {
  padding: clamp(76px, 9vw, 145px) max(24px, calc((100vw - 1380px) / 2));
  background: var(--navy);
  color: white;
}
.statement > p {
  margin: 0 0 36px;
  color: #8fbbe0;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.statement h2 {
  max-width: 1150px;
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(40px, 5.3vw, 82px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.035em;
}

.section {
  width: min(100% - 48px, 1380px);
  margin: 0 auto;
  padding: clamp(95px, 11vw, 170px) 0;
}
.section-heading {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  margin-bottom: 72px;
}
.section h2, .tools-section h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(43px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.035em;
}
.service-list { border-top: 1px solid var(--navy); }
.service-list article {
  display: grid;
  grid-template-columns: 90px .75fr 1fr;
  gap: 36px;
  align-items: start;
  padding: 38px 0 42px;
  border-bottom: 1px solid var(--line);
}
.service-list article > span { color: var(--blue); font-size: 11px; font-weight: 700; }
.service-list h3 { margin: 0; color: var(--navy); font-size: 22px; font-weight: 500; }
.service-title small {
  display: inline-block;
  margin-top: 12px;
  padding: 6px 9px;
  border: 1px solid #b7c6d2;
  color: var(--slate);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.service-list p {
  max-width: 580px;
  margin: 0;
  color: #536273;
  font-size: 16px;
  line-height: 1.65;
}

.approach {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  border-top: 1px solid var(--line);
}
.approach-label { display: flex; flex-direction: column; justify-content: space-between; }
.approach-note {
  max-width: 290px;
  margin: 180px 0 0;
  color: #526273;
  font-size: 14px;
  line-height: 1.6;
}
.approach-content > p {
  max-width: 700px;
  margin: 38px 0 70px;
  color: #526273;
  font-size: 18px;
  line-height: 1.75;
}
.principles { border-top: 1px solid var(--line); }
.principles div {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.principles strong { color: var(--blue); font-size: 10px; }
.principles span { font-size: 14px; font-weight: 600; letter-spacing: .03em; }

.tools-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(60px, 9vw, 140px);
  align-items: center;
  padding: clamp(95px, 11vw, 160px) max(24px, calc((100vw - 1380px) / 2));
  background: #e5e9eb;
}
.tools-copy > p:last-child {
  max-width: 590px;
  margin: 38px 0 0;
  color: #4d5f71;
  font-size: 17px;
  line-height: 1.75;
}
.tool-preview {
  padding: 28px;
  border: 1px solid #bac5cc;
  background: #f8f9f8;
  box-shadow: 22px 22px 0 rgba(3, 31, 75, .06);
}
.preview-head, .preview-row {
  display: grid;
  grid-template-columns: 1.15fr 1fr 90px;
  gap: 12px;
  align-items: center;
}
.preview-head {
  padding: 0 0 20px;
  border-bottom: 2px solid var(--navy);
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
}
.preview-head span { grid-column: 1 / 3; }
.preview-head b { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.preview-row {
  min-height: 64px;
  border-bottom: 1px solid var(--line);
  color: #59697a;
  font-size: 12px;
}
.preview-row i { color: var(--navy); font-style: normal; font-weight: 600; }
.status {
  padding: 7px 8px;
  background: #e8ebed;
  color: #526273;
  font-size: 9px;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
}
.status.active { background: #dbe9f4; color: #175c90; }
.status.done { background: #dfe9e3; color: #416a50; }
.tool-preview > p {
  margin: 22px 0 0;
  color: var(--slate);
  font-size: 9px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.company {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  padding: clamp(90px, 11vw, 160px) max(24px, calc((100vw - 1380px) / 2));
  background: var(--navy);
  color: white;
}
.company h2 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(44px, 4.7vw, 72px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.company > p {
  align-self: end;
  max-width: 590px;
  margin: 0;
  color: #bdcad5;
  font-size: 18px;
  line-height: 1.75;
}
.contact { text-align: center; }
.contact h2 { font-size: clamp(52px, 6.4vw, 90px); }
.contact-copy {
  max-width: 630px;
  margin: 32px auto 0;
  color: #536273;
  font-size: 17px;
  line-height: 1.7;
}
.contact-form {
  max-width: 940px;
  margin: 64px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 34px;
  padding: clamp(30px, 5vw, 58px);
  position: relative;
  overflow: hidden;
  border: 1px solid #d6dde2;
  background: #fff;
  box-shadow: 0 24px 70px rgba(3, 31, 75, .07);
  text-align: left;
}
.contact-form::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: var(--blue);
}
.form-intro {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e1e6e9;
}
.form-intro p {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 28px;
}
.form-intro span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #72808c;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.form-intro i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #aab4bb;
  box-shadow: 0 0 0 4px #edf0f2;
}
.contact-form label { display: grid; gap: 9px; }
.contact-form label > span {
  color: #40566c;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .035em;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 16px 17px;
  border: 1px solid #d5dde2;
  border-radius: 2px;
  outline: none;
  background-color: #f7f8f8;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.contact-form select {
  appearance: none;
  padding-right: 46px;
  background-image:
    linear-gradient(45deg, transparent 50%, #657687 50%),
    linear-gradient(135deg, #657687 50%, transparent 50%);
  background-position:
    calc(100% - 21px) 50%,
    calc(100% - 16px) 50%;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}
.contact-form textarea { resize: vertical; min-height: 130px; }
.contact-form input:hover,
.contact-form select:hover,
.contact-form textarea:hover { border-color: #aebcc6; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(23, 107, 173, .1);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #929da5; }
.form-message, .form-submit { grid-column: 1 / -1; }
.form-submit {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 2px;
  padding-top: 8px;
}
.form-submit button {
  min-height: 52px;
  padding: 0 27px;
  border: 0;
  background: var(--navy);
  color: white;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  cursor: not-allowed;
  opacity: .42;
}
.form-submit small {
  max-width: 370px;
  color: #6f7d88;
  font-size: 10px;
  line-height: 1.6;
}
footer {
  width: min(100% - 48px, 1380px);
  min-height: 120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 34px;
  align-items: center;
  border-top: 1px solid var(--line);
  color: #617080;
  font-size: 11px;
}
footer > p { margin: 0; }
footer > div { justify-self: end; display: flex; gap: 24px; }
.managed-by {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #71808d;
  font-size: 9px;
  line-height: 1.25;
  white-space: nowrap;
}
.managed-by strong {
  display: block;
  color: var(--navy);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .035em;
}
.north-logo {
  width: 25px;
  height: 30px;
  flex: 0 0 auto;
  overflow: hidden;
  background-image: url('assets/north-solutions.png');
  background-repeat: no-repeat;
  background-position: -38px -25px;
  background-size: 100px 100px;
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary {
    cursor: pointer;
    list-style: none;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav div {
    position: absolute;
    right: 0;
    top: 30px;
    min-width: 190px;
    padding: 18px;
    background: var(--navy);
    color: white;
    box-shadow: 0 16px 35px rgba(3, 31, 75, .2);
  }
  .mobile-nav a { display: block; padding: 10px; font-size: 14px; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-brand-panel { min-height: 410px; border-left: 0; border-top: 1px solid var(--line); }
  .section-heading, .approach, .tools-section, .company { grid-template-columns: 1fr; }
  .approach-note { margin-top: 30px; }
  .service-list article { grid-template-columns: 50px 1fr; }
  .service-list p { grid-column: 2; }
  footer { grid-template-columns: 1fr auto; gap: 24px; padding: 32px 0; }
  footer > p { grid-column: 1; grid-row: 2; }
  .managed-by { grid-column: 2; grid-row: 2; justify-self: end; }
}

@media (max-width: 560px) {
  .site-header, .hero, .section, footer { width: min(100% - 32px, 1380px); }
  .site-header { height: 76px; }
  .brand { font-size: 12px; }
  .brand-mark { width: 30px; height: 30px; }
  .brand-mark i { inset: 11px; }
  .hero { min-height: auto; padding: 65px 0 70px; }
  .hero h1 { font-size: clamp(54px, 17vw, 76px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-brand-panel { min-height: 320px; }
  .section-heading { margin-bottom: 50px; }
  .service-list article { grid-template-columns: 36px 1fr; gap: 18px; }
  .service-list h3 { font-size: 19px; }
  .contact-form { grid-template-columns: 1fr; gap: 28px; }
  .form-message, .form-submit { grid-column: auto; }
  .form-intro { align-items: flex-start; flex-direction: column; }
  .form-submit { align-items: flex-start; flex-direction: column; }
  .preview-head, .preview-row { grid-template-columns: 1fr 86px; }
  .preview-head span { grid-column: auto; }
  .preview-row > span { display: none; }
  .company { gap: 42px; }
  footer { grid-template-columns: 1fr; }
  footer > div { justify-self: start; }
  footer > p { grid-column: auto; grid-row: auto; }
  .managed-by { grid-column: auto; grid-row: auto; justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
