:root {
  --about-ink: #21313e;
  --about-muted: #5e6973;
  --about-blue: #1488dc;
  --about-blue-soft: #eaf6ff;
  --about-orange: #fd7b03;
  --about-orange-soft: #fff1e3;
  --about-green: #17a36d;
  --about-green-soft: #e8f8f1;
  --about-yellow: #ffc400;
  --about-yellow-soft: #fff8d9;
  --about-paper: #ffffff;
  --about-line: #e5e9e6;
}

* {
  box-sizing: border-box;
}

html {
  color: var(--about-ink);
  background: var(--about-paper);
  font-family: "Nunito Sans", ui-sans-serif, system-ui, sans-serif;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: #ffffff;
}

img {
  max-width: 100%;
}

.about-header {
  display: flex;
  width: min(100% - 48px, 1180px);
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
}

.about-brand {
  display: inline-flex;
}

.about-brand img {
  display: block;
  width: 142px;
  height: auto;
}

.about-header p {
  margin: 0;
  color: #69737b;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  width: min(100% - 48px, 1180px);
  min-height: 650px;
  align-items: center;
  gap: clamp(32px, 6vw, 78px);
  margin: 0 auto;
  padding: 70px 0 96px;
}

.about-hero::before {
  position: absolute;
  z-index: -1;
  width: 540px;
  height: 540px;
  top: 22px;
  right: -24px;
  border-radius: 50%;
  background: #fff7e8;
  content: "";
}

.about-hero-copy {
  display: grid;
  justify-items: start;
}

.about-kicker {
  margin: 0 0 18px;
  color: var(--about-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.about-hero h1,
.about-section-heading h2,
.about-waterloo h2,
.about-future h2 {
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
}

.about-hero h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(52px, 7vw, 88px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.about-hero h1 span {
  color: var(--about-orange);
}

.about-hero-deck {
  max-width: 630px;
  margin: 30px 0 0;
  color: #4f5b65;
  font-size: clamp(19px, 2.3vw, 24px);
  font-weight: 650;
  line-height: 1.48;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.about-action {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #dce5eb;
  border-radius: 999px;
  padding: 11px 16px;
  background: #ffffff;
  color: #354654;
  box-shadow: 0 8px 20px rgba(35, 61, 78, 0.07);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.about-action .material-symbols-outlined {
  color: var(--about-blue);
  font-size: 20px;
}

.about-action:hover {
  border-color: rgba(20, 136, 220, 0.45);
  box-shadow: 0 12px 25px rgba(35, 61, 78, 0.12);
  transform: translateY(-2px);
}

.about-action-primary {
  border-color: var(--about-orange);
  background: var(--about-orange);
  color: #ffffff;
  box-shadow: 0 12px 25px rgba(253, 123, 3, 0.2);
}

.about-action-primary .material-symbols-outlined {
  color: #ffffff;
}

.about-action-primary:hover {
  border-color: #df6800;
  box-shadow: 0 14px 28px rgba(253, 123, 3, 0.28);
}

.about-local-note {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 34px;
  border: 1px solid rgba(20, 136, 220, 0.18);
  border-radius: 999px;
  padding: 10px 16px 10px 12px;
  background: var(--about-blue-soft);
  color: #28637e;
}

.about-local-note .material-symbols-outlined {
  color: var(--about-blue);
  font-size: 22px;
}

.about-local-note p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.about-local-note a,
.about-waterloo-copy a {
  color: inherit;
  font-weight: 900;
  text-decoration-color: rgba(20, 136, 220, 0.42);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.about-local-note a:hover,
.about-waterloo-copy a:hover {
  color: var(--about-blue);
}

.about-hero-visual {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  border: 1px solid rgba(28, 54, 70, 0.08);
  border-radius: 40px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 196, 0, 0.18) 0 13%, transparent 13.5%),
    radial-gradient(circle at 10% 85%, rgba(23, 163, 109, 0.12) 0 16%, transparent 16.5%),
    linear-gradient(145deg, #ffffff 0%, #f4faff 55%, #fffaf2 100%);
  box-shadow: 0 34px 70px rgba(35, 61, 78, 0.12);
}

.about-hero-art-header {
  position: absolute;
  z-index: 8;
  left: 28px;
  right: 28px;
  top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.about-hero-art-header img {
  width: 92px;
}

.about-hero-art-header span {
  color: #72808c;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-hero-product {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  margin: 0;
  border: 1px solid #dfe7ed;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(35, 61, 78, 0.16);
}

.about-hero-product figcaption {
  display: flex;
  min-height: 35px;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid #e7edf2;
  padding: 7px 11px;
  background: rgba(255, 255, 255, 0.96);
  color: #475563;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.about-hero-product figcaption .material-symbols-outlined {
  color: var(--about-orange);
  font-size: 17px;
}

.about-hero-product img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.about-hero-product-main {
  z-index: 5;
  width: 76%;
  left: 50%;
  top: 82px;
  transform: translateX(-50%) rotate(-0.6deg);
}

.about-hero-product-orgs {
  width: 62%;
  left: -20px;
  bottom: 24px;
  transform: rotate(-4deg);
}

.about-hero-product-programs {
  z-index: 4;
  width: 63%;
  right: -25px;
  bottom: 18px;
  transform: rotate(4deg);
}

.about-hero-wave {
  position: absolute;
  z-index: 7;
  left: -1px;
  right: -1px;
  bottom: -1px;
  display: block;
  width: calc(100% + 2px);
  height: 34px;
}

.about-hero-wave path {
  fill: #ffffff;
}

.about-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px dashed rgba(20, 136, 220, 0.28);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.about-orbit-one {
  width: 280px;
  height: 280px;
}

.about-orbit-two {
  width: 400px;
  height: 400px;
  border-color: rgba(253, 123, 3, 0.22);
}

.about-visual-mark {
  position: absolute;
  z-index: 2;
  width: 105px;
  height: 105px;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  border: 9px solid #ffffff;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(35, 61, 78, 0.2);
  transform: translate(-50%, -50%) rotate(-3deg);
}

.about-visual-mark img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.about-finder-card {
  position: absolute;
  z-index: 3;
  display: flex;
  width: 245px;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(28, 54, 70, 0.1);
  border-radius: 18px;
  padding: 15px;
  background: #ffffff;
  box-shadow: 0 18px 35px rgba(35, 61, 78, 0.13);
}

.about-finder-card strong,
.about-finder-card small {
  display: block;
}

.about-finder-card strong {
  margin-bottom: 2px;
  color: var(--about-ink);
  font-size: 16px;
  font-weight: 900;
}

.about-finder-card small {
  color: var(--about-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.about-card-icon {
  display: grid;
  flex: 0 0 43px;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 13px;
  font-size: 24px;
}

.about-finder-card-event {
  top: 60px;
  left: -18px;
  transform: rotate(-2deg);
}

.about-finder-card-event .about-card-icon {
  background: var(--about-orange-soft);
  color: var(--about-orange);
}

.about-finder-card-camp {
  top: 205px;
  right: -24px;
  transform: rotate(2.5deg);
}

.about-finder-card-camp .about-card-icon {
  background: var(--about-green-soft);
  color: var(--about-green);
}

.about-finder-card-program {
  bottom: 48px;
  left: 4px;
  transform: rotate(1.5deg);
}

.about-finder-card-program .about-card-icon {
  background: var(--about-blue-soft);
  color: var(--about-blue);
}

.about-problem,
.about-values,
.about-product-story,
.about-commitments,
.about-waterloo,
.about-future {
  width: min(100% - 48px, 1120px);
  margin: 0 auto;
}

.about-problem {
  padding: 106px 0 120px;
}

.about-product-story {
  padding: 114px 0 124px;
  border-top: 1px solid #eef1ef;
}

.about-product-story-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: end;
  gap: clamp(34px, 7vw, 90px);
}

.about-product-story-heading h2 {
  margin: 0;
  color: var(--about-ink);
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(38px, 5.4vw, 62px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.about-product-story-heading > p {
  margin: 0;
  color: var(--about-muted);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.62;
}

.about-product-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 58px;
}

.about-product-shot {
  overflow: hidden;
  margin: 0;
  border: 1px solid #e1e8ed;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 20px 45px rgba(35, 61, 78, 0.09);
}

.about-product-shot-wide {
  grid-column: 1 / -1;
}

.about-product-shot figcaption {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 22px;
}

.about-product-shot figcaption span {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 7px 11px;
  background: var(--about-blue-soft);
  color: var(--about-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.about-product-shot:nth-child(2) figcaption span {
  background: var(--about-orange-soft);
  color: var(--about-orange);
}

.about-product-shot:nth-child(3) figcaption span {
  background: var(--about-green-soft);
  color: var(--about-green);
}

.about-product-shot figcaption strong {
  color: #4a5965;
  font-size: 15px;
  text-align: right;
}

.about-product-shot-frame {
  overflow: hidden;
  border-top: 1px solid #e7edf2;
  background: #f7f9fb;
}

.about-product-shot-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.about-section-heading {
  max-width: 820px;
}

.about-section-heading h2,
.about-waterloo h2,
.about-future h2 {
  margin: 0;
  color: var(--about-ink);
  font-size: clamp(38px, 5.4vw, 62px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.about-problem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 58px;
}

.about-problem-grid article {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  border-radius: 28px;
  padding: clamp(28px, 4vw, 44px);
}

.about-problem-grid article:first-child {
  background: var(--about-blue-soft);
}

.about-problem-grid article:last-child {
  background: var(--about-orange-soft);
}

.about-number {
  display: block;
  margin-bottom: 52px;
  color: var(--about-blue);
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.about-problem-grid article:last-child .about-number {
  color: var(--about-orange);
}

.about-problem-grid h3 {
  margin: 0 0 14px;
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(26px, 3vw, 34px);
  letter-spacing: -0.04em;
}

.about-problem-grid p {
  max-width: 500px;
  margin: 0;
  color: #52616d;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.58;
}

.about-values {
  width: 100%;
  padding: 112px max(24px, calc((100% - 1120px) / 2)) 126px;
  border-top: 1px solid #eef1ef;
  border-bottom: 1px solid #eef1ef;
  background: #ffffff;
}

.about-section-heading-centred {
  margin: 0 auto;
  text-align: center;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 58px;
}

.about-value-card {
  --value-color: var(--about-blue);
  min-height: 315px;
  border: 1px solid var(--about-line);
  border-top: 5px solid var(--value-color);
  border-radius: 22px;
  padding: 28px 24px;
  background: #ffffff;
}

.about-value-card > .material-symbols-outlined {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 15px;
  background: var(--about-blue-soft);
  color: var(--value-color);
  font-size: 27px;
}

.about-value-card h3 {
  margin: 48px 0 12px;
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 21px;
  letter-spacing: -0.035em;
}

.about-value-card p {
  margin: 0;
  color: var(--about-muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.58;
}

.about-value-orange {
  --value-color: var(--about-orange);
}

.about-value-orange > .material-symbols-outlined {
  background: var(--about-orange-soft);
}

.about-value-green {
  --value-color: var(--about-green);
}

.about-value-green > .material-symbols-outlined {
  background: var(--about-green-soft);
}

.about-value-yellow {
  --value-color: #d99c00;
}

.about-value-yellow > .material-symbols-outlined {
  background: var(--about-yellow-soft);
}

.about-commitments {
  padding: 126px 0 118px;
}

.about-section-intro {
  max-width: 720px;
  margin: 26px 0 0;
  color: var(--about-muted);
  font-size: 19px;
  font-weight: 650;
  line-height: 1.58;
}

.about-commitment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 58px;
}

.about-commitment-card {
  border: 1px solid var(--about-line);
  border-radius: 28px;
  padding: clamp(28px, 4vw, 42px);
  background: #ffffff;
}

.about-commitment-families {
  box-shadow: inset 0 5px var(--about-blue);
}

.about-commitment-organizations {
  box-shadow: inset 0 5px var(--about-orange);
}

.about-commitment-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}

.about-commitment-heading > .material-symbols-outlined {
  display: grid;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 17px;
  background: var(--about-blue-soft);
  color: var(--about-blue);
  font-size: 28px;
}

.about-commitment-organizations .about-commitment-heading > .material-symbols-outlined {
  background: var(--about-orange-soft);
  color: var(--about-orange);
}

.about-commitment-heading p {
  margin: 0 0 1px;
  color: var(--about-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-commitment-heading h3 {
  margin: 0;
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 27px;
  letter-spacing: -0.04em;
}

.about-commitment-card ul {
  display: grid;
  gap: 17px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-commitment-card li {
  position: relative;
  padding-left: 30px;
  color: #52616d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.about-commitment-card li::before {
  position: absolute;
  left: 0;
  top: 0.08em;
  color: var(--about-green);
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-weight: 400;
  content: "check_circle";
}

.about-sustainability {
  display: grid;
  grid-template-columns: minmax(210px, 0.35fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 72px);
  margin-top: 22px;
  border-radius: 28px;
  padding: clamp(32px, 5vw, 54px);
  background: var(--about-green-soft);
}

.about-sustainability-label {
  align-self: start;
}

.about-sustainability-label .material-symbols-outlined {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 18px;
  background: #ffffff;
  color: var(--about-green);
  font-size: 29px;
}

.about-sustainability-label p {
  margin: 18px 0 0;
  color: #267856;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-sustainability-copy h3 {
  margin: 0;
  color: var(--about-ink);
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.about-sustainability-copy p {
  margin: 20px 0 0;
  color: #50665d;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.62;
}

.about-waterloo {
  display: grid;
  grid-template-columns: minmax(330px, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(54px, 9vw, 112px);
  padding: 132px 0;
}

.about-waterloo-map {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border-radius: 38px;
  background:
    radial-gradient(circle at 74% 22%, rgba(255, 196, 0, 0.34) 0 7%, transparent 7.4%),
    radial-gradient(circle at 22% 76%, rgba(20, 136, 220, 0.18) 0 12%, transparent 12.4%),
    #e8f8f1;
}

.about-waterloo-map::before,
.about-waterloo-map::after {
  position: absolute;
  height: 720px;
  border: 28px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  content: "";
  transform: rotate(36deg);
}

.about-waterloo-map::before {
  width: 120px;
  left: 72px;
  top: -130px;
}

.about-waterloo-map::after {
  width: 56px;
  right: 74px;
  top: -54px;
}

.about-map-ring {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  border: 2px solid rgba(23, 163, 109, 0.24);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.about-map-ring-one {
  width: 125px;
  height: 125px;
}

.about-map-ring-two {
  width: 210px;
  height: 210px;
}

.about-map-ring-three {
  width: 305px;
  height: 305px;
}

.about-map-pin {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 44%;
  color: var(--about-orange);
  font-size: 62px;
  font-variation-settings: "FILL" 1;
  transform: translate(-50%, -50%);
}

.about-map-label {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 58%;
  color: #267856;
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.12;
  text-align: center;
  transform: translateX(-50%);
}

.about-waterloo-copy > p:not(.about-kicker):not(.about-waterloo-principle) {
  margin: 24px 0 0;
  color: var(--about-muted);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.62;
}

.about-waterloo-principle {
  margin: 32px 0 0;
  border-left: 4px solid var(--about-orange);
  padding: 4px 0 4px 18px;
  color: var(--about-ink);
  font-size: 18px;
}

.about-future {
  width: min(100% - 48px, 1120px);
  margin-bottom: 110px;
  border-radius: 38px;
  padding: clamp(48px, 8vw, 88px);
  background: var(--about-ink);
  color: #ffffff;
  text-align: center;
}

.about-future .about-kicker {
  color: #67bdf9;
}

.about-future h2 {
  max-width: 820px;
  margin: 0 auto;
  color: #ffffff;
}

.about-future > p:not(.about-kicker) {
  max-width: 760px;
  margin: 26px auto 0;
  color: #d8e0e5;
  font-size: clamp(18px, 2.3vw, 22px);
  font-weight: 600;
  line-height: 1.58;
}

.about-future .about-future-closing {
  color: #ffffff;
  font-weight: 850;
}

.about-future-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 38px;
}

.about-future-actions a {
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.about-future-actions a:hover {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.13);
}

.about-future-actions .material-symbols-outlined {
  font-size: 18px;
}

.about-footer {
  display: flex;
  width: min(100% - 48px, 1120px);
  min-height: 112px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  border-top: 1px solid var(--about-line);
}

.about-footer-brand img {
  display: block;
  width: 116px;
}

.about-footer p {
  margin: 0;
  color: #717a82;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .about-hero {
    grid-template-columns: 1fr;
    padding-top: 64px;
  }

  .about-hero-copy {
    max-width: 760px;
  }

  .about-hero-visual {
    width: min(100%, 660px);
    justify-self: center;
  }

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

  .about-product-story-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .about-product-story-heading > p {
    max-width: 720px;
  }

  .about-value-card {
    min-height: 280px;
  }

  .about-waterloo {
    grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
    gap: 52px;
  }
}

@media (max-width: 720px) {
  .about-header,
  .about-hero,
  .about-problem,
  .about-product-story,
  .about-commitments,
  .about-waterloo,
  .about-future,
  .about-footer {
    width: min(100% - 36px, 1120px);
  }

  .about-header {
    min-height: 76px;
  }

  .about-brand img {
    width: 122px;
  }

  .about-header p {
    font-size: 12px;
  }

  .about-hero {
    gap: 52px;
    padding: 50px 0 76px;
  }

  .about-hero::before {
    right: -18px;
  }

  .about-hero h1 {
    font-size: clamp(46px, 14vw, 68px);
  }

  .about-hero-deck {
    font-size: 19px;
  }

  .about-local-note {
    align-items: flex-start;
    border-radius: 18px;
  }

  .about-hero-visual {
    min-height: 500px;
    border-radius: 30px;
  }

  .about-hero-art-header {
    left: 20px;
    right: 20px;
    top: 18px;
  }

  .about-hero-product-main {
    width: 88%;
    top: 72px;
  }

  .about-hero-product-orgs,
  .about-hero-product-programs {
    width: 72%;
  }

  .about-orbit-two {
    width: 330px;
    height: 330px;
  }

  .about-finder-card {
    width: 220px;
    padding: 12px;
  }

  .about-finder-card-event {
    top: 36px;
    left: -8px;
  }

  .about-finder-card-camp {
    top: 170px;
    right: -8px;
  }

  .about-finder-card-program {
    bottom: 35px;
    left: 8px;
  }

  .about-visual-mark {
    width: 88px;
    height: 88px;
    border-width: 7px;
    border-radius: 24px;
  }

  .about-problem {
    padding: 84px 0 94px;
  }

  .about-problem-grid,
  .about-product-gallery,
  .about-values-grid,
  .about-commitment-grid,
  .about-sustainability,
  .about-waterloo {
    grid-template-columns: 1fr;
  }

  .about-problem-grid {
    margin-top: 40px;
  }

  .about-product-story {
    padding: 86px 0 94px;
  }

  .about-product-gallery {
    margin-top: 42px;
  }

  .about-product-shot-wide {
    grid-column: auto;
  }

  .about-product-shot figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .about-product-shot figcaption strong {
    text-align: left;
  }

  .about-problem-grid article {
    min-height: 0;
  }

  .about-number {
    margin-bottom: 32px;
  }

  .about-values {
    padding-block: 86px 96px;
  }

  .about-commitments {
    padding: 94px 0 86px;
  }

  .about-values-grid {
    margin-top: 42px;
  }

  .about-value-card {
    min-height: 0;
  }

  .about-value-card h3 {
    margin-top: 32px;
  }

  .about-commitment-grid {
    margin-top: 42px;
  }

  .about-sustainability {
    gap: 30px;
  }

  .about-waterloo {
    gap: 48px;
    padding: 96px 0;
  }

  .about-waterloo-map {
    min-height: 390px;
  }

  .about-future {
    margin-bottom: 76px;
    border-radius: 28px;
    padding-inline: 28px;
  }
}

@media (max-width: 440px) {
  .about-hero-visual {
    min-height: 470px;
  }

  .about-hero-actions {
    display: grid;
    width: 100%;
  }

  .about-action {
    justify-content: flex-start;
  }

  .about-hero-product-main {
    width: 92%;
    top: 70px;
  }

  .about-hero-product-orgs {
    width: 78%;
    left: -26px;
  }

  .about-hero-product-programs {
    width: 80%;
    right: -30px;
  }

  .about-orbit-one {
    width: 220px;
    height: 220px;
  }

  .about-orbit-two {
    width: 300px;
    height: 300px;
  }

  .about-finder-card {
    width: calc(100% - 32px);
  }

  .about-finder-card-event,
  .about-finder-card-program {
    left: 16px;
  }

  .about-finder-card-camp {
    right: 16px;
  }

  .about-footer {
    min-height: 130px;
    flex-direction: column;
    justify-content: center;
  }
}

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