﻿.site-nav a.active {
  color: var(--green);
}

.about-hero {
  height: 330px;
}

.about-hero::before {
  background: linear-gradient(90deg, rgba(251, 248, 240, 0.96) 0%, rgba(248, 244, 230, 0.92) 35%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%);
}

.about-hero .hero-media {
  left: 0;
  right: 0;
  height: 330px;
  background-image: url("assets/site-images/about-hero-background-768w.jpg");
  background-image: image-set(
    url("assets/site-images/about-hero-background-768w.webp") type("image/webp"),
    url("assets/site-images/about-hero-background-768w.jpg") type("image/jpeg")
  );
  background-size: cover;
  background-position: center;
}

@media (min-width: 900px) {
  .about-hero .hero-media {
    background-image: url("assets/site-images/about-hero-background-1280w.jpg");
    background-image: image-set(
      url("assets/site-images/about-hero-background-1280w.webp") type("image/webp"),
      url("assets/site-images/about-hero-background-1280w.jpg") type("image/jpeg")
    );
  }
}

@media (min-width: 1500px) {
  .about-hero .hero-media {
    background-image: url("assets/site-images/about-hero-background-1920w.jpg");
    background-image: image-set(
      url("assets/site-images/about-hero-background-1920w.webp") type("image/webp"),
      url("assets/site-images/about-hero-background-1920w.jpg") type("image/jpeg")
    );
  }
}

.about-hero .hero-media::after {
  display: none;
}

.about-hero .hero-copy {
  width: 404px;
  padding-top: 28px;
}

.about-hero .hero-copy h1 {
  margin-bottom: 16px;
  color: var(--text);
  font-size: 37px;
  line-height: 1.04;
}

.about-hero-lead {
  width: 324px;
  margin-bottom: 18px;
  color: var(--green-dark);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.32;
}

.about-hero-body {
  width: 348px;
  margin-bottom: 0;
  color: var(--text);
  font-size: 10px;
  line-height: 1.58;
}

.about-hero-features {
  width: 534px;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  bottom: 24px;
}

.about-hero-features .hero-feature {
  align-items: center;
}

.about-hero-features .hero-feature strong {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
}

.about-hero-features .hero-feature span:last-child {
  display: block;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.45;
}

.story-band,
.journey-band,
.values-band,
.team-band,
.support-band,
.about-cta-band {
  padding: 10px 0 12px;
}

.proof-band,
.craft-band {
  padding: 12px 0;
}

.story-grid {
  display: grid;
  grid-template-columns: 318px 1fr 236px;
  gap: 12px;
  align-items: stretch;
}

.story-copy h2,
.journey-intro h2,
.values-header h2,
.proof-intro h2,
.team-header h2,
.craft-intro h2,
.support-copy h2,
.about-cta-panel h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.08;
}

.story-copy p:not(.eyebrow),
.story-side-card p,
.journey-item span,
.value-card p,
.proof-metric span,
.team-side p,
.craft-intro p,
.craft-card p,
.support-copy p,
.support-list span,
.about-cta-panel p {
  font-size: 8px;
  line-height: 1.58;
}

.story-copy p:not(.eyebrow) {
  margin: 0 0 12px;
  color: #d2d8d3;
}

.story-copy .btn {
  margin-top: 10px;
  min-width: 160px;
  font-size: 9px;
}

.story-media {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.story-media img {
  width: 100%;
  height: 216px;
  object-fit: cover;
  object-position: center;
}

.story-side {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.story-side-card,
.team-side,
.contact-info-card {
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 0;
  border-radius: 0;
  background: linear-gradient(180deg, #0b100d 0%, #080c09 100%);
}

.story-side-card + .story-side-card {
  border-top: 0;
}

.story-side-card h3,
.team-side h3 {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 12px;
  text-transform: uppercase;
}

.story-side-card p,
.team-side p {
  margin: 0;
  color: #d5dbd6;
}

.journey-grid {
  display: grid;
  grid-template-columns: 176px repeat(6, 1fr);
  gap: 12px;
  align-items: start;
}

.journey-item {
  min-height: 88px;
  padding-top: 34px;
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.journey-item strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 14px;
  line-height: 1;
}

.journey-item span {
  display: block;
  color: #d4dad5;
}

.values-header,
.team-header,
.craft-intro,
.support-copy {
  margin-bottom: 12px;
}

.values-layout {
  display: block;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}

.value-card {
  position: relative;
  min-height: 140px;
  padding: 14px 12px 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.value-card:first-child {
  border-left: 0;
}

.value-card__icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 14px;
  object-fit: contain;
}

.value-card strong,
.proof-metric strong,
.craft-card strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 11px;
}

.value-card p {
  margin: 0;
  color: #d0d7d1;
}

.values-showcase {
  display: none;
}

.proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  grid-template-areas:
    "intro side"
    "metrics side";
  gap: 20px 24px;
  align-items: start;
}

.proof-intro h2,
.craft-intro h2 {
  color: #111711;
}

.proof-metrics {
  grid-area: metrics;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  min-width: 0;
}

.proof-metric {
  position: relative;
  min-height: 114px;
  padding: 0 14px 0 18px;
  border-left: 1px solid #d7ddd7;
}

.proof-metric:first-child {
  border-left: 0;
  padding-left: 0;
}

.proof-metric__icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 14px;
  object-fit: contain;
}

.proof-intro {
  grid-area: intro;
  padding-top: 2px;
}

.proof-intro h2 {
  margin: 0;
  max-width: none;
  font-size: 27px;
  line-height: 1.05;
  white-space: nowrap;
}

.proof-metric strong,
.proof-metric span,
.craft-intro p,
.craft-card p {
  color: #1d251f !important;
}

.proof-metric strong {
  margin-bottom: 6px;
  color: #111711 !important;
  font-size: 7px;
  line-height: 1.2;
  white-space: nowrap;
}

.proof-metric span {
  display: block;
  max-width: 116px;
  color: #374139;
  font-size: 7px;
  line-height: 1.45;
}

.proof-side {
  grid-area: side;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 136px;
  gap: 12px;
  align-items: stretch;
  min-height: 174px;
}

.proof-side img {
  width: 100%;
  height: 100%;
  min-height: 174px;
  object-fit: cover;
  border-radius: 4px;
}

.proof-stats {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 12px;
  min-height: 174px;
}

.proof-stats article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding: 14px 16px 12px;
  border-radius: 4px;
  color: #ffffff;
  background: #22292d;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.proof-stats strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 27px;
  line-height: 0.95;
}

.proof-stats article strong {
  color: #ffffff;
}

.proof-stats span {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 7px;
  line-height: 1.5;
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr 252px;
  gap: 12px;
}

.team-header {
  grid-column: 1 / -1;
}

.team-cards {
  grid-column: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.team-side {
  grid-column: 2;
}

.team-card {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  background: linear-gradient(180deg, #121715 0%, #0c110f 100%);
}

.team-avatar {
  display: block;
  width: 100%;
  height: 166px;
  margin-bottom: 12px;
  border-radius: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  box-shadow: none;
}

.team-avatar--jason {
  background-image: url("assets/site-images/about-team-jason.jpg");
}

.team-avatar--megan {
  background-image: url("assets/site-images/about-team-megan.jpg");
}

.team-avatar--daniel {
  background-image: url("assets/site-images/about-team-daniel.jpg");
}

.team-avatar--patrick {
  background-image: url("assets/site-images/about-team-patrick.jpg");
}

.team-card strong,
.team-card p {
  color: #ffffff;
}

.team-card p {
  margin: 4px 0 0;
  font-size: 8px;
}

.team-side .btn {
  margin-top: 12px;
  min-width: 146px;
  font-size: 9px;
}

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

.craft-intro .btn {
  margin-top: 12px;
  min-width: 176px;
  font-size: 9px;
}

.craft-card {
  padding-bottom: 4px;
}

.craft-media {
  width: 100%;
  height: 118px;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #dce3db;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.craft-media--design {
  background-image: url("assets/site-images/about-craft-design.jpg");
}

.craft-media--manufacturing {
  background-image: url("assets/site-images/about-craft-manufacturing.jpg");
}

.craft-media--qa {
  background-image: url("assets/site-images/about-craft-qa.jpg");
}

.support-grid {
  display: grid;
  grid-template-columns: 222px 1fr 248px;
  gap: 12px;
  align-items: center;
}

.support-map {
  height: 176px;
  border-radius: 0;
  border: 0 !important;
  box-shadow: none !important;
  background-image: url("assets/site-images/about-world-map.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

.support-list article {
  position: relative;
  padding-left: 67px;
}

.support-list__icon {
  position: absolute;
  top: 0;
  left: 35px;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.support-list article strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 11px;
}

.support-list article span {
  display: block;
  color: #d4dad5;
}

.about-cta-panel {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 26px 16px 28px;
  border-top: 1px solid rgba(102, 125, 83, 0.16);
  border-bottom: 1px solid rgba(102, 125, 83, 0.16);
  background:
    linear-gradient(180deg, rgba(251, 248, 239, 0.82), rgba(247, 243, 231, 0.82)),
    url("assets/site-images/shared-grow-scene-640w.jpg");
  background:
    linear-gradient(180deg, rgba(251, 248, 239, 0.82), rgba(247, 243, 231, 0.82)),
    image-set(
      url("assets/site-images/shared-grow-scene-640w.webp") type("image/webp"),
      url("assets/site-images/shared-grow-scene-640w.jpg") type("image/jpeg")
    );
  background-position: center;
  background-size: cover;
}

@media (min-width: 900px) {
  .about-cta-panel {
    background:
      linear-gradient(180deg, rgba(251, 248, 239, 0.82), rgba(247, 243, 231, 0.82)),
      url("assets/site-images/shared-grow-scene-960w.jpg");
    background:
      linear-gradient(180deg, rgba(251, 248, 239, 0.82), rgba(247, 243, 231, 0.82)),
      image-set(
        url("assets/site-images/shared-grow-scene-960w.webp") type("image/webp"),
        url("assets/site-images/shared-grow-scene-960w.jpg") type("image/jpeg")
      );
  }
}

@media (min-width: 1500px) {
  .about-cta-panel {
    background:
      linear-gradient(180deg, rgba(251, 248, 239, 0.82), rgba(247, 243, 231, 0.82)),
      url("assets/site-images/shared-grow-scene-1400w.jpg");
    background:
      linear-gradient(180deg, rgba(251, 248, 239, 0.82), rgba(247, 243, 231, 0.82)),
      image-set(
        url("assets/site-images/shared-grow-scene-1400w.webp") type("image/webp"),
        url("assets/site-images/shared-grow-scene-1400w.jpg") type("image/jpeg")
      );
  }
}

.about-cta-panel h2 {
  color: var(--text);
}

.about-cta-panel p {
  margin: 0;
  color: var(--muted);
}

.about-cta-panel .btn {
  min-width: 176px;
  font-size: 9px;
}

.about-footer .footer-inner {
  grid-template-columns: 206px 106px 112px 94px 92px 1fr;
}

@media (max-width: 1366px) {
  .story-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .story-copy {
    grid-column: 1;
  }

  .story-media {
    grid-column: 2;
  }

  .story-side {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-left: 0;
    border-top: 1px solid rgba(126, 144, 109, 0.16);
  }

  .values-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .proof-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "intro"
      "metrics"
      "media"
      "side";
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-side {
    grid-column: auto;
  }

  .craft-grid {
    grid-template-columns: minmax(0, 1fr) repeat(3, minmax(0, 1fr));
  }

  .support-grid {
    grid-template-columns: 200px minmax(0, 1fr);
  }

  .support-list {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1100px) {
  .story-grid,
  .values-layout,
  .craft-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .story-side {
    grid-template-columns: 1fr;
  }

  .values-grid,
  .proof-metrics,
  .team-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .about-hero,
  .about-hero .hero-inner {
    height: auto;
    min-height: 0;
  }

  .about-hero .hero-copy,
  .about-hero .hero-copy h1,
  .about-hero-lead,
  .about-hero-body {
    width: auto;
  }

  .about-hero-features,
  .story-grid,
  .journey-grid,
  .values-layout,
  .values-grid,
  .proof-grid,
  .proof-metrics,
  .proof-side,
  .team-grid,
  .team-cards,
  .craft-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .story-side {
    border-left: 0;
  }

  .story-side-card,
  .journey-item,
  .value-card,
  .proof-metric {
    border-left: 0;
    border-right: 0;
    padding-left: 0;
  }

  .values-showcase {
    min-height: 120px;
    background-position: center;
  }

  .team-header,
  .team-cards,
  .team-side {
    grid-column: auto;
  }
}

@media (max-width: 800px) {
  .story-grid,
  .proof-grid,
  .support-grid {
    gap: 18px;
  }

  .story-media img,
  .proof-side img,
  .craft-card img {
    height: 190px;
    min-height: 0;
  }

  .journey-grid {
    gap: 10px;
  }

  .value-card {
    min-height: 0;
    padding: 16px 0;
  }

  .proof-intro h2 {
    white-space: normal;
  }

  .proof-metric {
    min-height: 0;
    padding: 14px 0;
    border-top: 1px solid #d7ddd7;
  }

  .proof-metric:first-child {
    border-top: 0;
  }

  .proof-metric strong {
    font-size: 14px;
  }

  .proof-metric span {
    max-width: none;
    font-size: 13px;
  }

  .proof-side {
    min-height: 0;
  }

  .proof-stats {
    min-height: 0;
  }

  .team-avatar {
    height: 220px;
  }

  .support-map {
    height: 190px;
  }

  .support-list {
    gap: 18px;
  }

  .support-list article {
    padding-left: 38px;
  }

  .support-list__icon {
    left: 0;
  }
}

.craft-card-group {
  display: contents;
}
