:root {
  --ink: #201713;
  --accent: #ff8b38;
  --accent-deep: #e6731f;
  --paper: #f4efe8;
  --paper-strong: #fffdf9;
  --muted: #5c524c;
  --line: rgba(32, 23, 19, 0.12);
  --hero-veil: rgba(12, 18, 24, 0.52);
  --header-bg: rgba(32, 23, 19, 0.92);
  --radius: 2px;
  --wrap: 72rem;
  --narrow: 44rem;
  --space: clamp(3.5rem, 8vw, 6.5rem);
  --font: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--paper);
}

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

a {
  color: inherit;
}

.visually-hidden {
  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: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 80;
  padding: 0.6rem 1rem;
  background: var(--accent);
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
}

.skip-link:focus {
  top: 1rem;
}

.wrap {
  width: min(calc(100% - 2.5rem), var(--wrap));
  margin-inline: auto;
}

.wrap.narrow {
  width: min(calc(100% - 2.5rem), var(--narrow));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--header-bg);
  color: #fff;
}

.header-inner {
  width: min(calc(100% - 2.5rem), var(--wrap));
  margin-inline: auto;
  min-height: 4.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.wordmark {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.92rem;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.15rem 1.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.88);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
}

.nav-cta {
  padding: 0.55rem 0.9rem;
  background: var(--accent);
  color: var(--ink) !important;
}

.nav-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.nav-toggle-bar,
.nav-toggle-bar::before,
.nav-toggle-bar::after {
  display: block;
  width: 1.25rem;
  height: 1.5px;
  background: currentColor;
  position: relative;
}

.nav-toggle-bar::before,
.nav-toggle-bar::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle-bar::before {
  top: -6px;
}

.nav-toggle-bar::after {
  top: 6px;
}

.hero {
  position: relative;
  min-height: min(100vh, 52rem);
  display: grid;
  align-items: end;
  color: #fff;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 16, 22, 0.28) 0%, var(--hero-veil) 55%, rgba(12, 16, 22, 0.72) 100%);
}

.hero-content {
  position: relative;
  width: min(calc(100% - 2.5rem), 46rem);
  margin: 0 auto 5.5rem;
}

.eyebrow,
.section-kicker,
.tagline,
.footer-tag {
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.section-kicker,
.tagline {
  color: var(--accent);
}

.hero h1,
.section h2 {
  margin: 0 0 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.15;
  color: inherit;
}

.hero h1 {
  font-size: clamp(2.6rem, 7vw, 4.6rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero .tagline {
  margin-bottom: 1.4rem;
  font-size: clamp(0.95rem, 2vw, 1.15rem);
}

.hero-lead,
.contact-lead,
.prose p,
.difference-list p {
  color: inherit;
}

.hero-lead {
  max-width: 38rem;
  margin: 0 0 1.75rem;
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.9);
}

.hero-actions,
.btn {
  display: inline-flex;
  align-items: center;
}

.hero-actions {
  gap: 0.85rem;
  flex-wrap: wrap;
}

.btn {
  justify-content: center;
  padding: 0.85rem 1.2rem;
  border: 1px solid transparent;
  text-decoration: none;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-accent {
  background: var(--accent);
  color: var(--ink);
}

.btn-accent:hover,
.btn-accent:focus-visible {
  background: var(--accent-deep);
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  border-color: #fff;
}

.section {
  padding: var(--space) 0;
}

.section h2 {
  font-size: clamp(1.8rem, 4vw, 2.55rem);
  color: var(--ink);
}

.section-goal,
.section-story,
.section-contact {
  background: var(--paper-strong);
}

.section-focus,
.section-resources {
  background: var(--paper);
}

.section-difference {
  background: var(--ink);
  color: #f6f1ea;
}

.section-difference h2,
.section-difference h3 {
  color: #fff;
}

.prose p + p {
  margin-top: 1.15rem;
}

.prose p:first-child,
.difference-list p,
.contact-lead {
  margin-top: 0;
}

.focus-grid,
.resource-list,
.contact-grid,
.story-grid {
  display: grid;
  gap: 1.5rem;
}

.focus-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2.4rem;
}

.panel,
.resource-list a,
.contact-form {
  background: var(--paper-strong);
  border: 1px solid var(--line);
}

.panel {
  padding: 1.6rem 1.5rem 1.7rem;
}

.panel h3,
.difference-list h3,
.resource-title {
  margin: 0 0 1rem;
  font-size: 1.35rem;
  font-weight: 600;
}

.panel ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.panel li + li {
  margin-top: 0.65rem;
}

.difference-list {
  display: grid;
  gap: 2.4rem;
  margin-top: 2.2rem;
}

.difference-list article {
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.difference-list p {
  max-width: 52rem;
  color: rgba(246, 241, 234, 0.86);
}

.story-grid {
  grid-template-columns: minmax(0, 22rem) minmax(0, 1fr);
  align-items: start;
  gap: 3rem;
}

.portrait img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.resource-list {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.resource-list a {
  display: block;
  padding: 1.35rem 1.4rem;
  text-decoration: none;
}

.resource-list a:hover,
.resource-list a:focus-visible {
  border-color: var(--accent);
}

.resource-title {
  display: block;
}

.resource-meta {
  color: var(--muted);
  font-size: 0.95rem;
}

.contact-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 3rem;
  align-items: start;
}

.contact-email {
  margin: 1.6rem 0 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.contact-email a,
.site-footer a {
  color: var(--accent);
  text-decoration: none;
}

.contact-email a:hover,
.site-footer a:hover {
  text-decoration: underline;
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
}

.form-intro {
  margin: 0 0 0.25rem;
  font-weight: 600;
}

.contact-form label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.optional {
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--muted);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.75rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--accent);
  outline-offset: 1px;
}

.form-status {
  margin: 0;
  color: var(--muted);
}

.site-footer {
  background: var(--ink);
  color: rgba(246, 241, 234, 0.78);
  padding: 2.4rem 0;
  text-align: center;
}

.footer-inner p {
  margin: 0.35rem 0;
}

.footer-brand {
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
}

.footer-sep {
  margin: 0 0.65rem;
}

@media (max-width: 900px) {
  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .site-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 1rem 1.25rem 1.4rem;
    background: var(--ink);
    flex-direction: column;
    align-items: flex-start;
  }

  .site-header.is-open .site-nav {
    display: flex;
  }

  .focus-grid,
  .story-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-content {
    margin-bottom: 4rem;
  }
}

@media (max-width: 600px) {
  .wrap,
  .wrap.narrow,
  .header-inner,
  .hero-content {
    width: min(calc(100% - 1.5rem), var(--wrap));
  }

  .hero {
    min-height: 100svh;
  }
}
