/*
Theme Name: Northwestern Insurance Group Fresh
Theme URI: https://northwesterninsurance.group
Author: Codex
Version: 1.0.0
Description: A concise one-page WordPress theme for Northwestern Insurance Group.
*/

:root {
  --ink: #0d1720;
  --paper: #f7f3ec;
  --cream: #ebe5db;
  --line: rgba(13, 23, 32, 0.16);
  --muted: #5e6a73;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.shell {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

.hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(247, 243, 236, 0.90) 0%, rgba(247, 243, 236, 0.60) 34%, rgba(247, 243, 236, 0.16) 68%, rgba(247, 243, 236, 0.04)),
    url("assets/eastern-oregon-high-desert.jpg") center 58% / cover;
}

.nav {
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.wordmark {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.wordmark strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.wordmark span {
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.7;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.78rem;
}

.nav-links > a:not(.nav-button) {
  opacity: 0.8;
}

.nav-button {
  padding: 14px 20px;
  border: 1px solid rgba(13, 23, 32, 0.16);
  border-radius: 999px;
  font-family: Georgia, serif;
  font-weight: 700;
}

.hero-stage {
  min-height: calc(100vh - 118px);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 32px;
  align-items: center;
  padding-block: 48px 56px;
}

.hero-copy {
  max-width: 760px;
  padding: 24px 0 36px;
}

.eyebrow {
  margin: 0 0 22px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6c7c89;
}

.hero h1 {
  margin-bottom: 20px;
  font-size: clamp(4rem, 6.3vw, 6.7rem);
  line-height: 0.84;
  white-space: nowrap;
}

.hero-intro {
  max-width: 560px;
  margin-bottom: 32px;
  color: #59656d;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.hero-values {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hero-values > div {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.hero-values strong,
.hero-aside h2 {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero-values strong {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.hero-values span,
.hero-aside p {
  color: #5c6870;
  line-height: 1.55;
  font-size: 0.92rem;
}

.hero-aside {
  align-self: stretch;
  padding: 30px;
  border: 1px solid rgba(13, 23, 32, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 40px rgba(45, 34, 16, 0.08);
  backdrop-filter: blur(14px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aside-kicker {
  margin: 0 0 16px;
  color: #6f7c86;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-aside h2 {
  margin: 0 0 12px;
  font-size: clamp(2.1rem, 2.8vw, 3.2rem);
  line-height: 0.96;
}

.hero-aside-links {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.button {
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
}

.button-light {
  background: #ffffff;
  color: var(--ink);
  border: 1px solid rgba(13, 23, 32, 0.08);
}

.text-link,
.footer-contact a {
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 0.82rem;
  font-weight: 700;
}

.footer {
  min-height: 150px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  border-top: 1px solid var(--line);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  font-size: 0.82rem;
  font-weight: 700;
}

.wordmark.dark strong {
  font-size: 1.02rem;
}

.footer > span {
  justify-self: end;
  color: #7a8389;
  font-size: 0.72rem;
}

@media (max-width: 900px) {
  .nav-links > a:not(.nav-button) {
    display: none;
  }

  .hero-stage {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .hero-values {
    grid-template-columns: 1fr;
  }

  .hero-aside {
    max-width: 560px;
  }

  .footer {
    grid-template-columns: 1fr;
    padding-block: 44px;
  }

  .footer-contact {
    align-items: flex-start;
  }

  .footer > span {
    justify-self: start;
  }
}

@media (max-width: 600px) {
  .shell {
    width: min(100% - 32px, 1160px);
  }

  .nav {
    height: 90px;
  }

  .wordmark strong {
    font-size: 1.08rem;
  }

  .nav-button {
    padding: 12px 16px;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .hero-intro {
    font-size: 0.92rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: start;
  }

  .hero-values {
    margin-top: 26px;
  }
}
