@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Newsreader:opsz,wght@6..72,400;6..72,500&display=swap');

:root {
  --ink: #15283b;
  --muted: #58697a;
  --blue: #4e9bd3;
  --blue-dark: #2372aa;
  --pale-blue: #f2f8fc;
  --line: #d9e5ec;
  --amber: #d49b4b;
  --white: #ffffff;
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  line-height: 1.6;
}

a { color: inherit; }

.site-shell { min-height: 100vh; background: var(--white); }

.nav {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.15rem 2rem;
  background: var(--white);
  border-bottom: 1px solid rgba(217, 229, 236, 0.72);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  width: fit-content;
  color: #101b27;
  text-decoration: none;
  font-size: 1.32rem;
  font-weight: 500;
}

.brand img { width: 2.75rem; height: 2.75rem; border-radius: 8px; }

.nav-links { display: flex; align-items: center; gap: 2rem; font-size: 0.9rem; }
.nav-links a, .footer-links a { text-decoration: none; }
.nav-links a:hover, .footer-links a:hover { color: var(--blue-dark); }

.nav-cta {
  justify-self: end;
  padding: 0.7rem 1rem;
  border-radius: 6px;
  background: var(--blue);
  color: var(--white);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
}

.hero {
  position: relative;
  min-height: 710px;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(42rem, 52%);
  padding: 7.25rem 0 5rem clamp(2rem, 7vw, 6.5rem);
}

.hero h1,
.section-heading h2,
.values-section h2,
.closing-section h2,
.legal-layout h1,
.legal-card h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 570px;
  margin: 0;
  font-size: clamp(3.8rem, 6.1vw, 6.1rem);
  line-height: 0.96;
}

.hero-copy > p:not(.hero-note) {
  max-width: 460px;
  margin: 1.7rem 0 0;
  color: var(--muted);
  font-size: 1.16rem;
  line-height: 1.65;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  margin-top: 2rem;
  padding: 0 1.25rem;
  border: 1px solid transparent;
  border-radius: 6px;
  background: var(--blue);
  color: var(--white);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  box-shadow: 0 10px 28px rgba(50, 127, 180, 0.16);
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover { background: var(--blue-dark); transform: translateY(-2px); }
.button:focus-visible, .nav a:focus-visible, .footer a:focus-visible { outline: 3px solid rgba(78, 155, 211, 0.3); outline-offset: 4px; }

.hero-note {
  margin: 1.5rem 0 0;
  color: #667787;
  font-size: 0.91rem;
  line-height: 1.7;
}

.features-section {
  padding: 5.5rem max(2rem, calc((100vw - 1160px) / 2)) 5.75rem;
  background: var(--pale-blue);
}

.section-heading { text-align: center; }
.section-heading h2 { margin: 0; font-size: clamp(2.5rem, 4.2vw, 4rem); line-height: 1.05; }
.section-heading span, .small-rule { display: block; width: 2.5rem; height: 2px; margin: 1.35rem auto 0; background: var(--blue); }

.feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1160px;
  margin: 3.8rem auto 0;
}

.feature { padding: 0 3rem; border-left: 1px solid var(--line); }
.feature:first-child { border-left: 0; }
.feature svg, .value svg { width: 3.25rem; height: 3.25rem; fill: none; stroke: var(--blue); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.feature h3, .value h3 { margin: 1rem 0 0.55rem; font-family: var(--serif); font-size: 1.85rem; font-weight: 400; line-height: 1.1; }
.feature p, .value p, .values-copy p { margin: 0; color: var(--muted); font-size: 0.98rem; }

.toolkit-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(3rem, 8vw, 8rem);
  max-width: 1220px;
  margin: 0 auto;
  padding: 7rem 2rem;
}

.toolkit-heading {
  align-self: start;
  position: sticky;
  top: 2rem;
}

.eyebrow {
  margin: 0 0 1.1rem;
  color: var(--blue-dark);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.toolkit-heading h2 {
  max-width: 500px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 4.6vw, 4.7rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.98;
}

.toolkit-heading > p:last-child {
  max-width: 430px;
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.toolkit-list { border-top: 1px solid var(--line); }

.toolkit-item {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1.25rem;
  padding: 1.8rem 0;
  border-bottom: 1px solid var(--line);
}

.toolkit-item > span {
  padding-top: 0.25rem;
  color: var(--blue-dark);
  font-size: 0.72rem;
  font-weight: 600;
}

.toolkit-item h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.72rem;
  font-weight: 400;
  line-height: 1.15;
}

.toolkit-item p {
  max-width: 570px;
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.toolkit-item .support-note {
  color: #71808d;
  font-size: 0.78rem;
}

.values-section { padding: 6rem 2rem; }
.values-inner { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 7rem; max-width: 1120px; margin: 0 auto; }
.values-section h2 { max-width: 450px; margin: 0; font-size: clamp(2.65rem, 4.5vw, 4.3rem); line-height: 1.02; }
.values-copy .small-rule { margin: 1.5rem 0; }
.values-copy p { max-width: 400px; }
.value-list { display: grid; }
.value { display: grid; grid-template-columns: 4rem 1fr; gap: 1.25rem; align-items: start; padding: 0 0 2.3rem; border-bottom: 1px solid var(--line); }
.value + .value { padding-top: 2.3rem; }
.value:last-child { padding-bottom: 0; border-bottom: 0; }
.value h3 { margin-top: 0.2rem; font-size: 1.55rem; }
.value p { max-width: 470px; }

.closing-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: #4a93c5;
}

.closing-section::after {
  content: "";
  position: absolute;
  inset: 0 0 0 58%;
  background: url("assets/unsaid-hero-v2.png") 72% 50% / cover no-repeat;
  opacity: 0.23;
  mix-blend-mode: soft-light;
}

.closing-inner { position: relative; z-index: 1; max-width: 1120px; margin: 0 auto; padding: 5rem 2rem; }
.closing-inner > img { width: 4rem; height: 4rem; border-radius: 8px; box-shadow: 0 10px 30px rgba(14, 63, 96, 0.2); }
.closing-section h2 { max-width: 660px; margin: 1.3rem 0 0; font-size: clamp(3rem, 5vw, 5rem); line-height: 0.98; }
.closing-section p { margin: 1rem 0 0; color: rgba(255,255,255,0.84); }
.button.light { margin-top: 1.6rem; background: var(--white); color: var(--blue-dark); box-shadow: none; }
.button.light:hover { background: #f4f9fc; }

.legal-layout { max-width: 850px; margin: 0 auto; padding: 5rem 2rem 6rem; }
.legal-layout > h1 { margin: 0; font-size: clamp(3.4rem, 7vw, 5.8rem); line-height: 0.95; }
.section-intro { margin: 1rem 0 0; color: var(--muted); font-size: 1.05rem; }
.legal-card { margin-top: 3.5rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.legal-card h2 { margin: 2.7rem 0 0.75rem; font-size: 2rem; line-height: 1.12; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card h3 { margin: 1.5rem 0 0.4rem; font-size: 1rem; }
.legal-card p, .legal-card li { color: var(--muted); }
.legal-card a { color: var(--blue-dark); text-underline-offset: 3px; }

.footer { border-top: 1px solid var(--line); background: var(--white); }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; max-width: 1160px; margin: 0 auto; padding: 1.65rem 2rem; color: var(--muted); font-size: 0.86rem; }
.footer-brand { font-size: 1rem; }
.footer-brand img { width: 2rem; height: 2rem; border-radius: 6px; }
.footer-links { display: flex; gap: 1.8rem; }
.footer-inner > span { justify-self: end; }

@media (prefers-reduced-motion: no-preference) {
  .reveal { animation: reveal 700ms ease both; animation-timeline: view(); animation-range: entry 10% cover 28%; }
  @keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
}

@media (max-width: 900px) {
  .nav { grid-template-columns: 1fr auto; padding: 1rem 1.25rem; }
  .nav-links { display: none; }
  .nav-cta { font-size: 0.78rem; }
  .hero { min-height: 800px; display: flex; flex-direction: column; }
  .hero-copy { width: 100%; padding: 3.6rem 1.5rem 2rem; }
  .hero-copy > p:not(.hero-note) { max-width: 540px; }
  .hero-image { position: relative; order: 2; height: 410px; object-position: 66% center; }
  .feature { padding: 0 1.5rem; }
  .toolkit-section { grid-template-columns: 1fr; gap: 3.5rem; padding: 5.5rem 2rem; }
  .toolkit-heading { position: static; }
  .values-inner { gap: 3rem; }
}

@media (max-width: 640px) {
  .brand { font-size: 1.12rem; }
  .brand img { width: 2.45rem; height: 2.45rem; }
  .nav-cta { display: none; }
  .hero { min-height: auto; }
  .hero-copy { padding-top: 3.2rem; }
  .hero h1 { max-width: 360px; font-size: 3.5rem; }
  .hero-copy > p:not(.hero-note) { font-size: 1.04rem; line-height: 1.55; }
  .hero-image { height: 360px; object-fit: cover; object-position: 66% center; }
  .features-section { padding: 4.5rem 1.5rem; }
  .section-heading { text-align: left; }
  .section-heading h2 { font-size: 2.7rem; }
  .section-heading span { margin-left: 0; }
  .feature-list { grid-template-columns: 1fr; margin-top: 2.6rem; }
  .feature { display: grid; grid-template-columns: 3.4rem 1fr; gap: 0 1rem; padding: 1.6rem 0; border-left: 0; border-top: 1px solid var(--line); }
  .feature:first-child { border-top: 0; }
  .feature svg { grid-row: 1 / 3; width: 2.8rem; height: 2.8rem; }
  .feature h3 { margin: 0; font-size: 1.6rem; }
  .feature p { margin-top: 0.4rem; }
  .toolkit-section { gap: 2.8rem; padding: 4.5rem 1.5rem; }
  .toolkit-heading h2 { font-size: 3rem; }
  .toolkit-item { grid-template-columns: 2.3rem 1fr; gap: 0.75rem; padding: 1.55rem 0; }
  .toolkit-item h3 { font-size: 1.5rem; }
  .values-section { padding: 4.5rem 1.5rem; }
  .values-inner { grid-template-columns: 1fr; }
  .values-section h2 { font-size: 2.9rem; }
  .value { grid-template-columns: 3.4rem 1fr; gap: 1rem; }
  .value svg { width: 2.8rem; height: 2.8rem; }
  .closing-inner { padding: 4.25rem 1.5rem; }
  .closing-section::after { left: 35%; }
  .closing-section h2 { font-size: 3.2rem; }
  .legal-layout { padding: 3.5rem 1.5rem 5rem; }
  .legal-layout > h1 { font-size: 3.5rem; }
  .legal-card { margin-top: 2.5rem; }
  .footer-inner { grid-template-columns: 1fr; gap: 1.2rem; padding: 1.75rem 1.5rem; }
  .footer-links { flex-wrap: wrap; gap: 0.8rem 1.3rem; }
  .footer-inner > span { justify-self: start; }
}
