:root {
  --ink: #07131f;
  --navy: #0a1d2d;
  --navy-soft: #102b40;
  --steel: #5d7282;
  --blue: #0ba4e8;
  --blue-dark: #087fba;
  --gold: #e7b94f;
  --gold-light: #f6d786;
  --paper: #f5f7f8;
  --line: #dbe3e8;
  --text: #263846;
  --muted: #60717d;
  --shadow: 0 20px 60px rgb(3 18 30 / 12%);
  --background: var(--paper);
  --foreground: var(--ink);
  --card: #ffffff;
  --card-foreground: var(--ink);
  --popover: #ffffff;
  --popover-foreground: var(--ink);
  --primary: var(--navy);
  --primary-foreground: #ffffff;
  --secondary: #eaf0f3;
  --secondary-foreground: var(--ink);
  --muted-foreground: var(--muted);
  --accent: var(--blue);
  --accent-foreground: #ffffff;
  --destructive: #b42318;
  --border: var(--line);
  --input: var(--line);
  --ring: var(--blue);
  --radius: 0.7rem;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
a, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon,
.icon-large,
.icon-xl {
  display: inline-block;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon { width: 1.15rem; height: 1.15rem; }
.icon-small { width: 0.88rem; height: 0.88rem; }
.icon-large { width: 1.65rem; height: 1.65rem; }
.icon-xl { width: 2rem; height: 2rem; }

.menu-lines,
.menu-lines::before,
.menu-lines::after {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
}

.menu-lines { position: relative; }
.menu-lines::before,
.menu-lines::after { content: ""; position: absolute; left: 0; }
.menu-lines::before { top: -7px; }
.menu-lines::after { top: 7px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  left: 1rem;
  top: 1rem;
  transform: translateY(-180%);
  background: var(--gold);
  color: var(--ink);
  padding: 0.6rem 0.9rem;
  font-weight: 800;
}

.skip-link:focus { transform: translateY(0); }

.section-shell,
.nav-shell,
.hero-content,
.hero-values {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 80px;
  background: rgb(5 14 23 / 94%);
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  backdrop-filter: blur(14px);
}

.nav-shell {
  height: 100%;
  display: grid;
  grid-template-columns: 250px 1fr auto;
  align-items: center;
  gap: 2rem;
}

.brand { width: 235px; display: block; }
.brand img,
.footer-brand img { display: block; width: 100%; height: auto; }

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.25rem, 2.7vw, 2.4rem);
}

.desktop-nav > a {
  color: #d7e1e8;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  transition: color 160ms ease;
}

.desktop-nav > a:hover { color: var(--gold-light); }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.75rem 1.15rem;
  border: 1px solid transparent;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding: 0.55rem 0.9rem; font-size: 0.84rem; }
.button-blue { color: white; background: var(--blue); box-shadow: 0 10px 35px rgb(11 164 232 / 24%); }
.button-blue:hover { background: #20b4f1; }
.button-gold { background: var(--gold); color: var(--ink); }
.button-gold:hover { background: var(--gold-light); }
.button-ghost { border-color: rgb(255 255 255 / 43%); color: white; background: rgb(3 12 19 / 22%); }
.button-ghost:hover,
.button-white:hover { background: white; color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--navy-soft); }
.button-outline { border-color: #aebbc4; color: var(--ink); background: transparent; }
.button-outline:hover { border-color: var(--ink); background: white; }
.button-white { background: white; color: var(--ink); }

.mobile-menu { display: none; position: relative; justify-self: end; }

.mobile-menu summary {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: white;
  border: 1px solid rgb(255 255 255 / 25%);
  cursor: pointer;
  list-style: none;
}

.mobile-menu summary::-webkit-details-marker { display: none; }

.mobile-menu nav {
  position: absolute;
  top: 54px;
  right: 0;
  width: min(290px, calc(100vw - 40px));
  display: grid;
  padding: 0.65rem;
  background: #0b1b28;
  border: 1px solid rgb(255 255 255 / 16%);
  box-shadow: var(--shadow);
}

.mobile-menu nav a {
  padding: 0.8rem 0.9rem;
  color: white;
  font-weight: 700;
  border-bottom: 1px solid rgb(255 255 255 / 9%);
}

.mobile-menu nav a:last-child { border-bottom: 0; color: var(--gold-light); }

.hero {
  min-height: 680px;
  position: relative;
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background: var(--ink);
}

.hero-image,
.hero-overlay,
.hero-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  z-index: -3;
  object-fit: cover;
  object-position: 64% center;
}

.hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgb(3 13 22 / 99%) 0%, rgb(3 13 22 / 91%) 34%, rgb(3 13 22 / 42%) 65%, rgb(3 13 22 / 27%) 100%),
    linear-gradient(0deg, rgb(4 15 24 / 45%), transparent 55%);
}

.hero-grid {
  z-index: -1;
  opacity: 0.18;
  background-image:
    linear-gradient(rgb(255 255 255 / 14%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 14%) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, black, transparent 66%);
}

.hero-content { padding: 7rem 0 9rem; color: white; }
.hero-content > * { max-width: 660px; }

.eyebrow,
.kicker {
  margin: 0 0 0.9rem;
  color: var(--blue-dark);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--gold-light);
}

.hero h1 {
  margin: 0;
  max-width: 720px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6.6vw, 6.25rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-wrap: balance;
}

.hero-copy {
  margin: 1.6rem 0 0;
  color: #d7e3ea;
  font-size: clamp(1.05rem, 1.7vw, 1.27rem);
  line-height: 1.65;
}

.hero-actions,
.mission-actions,
.faith-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.hero-actions { margin-top: 2rem; }
.hero-note { margin: 0.9rem 0 0; color: #9fb2bf; font-size: 0.82rem; }

.hero-values {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.8rem;
  display: flex;
  gap: 1.35rem;
  color: #aebfca;
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-values strong { color: var(--blue); }

.quick-paths {
  position: relative;
  z-index: 3;
  background: white;
  border-bottom: 1px solid var(--line);
}

.quick-path-grid { display: grid; grid-template-columns: repeat(3, 1fr); }

.quick-path {
  min-height: 120px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1.6rem;
  border-right: 1px solid var(--line);
  transition: background 160ms ease, color 160ms ease;
}

.quick-path:first-child { border-left: 1px solid var(--line); }
.quick-path:hover { background: var(--navy); color: white; }
.quick-path:hover small,
.quick-path:hover .quick-number { color: #b9cad5; }
.quick-path strong,
.quick-path small { display: block; }
.quick-path strong { font-size: 1rem; line-height: 1.25; }
.quick-path small { margin-top: 0.25rem; color: var(--muted); font-size: 0.82rem; }
.quick-number { color: var(--blue-dark); font: 1.5rem Georgia, serif; }

.resources {
  padding-top: clamp(5rem, 9vw, 8rem);
  padding-bottom: clamp(5rem, 9vw, 8rem);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.4rem;
}

.section-heading h2,
.mission h2,
.about h2,
.connect h2,
.contact-banner h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.section-heading h2,
.about h2,
.connect h2 { font-size: clamp(2.3rem, 4.4vw, 4.3rem); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--blue-dark);
  font-size: 0.9rem;
  font-weight: 800;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.2rem;
}

.text-link-dark { color: var(--ink); }

.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.resource-card {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background: white;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.resource-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.resource-gold::after { background: var(--gold); }
.resource-slate::after { background: var(--steel); }
.resource-card:hover { z-index: 2; transform: translateY(-5px); box-shadow: var(--shadow); }
.resource-card:hover::after { transform: scaleX(1); }

.resource-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--blue-dark);
  background: #e8f6fc;
}

.resource-gold .resource-icon { color: #805c08; background: #fff5d9; }
.resource-slate .resource-icon { color: #3b5668; background: #edf1f3; }

.resource-card h3 {
  margin: 1.4rem 0 0;
  font: 600 1.55rem/1.18 Georgia, "Times New Roman", serif;
  letter-spacing: -0.02em;
}

.resource-card p { margin: 0.8rem 0 1.6rem; color: var(--muted); font-size: 0.95rem; }

.resource-link {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.84rem;
  font-weight: 850;
}

.faith-row {
  margin-top: 2.2rem;
  display: grid;
  grid-template-columns: 1.2fr auto;
  align-items: center;
  gap: 2rem;
  padding: 2.2rem;
  background: #e7edf1;
  border-left: 5px solid var(--blue);
}

.faith-row h3 {
  max-width: 680px;
  margin: 0;
  font: 500 clamp(1.5rem, 2.6vw, 2.25rem)/1.25 Georgia, serif;
  letter-spacing: -0.025em;
}

.mission {
  position: relative;
  padding: clamp(5rem, 9vw, 8rem) 0;
  color: white;
  background:
    radial-gradient(circle at 85% 22%, rgb(11 164 232 / 24%), transparent 28%),
    linear-gradient(135deg, #07131f 0%, #0a2235 100%);
  overflow: hidden;
}

.mission::before {
  content: "IRON";
  position: absolute;
  left: -0.04em;
  bottom: -0.3em;
  color: rgb(255 255 255 / 2.8%);
  font-size: clamp(10rem, 27vw, 28rem);
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 0.8;
  pointer-events: none;
}

.mission-shell {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.kicker-light { color: var(--gold-light); }
.mission h2 { max-width: 660px; font-size: clamp(2.7rem, 5.5vw, 5.5rem); }

.mission-copy > p:not(.kicker) {
  max-width: 650px;
  margin: 1.4rem 0 0;
  color: #c7d5de;
  font-size: 1.08rem;
}

.mission-actions { margin-top: 2rem; }

.values-panel {
  padding: 2.2rem;
  background: rgb(255 255 255 / 6%);
  border: 1px solid rgb(255 255 255 / 14%);
  backdrop-filter: blur(10px);
}

.values-label {
  margin: 0 0 1.5rem;
  color: #a9bdca;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.values-grid { display: grid; gap: 0.3rem; }

.value {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  padding: 0.75rem 0;
  border-top: 1px solid rgb(255 255 255 / 11%);
}

.value > span { color: var(--blue); font: 2.6rem/1 Georgia, serif; }
.value strong,
.value small { display: block; }
.value strong { font-size: 1rem; }
.value small { color: #96aebb; font-size: 0.78rem; }

.about {
  display: grid;
  grid-template-columns: minmax(230px, 0.62fr) 1.38fr;
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
  padding-top: clamp(5rem, 9vw, 8rem);
  padding-bottom: clamp(5rem, 9vw, 8rem);
}

.about-mark {
  position: relative;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  background: var(--navy);
  box-shadow: 20px 20px 0 #d7e1e7;
}

.about-mark::before,
.about-mark::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgb(255 255 255 / 18%);
}

.about-mark::after { inset: 30px; border-color: rgb(11 164 232 / 30%); }
.about-mark span { position: relative; z-index: 1; font: clamp(3.3rem, 7vw, 6.3rem)/1 Georgia, serif; }

.about-mark small {
  position: relative;
  z-index: 1;
  margin-top: 0.6rem;
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-copy p:not(.kicker) { max-width: 780px; color: var(--text); font-size: 1.03rem; }
.about-copy .text-link { margin-top: 1rem; }

.connect {
  padding: clamp(5rem, 9vw, 8rem) 0;
  background: #e7edf1;
  border-top: 1px solid #d2dce2;
}

.connect-heading { max-width: 780px; margin-bottom: 2.5rem; }
.connect-heading > p:not(.kicker) { margin-bottom: 0; color: var(--muted); font-size: 1.05rem; }
.connect-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1rem; }

.connect-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background: white;
  border: 1px solid #d6e0e5;
}

.connect-card-featured { color: white; background: var(--navy); border-color: var(--navy); }

.connect-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--blue-dark);
  background: #e6f4fa;
}

.connect-card-featured .connect-icon { color: var(--gold-light); background: rgb(255 255 255 / 8%); }

.connect-label {
  margin: 1.5rem 0 0.3rem !important;
  color: var(--blue-dark) !important;
  font-size: 0.75rem !important;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.connect-card-featured .connect-label { color: var(--gold-light) !important; }

.connect-card h3 {
  margin: 0;
  font: 500 1.65rem/1.22 Georgia, serif;
  letter-spacing: -0.02em;
}

.connect-card > p:not(.connect-label) { color: var(--muted); font-size: 0.93rem; }
.connect-card-featured > p:not(.connect-label) { color: #abc0cd; }
.store-links { margin-top: auto; display: flex; flex-wrap: wrap; gap: 0.6rem 1rem; }

.store-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: white;
  font-size: 0.82rem;
  font-weight: 800;
  border-bottom: 1px solid rgb(255 255 255 / 45%);
}

.phone-number {
  margin-top: auto;
  color: var(--ink);
  font: 600 clamp(1.75rem, 3vw, 2.35rem)/1.1 Georgia, serif;
  letter-spacing: -0.035em;
}

.connect-card .text-link { margin-top: auto; align-self: flex-start; }

.contact-banner {
  position: relative;
  z-index: 2;
  margin-top: clamp(4rem, 8vw, 7rem);
  margin-bottom: clamp(4rem, 8vw, 7rem);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: clamp(2rem, 5vw, 3.4rem);
  color: white;
  background: var(--blue-dark);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.contact-banner::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 340px;
  height: 340px;
  right: -170px;
  top: -220px;
  border-radius: 50%;
  border: 70px solid rgb(255 255 255 / 8%);
}

.contact-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  color: var(--gold-light);
  border: 1px solid rgb(255 255 255 / 28%);
}

.contact-banner .kicker { margin-bottom: 0.4rem; }
.contact-banner h2 { max-width: 720px; font-size: clamp(1.65rem, 3.2vw, 2.75rem); }

.site-footer { padding: 4.5rem 0 1.8rem; color: #a9bac5; background: #050e17; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 3rem; }
.footer-brand img { width: min(100%, 290px); }
.footer-brand p { max-width: 350px; margin: 1rem 0 0; color: #8298a6; font-size: 0.9rem; }

.footer-title {
  margin: 0 0 1rem;
  color: white;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-grid > div:not(.footer-brand) a {
  display: block;
  width: fit-content;
  margin: 0.55rem 0;
  font-size: 0.88rem;
}

.footer-grid a:hover,
.footer-bottom a:hover { color: var(--gold-light); }

.footer-bottom {
  margin-top: 3.5rem;
  padding-top: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgb(255 255 255 / 10%);
  font-size: 0.78rem;
}

.footer-bottom p { margin: 0; }
.footer-bottom > div { display: flex; gap: 1.3rem; }

@media (max-width: 980px) {
  .nav-shell { grid-template-columns: 220px 1fr; }
  .desktop-nav,
  .desktop-donate { display: none; }
  .mobile-menu { display: block; }
  .quick-path-grid { grid-template-columns: 1fr; }
  .quick-path,
  .quick-path:first-child { min-height: 100px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .quick-path:last-child { border-bottom: 0; }
  .resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faith-row,
  .mission-shell { grid-template-columns: 1fr; }
  .connect-grid { grid-template-columns: 1fr 1fr; }
  .connect-card-featured { grid-column: span 2; }
  .contact-banner { grid-template-columns: auto 1fr; }
  .contact-banner .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 700px) {
  .section-shell,
  .nav-shell,
  .hero-content,
  .hero-values { width: min(100% - 30px, 1180px); }
  .site-header { height: 70px; }
  .nav-shell { grid-template-columns: minmax(0, 1fr) auto; }
  .brand { width: min(220px, 72vw); }
  .hero { min-height: 730px; }
  .hero-image { object-position: 68% center; }
  .hero-overlay {
    background:
      linear-gradient(90deg, rgb(3 13 22 / 97%) 0%, rgb(3 13 22 / 82%) 70%, rgb(3 13 22 / 55%) 100%),
      linear-gradient(0deg, rgb(3 13 22 / 92%) 0%, transparent 55%);
  }
  .hero-content { padding: 5.5rem 0 10rem; }
  .hero h1 { max-width: 560px; font-size: clamp(3rem, 14vw, 4.6rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-values { display: grid; grid-template-columns: 1fr 1fr; gap: 0.4rem 1rem; }
  .section-heading { align-items: start; flex-direction: column; }
  .resource-grid { grid-template-columns: 1fr; }
  .resource-card { min-height: 290px; }
  .faith-row { padding: 1.6rem; }
  .faith-actions .button,
  .mission-actions .button { width: 100%; }
  .mission { padding-bottom: 6rem; }
  .values-panel { padding: 1.5rem; }
  .about { grid-template-columns: 1fr; }
  .about-mark { width: min(80vw, 340px); justify-self: center; }
  .connect-grid { grid-template-columns: 1fr; }
  .connect-card-featured { grid-column: auto; }
  .contact-banner { grid-template-columns: 1fr; }
  .contact-banner .button { grid-column: auto; justify-self: stretch; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom > div { flex-direction: column; gap: 0.3rem; }
}

@media (max-width: 430px) {
  .eyebrow { font-size: 0.72rem; letter-spacing: 0.1em; }
  .hero { min-height: 750px; }
  .quick-path { padding: 1.35rem; }
  .quick-number { display: none; }
  .resource-card,
  .connect-card { padding: 1.55rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
