:root {
  --ink: #10201d;
  --ink-soft: #31413d;
  --paper: #f7f5ee;
  --mist: #e8eee9;
  --moss: #2d5a46;
  --sage: #7c9a73;
  --rust: #b85b2c;
  --sky: #4d7893;
  --line: rgba(16, 32, 29, 0.16);
  --shadow: 0 24px 70px rgba(16, 32, 29, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 10px clamp(18px, 4vw, 50px);
  background: rgba(247, 245, 238, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 360px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.15;
  text-decoration: none;
}

.brand-symbol {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a,
.menu-toggle {
  padding: 10px 13px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--ink-soft);
  background: transparent;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 680;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.42);
}

.site-nav .nav-cta {
  color: #fff;
  background: var(--ink);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: calc(100svh - 76px);
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: clamp(28px, 5vw, 72px);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 16, 14, 0.82), rgba(7, 16, 14, 0.44) 46%, rgba(7, 16, 14, 0.08)),
    linear-gradient(0deg, rgba(7, 16, 14, 0.72), transparent 42%);
}

.hero-content {
  position: relative;
  width: min(900px, 100%);
  color: white;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--rust);
  font-size: 0.75rem;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f0b46e;
}

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

h1,
h2,
h3 {
  line-height: 1.03;
}

h1 {
  max-width: 940px;
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 6.2vw, 5.8rem);
  font-weight: 500;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.4vw, 3.45rem);
  font-weight: 500;
}

h3 {
  font-size: 1.35rem;
}

.hero-copy {
  max-width: 680px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
}

.hero-actions,
.cta-band {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 780;
  text-decoration: none;
}

.button.primary {
  color: #fff;
  background: var(--rust);
}

.button.secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.09);
}

.intro-section,
.services-preview,
.split-section,
.evidence-section,
.cta-band,
.page-hero,
.service-detail-list,
.image-band,
.publication-list,
.news-grid,
.insight-filters,
.signup-band,
.article-page,
.resource-grid,
.contact-hero {
  padding: clamp(64px, 9vw, 126px) clamp(18px, 5vw, 72px);
}

.team-section {
  padding: clamp(56px, 8vw, 108px) clamp(18px, 5vw, 72px);
}

.team-section.muted {
  background: var(--mist);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.team-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(16, 32, 29, 0.07);
}

.team-portrait {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  color: #fff;
  background: var(--moss);
  font-weight: 850;
  letter-spacing: 0.08em;
}

.team-card h3 {
  margin-bottom: 8px;
}

.team-card p {
  color: var(--ink-soft);
}

.team-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.team-links a {
  color: var(--rust);
  font-weight: 800;
  text-decoration-color: var(--rust);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px;
}

.board-grid article {
  display: grid;
  gap: 8px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.board-grid span {
  color: var(--ink-soft);
}

.partner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.partner-list span {
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  background: #fff;
  font-weight: 760;
}

.intro-section {
  padding-bottom: clamp(34px, 5vw, 64px);
}

.services-preview {
  padding-top: clamp(34px, 5vw, 64px);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.85fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: start;
}

.intro-grid p,
.page-hero p,
.split-copy p,
.image-band p,
.contact-hero p {
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.85fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: center;
  margin-bottom: 34px;
}

.section-heading > p {
  max-width: 520px;
  margin-bottom: 8px;
  color: var(--ink-soft);
  font-size: 1.04rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.service-card,
.news-grid article,
.contact-panel {
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(16, 32, 29, 0.07);
}

.service-card span {
  display: inline-block;
  margin-bottom: 42px;
  color: var(--sky);
  font-weight: 850;
}

.service-card p,
.news-grid p,
.publication-list span {
  color: var(--ink-soft);
}

.service-card a {
  font-weight: 800;
  text-decoration-color: var(--rust);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.text-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--ink);
  font-weight: 800;
  text-decoration-color: var(--rust);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  background: var(--mist);
}

.split-section.reversed {
  background: var(--paper);
}

.split-media img,
.image-band img {
  width: 100%;
  min-height: 420px;
  max-height: 640px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 24px;
  color: var(--ink-soft);
}

.check-list li::before {
  position: absolute;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 8px;
  background: var(--sage);
  border-radius: 50%;
}

.evidence-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.75fr);
  gap: 42px;
  background: var(--ink);
  color: #fff;
}

.evidence-list {
  display: grid;
  gap: 14px;
}

.evidence-list a {
  display: grid;
  gap: 8px;
  padding: 22px 0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  text-decoration: none;
}

.evidence-list span {
  color: rgba(255, 255, 255, 0.72);
}

.mini-signup-form {
  display: grid;
  gap: 8px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.mini-signup-form label {
  color: #f0b46e;
  font-size: 0.75rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mini-signup-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.mini-signup-row input {
  min-width: 0;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
}

.mini-signup-row input::placeholder {
  color: rgba(255, 255, 255, 0.56);
}

.mini-signup-row button {
  min-height: 42px;
  padding: 10px 14px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--rust);
  font: inherit;
  font-weight: 780;
}

.cta-band {
  justify-content: space-between;
  background: var(--moss);
  color: #fff;
}

.cta-band h2 {
  max-width: 820px;
}

.page-hero {
  padding-top: clamp(40px, 6vw, 76px);
  padding-bottom: clamp(40px, 6vw, 76px);
  background: linear-gradient(135deg, var(--mist), var(--paper) 70%);
}

.page-hero.compact {
  padding-top: clamp(36px, 5vw, 68px);
  padding-bottom: clamp(26px, 3.5vw, 44px);
}

.photo-hero {
  min-height: clamp(270px, 34vw, 430px);
  display: grid;
  align-content: end;
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 16, 14, 0.82), rgba(7, 16, 14, 0.48) 54%, rgba(7, 16, 14, 0.16)),
    linear-gradient(0deg, rgba(7, 16, 14, 0.74), rgba(7, 16, 14, 0.12) 58%),
    var(--hero-image, url("assets/hero-landscape.jpg"));
  background-position: center;
  background-size: cover;
}

.photo-hero.hero-field {
  --hero-image: url("assets/field-work.jpg");
}

.photo-hero.hero-landscape {
  --hero-image: url("assets/field-work.jpg");
}

.photo-hero.hero-services {
  --hero-image: url("assets/hero-services.jpg");
}

.photo-hero.hero-genomics {
  --hero-image: url("assets/hero-genomics.jpg");
}

.photo-hero.hero-seedlings {
  --hero-image: url("assets/seedlings.jpg");
}

.photo-hero.hero-seed-sourcing {
  --hero-image: url("assets/hero-seed-sourcing.jpg");
}

.photo-hero.hero-management {
  --hero-image: url("assets/hero-management.jpg");
}

.photo-hero.hero-gea {
  --hero-image: url("assets/hero-gea.jpg");
}

.photo-hero.hero-rare-species {
  --hero-image: url("assets/hero-rare-species.jpg");
}

.photo-hero.hero-desert {
  --hero-image: url("assets/desert-detail.jpg");
}

.photo-hero.hero-about {
  --hero-image: url("assets/about-landscape.jpg");
}

.photo-hero.hero-team {
  --hero-image: url("assets/hero-team.jpg");
}

.photo-hero.hero-publications {
  --hero-image: url("assets/hero-publications.jpg");
}

.photo-hero.hero-insights {
  --hero-image: url("assets/hero-insights.jpg");
}

.photo-hero.hero-thanks {
  --hero-image: url("assets/hero-thanks.jpg");
}

.photo-hero.hero-contact {
  --hero-image: url("assets/hero-contact.jpg");
}

.photo-hero .eyebrow {
  color: #f0b46e;
}

.page-hero.photo-hero h1,
.contact-hero.photo-hero h1 {
  color: #fff;
}

.page-hero.photo-hero p,
.contact-hero.photo-hero p {
  color: rgba(255, 255, 255, 0.88);
}

.contact-hero.photo-hero .contact-panel span {
  color: #f0b46e;
}

.contact-hero.photo-hero .contact-panel a {
  color: var(--ink);
}

.contact-hero.photo-hero .contact-panel p {
  color: var(--ink-soft);
}

.hero-signup-form {
  display: grid;
  gap: 8px;
  width: min(420px, 100%);
  margin-top: 20px;
}

.hero-signup-form label {
  color: #f0b46e;
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-signup-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.hero-signup-row input {
  min-width: 0;
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  font: inherit;
  font-size: 0.92rem;
}

.hero-signup-row input::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.hero-signup-row button {
  min-height: 40px;
  padding: 9px 13px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--rust);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 780;
}

.page-hero h1,
.contact-hero h1 {
  color: var(--ink);
  font-size: clamp(2.35rem, 4.8vw, 4.9rem);
}

.page-hero p {
  max-width: 760px;
}

.service-detail-list {
  display: grid;
  gap: 0;
  padding-top: clamp(34px, 5vw, 64px);
}

.detail-row {
  display: grid;
  grid-template-columns: minmax(230px, 0.62fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  padding: 38px 0;
  border-top: 1px solid var(--line);
}

.detail-row:last-child {
  border-bottom: 1px solid var(--line);
}

.image-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 0.72fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  background: #fff;
}

.service-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.42fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
  padding: clamp(34px, 5vw, 64px) clamp(18px, 5vw, 72px) clamp(56px, 8vw, 108px);
}

.service-main {
  display: grid;
  gap: 44px;
}

.service-main section {
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.service-main h2 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(1.65rem, 2.8vw, 2.8rem);
}

.service-main p {
  max-width: 760px;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.publication-mini-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.publication-mini-list li {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.publication-mini-list a {
  color: var(--rust);
  font-weight: 820;
  text-decoration-color: var(--rust);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.service-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 18px;
}

.sidebar-card {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(16, 32, 29, 0.07);
}

.sidebar-card h2 {
  margin-bottom: 16px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 850;
}

.sidebar-card ul {
  display: grid;
  gap: 10px;
  padding-left: 18px;
  margin: 0;
  color: var(--ink-soft);
}

.service-nav-list {
  display: grid;
  gap: 10px;
}

.service-nav-list a {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-weight: 760;
  text-decoration: none;
}

.service-nav-list a[aria-current="page"] {
  color: var(--rust);
}

.publication-list {
  display: grid;
  gap: 42px;
  padding-top: clamp(34px, 5vw, 64px);
}

.publication-group {
  display: grid;
  gap: 0;
}

.publication-list h2 {
  margin: 0 0 6px;
  font-size: clamp(1.55rem, 2.2vw, 2.2rem);
}

.publication-item {
  display: grid;
  gap: 5px;
  max-width: 1040px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  font-size: 0.94rem;
}

.publication-item:last-child {
  border-bottom: 1px solid var(--line);
}

.publication-title {
  color: var(--rust);
  font-weight: 820;
  text-decoration-color: var(--rust);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.publication-authors {
  color: var(--ink-soft);
}

.publication-item span {
  color: var(--ink-soft);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding-top: clamp(34px, 5vw, 64px);
}

.insight-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: clamp(24px, 3vw, 36px);
  padding-bottom: 0;
}

.signup-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.7fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding-top: clamp(36px, 5vw, 64px);
  padding-bottom: clamp(36px, 5vw, 64px);
  background: var(--ink);
  color: #fff;
}

.signup-band h2 {
  max-width: 620px;
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.signup-band p {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.signup-form {
  display: grid;
  gap: 12px;
}

.signup-form label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 780;
}

.signup-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.signup-row input {
  min-width: 0;
  min-height: 50px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
}

.signup-row input::placeholder {
  color: rgba(255, 255, 255, 0.56);
}

.form-honey {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.insight-filters span,
.category-label {
  display: inline-flex;
  width: fit-content;
  color: var(--rust);
  font-size: 0.75rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.insight-filters span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
}

.featured-insight {
  grid-column: 1 / -1;
}

.news-grid h2 a {
  text-decoration-color: var(--rust);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.news-grid time {
  display: block;
  margin-top: 8px;
  color: var(--rust);
  font-weight: 800;
  font-size: 0.86rem;
}

.news-grid h2 {
  margin-top: 20px;
  font-size: clamp(1.55rem, 2.5vw, 2.5rem);
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-top: clamp(34px, 5vw, 64px);
}

.resource-grid article {
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(16, 32, 29, 0.07);
}

.resource-grid h2 {
  margin-top: 18px;
  font-size: clamp(1.45rem, 2.3vw, 2.2rem);
}

.resource-grid p {
  color: var(--ink-soft);
}

.article-page {
  display: grid;
  grid-template-columns: minmax(0, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(28px, 6vw, 78px);
}

.article-header {
  position: sticky;
  top: 104px;
  align-self: start;
}

.article-header h1 {
  font-size: clamp(2.2rem, 4.8vw, 4.6rem);
}

.article-byline {
  color: var(--ink-soft);
  font-weight: 780;
}

.article-body {
  max-width: 820px;
  padding-top: 8px;
}

.article-body p {
  color: var(--ink-soft);
  font-size: 1.12rem;
  line-height: 1.72;
}

.article-note {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-weight: 760;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  min-height: auto;
  padding-top: clamp(48px, 7vw, 86px);
  padding-bottom: clamp(48px, 7vw, 86px);
}

.contact-panel {
  display: grid;
  gap: 10px;
}

.contact-panel span {
  color: var(--rust);
  font-size: 0.75rem;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-panel a {
  margin-bottom: 22px;
  font-size: 1.2rem;
  font-weight: 780;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 22px;
  align-items: center;
  padding: 28px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.74);
  background: #07100e;
}

.site-footer strong,
.site-footer a {
  color: #fff;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 880px) {
  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px 18px 20px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }

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

  .site-nav a {
    border-radius: 8px;
  }

  .intro-grid,
  .section-heading,
  .service-grid,
  .split-section,
  .evidence-section,
  .detail-row,
  .image-band,
  .service-page-grid,
  .news-grid,
  .signup-band,
  .article-page,
  .resource-grid,
  .team-grid,
  .board-grid,
  .contact-hero,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 760px;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(7, 16, 14, 0.78), rgba(7, 16, 14, 0.3)),
      linear-gradient(90deg, rgba(7, 16, 14, 0.76), transparent);
  }

  .service-card span {
    margin-bottom: 22px;
  }

  .service-sidebar {
    position: static;
  }

  .article-header {
    position: static;
  }

  .signup-row {
    grid-template-columns: 1fr;
  }

  .mini-signup-row {
    grid-template-columns: 1fr;
  }

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

  .split-media img,
  .image-band img {
    min-height: 300px;
  }
}

@media (max-width: 560px) {
  .brand span {
    max-width: 190px;
  }

  .brand-symbol {
    flex-basis: 54px;
    width: 54px;
    height: 54px;
  }

  .site-header {
    min-height: 70px;
  }

  .hero {
    min-height: 690px;
    padding: 24px 18px;
  }

  h1 {
    font-size: 2.55rem;
  }

  .page-hero h1,
  .contact-hero h1 {
    font-size: 2.25rem;
  }

  .button {
    width: 100%;
  }
}
