:root {
  color: #17221e;
  background: #f5f7f4;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { margin: 0; }

a { color: inherit; }

.site-header {
  align-items: center;
  background: #f5f7f4;
  border-bottom: 1px solid #d7ddd8;
  display: flex;
  justify-content: space-between;
  min-height: 68px;
  padding: 0 5vw;
}

.brand {
  font-size: 1.1rem;
  font-weight: 760;
  letter-spacing: 0;
  text-decoration: none;
}

.brand span { color: #d45d43; }

nav { display: flex; gap: 1.5rem; }

nav a {
  color: #4e5b53;
  font-size: 0.9rem;
  text-decoration: none;
}

nav a:hover, nav a[aria-current="page"] { color: #17221e; text-decoration: underline; text-underline-offset: 0.3rem; }

.hero {
  min-height: 670px;
  overflow: hidden;
  position: relative;
}

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

.hero-shade {
  background: rgba(245, 247, 244, 0.36);
  inset: 0;
  position: absolute;
}

.hero-content {
  left: 5vw;
  max-width: 590px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.eyebrow {
  color: #4f7666;
  font-size: 0.75rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

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

h1, h2, h3 { letter-spacing: 0; }

.hero h1 { font-size: clamp(4rem, 9vw, 8.5rem); font-weight: 720; line-height: 0.88; margin-bottom: 1.5rem; }

.hero-copy { font-size: 1.3rem; line-height: 1.5; max-width: 33rem; }

.text-link { font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 0.4rem; }

.overview, .principles, .notice, .legal-page { padding: 7rem 5vw; }

.overview { align-items: start; display: grid; gap: 4rem; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }

.overview h2, .principles h2, .notice h2 { font-size: clamp(2rem, 4vw, 4rem); font-weight: 650; line-height: 1.02; margin: 0; max-width: 17ch; }

.overview > p { color: #4e5b53; font-size: 1.2rem; line-height: 1.65; margin: 1.9rem 0 0; max-width: 38rem; }

.principles { background: #dde8e0; }

.section-heading { margin-bottom: 3.5rem; }

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

.principle-grid article { background: #f5f7f4; min-height: 245px; padding: 2rem; }

.number { color: #d45d43; font-size: 0.78rem; font-weight: 760; }

.principle-grid h3 { font-size: 1.35rem; margin: 3rem 0 0.8rem; }

.principle-grid p { color: #4e5b53; line-height: 1.55; }

.notice { background: #17221e; color: #f5f7f4; }

.notice .eyebrow { color: #f4a18d; }

.notice p:last-child { color: #cad5ce; line-height: 1.65; margin: 2rem 0 0; max-width: 45rem; }

.legal-links { border-top: 1px solid #d7ddd8; }

.legal-links a { align-items: center; border-bottom: 1px solid #d7ddd8; display: flex; font-size: clamp(2rem, 5vw, 5rem); font-weight: 650; justify-content: space-between; padding: 2.3rem 5vw; text-decoration: none; }

.legal-links a:hover { background: #e9eeea; }

.site-footer { color: #4e5b53; display: flex; font-size: 0.82rem; gap: 1rem; justify-content: space-between; padding: 2rem 5vw; }

.site-footer a { text-underline-offset: 0.25rem; }

.legal-page { margin: 0 auto; max-width: 1080px; }

.legal-header { border-bottom: 1px solid #d7ddd8; padding-bottom: 4rem; }

.legal-header h1 { font-size: clamp(3rem, 6vw, 6rem); font-weight: 680; line-height: 0.94; margin-bottom: 1.5rem; }

.legal-header > p:last-child { color: #4e5b53; font-size: 1.15rem; line-height: 1.5; max-width: 38rem; }

.legal-copy { margin: 4rem 0 0; max-width: 720px; }

.legal-copy h2 { font-size: 1.35rem; font-weight: 720; margin: 2.7rem 0 0.8rem; }

.legal-copy p { color: #3e4b43; line-height: 1.75; }

.legal-copy a { color: #315f50; text-underline-offset: 0.2rem; }

@media (max-width: 720px) {
  .site-header { align-items: flex-start; flex-direction: column; gap: 1rem; padding: 1.2rem 1.25rem; }
  nav { gap: 1rem; }
  .hero { min-height: 620px; }
  .hero-content { left: 1.25rem; right: 1.25rem; }
  .hero h1 { font-size: clamp(3.5rem, 18vw, 5.5rem); }
  .hero-copy { font-size: 1.1rem; }
  .overview, .principles, .notice, .legal-page { padding: 4.5rem 1.25rem; }
  .overview { gap: 1.75rem; grid-template-columns: 1fr; }
  .principle-grid { grid-template-columns: 1fr; }
  .site-footer { align-items: flex-start; flex-direction: column; padding: 1.5rem 1.25rem; }
  .legal-links a { font-size: 2rem; padding: 1.8rem 1.25rem; }
}
