@font-face {
  font-family: "BGH Glancyr";
  src: url("../brand/fonts/Glancyr-Variable-VF.woff2") format("woff2"),
       url("../brand/fonts/Glancyr-Variable-VF.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "BGH Avenir";
  src: url("../brand/fonts/Avenir-Book.woff2") format("woff2"),
       url("../brand/fonts/Avenir-Book.ttf") format("truetype");
  font-display: swap;
}

:root {
  --about-paper: #fbf7ef;
  --about-cream: #f7efe3;
  --about-line: rgba(109, 15, 77, 0.18);
  --about-maroon: #6d0f4d;
  --about-plum: #4d0c35;
  --about-orange: #ed5524;
  --about-green: #164f3b;
  --about-gold: #d8b875;
  --about-ink: #1d1715;
  --about-muted: rgba(29, 23, 21, 0.68);
  --about-shadow: 0 30px 80px rgba(72, 38, 18, 0.13);
  --about-display: "BGH Glancyr", "Libre Bodoni", Georgia, serif;
  --about-sans: "BGH Avenir", "Avenir Next", Avenir, system-ui, sans-serif;
}

html {
  scroll-behavior: smooth;
}

.about-page-redesign {
  background: var(--about-paper);
  color: var(--about-ink);
  font-family: var(--about-sans);
  overflow-x: hidden;
}

.about-page-redesign * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.about-page-redesign img {
  max-width: 100%;
  display: block;
}

.about-page-redesign .scroll-progress {
  display: none;
}

.about-page-redesign .nav-wrap {
  background: transparent !important;
  border-bottom-color: transparent !important;
  box-shadow: none !important;
  color: var(--about-ink);
}

.about-page-redesign .nav-wrap.scrolled {
  background: rgba(251, 247, 239, 0.86) !important;
  border-bottom-color: transparent !important;
  box-shadow: none !important;
  color: var(--about-ink);
}

.about-page-redesign .nav-link {
  color: var(--about-ink);
  font-family: var(--font-body) !important;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em !important;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-page-redesign .nav-wrap .btn {
  font-family: var(--font-body) !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase;
}

.about-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 40px);
  padding: 24px clamp(24px, 4vw, 70px) 0;
  color: var(--about-ink);
}

.about-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: var(--about-maroon);
  text-decoration: none;
  line-height: 0.82;
}

.about-logo img {
  width: auto;
  height: 46px;
}

.about-nav-collapse {
  flex: 1;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 40px);
}

.about-logo span {
  font-size: clamp(44px, 4.8vw, 72px);
  font-weight: 900;
  letter-spacing: 0;
}

.about-logo i {
  position: absolute;
  width: 18px;
  height: 18px;
  right: -17px;
  top: 0;
  border-top: 7px solid var(--about-orange);
  border-right: 7px solid var(--about-orange);
}

.about-logo small {
  margin-top: 7px;
  color: var(--about-orange);
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}

.about-nav-links {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.2vw, 44px);
  min-height: 48px;
}

.about-nav-links a,
.about-partner,
.text-link,
.journey-link,
.industry-card a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.about-page-redesign a,
.about-page-redesign button {
  transition: color 220ms ease, border-color 220ms ease, background 220ms ease, transform 220ms ease;
}

.about-page-redesign a:focus-visible,
.about-page-redesign button:focus-visible {
  outline: 2px solid var(--about-orange);
  outline-offset: 4px;
}

.about-nav-links a {
  font-size: 15px;
  white-space: nowrap;
}

.about-nav-links a.is-active,
.about-nav-links a:hover {
  color: var(--about-orange);
}

.about-partner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 14px;
  min-height: 44px;
  padding: 0 26px;
  border: 1px solid var(--about-orange);
  border-radius: 999px;
  color: var(--about-orange);
  font-size: 15px;
  white-space: nowrap;
}

.about-nav-toggle {
  display: none;
  flex: 0 0 auto;
  margin-left: auto;
  width: 48px;
  height: 44px;
  border: 1px solid var(--about-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.about-nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--about-maroon);
  transition: transform 240ms ease, opacity 200ms ease;
}

.about-nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.about-nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.about-nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile / tablet navigation */
@media (max-width: 1120px) {
  .about-nav-toggle {
    display: flex;
  }
  .about-nav-collapse {
    position: absolute;
    top: calc(100% + 12px);
    left: clamp(16px, 4vw, 70px);
    right: clamp(16px, 4vw, 70px);
    flex: none;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 18px 20px 22px;
    border-radius: 16px;
    background: var(--about-paper);
    border: 1px solid var(--about-line);
    box-shadow: var(--about-shadow);
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 220ms ease, transform 220ms ease;
  }
  .about-nav-collapse.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .about-nav-links {
    flex: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 2px;
    min-height: 0;
  }
  .about-nav-links a {
    padding: 11px 6px;
    font-size: 17px;
    border-bottom: 1px solid var(--about-line);
  }
  .about-nav-links a:last-child {
    border-bottom: 0;
  }
  .about-partner {
    width: 100%;
    margin-top: 4px;
  }
}

.about-section {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 6vw, 108px) clamp(26px, 4.2vw, 70px);
  background:
    radial-gradient(circle at 85% 15%, rgba(237, 85, 36, 0.06), transparent 28%),
    linear-gradient(180deg, #fffdf8 0%, var(--about-paper) 100%);
}

.about-shell {
  width: min(1536px, 100%);
  margin: 0 auto;
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 34px;
  color: var(--about-orange);
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.section-kicker::after {
  content: "";
  width: 48px;
  height: 1px;
  background: currentColor;
  opacity: 0.65;
}

.section-kicker.numbered span,
.section-kicker.spaced span {
  font-family: var(--about-display);
  font-size: 22px;
}

.about-section h1,
.about-section h2,
.about-section h3 {
  margin: 0;
  color: var(--about-maroon);
  font-weight: 500;
}

.about-section h1,
.about-section h2 {
  font-family: var(--about-display) !important;
}

/* Consistent section-heading size / weight / casing across all sections */
.about-section h2 {
  font-size: clamp(34px, 3vw, 48px) !important;
  font-weight: 500 !important;
  line-height: 1.12 !important;
  text-transform: none !important;
}

.about-section p {
  margin: 0;
  color: var(--about-muted);
  line-height: 1.52;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  color: var(--about-orange);
  font-size: 16px;
}

.about-hero {
  min-height: 930px;
  padding-top: 150px;
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(625px, 0.82fr) minmax(660px, 1.18fr);
  gap: clamp(30px, 3.8vw, 62px);
  align-items: center;
}

.about-page-redesign .hero-layout::before {
  content: none;
}

.hero-copy {
  align-self: start;
  max-width: 700px;
  padding-top: 40px;
  opacity: 1;
  visibility: visible;
  filter: none;
  transform: none;
  pointer-events: auto;
}

.hero-copy h1 {
  margin-top: 38px;
  max-width: 460px;
  font-size: clamp(48px, 3.4vw, 56px);
  line-height: 1.14;
}

.hero-lede {
  margin-top: 28px;
  max-width: 470px;
  font-size: 18px;
}

.hero-pillar-list {
  position: absolute;
  z-index: 4;
  left: 476px;
  top: 23%;
  display: grid;
  gap: 20px;
  width: 184px;
}

.hero-pillar-list article {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 16px;
}

.hero-pillar-list .line-icon {
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(237, 85, 36, 0.28);
  box-shadow: 0 10px 26px rgba(72, 38, 18, 0.12);
}

.hero-pillar-list strong {
  color: var(--about-green);
  font-size: 15px;
}

.hero-pillar-list p {
  color: var(--about-green);
  font-size: 13px;
  line-height: 1.25;
}

.hero-collage {
  position: relative;
  align-self: start;
  margin-top: -34px;
  isolation: isolate;
  transform: translateX(20px);
}

.hero-collage-reference {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.hero-collage > :not(.hero-collage-reference):not(.hero-goodness) {
  display: none;
}

.hero-photo {
  position: absolute;
  overflow: hidden;
  margin: 0;
  background: #efe5d6;
}

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

.hero-photo-main {
  left: 26%;
  top: 14%;
  width: 36%;
  height: 43%;
  border-radius: 0 28px 0 0;
}

.hero-photo-warehouse {
  right: 2%;
  top: 0;
  width: 42%;
  height: 30%;
}

.hero-photo-truck {
  right: 2%;
  top: 30%;
  width: 42%;
  height: 38%;
}

.hero-photo-truck::after {
  content: "";
  position: absolute;
  left: 31%;
  top: 47%;
  width: 24%;
  height: 16%;
  background: url("../brand/logo/BGH_Colour.svg") center / contain no-repeat;
  opacity: 0.76;
  transform: rotate(0.5deg);
}

.hero-photo-store {
  left: 24%;
  bottom: 0;
  width: 28%;
  height: 28%;
}

.hero-photo-dates {
  left: 52%;
  bottom: 0;
  width: 20%;
  height: 28%;
}

.hero-photo-worker {
  right: 2%;
  bottom: 0;
  width: 26%;
  height: 28%;
}

.hero-pack {
  position: absolute;
  z-index: 3;
  left: 36%;
  top: 18%;
  display: block;
  place-items: center;
  width: 255px;
  height: 380px;
  color: var(--about-maroon);
}

.pack-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 32px 32px;
  object-fit: cover;
  box-shadow: 0 24px 74px rgba(45, 19, 12, 0.24);
}

.pack-brand {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 98px;
  width: 128px;
  transform: translateX(-50%);
}

.hero-pack small {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 134px;
  width: 150px;
  transform: translateX(-50%);
  text-align: center;
  color: rgba(93, 46, 28, 0.78);
  font-size: 10px;
  text-transform: uppercase;
}

.hero-goodness {
  position: absolute;
  z-index: 2;
  left: -1%;
  bottom: 0;
  display: grid;
  place-items: center;
  width: 118px;
  height: 178px;
  background: var(--about-plum);
  clip-path: polygon(38% 0, 100% 0, 100% 100%, 0 100%, 0 35%);
  color: #f4e9d7;
  font-size: 17px;
  line-height: 1.2;
  text-align: center;
}

.hero-possibility {
  position: absolute;
  right: 2%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 22%;
  height: 28%;
  padding: 32px;
  background: var(--about-green);
  color: #f4e9d7;
  font-size: 18px;
  line-height: 1.35;
}

.hero-possibility span {
  position: absolute;
  right: 22px;
  bottom: 18px;
  color: var(--about-orange);
}

.line-icon,
.card-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: rgba(237, 85, 36, 0.11);
  border: 1px solid rgba(237, 85, 36, 0.18);
  color: var(--about-orange);
}

.line-icon::before,
.line-icon::after,
.card-icon::before,
.card-icon::after {
  content: "";
  position: absolute;
  border-color: currentColor;
}

.line-icon.factory::before,
.line-icon.building::before,
.line-icon.warehouse::before {
  width: 25px;
  height: 18px;
  border: 2px solid;
  bottom: 14px;
}

.line-icon.factory::after {
  width: 18px;
  height: 13px;
  border-left: 2px solid;
  border-top: 2px solid;
  transform: skewY(-22deg);
  top: 15px;
}

.line-icon.truck::before {
  width: 27px;
  height: 16px;
  border: 2px solid;
  border-radius: 2px;
  left: 10px;
}

.line-icon.truck::after {
  width: 30px;
  height: 6px;
  border-left: 4px solid;
  border-right: 4px solid;
  bottom: 12px;
}

.line-icon.cart::before {
  width: 23px;
  height: 17px;
  border: 2px solid;
  border-top: 0;
  transform: skewX(-8deg);
}

.line-icon.cart::after {
  width: 25px;
  height: 5px;
  border-left: 4px solid;
  border-right: 4px solid;
  bottom: 12px;
}

.line-icon.leaf::before,
.line-icon.sprout::before {
  width: 25px;
  height: 15px;
  border: 2px solid;
  border-radius: 100% 0 100% 0;
  transform: rotate(-35deg);
}

.line-icon.leaf::after,
.line-icon.sprout::after {
  height: 22px;
  border-left: 2px solid;
  transform: rotate(28deg);
}

.line-icon.handshake::before {
  width: 26px;
  height: 13px;
  border: 2px solid;
  transform: rotate(22deg);
}

.line-icon.cube::before {
  width: 22px;
  height: 22px;
  border: 2px solid;
  transform: rotate(30deg) skew(-8deg);
}

.line-icon.shield::before {
  width: 24px;
  height: 28px;
  border: 2px solid;
  border-radius: 12px 12px 16px 16px;
  clip-path: polygon(0 0, 100% 0, 84% 78%, 50% 100%, 16% 78%);
}

.line-icon.bag::before {
  width: 22px;
  height: 24px;
  border: 2px solid;
  border-radius: 3px;
  bottom: 12px;
}

.line-icon.bag::after {
  width: 12px;
  height: 8px;
  border: 2px solid;
  border-bottom: 0;
  top: 13px;
}

.line-icon.globe::before {
  width: 27px;
  height: 27px;
  border: 2px solid;
  border-radius: 50%;
}

.line-icon.globe::after {
  width: 2px;
  height: 25px;
  border-left: 2px solid;
}

.line-icon.people::before {
  width: 26px;
  height: 16px;
  border: 2px solid;
  border-radius: 20px 20px 4px 4px;
  bottom: 12px;
}

.line-icon.people::after {
  width: 22px;
  height: 10px;
  border-left: 7px solid;
  border-right: 7px solid;
  border-radius: 50%;
  top: 13px;
}

.line-icon.pin::before {
  width: 23px;
  height: 23px;
  border: 2px solid;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.line-icon.pin::after {
  width: 7px;
  height: 7px;
  border: 2px solid;
  border-radius: 50%;
}

.line-icon.tower::before {
  height: 28px;
  border-left: 2px solid;
}

.line-icon.tower::after {
  width: 24px;
  height: 18px;
  border: 2px solid;
  border-top: 0;
  transform: perspective(20px) rotateX(24deg);
  bottom: 11px;
}

.line-icon.cloche::before {
  width: 28px;
  height: 16px;
  border: 2px solid;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

.line-icon.cloche::after,
.line-icon.cutlery::after {
  width: 30px;
  border-top: 2px solid;
  bottom: 13px;
}

.line-icon.cutlery::before {
  width: 25px;
  height: 25px;
  border-left: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}

.line-icon.box-check::before {
  width: 26px;
  height: 22px;
  border: 2px solid;
  border-radius: 3px;
}

.line-icon.box-check::after {
  width: 14px;
  height: 8px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  right: 9px;
  bottom: 14px;
}

.line-icon.star::before {
  width: 25px;
  height: 25px;
  border: 2px solid;
  clip-path: polygon(50% 0, 61% 34%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 34%);
}

.line-icon.heart::before,
.card-icon.heart::before {
  width: 22px;
  height: 22px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  border-radius: 0 0 0 6px;
}

.line-icon.target::before,
.card-icon.target::before {
  width: 30px;
  height: 30px;
  border: 2px solid;
  border-radius: 50%;
}

.line-icon.target::after,
.card-icon.target::after {
  width: 14px;
  height: 14px;
  border: 2px solid;
  border-radius: 50%;
}

.line-icon.layers::before {
  width: 25px;
  height: 14px;
  border: 2px solid;
  transform: rotate(27deg) skew(-18deg);
}

.line-icon.layers::after {
  width: 25px;
  height: 14px;
  border: 2px solid;
  transform: translateY(8px) rotate(27deg) skew(-18deg);
}

.card-icon.mountain::before {
  width: 28px;
  height: 28px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg);
}

.line-icon,
.card-icon {
  --about-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3E%3Cpath%20d='M11%2020A7%207%200%200%201%209.8%206.1C15.5%205%2017%204.48%2019%202c1%202%202%204.18%202%208%200%205.5-4.78%2010-10%2010Z'%20/%3E%3Cpath%20d='M2%2021c0-3%201.85-5.36%205.08-6C9.5%2014.52%2012%2013%2013%2012'%20/%3E%3C/svg%3E");
}

.line-icon::before,
.card-icon::before {
  inset: 13px;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: currentColor;
  clip-path: none !important;
  transform: none !important;
  -webkit-mask: var(--about-icon) center / contain no-repeat;
  mask: var(--about-icon) center / contain no-repeat;
}

.line-icon::after,
.card-icon::after {
  content: none !important;
}

.line-icon.factory,
.card-icon.factory { --about-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3E%3Cpath%20d='M12%2016h.01'%20/%3E%3Cpath%20d='M16%2016h.01'%20/%3E%3Cpath%20d='M3%2019a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2V8.5a.5.5%200%200%200-.769-.422l-4.462%202.844A.5.5%200%200%201%2015%2010.5v-2a.5.5%200%200%200-.769-.422L9.77%2010.922A.5.5%200%200%201%209%2010.5V5a2%202%200%200%200-2-2H5a2%202%200%200%200-2%202z'%20/%3E%3Cpath%20d='M8%2016h.01'%20/%3E%3C/svg%3E"); }
.line-icon.truck,
.card-icon.truck { --about-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3E%3Cpath%20d='M14%2018V6a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v11a1%201%200%200%200%201%201h2'%20/%3E%3Cpath%20d='M15%2018H9'%20/%3E%3Cpath%20d='M19%2018h2a1%201%200%200%200%201-1v-3.65a1%201%200%200%200-.22-.624l-3.48-4.35A1%201%200%200%200%2017.52%208H14'%20/%3E%3Ccircle%20cx='17'%20cy='18'%20r='2'%20/%3E%3Ccircle%20cx='7'%20cy='18'%20r='2'%20/%3E%3C/svg%3E"); }
.line-icon.cart,
.card-icon.cart { --about-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3E%3Cpath%20d='m15%2011-1%209'%20/%3E%3Cpath%20d='m19%2011-4-7'%20/%3E%3Cpath%20d='M2%2011h20'%20/%3E%3Cpath%20d='m3.5%2011%201.6%207.4a2%202%200%200%200%202%201.6h9.8a2%202%200%200%200%202-1.6l1.7-7.4'%20/%3E%3Cpath%20d='M4.5%2015.5h15'%20/%3E%3Cpath%20d='m5%2011%204-7'%20/%3E%3Cpath%20d='m9%2011%201%209'%20/%3E%3C/svg%3E"); }
.line-icon.leaf,
.card-icon.leaf { --about-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3E%3Cpath%20d='M11%2020A7%207%200%200%201%209.8%206.1C15.5%205%2017%204.48%2019%202c1%202%202%204.18%202%208%200%205.5-4.78%2010-10%2010Z'%20/%3E%3Cpath%20d='M2%2021c0-3%201.85-5.36%205.08-6C9.5%2014.52%2012%2013%2013%2012'%20/%3E%3C/svg%3E"); }
.line-icon.handshake,
.card-icon.handshake { --about-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3E%3Cpath%20d='m11%2017%202%202a1%201%200%201%200%203-3'%20/%3E%3Cpath%20d='m14%2014%202.5%202.5a1%201%200%201%200%203-3l-3.88-3.88a3%203%200%200%200-4.24%200l-.88.88a1%201%200%201%201-3-3l2.81-2.81a5.79%205.79%200%200%201%207.06-.87l.47.28a2%202%200%200%200%201.42.25L21%204'%20/%3E%3Cpath%20d='m21%203%201%2011h-2'%20/%3E%3Cpath%20d='M3%203%202%2014l6.5%206.5a1%201%200%201%200%203-3'%20/%3E%3Cpath%20d='M3%204h8'%20/%3E%3C/svg%3E"); }
.line-icon.cube,
.card-icon.cube { --about-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3E%3Cpath%20d='M11%2021.73a2%202%200%200%200%202%200l7-4A2%202%200%200%200%2021%2016V8a2%202%200%200%200-1-1.73l-7-4a2%202%200%200%200-2%200l-7%204A2%202%200%200%200%203%208v8a2%202%200%200%200%201%201.73z'%20/%3E%3Cpath%20d='M12%2022V12'%20/%3E%3Cpolyline%20points='3.29%207%2012%2012%2020.71%207'%20/%3E%3Cpath%20d='m7.5%204.27%209%205.15'%20/%3E%3C/svg%3E"); }
.line-icon.shield,
.card-icon.shield { --about-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3E%3Cpath%20d='M20%2013c0%205-3.5%207.5-7.66%208.95a1%201%200%200%201-.67-.01C7.5%2020.5%204%2018%204%2013V6a1%201%200%200%201%201-1c2%200%204.5-1.2%206.24-2.72a1.17%201.17%200%200%201%201.52%200C14.51%203.81%2017%205%2019%205a1%201%200%200%201%201%201z'%20/%3E%3Cpath%20d='m9%2012%202%202%204-4'%20/%3E%3C/svg%3E"); }
.line-icon.bag,
.card-icon.bag { --about-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3E%3Cpath%20d='M16%2010a4%204%200%200%201-8%200'%20/%3E%3Cpath%20d='M3.103%206.034h17.794'%20/%3E%3Cpath%20d='M3.4%205.467a2%202%200%200%200-.4%201.2V20a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2V6.667a2%202%200%200%200-.4-1.2l-2-2.667A2%202%200%200%200%2017%202H7a2%202%200%200%200-1.6.8z'%20/%3E%3C/svg%3E"); }
.line-icon.globe,
.card-icon.globe { --about-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3E%3Cpath%20d='M21.54%2015H17a2%202%200%200%200-2%202v4.54'%20/%3E%3Cpath%20d='M7%203.34V5a3%203%200%200%200%203%203a2%202%200%200%201%202%202c0%201.1.9%202%202%202a2%202%200%200%200%202-2c0-1.1.9-2%202-2h3.17'%20/%3E%3Cpath%20d='M11%2021.95V18a2%202%200%200%200-2-2a2%202%200%200%201-2-2v-1a2%202%200%200%200-2-2H2.05'%20/%3E%3Ccircle%20cx='12'%20cy='12'%20r='10'%20/%3E%3C/svg%3E"); }
.line-icon.pin,
.card-icon.pin { --about-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3E%3Cpath%20d='M20%2010c0%204.993-5.539%2010.193-7.399%2011.799a1%201%200%200%201-1.202%200C9.539%2020.193%204%2014.993%204%2010a8%208%200%200%201%2016%200'%20/%3E%3Ccircle%20cx='12'%20cy='10'%20r='3'%20/%3E%3C/svg%3E"); }
.line-icon.building,
.card-icon.building { --about-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3E%3Cpath%20d='M10%2012h4'%20/%3E%3Cpath%20d='M10%208h4'%20/%3E%3Cpath%20d='M14%2021v-3a2%202%200%200%200-4%200v3'%20/%3E%3Cpath%20d='M6%2010H4a2%202%200%200%200-2%202v7a2%202%200%200%200%202%202h16a2%202%200%200%200%202-2V9a2%202%200%200%200-2-2h-2'%20/%3E%3Cpath%20d='M6%2021V5a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v16'%20/%3E%3C/svg%3E"); }
.line-icon.tower,
.card-icon.tower { --about-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3E%3Cpath%20d='M10%2018v-7'%20/%3E%3Cpath%20d='M11.12%202.198a2%202%200%200%201%201.76.006l7.866%203.847c.476.233.31.949-.22.949H3.474c-.53%200-.695-.716-.22-.949z'%20/%3E%3Cpath%20d='M14%2018v-7'%20/%3E%3Cpath%20d='M18%2018v-7'%20/%3E%3Cpath%20d='M3%2022h18'%20/%3E%3Cpath%20d='M6%2018v-7'%20/%3E%3C/svg%3E"); }
.line-icon.warehouse,
.card-icon.warehouse { --about-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3E%3Cpath%20d='M18%2021V10a1%201%200%200%200-1-1H7a1%201%200%200%200-1%201v11'%20/%3E%3Cpath%20d='M22%2019a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2V8a2%202%200%200%201%201.132-1.803l7.95-3.974a2%202%200%200%201%201.837%200l7.948%203.974A2%202%200%200%201%2022%208z'%20/%3E%3Cpath%20d='M6%2013h12'%20/%3E%3Cpath%20d='M6%2017h12'%20/%3E%3C/svg%3E"); }
.line-icon.cloche,
.card-icon.cloche { --about-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3E%3Cpath%20d='M3%2020a1%201%200%200%201-1-1v-1a2%202%200%200%201%202-2h16a2%202%200%200%201%202%202v1a1%201%200%200%201-1%201Z'%20/%3E%3Cpath%20d='M20%2016a8%208%200%201%200-16%200'%20/%3E%3Cpath%20d='M12%204v4'%20/%3E%3Cpath%20d='M10%204h4'%20/%3E%3C/svg%3E"); }
.line-icon.cutlery,
.card-icon.cutlery { --about-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3E%3Cpath%20d='m16%202-2.3%202.3a3%203%200%200%200%200%204.2l1.8%201.8a3%203%200%200%200%204.2%200L22%208'%20/%3E%3Cpath%20d='M15%2015%203.3%203.3a4.2%204.2%200%200%200%200%206l7.3%207.3c.7.7%202%20.7%202.8%200L15%2015Zm0%200%207%207'%20/%3E%3Cpath%20d='m2.1%2021.8%206.4-6.3'%20/%3E%3Cpath%20d='m19%205-7%207'%20/%3E%3C/svg%3E"); }
.line-icon.box-check,
.card-icon.box-check { --about-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3E%3Cpath%20d='m16%2016%202%202%204-4'%20/%3E%3Cpath%20d='M21%2010V8a2%202%200%200%200-1-1.73l-7-4a2%202%200%200%200-2%200l-7%204A2%202%200%200%200%203%208v8a2%202%200%200%200%201%201.73l7%204a2%202%200%200%200%202%200l2-1.14'%20/%3E%3Cpath%20d='m7.5%204.27%209%205.15'%20/%3E%3Cpolyline%20points='3.29%207%2012%2012%2020.71%207'%20/%3E%3Cline%20x1='12'%20x2='12'%20y1='22'%20y2='12'%20/%3E%3C/svg%3E"); }
.line-icon.star,
.card-icon.star { --about-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3E%3Cpath%20d='M11.017%202.814a1%201%200%200%201%201.966%200l1.051%205.558a2%202%200%200%200%201.594%201.594l5.558%201.051a1%201%200%200%201%200%201.966l-5.558%201.051a2%202%200%200%200-1.594%201.594l-1.051%205.558a1%201%200%200%201-1.966%200l-1.051-5.558a2%202%200%200%200-1.594-1.594l-5.558-1.051a1%201%200%200%201%200-1.966l5.558-1.051a2%202%200%200%200%201.594-1.594z'%20/%3E%3Cpath%20d='M20%202v4'%20/%3E%3Cpath%20d='M22%204h-4'%20/%3E%3Ccircle%20cx='4'%20cy='20'%20r='2'%20/%3E%3C/svg%3E"); }
.line-icon.heart,
.card-icon.heart { --about-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3E%3Cpath%20d='M19.414%2014.414C21%2012.828%2022%2011.5%2022%209.5a5.5%205.5%200%200%200-9.591-3.676.6.6%200%200%201-.818.001A5.5%205.5%200%200%200%202%209.5c0%202.3%201.5%204%203%205.5l5.535%205.362a2%202%200%200%200%202.879.052%202.12%202.12%200%200%200-.004-3%202.124%202.124%200%201%200%203-3%202.124%202.124%200%200%200%203.004%200%202%202%200%200%200%200-2.828l-1.881-1.882a2.41%202.41%200%200%200-3.409%200l-1.71%201.71a2%202%200%200%201-2.828%200%202%202%200%200%201%200-2.828l2.823-2.762'%20/%3E%3C/svg%3E"); }
.line-icon.target,
.card-icon.target { --about-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3E%3Cpath%20d='M12%2013V2l8%204-8%204'%20/%3E%3Cpath%20d='M20.561%2010.222a9%209%200%201%201-12.55-5.29'%20/%3E%3Cpath%20d='M8.002%209.997a5%205%200%201%200%208.9%202.02'%20/%3E%3C/svg%3E"); }
.line-icon.layers,
.card-icon.layers { --about-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3E%3Cpath%20d='M12.83%202.18a2%202%200%200%200-1.66%200L2.6%206.08a1%201%200%200%200%200%201.83l8.58%203.91a2%202%200%200%200%201.66%200l8.58-3.9a1%201%200%200%200%200-1.83z'%20/%3E%3Cpath%20d='M2%2012a1%201%200%200%200%20.58.91l8.6%203.91a2%202%200%200%200%201.65%200l8.58-3.9A1%201%200%200%200%2022%2012'%20/%3E%3Cpath%20d='M2%2017a1%201%200%200%200%20.58.91l8.6%203.91a2%202%200%200%200%201.65%200l8.58-3.9A1%201%200%200%200%2022%2017'%20/%3E%3C/svg%3E"); }
.line-icon.mountain,
.card-icon.mountain { --about-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3E%3Cpath%20d='m8%203%204%208%205-5%205%2015H2L8%203z'%20/%3E%3C/svg%3E"); }
.line-icon.telescope,
.card-icon.telescope { --about-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3E%3Cpath%20d='m10.065%2012.493-6.18%201.318a.934.934%200%200%201-1.108-.702l-.537-2.15a1.07%201.07%200%200%201%20.691-1.265l13.504-4.44'%20/%3E%3Cpath%20d='m13.56%2011.747%204.332-.924'%20/%3E%3Cpath%20d='m16%2021-3.105-6.21'%20/%3E%3Cpath%20d='M16.485%205.94a2%202%200%200%201%201.455-2.425l1.09-.272a1%201%200%200%201%201.212.727l1.515%206.06a1%201%200%200%201-.727%201.213l-1.09.272a2%202%200%200%201-2.425-1.455z'%20/%3E%3Cpath%20d='m6.158%208.633%201.114%204.456'%20/%3E%3Cpath%20d='m8%2021%203.105-6.21'%20/%3E%3Ccircle%20cx='12'%20cy='13'%20r='2'%20/%3E%3C/svg%3E"); }
.line-icon.book,
.card-icon.book { --about-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3E%3Cpath%20d='M12%207v14'%20/%3E%3Cpath%20d='M3%2018a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1h5a4%204%200%200%201%204%204%204%204%200%200%201%204-4h5a1%201%200%200%201%201%201v13a1%201%200%200%201-1%201h-6a3%203%200%200%200-3%203%203%203%200%200%200-3-3z'%20/%3E%3C/svg%3E"); }
.line-icon.sunrise,
.card-icon.sunrise { --about-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3E%3Cpath%20d='M12%202v8'%20/%3E%3Cpath%20d='m4.93%2010.93%201.41%201.41'%20/%3E%3Cpath%20d='M2%2018h2'%20/%3E%3Cpath%20d='M20%2018h2'%20/%3E%3Cpath%20d='m19.07%2010.93-1.41%201.41'%20/%3E%3Cpath%20d='M22%2022H2'%20/%3E%3Cpath%20d='m8%206%204-4%204%204'%20/%3E%3Cpath%20d='M16%2018a4%204%200%200%200-8%200'%20/%3E%3C/svg%3E"); }
.line-icon.people,
.card-icon.people { --about-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3E%3Cpath%20d='M18%2021a8%208%200%200%200-16%200'%20/%3E%3Ccircle%20cx='10'%20cy='8'%20r='5'%20/%3E%3Cpath%20d='M22%2020c0-3.37-2-6.5-4-8a5%205%200%200%200-.45-8.3'%20/%3E%3C/svg%3E"); }
.line-icon.sprout,
.card-icon.sprout { --about-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3E%3Cpath%20d='M14%209.536V7a4%204%200%200%201%204-4h1.5a.5.5%200%200%201%20.5.5V5a4%204%200%200%201-4%204%204%204%200%200%200-4%204c0%202%201%203%201%205a5%205%200%200%201-1%203'%20/%3E%3Cpath%20d='M4%209a5%205%200%200%201%208%204%205%205%200%200%201-8-4'%20/%3E%3Cpath%20d='M5%2021h14'%20/%3E%3C/svg%3E"); }

.story-section {
  padding-top: 58px;
  padding-bottom: 65px;
}

.story-top {
  display: grid;
  grid-template-columns: minmax(560px, 0.58fr) minmax(720px, 1fr);
  align-items: stretch;
  min-height: 503px;
  border-radius: 0 24px 24px 0;
}

.story-copy {
  padding: 10px 30px 0 0;
}

.story-copy h2 {
  max-width: 600px;
  font-family: var(--about-display) !important;
  font-size: clamp(40px, 3vw, 52px);
  font-weight: 800;
  line-height: 1.15;
}

.story-copy h2 span,
.purpose-head h2 span {
  color: var(--about-orange);
}

.story-copy .lead {
  margin: 28px 0 18px;
  color: var(--about-green);
  font-size: 18px;
  font-weight: 650;
}

.story-copy p + p {
  margin-top: 12px;
}

.story-panels {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 0.82fr;
  overflow: hidden;
  border-radius: 0 24px 24px 0;
  background: #efe1ca;
}

.story-panel {
  position: relative;
  min-height: 503px;
  overflow: hidden;
}

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

.story-panel-ref img {
  object-fit: fill;
}

.story-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(28, 20, 16, 0.05), rgba(31, 12, 25, 0.72));
  z-index: 1;
}

.story-panel-ref::before {
  content: none;
}

.story-panel-ref div {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.story-panel div {
  position: absolute;
  z-index: 2;
  left: 26px;
  right: 22px;
  bottom: 48px;
  color: #fff;
}

.story-panel strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 16px;
}

.story-panel p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
}

.story-panel-maroon::before {
  background: rgba(91, 15, 52, 0.68);
}

.story-panel-sand::before {
  background: rgba(221, 191, 143, 0.54);
}

.story-panel-sand strong,
.story-panel-sand p,
.story-panel-map strong,
.story-panel-map p {
  color: var(--about-green);
}

.story-panel-green::before {
  background: rgba(18, 72, 54, 0.72);
}

.story-panel-map {
  background:
    radial-gradient(circle at 45% 30%, rgba(109, 15, 77, 0.08), transparent 26%),
    linear-gradient(135deg, #f1dcc0, #e7c994);
}

.story-panel-map::before {
  background:
    radial-gradient(circle at 62% 32%, rgba(237, 85, 36, 0.22), transparent 3%),
    radial-gradient(circle at 35% 56%, rgba(91, 15, 52, 0.16), transparent 28%);
}

.story-foundation {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(600px, 1.55fr) minmax(280px, 0.65fr);
  align-items: stretch;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--about-line);
  background: rgba(255, 253, 248, 0.9);
  box-shadow: var(--about-shadow);
}

.story-foundation figure {
  margin: 0;
  min-height: 264px;
}

.story-foundation img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.35) saturate(0.72);
}

.story-foundation ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin: 0;
  padding: 38px 36px;
  list-style: none;
}

.story-foundation li {
  min-width: 0;
}

.story-foundation .line-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  background: transparent;
}

.story-foundation strong {
  display: block;
  margin-bottom: 9px;
  color: var(--about-ink);
  font-size: 15px;
}

.story-foundation p {
  font-size: 13px;
  line-height: 1.36;
}

.story-city {
  background: var(--about-green);
}

.story-city img {
  filter: none;
}

.purpose-section {
  min-height: 1024px;
  padding-top: 34px;
  padding-bottom: 18px;
  background: linear-gradient(180deg, #fffdf8 0%, #fbf2e5 100%);
}

.purpose-head {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.5fr);
  gap: clamp(32px, 3.5vw, 56px);
  align-items: end;
}

.purpose-head h2 {
  font-family: var(--about-display) !important;
  max-width: 1080px;
  font-size: clamp(52px, 3.65vw, 62px);
  font-weight: 400;
  line-height: 1.08;
}

.purpose-head > p {
  max-width: 520px;
  padding-left: 34px;
  border-left: 1px dashed var(--about-line);
  color: var(--about-ink);
  font-size: 18px;
}

.purpose-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.purpose-card {
  position: relative;
  overflow: hidden;
  height: 654px;
  min-height: 0;
  padding: 32px 42px;
  border: 1px solid var(--about-line);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: var(--about-shadow);
}

.purpose-card .card-icon {
  position: absolute;
  left: 42px;
  top: 32px;
  width: 66px;
  height: 66px;
  margin-bottom: 0;
  border-radius: 10px;
  background: var(--about-maroon);
  color: #fff;
}

.purpose-label {
  min-height: 66px;
  margin: 0 0 18px 88px;
  display: flex;
  align-items: center;
  padding: 0;
  border-bottom: 1px solid rgba(109, 15, 77, 0.26);
  color: var(--about-plum);
  font-size: 17px;
  font-weight: 850;
  text-transform: uppercase;
}

.purpose-card h3 {
  font-family: var(--about-display) !important;
  font-size: clamp(23px, 1.9vw, 30px);
  font-weight: 500;
  line-height: 1.08;
}

.purpose-card p {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  font-size: 15px;
}

.purpose-card > a {
  position: absolute;
  z-index: 3;
  left: 42px;
  top: 326px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--about-plum);
  text-decoration: none;
}

.purpose-card figure {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 260px;
  margin: 0;
  overflow: hidden;
}

.purpose-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vision-card .vision-figure {
  height: 292px;
}

.vision-card .vision-figure img {
  object-position: center 68%;
}

.vision-card .vision-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(251, 247, 239, 0.05), rgba(251, 247, 239, 0.56));
}

.purpose-card-main {
  background:
    radial-gradient(circle at 76% 84%, rgba(255, 255, 255, 0.18), transparent 30%),
    linear-gradient(150deg, #f27024, #e63e13);
  color: #fff;
  border-color: rgba(237, 85, 36, 0.3);
}

.purpose-card-main .card-icon {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 0;
}

.purpose-card-main h3,
.purpose-card-main p,
.purpose-card-main .purpose-label,
.purpose-card-main a {
  color: #fff;
}

.purpose-card-main .purpose-label {
  border-bottom-color: rgba(255, 255, 255, 0.36);
}

.purpose-card-main p {
  line-height: 1.38;
}

.product-lineup {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  height: 246px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 18px 54px rgba(80, 25, 12, 0.2);
}

.product-lineup img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-lineup .pack-logo {
  position: absolute;
  top: 43%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 84px;
  height: 38px;
  padding: 5px 7px;
  overflow: hidden;
  border-radius: 7px;
  background: rgba(255, 253, 244, 0.72);
  box-shadow: inset 0 0 0 1px rgba(109, 15, 77, 0.06);
  transform: translate(-50%, -50%);
}

.product-lineup .pack-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.product-lineup .pack-logo-1 {
  left: 33%;
}

.product-lineup .pack-logo-2 {
  left: 54%;
}

.product-lineup .pack-logo-3 {
  left: 74%;
  width: 70px;
}

.mission-card .card-icon {
  background: var(--about-green);
}

.mission-card {
  padding-bottom: 270px;
}

.mission-card h3 {
  color: var(--about-green);
}

.mission-card p {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.38;
}

.mission-points {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(29, 23, 21, 0.78);
  font-size: 13px;
  line-height: 1.28;
}

.mission-points li {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
}

.mission-points li::before {
  content: "";
  width: 15px;
  height: 15px;
  margin-top: 1px;
  border: 1px solid var(--about-green);
  border-radius: 50%;
  background:
    linear-gradient(45deg, transparent 40%, var(--about-green) 42% 54%, transparent 56%),
    linear-gradient(-45deg, transparent 42%, var(--about-green) 44% 55%, transparent 57%);
  opacity: 0.88;
}

.mission-card .mission-figure {
  height: 250px;
  background: #f8f4ec;
}

.mission-card .mission-figure img {
  object-position: center;
}

.mission-card .mission-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.72), rgba(255, 253, 248, 0.08) 42%, rgba(255, 253, 248, 0.04)),
    linear-gradient(90deg, rgba(255, 253, 248, 0.66), transparent 22%, transparent 78%, rgba(255, 253, 248, 0.66));
}

.purpose-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--about-line);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: var(--about-shadow);
}

.purpose-strip div {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 92px;
  padding: 18px 28px;
  color: var(--about-ink);
  font-size: 17px;
  border-right: 1px solid var(--about-line);
}

.purpose-strip div:last-child {
  border-right: 0;
  font-size: 14px;
}

.purpose-strip .line-icon {
  width: 44px;
  height: 44px;
}

.industries-section {
  padding-top: 66px;
  padding-bottom: 50px;
  background:
    radial-gradient(circle at 86% 12%, rgba(109, 15, 77, 0.06), transparent 18%),
    #fffdf8;
}

.industries-head {
  display: grid;
  grid-template-columns: minmax(470px, 0.47fr) minmax(380px, 0.36fr) minmax(420px, 0.42fr);
  gap: 78px;
  align-items: start;
}

.industries-head h2 {
  font-family: var(--about-display) !important;
  font-size: clamp(70px, 6.3vw, 106px);
  line-height: 0.88;
}

.industries-head h2 em {
  color: var(--about-green);
  font-family: var(--about-display) !important;
  font-weight: 400;
  font-style: normal;
}

.industry-intro p {
  max-width: 420px;
  color: var(--about-ink);
  font-size: 17px;
}

.industry-intro .text-link {
  margin-top: 28px;
  text-transform: uppercase;
}

.world-dots {
  position: relative;
  min-height: 150px;
  border-radius: 20px;
  opacity: 0.9;
  background: url("../img/generated/industry-reference-crops/industry-world-map.webp") center / contain no-repeat;
}

.industry-card-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.industry-card {
  position: relative;
  overflow: hidden;
  min-height: 544px;
  border: 1px solid var(--about-line);
  border-radius: 0 14px 0 14px;
  box-shadow: var(--about-shadow);
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
}

.industry-card figure {
  height: 210px;
  margin: 0;
  overflow: hidden;
}

.industry-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industry-card .industry-icon {
  position: absolute;
  left: 50%;
  top: 178px;
  transform: translateX(-50%);
  width: 76px;
  height: 76px;
  background: #fffaf2;
  box-shadow: 0 12px 24px rgba(48, 21, 11, 0.18);
}

.industry-card small,
.industry-card h3,
.industry-card p,
.industry-card a {
  position: relative;
  z-index: 2;
  display: block;
  padding-left: 32px;
  padding-right: 32px;
}

.industry-card small {
  margin-top: 52px;
  color: var(--about-orange);
  font-family: var(--about-display);
  font-size: 27px;
}

.industry-card h3 {
  margin-top: 21px;
  color: #fff;
  font-family: var(--about-display) !important;
  font-size: 30px;
  line-height: 1.02;
}

.industry-card p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.42;
}

.industry-card a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  color: var(--about-orange);
  font-size: 13px;
  text-transform: uppercase;
}

.industry-card a span {
  float: right;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.industry-card.maroon {
  background: linear-gradient(160deg, #7b0f50, #560833);
}

.industry-card.green {
  background: linear-gradient(160deg, #19523d, #0d3d2f);
}

.industry-card.sand {
  background: linear-gradient(160deg, #f8e8c7, #ead09d);
}

.industry-card.sand h3,
.industry-card.sand p {
  color: var(--about-green);
}

.industry-card small,
.industry-metrics strong {
  font-family: var(--about-display) !important;
}

.industry-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 160px;
  align-items: center;
  margin-top: 42px;
  padding: 16px 20px;
  border-top: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
}

.industry-metrics .line-icon {
  width: 52px;
  height: 52px;
  background: transparent;
  border: 0;
  color: var(--about-orange);
}

.industry-metrics .line-icon::before {
  inset: 9px;
}

.industry-metrics div {
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 15px;
  align-items: center;
  border-right: 1px solid var(--about-line);
}

.industry-metrics strong {
  color: var(--about-maroon);
  font-family: var(--about-display);
  font-size: 28px;
  line-height: 1;
}

.industry-metrics small {
  display: block;
  grid-column: 2;
  color: var(--about-muted);
  font-size: 12px;
}

.industry-metrics a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  color: var(--about-orange);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.geo-section {
  min-height: 929px;
  padding-top: 64px;
  padding-bottom: 56px;
  background: linear-gradient(180deg, #fffdf8 0%, #fbf7ef 100%);
}

.geo-layout {
  display: grid;
  grid-template-columns: minmax(410px, 0.42fr) minmax(840px, 1fr);
  gap: 34px;
  align-items: center;
}

.geo-copy h2 {
  font-family: var(--about-display) !important;
  margin-top: 22px;
  font-size: clamp(60px, 4.75vw, 82px);
  font-weight: 850;
  line-height: 0.97;
}

.geo-copy {
  position: relative;
  z-index: 2;
}

.geo-copy > p {
  max-width: 420px;
  margin-top: 28px;
  font-size: 18px;
}

.geo-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 42px;
}

.geo-cards article {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  min-height: 112px;
  padding: 18px;
  border: 1px solid var(--about-line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 14px 40px rgba(55, 25, 11, 0.07);
}

.geo-cards strong {
  display: block;
  margin-top: 6px;
  color: var(--about-maroon);
  font-size: 21px;
}

.geo-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 42px;
}

.geo-stats div {
  padding: 0 20px;
  border-right: 1px solid var(--about-line);
}

.geo-stats div:first-child {
  padding-left: 0;
}

.geo-stats div:last-child {
  border-right: 0;
}

.geo-stats .line-icon {
  width: 42px;
  height: 42px;
  background: transparent;
}

.geo-stats strong {
  display: block;
  margin-top: 12px;
  color: var(--about-maroon);
  font-size: 42px;
  line-height: 0.9;
}

.geo-stats small {
  display: block;
  margin-top: 10px;
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.2;
}

.geo-map-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 680px;
  overflow: visible;
}

.geo-map-wrap > img {
  width: 103%;
  max-width: none;
  height: auto;
  margin-left: -1%;
  filter: none;
}

.geo-banner {
  position: absolute;
  left: 6%;
  right: 0;
  bottom: -10px;
  display: grid;
  grid-template-columns: 70px minmax(280px, 1fr) minmax(260px, 0.72fr) 60px;
  align-items: center;
  gap: 28px;
  min-height: 112px;
  padding: 22px 30px;
  border: 1px solid var(--about-line);
  border-radius: 10px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: var(--about-shadow);
}

.geo-banner p {
  color: var(--about-muted);
  font-size: 18px;
}

.geo-banner strong {
  min-height: 70px;
  padding-left: 34px;
  border-left: 1px solid var(--about-line);
  color: var(--about-maroon);
  font-size: 18px;
}

.geo-banner a {
  color: var(--about-orange);
  font-size: 42px;
  text-decoration: none;
}

.team-section {
  padding-top: 58px;
  padding-bottom: 64px;
  background:
    linear-gradient(180deg, #fffdf8 0%, #fbf7ef 100%);
}

.team-head {
  position: relative;
  display: block;
  margin-bottom: 28px;
}

.team-head h2 {
  font-family: var(--about-display) !important;
  font-size: clamp(70px, 5.7vw, 96px);
  font-weight: 400;
  line-height: 0.98;
  text-transform: uppercase;
}

.team-head > p {
  max-width: 610px;
  margin-top: 22px;
  color: var(--about-green);
  font-size: 17px;
}

.bgh-outline {
  position: absolute;
  right: -12px;
  top: -76px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(109, 15, 77, 0.12);
  font-size: 186px;
  font-weight: 900;
}

.team-logo-mark {
  position: absolute;
  right: 6px;
  top: 0;
  width: 178px;
  height: auto;
}

.team-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--about-line);
  background: rgba(255, 253, 248, 0.9);
}

.team-card {
  position: relative;
  min-height: 285px;
  padding: 22px;
  border-right: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
}

.team-card:nth-child(5n) {
  border-right: 0;
}

.team-card:nth-child(n+6) {
  border-bottom: 0;
}

.team-card::after,
.leader::after,
.industry-card::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 22px;
  width: 20px;
  height: 20px;
  border-top: 6px solid var(--about-orange);
  border-right: 6px solid var(--about-orange);
}

.portrait {
  position: relative;
  height: 150px;
  margin-bottom: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 68%, rgba(232, 221, 205, 0.78), transparent 34%),
    linear-gradient(90deg, rgba(230, 208, 181, 0.42), transparent 28%),
    #fffaf2;
}

.portrait.generated {
  background: #fffaf2;
}

.portrait.generated img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portrait.generated::before,
.portrait.generated::after {
  content: none;
}

.portrait::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 128px;
  height: 82px;
  transform: translateX(-50%);
  background: var(--about-green);
  border-radius: 42px 42px 6px 6px;
  clip-path: polygon(20% 100%, 20% 45%, 34% 20%, 50% 14%, 66% 20%, 80% 45%, 80% 100%);
  box-shadow: none;
}

.portrait::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 84px;
  width: 58px;
  height: 62px;
  transform: translateX(-50%);
  background: var(--about-green);
  border-radius: 46% 46% 42% 42%;
}

.portrait.p1 {
  background:
    linear-gradient(75deg, transparent 0 15%, rgba(22, 79, 59, 0.18) 15% 16%, transparent 17%),
    radial-gradient(circle at 10% 78%, rgba(22, 79, 59, 0.28), transparent 19%),
    radial-gradient(circle at 78% 68%, rgba(232, 221, 205, 0.78), transparent 34%),
    #fffaf2;
}

.portrait.p2 {
  background:
    repeating-linear-gradient(90deg, rgba(216, 184, 117, 0.3) 0 4px, transparent 4px 10px),
    radial-gradient(circle at 78% 68%, rgba(232, 221, 205, 0.78), transparent 34%),
    #fffaf2;
}

.portrait.p3 {
  background:
    radial-gradient(circle at 14% 70%, rgba(22, 79, 59, 0.24), transparent 18%),
    linear-gradient(90deg, rgba(230, 208, 181, 0.52), transparent 32%),
    #fffaf2;
}

.portrait.p4 {
  background:
    radial-gradient(circle at 78% 14%, rgba(22, 79, 59, 0.18), transparent 9%),
    linear-gradient(90deg, rgba(216, 184, 117, 0.28) 0 5%, transparent 5% 100%),
    radial-gradient(circle at 72% 68%, rgba(232, 221, 205, 0.8), transparent 34%),
    #fffaf2;
}

.portrait.p5 {
  background:
    radial-gradient(circle at 86% 74%, rgba(22, 79, 59, 0.3), transparent 20%),
    radial-gradient(circle at 18% 66%, rgba(232, 221, 205, 0.84), transparent 35%),
    #fffaf2;
}

.portrait.p6,
.portrait.p9 {
  background:
    repeating-linear-gradient(90deg, rgba(216, 184, 117, 0.32) 0 4px, transparent 4px 12px),
    radial-gradient(circle at 84% 72%, rgba(22, 79, 59, 0.18), transparent 17%),
    #fffaf2;
}

.portrait.p7 {
  background:
    radial-gradient(circle at 12% 70%, rgba(22, 79, 59, 0.25), transparent 18%),
    linear-gradient(90deg, rgba(230, 208, 181, 0.38), transparent 24%),
    #fffaf2;
}

.portrait.p8 {
  background:
    radial-gradient(circle at 78% 68%, rgba(22, 79, 59, 0.3), transparent 20%),
    radial-gradient(circle at 18% 66%, rgba(232, 221, 205, 0.82), transparent 35%),
    #fffaf2;
}

.portrait.p2::after,
.portrait.p5::after,
.portrait.p8::after {
  width: 64px;
  height: 62px;
}

.portrait.p3::after {
  width: 68px;
  height: 64px;
  box-shadow:
    -14px -6px 0 -8px var(--about-green),
    12px -8px 0 -9px var(--about-green);
}

.portrait.p4::before,
.portrait.p8::before {
  width: 138px;
}

.team-card.empty .portrait::before,
.team-card.empty .portrait::after {
  background: transparent;
  border: 1px dashed rgba(109, 15, 77, 0.28);
  box-shadow: none;
}

.team-card h3 {
  color: var(--about-maroon);
  font-family: var(--about-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}

.team-card h3::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  margin: 13px 0 14px;
  background: var(--about-orange);
}

.team-card p {
  color: var(--about-green);
  font-size: 18px;
}

.history-section {
  position: relative;
  overflow: hidden;
  min-height: 916px;
  padding-top: 24px;
  padding-bottom: 24px;
  background:
    radial-gradient(circle at 80% 4%, rgba(94, 65, 40, 0.08), transparent 22%),
    linear-gradient(180deg, #fbf7ef, #f8f0e5);
}

.history-section::before {
  content: "";
  position: absolute;
  top: 22px;
  right: -4px;
  width: 390px;
  height: 240px;
  background: url("../img/generated/history-reference-crops/history-building-sketch-lineart.png") center / contain no-repeat;
  opacity: 0.88;
  pointer-events: none;
}

.history-section .about-shell {
  position: relative;
  z-index: 1;
}

.history-head {
  display: grid;
  grid-template-columns: 0.62fr 0.38fr;
  gap: 72px;
  align-items: start;
}

.history-head h2 {
  max-width: 820px;
  font-family: var(--about-display) !important;
  font-size: clamp(54px, 4.35vw, 76px);
  font-weight: 400;
  line-height: 0.95;
}

.history-head h2 em {
  color: var(--about-maroon);
  font-family: var(--about-display) !important;
  font-style: italic;
}

.history-head p {
  max-width: 460px;
  margin-top: 26px;
  color: var(--about-muted);
}

.journey-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  color: var(--about-orange);
  font-size: 13px;
  text-transform: uppercase;
}

.journey-link span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--about-orange);
  border-radius: 50%;
}

.history-head blockquote {
  margin: 78px 0 0;
  padding-left: 28px;
  border-left: 1px solid var(--about-gold);
  color: var(--about-muted);
  font-size: 20px;
  line-height: 1.5;
}

.history-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.history-track::after {
  content: "";
  position: absolute;
  left: 0;
  right: -44px;
  bottom: 98px;
  height: 2px;
  background: linear-gradient(90deg, rgba(30, 20, 18, 0.55), rgba(30, 20, 18, 0.55) 96%, transparent);
}

.history-card {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
}

.history-card time {
  color: var(--about-maroon);
  font-family: var(--about-display);
  font-size: 34px;
  line-height: 1;
}

.history-card time small {
  color: var(--about-green);
  font-size: 16px;
  font-style: italic;
}

.history-card.orange time,
.history-card.orange h3 {
  color: var(--about-orange);
}

.history-card.green time,
.history-card.green h3 {
  color: var(--about-green);
}

.history-card > div {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 322px;
  margin-top: 14px;
  padding: 20px 18px 0;
  border: 1px solid var(--about-line);
  border-radius: 7px;
  background: rgba(255, 253, 248, 0.76);
  box-shadow: var(--about-shadow);
}

.history-card > div::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  z-index: 3;
  width: 22px;
  height: 22px;
  transform: translateX(-50%);
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--about-maroon);
  box-shadow: 0 0 0 2px var(--about-line);
}

.history-card.orange > div::after {
  background: var(--about-orange);
}

.history-card.green > div::after {
  background: var(--about-green);
}

.history-card h3 {
  font-family: var(--about-display);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.15;
}

.history-card p {
  margin-top: 10px;
  font-size: 13px;
}

.history-card span {
  display: block;
  width: 28px;
  height: 2px;
  margin: 18px 0 8px;
  background: currentColor;
}

.history-card figure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 124px;
  margin: auto -18px 0;
  overflow: hidden;
  border-radius: 0 0 7px 7px;
  background: var(--about-green);
}

.history-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history-card .logo-figure {
  padding: 28px;
  background: var(--about-maroon);
}

.history-card .logo-figure img {
  width: auto;
  height: auto;
  max-height: 78px;
  object-fit: contain;
}

.history-values {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 28px;
}

.history-values div {
  display: grid;
  grid-template-columns: 60px 1fr;
  column-gap: 18px;
  align-items: center;
  padding-right: 22px;
  border-right: 1px solid var(--about-line);
}

.history-values div:last-child {
  border-right: 0;
}

.history-values .line-icon {
  grid-row: span 2;
  width: 50px;
  height: 50px;
  background: var(--about-maroon);
  color: #fff;
}

.history-values div:nth-child(2) .line-icon,
.history-values div:nth-child(4) .line-icon {
  background: var(--about-orange);
}

.history-values div:nth-child(3) .line-icon {
  background: var(--about-green);
}

.history-values strong {
  color: var(--about-ink);
  font-family: var(--about-display);
  font-size: 16px;
}

.history-values p {
  grid-column: 2;
  font-size: 13px;
}

.values-section {
  min-height: 930px;
  padding-top: 100px;
  padding-bottom: 50px;
  background: #fffdf8;
}

.values-head {
  position: relative;
}

.values-head h2 {
  font-family: var(--about-display) !important;
  font-size: clamp(70px, 5.75vw, 98px);
  font-weight: 850;
  line-height: 0.98;
}

.values-head > p {
  max-width: 600px;
  margin-top: 16px;
  color: var(--about-muted);
  font-size: 18px;
}

.values-logo {
  position: absolute;
  right: 0;
  top: -20px;
  width: 190px;
}

.values-bento {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.08fr 0.85fr 0.85fr 0.76fr 1.15fr;
  grid-template-rows: 232px 200px 200px;
  gap: 10px;
  margin-top: -150px;
}

.value-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--about-line);
  border-radius: 9px;
  background: #fbf0de;
  text-align: center;
}

.value-card h3 {
  color: var(--about-ink);
  font-family: var(--about-sans);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.04;
}

.value-card p {
  margin-top: 13px;
  max-width: 320px;
  color: rgba(29, 23, 21, 0.74);
  font-size: 13px;
  line-height: 1.38;
  margin-left: auto;
  margin-right: auto;
}

.value-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0.42;
}

.value-card > * {
  position: relative;
  z-index: 1;
}

.value-card.vision {
  grid-column: 5 / span 2;
  grid-row: 1;
  gap: 8px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.value-card.vision h3,
.value-card.teamwork h3,
.value-card.persistence h3 {
  margin: 0;
}

.value-card.vision p {
  margin-top: 0;
  max-width: 300px;
}

.value-card.vision::after {
  left: 50%;
  top: 66%;
  transform: translate(-50%, -50%);
  width: 136px;
  height: 136px;
  opacity: 0.08;
  background: var(--about-maroon);
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20%3E%3Cpath%20d='m10.065%2012.493-6.18%201.318a.934.934%200%200%201-1.108-.702l-.537-2.15a1.07%201.07%200%200%201%20.691-1.265l13.504-4.44'/%3E%3Cpath%20d='m13.56%2011.747%204.332-.924'/%3E%3Cpath%20d='m16%2021-3.105-6.21'/%3E%3Cpath%20d='M16.485%205.94a2%202%200%200%201%201.455-2.425l1.09-.272a1%201%200%200%201%201.212.727l1.515%206.06a1%201%200%200%201-.727%201.213l-1.09.272a2%202%200%200%201-2.425-1.455z'/%3E%3Cpath%20d='m6.158%208.633%201.114%204.456'/%3E%3Cpath%20d='m8%2021%203.105-6.21'/%3E%3Ccircle%20cx='12'%20cy='13'%20r='2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20%3E%3Cpath%20d='m10.065%2012.493-6.18%201.318a.934.934%200%200%201-1.108-.702l-.537-2.15a1.07%201.07%200%200%201%20.691-1.265l13.504-4.44'/%3E%3Cpath%20d='m13.56%2011.747%204.332-.924'/%3E%3Cpath%20d='m16%2021-3.105-6.21'/%3E%3Cpath%20d='M16.485%205.94a2%202%200%200%201%201.455-2.425l1.09-.272a1%201%200%200%201%201.212.727l1.515%206.06a1%201%200%200%201-.727%201.213l-1.09.272a2%202%200%200%201-2.425-1.455z'/%3E%3Cpath%20d='m6.158%208.633%201.114%204.456'/%3E%3Cpath%20d='m8%2021%203.105-6.21'/%3E%3Ccircle%20cx='12'%20cy='13'%20r='2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.value-card.belief {
  grid-column: 7;
  grid-row: 1;
}

.value-card.green {
  background: var(--about-green);
  color: #fff;
}

.value-card.belief::after {
  right: -2px;
  bottom: 18px;
  width: 164px;
  height: 144px;
  opacity: 0.9;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='164' height='144' viewBox='0 0 164 144' fill='none'%3E%3Cpath d='M0 128h164M0 128 72 26l70 102M72 26V0l24 15-24 15M108 78l56-28' stroke='white' stroke-width='2' opacity='.82'/%3E%3C/svg%3E") center / contain no-repeat;
}

.value-card.green h3,
.value-card.green p,
.value-card.plum h3,
.value-card.plum p,
.value-card.orange h3,
.value-card.orange p {
  color: #fff;
}

.value-card.customer {
  grid-column: 1 / span 2;
  grid-row: 2;
}

.value-card.customer h3 {
  max-width: 260px;
}

.value-card.customer::after {
  right: -5px;
  top: 18px;
  width: 230px;
  height: 160px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='230' height='160' viewBox='0 0 230 160' fill='none'%3E%3Cg stroke='%23d8b875' stroke-width='1' opacity='.7'%3E%3Cpath d='M8 132h145c36 0 54-18 54-54V18'/%3E%3Cpath d='M8 104h118c35 0 53-17 53-52V6'/%3E%3Cpath d='M8 76h88c35 0 52-17 52-52V2'/%3E%3Cpath d='M185 18l22-17 20 17M158 8l21-17 19 17M129 16l19-15 18 15'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.value-card.plum {
  background: var(--about-maroon);
}

.value-card.product-knowledge {
  grid-column: 3;
  grid-row: 2;
}

.value-card.product-knowledge::after {
  right: 18px;
  bottom: 16px;
  width: 116px;
  height: 116px;
  opacity: 0.14;
  background: #fff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20%3E%3Cpath%20d='M12%207v14'/%3E%3Cpath%20d='M3%2018a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1h5a4%204%200%200%201%204%204%204%204%200%200%201%204-4h5a1%201%200%200%201%201%201v13a1%201%200%200%201-1%201h-6a3%203%200%200%200-3%203%203%203%200%200%200-3-3z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20%3E%3Cpath%20d='M12%207v14'/%3E%3Cpath%20d='M3%2018a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1h5a4%204%200%200%201%204%204%204%204%200%200%201%204-4h5a1%201%200%200%201%201%201v13a1%201%200%200%201-1%201h-6a3%203%200%200%200-3%203%203%203%200%200%200-3-3z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.value-card.orange {
  grid-column: 4 / span 3;
  grid-row: 2;
  gap: 6px;
  background:
    radial-gradient(circle at 84% 30%, rgba(255, 255, 255, 0.13), transparent 28%),
    var(--about-orange);
}

.value-card.orange::after {
  right: 20px;
  bottom: 10px;
  width: 220px;
  height: 162px;
  opacity: 0.34;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='162' viewBox='0 0 220 162' fill='none'%3E%3Cg stroke='white' stroke-width='3'%3E%3Cpath d='M20 150V98M20 98 0 118M20 98l20 20M70 150V74M70 74 50 94M70 74l20 20M120 150V44M120 44l-20 20M120 44l20 20M170 150V18M170 18l-20 20M170 18l20 20' opacity='.8'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.value-card.orange .line-icon {
  grid-row: 1 / span 2;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.78);
}

.value-card.orange h3,
.value-card.orange p {
  grid-column: 2;
}

.value-card.orange p {
  margin-top: 4px;
  max-width: 310px;
}

.value-card.trying {
  grid-column: 7;
  grid-row: 2;
  background: #fbf0de;
}

.value-card.trying h3 {
  max-width: 190px;
}

.value-card.trying::after {
  inset: 24px 18px auto auto;
  width: 180px;
  height: 72px;
  opacity: 0.55;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='72' viewBox='0 0 180 72' fill='none'%3E%3Cpath d='M0 30c42-26 72 30 112 4 22-14 42-24 68-32' stroke='%23d8b875' stroke-width='1.4' stroke-dasharray='4 5'/%3E%3Cpath d='M162 0h18v18M180 0l-32 32' stroke='%23ed5524' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.value-card.wide {
  grid-column: 1 / span 2;
}

.value-card.persistence {
  grid-row: 3;
  gap: 10px;
}

.value-card.persistence::after {
  right: -48px;
  bottom: -70px;
  width: 260px;
  height: 260px;
  opacity: 0.28;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  box-shadow:
    0 0 0 24px rgba(255, 255, 255, 0.08),
    0 0 0 50px rgba(255, 255, 255, 0.08),
    0 0 0 78px rgba(255, 255, 255, 0.08);
}

.value-card.optimism,
.value-card.discipline {
  min-height: 0;
}

.value-card.optimism {
  grid-column: 3;
  grid-row: 3;
  display: grid;
  place-items: center;
  text-align: center;
}

.value-card.optimism::after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 146px;
  height: 86px;
  opacity: 0.5;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='88' viewBox='0 0 150 88' fill='none'%3E%3Cpath d='M24 74h102M42 74a33 33 0 0 1 66 0' stroke='%23ed5524' stroke-width='2'/%3E%3Cg stroke='%23ed5524' stroke-width='1.4'%3E%3Cpath d='M75 0v23M24 20l16 16M126 20l-16 16M4 74h21M125 74h21M48 6l8 18M102 6l-8 18'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.value-card.sincerity {
  grid-column: 4;
  grid-row: 3;
}

.value-card.sincerity::after {
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 116px;
  height: 116px;
  opacity: 0.62;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='118' height='118' viewBox='0 0 118 118' fill='none'%3E%3Cg stroke='white' stroke-width='1.5'%3E%3Ccircle cx='59' cy='59' r='32'/%3E%3Ccircle cx='41' cy='41' r='32'/%3E%3Ccircle cx='77' cy='41' r='32'/%3E%3Ccircle cx='41' cy='77' r='32'/%3E%3Ccircle cx='77' cy='77' r='32'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.value-card.discipline {
  grid-column: 5;
  grid-row: 3;
}

.value-card.discipline::after {
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 84px;
  opacity: 0.66;
  background: radial-gradient(circle, transparent 0 4px, rgba(237, 85, 36, 0.55) 4.4px 5.8px, transparent 6.2px) 0 0 / 26px 26px;
}

.value-card.teamwork {
  grid-column: 6 / span 2;
  grid-row: 3;
  gap: 8px;
}

.value-card.teamwork::after {
  right: 22px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 126px;
  height: 126px;
  opacity: 0.68;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='132' height='132' viewBox='0 0 132 132' fill='none'%3E%3Ccircle cx='66' cy='66' r='42' stroke='%23d8b875' stroke-width='1.4'/%3E%3Cg stroke='%23ed5524' stroke-width='1.4'%3E%3Ccircle cx='66' cy='22' r='8'/%3E%3Ccircle cx='66' cy='110' r='8'/%3E%3Ccircle cx='22' cy='66' r='8'/%3E%3Ccircle cx='110' cy='66' r='8'/%3E%3Ccircle cx='35' cy='35' r='8'/%3E%3Ccircle cx='97' cy='97' r='8'/%3E%3Ccircle cx='97' cy='35' r='8'/%3E%3Ccircle cx='35' cy='97' r='8'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}


.value-card.product-knowledge p,
.value-card.customer p,
.value-card.trying p {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.3;
  max-width: 280px;
}

.value-card.commitment p,
.value-card.teamwork p {
  font-size: 12px;
  line-height: 1.26;
}

.value-card.teamwork p {
  margin-top: 0;
  max-width: 320px;
}

.leadership-section {
  min-height: auto;
  padding-top: 54px;
  padding-bottom: clamp(78px, 7vw, 116px);
  background:
    radial-gradient(circle at 52% 0%, rgba(211, 176, 111, 0.28), transparent 26%),
    radial-gradient(circle at 50% 100%, rgba(109, 15, 77, 0.08), transparent 30%),
    linear-gradient(180deg, #f8ecd9 0%, #fff8ec 100%);
}

.leadership-meta {
  position: absolute;
  left: 70px;
  top: 70px;
  display: flex;
  gap: 42px;
  color: var(--about-orange);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.leadership-logo {
  position: absolute;
  right: 70px;
  top: 42px;
  width: 200px;
}

.leadership-layout {
  display: grid;
  grid-template-columns: minmax(390px, 0.95fr) minmax(430px, 0.85fr) minmax(390px, 0.95fr);
  gap: 42px;
  align-items: end;
  min-height: 720px;
}

.leader {
  position: relative;
  z-index: 3;
}

.leader-founder {
  margin-top: 50px;
}

.leader-ceo {
  margin-top: 130px;
}

.leader::after {
  content: none;
  left: 0;
  right: auto;
  top: 86px;
  width: 44px;
  height: 44px;
  border-top-width: 12px;
  border-right-width: 12px;
  transform: rotate(180deg);
}

.leader-ceo::after {
  left: auto;
  right: 0;
  top: 300px;
  transform: rotate(0deg);
}

.leader figure {
  width: min(428px, 100%);
  height: 452px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 220px 220px 0 0;
  background: var(--about-plum);
}

.leader-ceo figure {
  height: 402px;
  background: var(--about-green);
}

.leader figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.leader-card {
  position: relative;
  z-index: 3;
  min-height: 286px;
  margin-top: 0;
  padding: 30px 36px;
  border-radius: 4px;
  background: linear-gradient(145deg, #78144d, #4b0b31);
  color: #fff;
  box-shadow: 0 24px 70px rgba(39, 12, 24, 0.28);
}

.leader-card.green {
  background: linear-gradient(145deg, #183f30, #112d25);
}

.leader-card > p:first-child {
  color: var(--about-orange);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.leader-card h3 {
  margin-top: 14px;
  color: #fff;
  font-family: var(--about-display) !important;
  font-size: 31px;
  line-height: 1.04;
}

.leader-card h3 em {
  color: var(--about-orange);
  font-family: var(--about-display) !important;
  font-style: italic !important;
}

.leader-card span {
  display: block;
  width: 44px;
  height: 2px;
  margin: 18px 0;
  background: var(--about-orange);
}

.leader-card p:last-of-type {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.55;
}

.leader-card a {
  position: absolute;
  right: 34px;
  bottom: 32px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(237, 85, 36, 0.55);
  border-radius: 50%;
  color: var(--about-orange);
  font-size: 26px;
  text-decoration: none;
}

.leadership-center {
  align-self: start;
  position: relative;
  z-index: 2;
  padding-top: 0;
  text-align: center;
}

.leadership-center .section-kicker {
  justify-content: center;
  margin-bottom: 18px;
}

.leadership-center .section-kicker::after {
  content: none;
}

.leadership-center h2 {
  font-family: var(--about-display) !important;
  font-size: clamp(54px, 5.35vw, 82px);
  line-height: 0.92;
}

.leadership-center h2 em {
  color: var(--about-orange);
  font-family: var(--about-display) !important;
  font-style: italic !important;
}

.leadership-center > p {
  margin-top: 24px;
  color: var(--about-muted);
  font-size: 19px;
  line-height: 1.45;
}

.leadership-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 40px;
  margin-top: 42px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--about-line);
}

.leadership-principles div {
  display: grid;
  justify-items: center;
  gap: 12px;
  color: var(--about-muted);
  font-size: 13px;
  text-transform: uppercase;
}

.leadership-principles .line-icon {
  width: 58px;
  height: 58px;
  background: transparent;
  border: 0;
  color: var(--about-orange);
}

.leadership-seal {
  display: grid;
  place-items: center;
  gap: 10px;
  margin: 30px auto 0;
}

.leadership-seal img {
  width: 96px;
  height: auto;
}

.leadership-seal small {
  display: block;
  color: var(--about-muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.leadership-footer {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 72px);
  align-items: center;
  width: min(1536px, 100%);
  min-height: 128px;
  margin: clamp(44px, 5vw, 76px) auto 0;
  padding: clamp(24px, 3vw, 38px) clamp(26px, 4vw, 56px);
  border: 1px solid rgba(109, 15, 77, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.88), rgba(251, 240, 222, 0.94)),
    radial-gradient(circle at 92% 50%, rgba(237, 85, 36, 0.11), transparent 28%);
  color: var(--about-muted);
  box-shadow: 0 26px 70px rgba(72, 38, 18, 0.12);
}

.leadership-footer blockquote {
  position: relative;
  margin: 0;
  padding-left: 28px;
  color: var(--about-maroon);
  font-family: var(--about-display);
  font-size: clamp(25px, 2.1vw, 34px);
  line-height: 1.08;
}

.leadership-footer blockquote::before {
  content: "“";
  position: absolute;
  left: 0;
  top: 0.03em;
  color: rgba(237, 85, 36, 0.72);
}

.leadership-footer em {
  color: var(--about-orange);
  font-family: var(--about-display);
  font-style: italic;
}

.leadership-footer p {
  margin: 0;
  padding-left: clamp(24px, 3vw, 48px);
  border-left: 1px solid rgba(237, 85, 36, 0.5);
  color: rgba(29, 23, 21, 0.68);
  font-size: clamp(17px, 1.2vw, 20px);
  line-height: 1.45;
}

.leadership-footer strong {
  justify-self: end;
  min-width: 172px;
  color: rgba(109, 15, 77, 0.14);
  font-family: var(--about-display);
  font-size: clamp(64px, 6.4vw, 108px);
  line-height: 0.8;
  text-align: right;
}

.motion-ready .about-animate {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--about-delay, 0ms);
  will-change: opacity, transform;
}

.motion-ready .about-animate.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-ready .about-animate.about-scale {
  transform: translate3d(0, 18px, 0) scale(0.985);
}

.motion-ready .about-animate.about-scale.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

.motion-ready .line-icon,
.motion-ready .card-icon {
  transition: transform 240ms ease, box-shadow 240ms ease, background-color 240ms ease;
}

.motion-ready .industry-card:not(.about-animate),
.motion-ready .team-card:not(.about-animate),
.motion-ready .purpose-card:not(.about-animate),
.motion-ready .value-card:not(.about-animate),
.motion-ready .history-card:not(.about-animate),
.motion-ready .leader-card:not(.about-animate),
.motion-ready .geo-cards article:not(.about-animate) {
  transition:
    transform 340ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 340ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 240ms ease;
}

.motion-ready .story-panel img {
  transition: transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) and (pointer: fine) {
  .motion-ready .industry-card:hover,
  .motion-ready .team-card:hover,
  .motion-ready .purpose-card:hover,
  .motion-ready .value-card:hover,
  .motion-ready .history-card:hover,
  .motion-ready .leader-card:hover,
  .motion-ready .geo-cards article:hover {
    transform: translateY(-6px);
  }
  .motion-ready .story-panel:hover img {
    transform: scale(1.05);
  }
}

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

  .about-page-redesign *,
  .about-page-redesign *::before,
  .about-page-redesign *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

@media (max-width: 1120px) {
  .values-logo {
    position: static;
  }

  .hero-layout,
  .story-top,
  .purpose-head,
  .geo-layout,
  .leadership-layout {
    grid-template-columns: 1fr;
  }

  .hero-pillar-list {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: auto;
    margin-top: 36px;
  }

  .hero-collage {
    min-height: 620px;
    transform: none;
  }

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

  .story-foundation ul,
  .industry-card-row,
  .team-grid,
  .history-track,
  .history-values,
  .purpose-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .industries-head,
  .values-head {
    grid-template-columns: 1fr;
  }

  .world-dots {
    display: none;
  }

  .values-bento {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
    grid-auto-rows: auto;
  }

  .value-card,
  .value-card:nth-child(n) {
    grid-column: span 1;
    grid-row: auto;
    min-height: 190px;
  }

  .value-card.wide,
  .value-card.orange,
  .value-card.trying,
  .value-card.teamwork {
    grid-column: span 2;
  }

  .leadership-footer {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .leadership-footer p {
    padding-top: 22px;
    padding-left: 0;
    border-top: 1px solid rgba(237, 85, 36, 0.36);
    border-left: 0;
  }

  .leadership-footer strong {
    justify-self: start;
    min-width: 0;
    font-size: 64px;
    text-align: left;
  }
}

@media (max-width: 760px) {
  .motion-ready .about-animate,
  .motion-ready .about-animate.about-scale,
  .motion-ready .about-animate.is-visible,
  .motion-ready .about-animate.about-scale.is-visible {
    opacity: 1;
    transform: none;
  }

  .history-section::before {
    top: 18px;
    right: -60px;
    width: 360px;
    opacity: 0.28;
  }

  .about-nav {
    padding: 20px 18px 0;
  }

  .about-logo img {
    height: 40px;
  }

  .about-section {
    padding: 70px 20px;
  }

  .about-hero {
    padding-top: 120px;
  }

  .hero-copy h1,
  .purpose-head h2,
  .industries-head h2,
  .geo-copy h2,
  .team-head h2,
  .values-head h2,
  .leadership-center h2 {
    font-size: 40px;
    line-height: 1.05;
    overflow-wrap: break-word;
  }

  .story-copy h2,
  .history-head h2 {
    font-size: 42px;
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .hero-pillar-list,
  .story-panels,
  .story-foundation ul,
  .purpose-cards,
  .purpose-strip,
  .industry-card-row,
  .industry-metrics,
  .geo-cards,
  .geo-stats,
  .team-grid,
  .history-head,
  .history-track,
  .history-values,
  .values-bento,
  .leadership-principles,
  .leadership-footer {
    grid-template-columns: 1fr;
  }

  .values-bento {
    grid-template-rows: none;
    grid-auto-rows: auto;
  }

  .value-card,
  .value-card:nth-child(n),
  .value-card.wide,
  .value-card.orange,
  .value-card.trying,
  .value-card.teamwork {
    grid-column: 1;
    grid-row: auto;
    min-height: 0;
  }

  .value-card.orange,
  .value-card.teamwork {
    display: block;
  }

  .hero-collage {
    min-height: auto;
    display: grid;
    gap: 12px;
    transform: none;
  }

  .hero-photo,
  .hero-pack,
  .hero-goodness,
  .hero-possibility {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    height: 220px;
    transform: none;
    clip-path: none;
    border-radius: 18px;
  }

  .hero-pack {
    height: 320px;
  }

  .pack-brand {
    top: 82px;
    width: 116px;
  }

  .hero-pack small {
    bottom: 124px;
  }

  .story-panel {
    min-height: 310px;
  }

  .purpose-card {
    min-height: auto;
  }

  .mission-card {
    padding-bottom: 48px;
  }

  .purpose-card > a {
    position: static;
    margin-top: 24px;
  }

  .purpose-card figure,
  .product-lineup {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 34px;
  }

  .purpose-card figure {
    height: 230px;
  }

  .product-lineup {
    grid-template-columns: 1fr;
  }

  .product-lineup .pack-logo {
    width: 64px;
    height: 29px;
    padding: 3px 5px;
    border-radius: 5px;
  }

  .product-lineup .pack-logo-3 {
    width: 54px;
  }

  .industry-card {
    min-height: 500px;
  }

  .geo-banner {
    position: static;
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .geo-banner::before {
    display: none;
  }

  .team-card,
  .team-card:nth-child(n) {
    border-right: 0;
    border-bottom: 1px solid var(--about-line);
  }

  .team-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bgh-outline {
    display: none;
  }

  .geo-map-wrap {
    min-height: auto;
    margin: 24px -20px 0;
    overflow: hidden;
  }

  .geo-map-wrap > img {
    width: 170%;
    margin-left: -36%;
  }

  .history-track::after {
    display: none;
  }

  .leadership-section {
    padding-bottom: 70px;
  }

  .leadership-meta,
  .leadership-logo {
    position: static;
    margin-bottom: 26px;
  }

  .leadership-footer {
    margin: 44px auto 0;
    padding: 26px 22px;
  }
}

/* ============================================================
   Leadership page — hero header
   ============================================================ */
.lead-hero {
  text-align: center;
  padding-top: clamp(124px, 17vh, 184px) !important;
  padding-bottom: clamp(16px, 3vw, 36px) !important;
}
.lead-hero .about-shell { max-width: 880px; margin: 0 auto; }
.lead-hero h1 {
  font-family: var(--about-display);
  color: var(--about-maroon);
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 500;
  line-height: 1.04;
  margin: 14px 0 0;
}
.lead-hero p {
  margin: 22px auto 0;
  max-width: 640px;
  color: var(--about-muted);
  font-size: 18px;
  line-height: 1.55;
}

/* ============================================================
   v26 — about page client feedback
   ============================================================ */
/* Story panels: clean photos, no text captions, no colour overlay */
.story-panels-clean { grid-template-columns: repeat(4, 1fr) !important; }
.story-panels-clean .story-panel::before { content: none !important; }

/* Geographic coverage: only Head office + Sales office */
.geo-cards-2 { grid-template-columns: 1fr 1fr !important; max-width: 560px; }

/* History timeline: align every card top + equal card height */
.history-track .history-card { grid-template-rows: 52px 1fr !important; align-items: start; }
.history-track .history-card time { align-self: start; }
.history-track .history-card > div {
  align-self: stretch;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* ============================================================
   v29 — Leadership: stacked Founder + CEO profile blocks
   ============================================================ */
.leadership-section .lead-intro { text-align: center; max-width: 720px; margin: 0 auto; }
.leadership-section .lead-intro h2 { margin-top: 8px; }
.leadership-section .lead-intro > p:last-child { margin-top: 16px; color: rgba(26,15,20,0.68); font-size: 17px; }

.leadership-profiles {
  display: flex; flex-direction: column;
  gap: clamp(48px, 7vw, 88px);
  margin-top: clamp(48px, 7vw, 80px);
}
.leader-profile {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.leader-profile figure {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--about-maroon, #5c1a35);
  box-shadow: 0 30px 80px -50px rgba(60,15,30,0.4);
}
.leader-profile figure img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.leader-profile-reverse figure { order: 2; }
.leader-role {
  font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--about-orange, #e85a1a); font-weight: 600; margin-bottom: 10px;
}
.leader-profile-copy h3 {
  font-family: var(--about-display);
  font-size: clamp(30px, 3.4vw, 48px);
  color: var(--about-maroon, #5c1a35);
  margin: 0 0 20px;
  line-height: 1.05;
}
.leader-profile-copy > p {
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.6;
  color: rgba(26,15,20,0.72);
  max-width: 560px;
}
@media (max-width: 900px) {
  .leader-profile { grid-template-columns: 1fr; }
  .leader-profile-reverse figure { order: 0; }
  .leader-profile figure { max-width: 420px; }
}

/* ============================================================
   v30 — leadership profile photo framing + left-aligned intro
   ============================================================ */
.leadership-section .lead-intro {
  text-align: left !important;
  max-width: 820px;
  margin: 0 !important;
}
.leader-profile {
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr) !important;
  align-items: center;
}
.leader-profile figure {
  aspect-ratio: 4 / 5 !important;
  max-height: 460px;
}
.leader-profile figure img { object-position: center 16% !important; }
@media (max-width: 900px) {
  .leader-profile { grid-template-columns: 1fr !important; }
  .leader-profile figure { max-width: 340px; }
}

/* ============================================================
   v33 — tighten Vision/Purpose/Mission cards after exact-copy update
   (shorter text left a gap above the bottom artwork)
   ============================================================ */
.purpose-section { min-height: auto !important; padding-bottom: clamp(64px, 7vw, 104px) !important; }
.purpose-card { height: 520px !important; }
.vision-card .vision-figure { height: 322px !important; }
.product-lineup { height: 300px !important; }
.mission-card { padding-bottom: 232px !important; }
.mission-card .mission-figure { height: 212px !important; }

/* ============================================================
   v35 — reverse leader profile: text left, photo hugging the right
   (was leaving the CEO photo mid-page with white space on the right)
   ============================================================ */
.leader-profile-reverse {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px) !important;
}
.leader-profile-reverse figure { order: 2 !important; justify-self: end; width: 100%; }
.leader-profile-reverse .leader-profile-copy { order: 1 !important; }
@media (max-width: 900px) {
  .leader-profile-reverse { grid-template-columns: 1fr !important; }
  .leader-profile-reverse figure { order: 0 !important; justify-self: start; }
}

/* ============================================================
   v36 — Leadership: drop the Stewardship band, center the two
   profiles (padding toward centre, no CEO gap), and make the
   principle cards a uniform light grey with readable text
   ============================================================ */
/* leadership section blends with the page (no separate colored band) */
.leadership-section {
  background: transparent !important;
  padding-top: clamp(18px, 2.5vw, 32px) !important;
}

/* both profiles centered: photos pulled inward, text width capped,
   tight controlled gap between text and photo (kills the CEO void) */
.leadership-profiles .leader-profile {
  grid-template-columns: minmax(240px, 340px) minmax(0, 520px) !important;
  justify-content: center !important;
  gap: clamp(36px, 4vw, 64px) !important;
}
.leadership-profiles .leader-profile-reverse {
  grid-template-columns: minmax(0, 520px) minmax(240px, 340px) !important;
}

/* principle cards keep their original colors — only fade the watermark
   art so the subtext stays readable over it */
.values-bento .value-card::after { opacity: 0.14 !important; }

@media (max-width: 900px) {
  .leadership-profiles .leader-profile,
  .leadership-profiles .leader-profile-reverse {
    grid-template-columns: 1fr !important;
  }
}

/* v40 — remove the small uppercase eyebrow labels above section headings */
.section-kicker { display: none !important; }

/* ============================================================
   v42 — Our Story redesign: drop images, condensed editorial
   intro + clean five-pillar row (no boxes, no photos)
   ============================================================ */
.story-redesign .story-intro {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.story-redesign .story-intro h2 {
  font-family: var(--about-display) !important;
  font-size: clamp(38px, 4.2vw, 64px);
  font-weight: 400;
  line-height: 1.02;
  color: var(--about-maroon);
  margin: 0 0 26px;
}
.story-redesign .story-intro h2 em { font-style: normal; color: var(--about-orange); }
.story-redesign .story-intro .lead {
  max-width: 760px;
  margin: 0 auto 18px;
  font-size: clamp(19px, 1.55vw, 24px);
  line-height: 1.5;
  color: var(--about-ink);
}
.story-redesign .story-intro p {
  max-width: 720px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.64;
  color: rgba(26, 15, 20, 0.6);
}
.story-redesign .story-pillars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(20px, 2.2vw, 32px);
  margin-top: clamp(46px, 6vw, 84px);
}
.story-redesign .story-pillars article { min-width: 0; }
.story-redesign .story-pillars .line-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
  background: transparent;
}
.story-redesign .story-pillars strong {
  display: block;
  margin-bottom: 8px;
  color: var(--about-maroon);
  font-size: 16px;
  font-weight: 700;
}
.story-redesign .story-pillars p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.42;
  color: rgba(26, 15, 20, 0.58);
}
@media (max-width: 900px) {
  .story-redesign .story-intro { grid-template-columns: 1fr; gap: 18px; }
  .story-redesign .story-pillars { grid-template-columns: repeat(2, 1fr); row-gap: 34px; }
}

/* v45b — remove the orange corner arrow on the industry cards */
.industry-card::after { display: none !important; }

/* ============================================================
   v47 — Team coverflow carousel (stacked / immersive)
   ============================================================ */
.team-coverflow {
  --tc-w: clamp(244px, 23vw, 304px);
  position: relative;
  width: 100%;
  margin-top: clamp(22px, 3vw, 44px);
}
.team-car-stage {
  position: relative;
  width: 100%;
  height: clamp(474px, 46vw, 580px);
  perspective: 1700px;
}
.team-coverflow .team-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--tc-w);
  margin: 0;
  background: #fff;
  border-radius: 24px;
  padding: 16px 15px 18px;
  box-shadow: 0 38px 72px -36px rgba(40, 16, 28, 0.45);
  text-align: center;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  transition: transform 0.62s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease, box-shadow 0.5s ease;
  will-change: transform, opacity;
}
.team-car-stage.is-dragging .team-card { transition: none; }
.team-coverflow .team-card.is-active { cursor: default; }
.team-coverflow .team-card:not(.is-active) { cursor: pointer; }

.team-card-role {
  display: block;
  margin: 6px 0 13px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--about-ink, #1d1715);
  line-height: 1.2;
}
.team-card-photo {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 16px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 62%, rgba(232, 221, 205, 0.75), transparent 42%),
    linear-gradient(158deg, #f4ede2, #ece2d4);
}
.team-card-photo img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  pointer-events: none; -webkit-user-drag: none;
}
.team-card-name {
  display: block;
  margin-top: 14px;
  color: var(--about-maroon, #5c1a35);
  font-weight: 700;
  font-size: clamp(16px, 1.3vw, 19px);
  letter-spacing: 0.01em;
}
.team-card.empty .team-card-name { color: rgba(92, 26, 53, 0.55); }

.team-car-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 60;
}
.team-car-arrow-prev { left: clamp(2px, 2.5vw, 34px); }
.team-car-arrow-next { right: clamp(2px, 2.5vw, 34px); }
.team-car-btn {
  width: 52px; height: 52px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(92, 26, 53, 0.12);
  border-radius: 50%;
  background: #fff;
  color: var(--about-maroon, #5c1a35);
  cursor: pointer;
  box-shadow: 0 16px 32px -18px rgba(40, 16, 28, 0.45);
  transition: background 0.2s, color 0.2s, transform 0.2s, border-color 0.2s;
}
.team-car-btn:hover { background: var(--about-orange, #e85a1a); color: #fff; border-color: var(--about-orange, #e85a1a); }
.team-car-arrow:hover { transform: translateY(-50%) scale(1.07); }

.team-car-controls { display: flex; justify-content: center; margin-top: clamp(18px, 2.4vw, 32px); }
.team-car-dots { display: flex; align-items: center; gap: 9px; }
.team-car-dots button {
  width: 8px; height: 8px; padding: 0;
  border: 0; border-radius: 50%;
  background: rgba(92, 26, 53, 0.22);
  cursor: pointer;
  transition: background 0.25s, width 0.25s;
}
.team-car-dots button.is-active { background: var(--about-orange, #e85a1a); width: 22px; border-radius: 5px; }

@media (max-width: 760px) {
  .team-coverflow { --tc-w: clamp(212px, 62vw, 270px); }
  .team-car-stage { height: clamp(420px, 92vw, 470px); }
  .team-car-arrow-prev { left: 0; }
  .team-car-arrow-next { right: 0; }
  .team-car-btn { width: 44px; height: 44px; }
}

/* v48b — remove the orange corner accent from team cards */
.team-card::after { display: none !important; }

/* ============================================================
   Short-viewport fit (v49). On shallow desktop screens (browser
   chrome + OS taskbar, display scaling, 16:9 wall panels) each About
   section is taller than the viewport, so its heading gets clipped.
   Compact padding, headings, card and artwork heights so the heading
   and its content stay visible together. Desktop-only (>=769px); the
   stacked mobile layout is governed separately.
   ============================================================ */
@media (min-width: 769px) and (max-height: 820px) {
  /* Content sections compact; heroes are EXCLUDED — they must keep enough top
     padding to sit below the ~99px fixed nav (not get pulled under it). */
  .about-section:not([class*="hero"]) { padding-top: clamp(40px, 5vh, 84px) !important; padding-bottom: clamp(40px, 5vh, 84px) !important; }
  .about-section[class*="hero"] { padding-top: clamp(122px, 16vh, 176px) !important; }
  .about-hero { min-height: 0 !important; }
  .about-section h2 { font-size: clamp(30px, 4.2vh, 46px) !important; }
  .purpose-head h2 { font-size: clamp(32px, 5vh, 56px) !important; }
  .industries-head h2 { font-size: clamp(40px, 6.5vh, 84px) !important; }

  /* Vision / Purpose / Mission: reduce card + bottom-anchored artwork together.
     The mission card's text runs ~240px, so the card floor stays high enough
     that the text never collides with the absolutely-positioned artwork. */
  .purpose-card { height: clamp(430px, 62vh, 520px) !important; padding: 26px 34px !important; }
  /* Shrink the absolutely-positioned icon AND keep the label just tall enough that
     the description clears it — the collapsed label let the text ride up under the
     icon on short viewports. Kept minimal so the 3-paragraph mission text still
     clears the bottom artwork. */
  .purpose-card .card-icon { width: 46px !important; height: 46px !important; top: 22px !important; }
  .purpose-label { min-height: 40px !important; margin-left: 64px !important; padding-top: 0 !important; margin-bottom: 10px !important; }
  .vision-card .vision-figure { height: clamp(140px, 20vh, 322px) !important; }
  .mission-figure { height: clamp(140px, 20vh, 213px) !important; }
  .product-lineup { height: clamp(150px, 22vh, 300px) !important; }

  /* Industries "We Serve" cards */
  .industry-card { min-height: clamp(380px, 64vh, 544px) !important; }
  .industry-card figure { height: clamp(130px, 20vh, 210px) !important; }
  .industry-card .industry-icon { top: calc(clamp(130px, 20vh, 210px) - 32px) !important; }
  .industry-card small { margin-top: clamp(40px, 7vh, 52px) !important; }

  /* Story / evolution panels */
  .story-top, .story-panel { min-height: 0 !important; }
}
@media (min-width: 769px) and (max-height: 660px) {
  .about-section:not([class*="hero"]) { padding-top: clamp(28px, 4vh, 56px) !important; padding-bottom: clamp(28px, 4vh, 56px) !important; }
  .about-section[class*="hero"] { padding-top: clamp(118px, 18vh, 172px) !important; }
  .purpose-head h2 { font-size: clamp(28px, 4.6vh, 44px) !important; }
  .industries-head h2 { font-size: clamp(34px, 6vh, 64px) !important; }
  .purpose-card { height: clamp(415px, 60vh, 520px) !important; }
  .vision-card .vision-figure, .mission-figure { height: clamp(120px, 17vh, 220px) !important; }
  /* mission card has 3 paragraphs — cap its artwork tighter so text always clears it */
  .mission-card .mission-figure { height: clamp(96px, 14vh, 150px) !important; }
  .product-lineup { height: clamp(140px, 20vh, 240px) !important; }
  .industry-card { min-height: clamp(330px, 60vh, 460px) !important; }
  .industry-card figure { height: clamp(110px, 17vh, 160px) !important; }
  .industry-card .industry-icon { top: calc(clamp(110px, 17vh, 160px) - 30px) !important; }
}

/* Leadership team carousel on mobile: the coverflow neighbour cards spread out
   and get cut off on narrow screens. Show only the centered active card
   (arrows + dots still navigate). */
@media (max-width: 768px) {
  .team-coverflow { --tc-w: min(84vw, 330px); }
  .team-coverflow .team-card:not(.is-active) { opacity: 0 !important; pointer-events: none !important; }
  .team-car-stage { height: auto !important; min-height: 480px; }
  .team-car-arrow-prev { left: 0 !important; }
  .team-car-arrow-next { right: 0 !important; }
}
