.ford-nutshell {
  position: relative;
  overflow: hidden;
  color: #000;
}

.ford-nutshell-stage {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 900px;
  margin-inline: auto;
}

.ford-nutshell-heading {
  display: flex;
  align-items: center;
  gap: 24px;
  width: fit-content;
  margin-bottom:40px;
}

.ford-nutshell-heading img {
  width: 35px;
  height: 36px;
  flex-shrink: 0;
}

.ford-nutshell-stage .ford-nutshell-heading h2 {
  margin: 0;
  color: #000;
}

.ford-nutshell-path {
  position: absolute;
  z-index: -1;
  top: 372px;
  left: 0;
  display: block;
  width: auto;
  pointer-events: none;
}

.ford-nutshell-path img {
  display: block;
  width: 100%;
  height: auto;
}

.ford-nutshell-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: fit-content;
}

.ford-nutshell-brief {
  margin-left: 25.5%;
}

.ford-nutshell-discovery {
  margin-top: 86px;
  margin-left: 58.5%;
}

.ford-nutshell-solutions {
  margin-top: 33px;
  margin-left: 3.3%;
}

.ford-nutshell-brief .ford-nutshell-pin {
  width: 42px;
  height: 165px;
}

.ford-nutshell-discovery .ford-nutshell-pin {
  width: 50px;
  height: 196px;
}

.ford-nutshell-solutions .ford-nutshell-pin {
  width: 60px;
  height: 254px;
}

.ford-nutshell-pin {
  display: block;
  flex-shrink: 0;
}

.ford-nutshell-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ford-nutshell-brief .ford-nutshell-copy {
  width: 498px;
}

.ford-nutshell-discovery .ford-nutshell-copy {
  width: 471px;
}

.ford-nutshell-solutions .ford-nutshell-copy {
  width: 418px;
}

.ford-nutshell-copy h3 {
  margin: 0;
  color: #000;
  font-weight: 500;
}

.ford-nutshell-copy p {
  margin: 0;
  color: #000;
  font-family: "Figtree", "sans-serif";
  font-weight: 500;
}

.ford-nutshell-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ford-nutshell-list li {
  position: relative;
  margin: 0;
  margin-left: 20px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-left: 24px !important;
}

.ford-nutshell-list li::before {
	content: "";
	display:block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f59301;
  box-shadow: 0 0 7px rgba(245, 147, 1, 0.5);
}

/* Personas */

.ford-personas {
  position: relative;
  min-height: 561px;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}

.ford-personas-inner {
  position: relative;
  min-height: 561px;
  padding-top: 68px;
  padding-bottom: 0;
}

.ford-personas-inner h2 {
  position: relative;
  z-index: 3;
  margin: 0;
  color: #fff;
}

.ford-personas-layout {
  position: static;
  display: grid;
  grid-template-columns: minmax(320px, 400px) minmax(370px, 1fr) minmax(320px, 378px);
  align-items: start;
  margin-top: 59px;
}

.ford-persona-card {
  position: relative;
  z-index: 3;
  min-width: 0;
}

.ford-persona-eddie {
  grid-column: 3;
  transform: translateX(47px);
}

.ford-persona-card h3 {
  margin: 0;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
}

.ford-persona-card h3::after {
  display: block;
  width: 300px;
  max-width: 100%;
  height: 2px;
  margin-top: 10px;
  background: linear-gradient(90deg, #7461ff 0%, rgba(116, 97, 255, 0) 100%);
  content: "";
}

.ford-persona-card  p.ford-persona-summary {
  max-width: 400px;
  margin-top: 20px;
  color: #a3a3a3;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
}

.ford-persona-eddie p.ford-persona-summary {
  max-width: 378px;
}

.ford-persona-challenges {
  margin-top: 25px;
}

.ford-persona-challenges h4 {
  margin: 0 0 18px;
  color: #fff;
  font-family: "Petrona", serif;
  font-weight: 700;
}

.ford-persona-challenges ul {
  margin: 0;
  margin-left: 24px;
  color: #a3a3a3;
  list-style: disc;
}

.ford-persona-challenges li {
  padding: 0;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
	list-style:disc !important;
	line-height:24px;
}

.ford-personas-portraits {
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: calc(50% - 13px);
  width: 609px;
  height: 373px;
  transform: translateX(-50%);
}

.ford-persona-image {
  position: absolute;
  bottom: 0;
  display: block;
  height: 373px;
  max-width: none;
  object-fit: contain;
}

.ford-persona-image-alisha {
  z-index: 2;
  left: 0;
  width: 359px;
}

.ford-persona-image-eddie {
  z-index: 1;
  right: 0;
  width: 368px;
}

/* Strategy and concept */

.ford-strategy {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #000;
}

.ford-strategy-inner {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}

.ford-strategy-heading {
  display: flex;
  align-items: center;
  gap: 24px;
}

.ford-strategy-heading img {
  width: 35px;
  height: 36px;
  flex: 0 0 auto;
}

.ford-strategy-inner .ford-strategy-heading h2 {
  margin: 0;
  color: #000;
}

.ford-strategy-intro {
  margin-top: 19px;
}

.ford-strategy-intro h3 {
  margin: 0;
  color: #000;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
}

.ford-strategy-intro h3 span {
  color: #f79400;
}

.ford-strategy-inner .ford-strategy-intro p {
  max-width: 1240px;
  margin: 12px 0 0;
  color: #000;
  font-family: "Figtree", sans-serif;
}

.ford-strategy-diagram {
  position: relative;
  z-index: 1;
  width: min(100%, 1190px);
  aspect-ratio: 1190 / 508;
  margin: 66px auto 0;
}

.ford-strategy-illustration {
  position: absolute;
  z-index: 1;
  top: 16.14%;
  left: 50%;
  display: block;
  width: 54.62%;
  height: auto;
  transform: translateX(-50%);
}

.ford-strategy-point {
  position: absolute;
  z-index: 2;
  margin: 0;
  color: #000;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
}

.ford-strategy-point-top {
  top: 0;
  left: 50%;
  width: 289px;
  text-align: center;
  transform: translateX(-50%);
}

.ford-strategy-point-upper-left {
  top: 29.92%;
  left: 11.34%;
  width: 215px;
  text-align: right;
}

.ford-strategy-point-upper-right {
  top: 29.92%;
  left: 70.59%;
  width: 237px;
}

.ford-strategy-point-lower-left {
  top: 61.42%;
  left: 0;
  width: 272px;
  text-align: right;
}

.ford-strategy-point-lower-right {
  top: 61.42%;
  left: 77.14%;
  width: 272px;
}

.ford-strategy-panel {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 40px), 1425px);
  min-height: 555px;
  margin: -96px auto 0;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  background:
    radial-gradient(
      ellipse 75% 115% at 82% 118%,
      rgba(73, 58, 202, 0.32) 0%,
      rgba(73, 58, 202, 0.16) 48%,
      rgba(73, 58, 202, 0) 82%
    ),
    rgba(28, 27, 27, 0.05);
}

.ford-strategy-panel-inner {
  width: min(calc(100% - 80px), 1240px);
  margin-inline: auto;
  padding-top: 79px;
  padding-bottom: 55px;
}

.ford-strategy-principles > h3,
.ford-strategy-matters > h3 {
  margin: 0;
  font-family: "Petrona", serif;
  font-weight: 600;
}

.ford-strategy-principles > h3 {
  color: #000;
}

.ford-principles-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 88px;
  margin-top: 28px;
}

.ford-principles-column {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 22px;
}

.ford-principle-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}

.ford-principle-item > img {
  display: block;
  width: 22px;
  height: 36px;
  flex: 0 0 22px;
}

.ford-principle-item h4,
.ford-principle-item p {
  margin: 0;
  color: #000;
  font-family: "Figtree", sans-serif;
}

.ford-principle-item h4 {
  font-weight: 600;
}

.ford-principle-item p {
  margin-top: 4px;
  font-weight: 400;
}

.ford-strategy-matters {
  margin-top: 62px;
}

.ford-strategy-matters > h3 {
  color: #4b3bc4;
}

.ford-strategy-matters > p {
  margin: 16px 0 0;
  color: #000;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
}

.ford-matters-list {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.ford-matters-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #000;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  white-space: nowrap;
}

.ford-matters-list img {
  display: block;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}


/* Design impact */

.ford-design-impact {
  position: relative;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.ford-design-impact .section-spacing {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ford-impact-heading {
  max-width: 1420px;
}

.ford-impact-heading h2 {
  margin: 0 0 24px;
  color: #fff;
  font-weight: 400;
}

.ford-impact-heading p {
  max-width: 1380px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.ford-impact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 290px));
  gap: clamp(100px, 12.5vw, 200px);
  margin-top: 50px;
}

.ford-impact-card {
  min-width: 0;
}

.ford-impact-label {
  width: max-content;
  max-width: calc(100% - 32px);
  margin: 0 16px 28px;
  padding: 7px 16px;
  border: 1px solid rgba(245, 147, 1, 0.42);
  border-radius: 40px;
  background: linear-gradient(
    90deg,
    rgba(245, 147, 1, 0.11),
    rgba(245, 147, 1, 0.17)
  );
  color: #e7a34b;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
}

.ford-impact-chart {
  width: 248px;
  max-width: 100%;
}

.ford-impact-chart img {
  display: block;
  width: 100%;
  height: auto;
}

.ford-impact-value {
  display: block;
  font-family: "Petrona", "sans-serif";
  font-weight: 400;
  background: var(--Linear, linear-gradient(180deg, #FFF 0%, #F59301 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	line-height:normal;
}

.ford-impact-description {
  max-width: 310px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
}
	
/* Ford crafted experience CSS start */

.ford-crafted-feature {
  overflow: hidden;
  color: #000;
}

.ford-crafted-heading-row {
  display: flex;
  align-items: center;
  gap: 24px;
}

.ford-crafted-heading-row > img {
  display: block;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
}

.ford-crafted-heading-row h2 {
  margin: 0;
  color: #000;
}

.ford-crafted-copy h3 {
  margin: 0;
  color: #4b3bc4;
  font-weight: 600;
}

.ford-crafted-copy > p {
  margin: 8px 0 0;
  color: #000;
}

.ford-crafted-benefits {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 24px 0 0;
  padding: 0;
  color: #000;
  list-style: none;
}

.ford-crafted-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
}

.ford-crafted-benefits img {
  display: block;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin-top: 3px;
}

.ford-crafted-benefits span {
  display: block;
  min-width: 0;
  line-height: 1.3;
}

.ford-crafted-ev-copy {
  margin-top: 40px;
}

.ford-crafted-ev-copy > p {
  max-width: 649px;
}

.ford-crafted-ev-stage {
  display: grid;
  grid-template-columns: minmax(0, 44.8fr) minmax(0, 55.2fr);
  grid-template-areas:
    "charger benefits"
    "charger screens";
  align-items: center;
  gap: 0px 56px;
  margin-top: 40px;
}

.ford-crafted-charger {
  grid-area: charger;
  display: block;
  width: 100%;
  max-width: 690px;
  height: auto;
}

.ford-crafted-ev-benefits {
  grid-area: benefits;
  margin: 0;
}

.ford-crafted-ev-benefits.body-container,
.ford-crafted-ev-screens.body-container {
  padding-left: 0;
}

.ford-crafted-ev-screens {
  display: grid;
  grid-area: screens;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: flex-start;
  gap: 24px;
}

.ford-crafted-ev-screens img {
  display: block;
  width: 100%;
  aspect-ratio: 226 / 450;
  object-fit: fill;
  object-position: top center;
}

.ford-crafted-crowd-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: center;
  gap: 64px;
  padding: 0px 60px 0;
  border-radius: 24px;
  background: #f1f4f8 url("https://staging.yujdesigns.com/yujliverebranding/wp-content/uploads/2026/08/map-grayscale.webp") center / cover no-repeat;
}

.ford-crafted-crowd-screens {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: flex-start;
  gap: 32px;
  min-width: 0;
  position: relative;
  top:60px;
}

.ford-crafted-crowd-screens img,
.ford-crafted-goal-screens img,
.ford-crafted-safety-screens img {
  display: block;
  width: 100%;
  height: auto;
}

.ford-crafted-crowd-copy {
  min-width: 0;
}

.ford-crafted-crowd-copy > p {
  max-width: 499px;
}

.ford-crafted-crowd-copy .ford-crafted-benefits {
  max-width: 529px;
}

.ford-crafted-goal-inner,
.ford-crafted-safety-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 80px;
}

.ford-crafted-goal-copy {
  min-width: 0;
}

.ford-crafted-goal-copy > p {
  max-width: 649px;
}

.ford-crafted-goal-screens {
  display: flex;
  align-items: flex-start;
  min-width: 0;
}

.ford-crafted-safety-screens {
  display: flex;
  align-items: flex-start;
  min-width: 0;
}

.ford-crafted-goal-screens img,
.ford-crafted-safety-screens img {
  width: 49%;
  flex: 0 0 49%;
}

.ford-crafted-goal-screens img + img,
.ford-crafted-safety-screens img + img {
  margin-left: -6%;
  position: relative;
  z-index: 0;
}

.ford-crafted-goal-screens img:first-child {
  margin-top: 55px;
	z-index:1;
}

.ford-crafted-safety-screens img:last-child {
  margin-top: 130px;
  position: relative;
  z-index: 1;
}

.ford-crafted-safety-copy {
  min-width: 0;
}

@media only screen and (max-width: 1199px) {
  .ford-nutshell-stage {
    min-height: 900px;
  }

  .ford-nutshell-heading {
    margin-bottom: 20px;
  }

  .ford-nutshell-path {
    top: 372px;
    left: -170px;
    width: clamp(1100px, 110vw, 1465px);
  }

  .ford-nutshell-item {
    max-width: 680px;
  }

  .ford-nutshell-brief {
    margin-left: 24%;
  }

  .ford-nutshell-discovery {
    margin-top: 70px;
    margin-left: 45%;
  }

  .ford-nutshell-solutions {
    margin-top: 40px;
    margin-left: 4%;
  }

  .ford-nutshell-brief .ford-nutshell-copy,
  .ford-nutshell-discovery .ford-nutshell-copy,
  .ford-nutshell-solutions .ford-nutshell-copy {
    width: min(44vw, 500px);
  }
	.ford-crafted-heading-row {
    margin-left: 0;
  }

  .ford-crafted-ev-stage {
    grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
    gap: 36px 32px;
  }

  .ford-crafted-ev-screens {
    gap: 14px;
  }

  .ford-crafted-crowd-card {
    gap: 40px;
    padding: 48px 32px 0;
  }

  .ford-crafted-crowd-screens {
    gap: 20px;
  }

  .ford-crafted-goal-inner,
  .ford-crafted-safety-inner {
    gap: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .ford-personas-inner {
    min-height: 760px;
  }

  .ford-personas-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 56px;
  }

  .ford-persona-eddie {
    grid-column: 2;
    transform: none;
  }

  p.ford-persona-summary,
  .ford-persona-eddie p.ford-persona-summary {
    max-width: 390px;
  }

  .ford-personas-portraits {
    width: 560px;
    height: 343px;
  }

  .ford-persona-image {
    height: 343px;
  }

  .ford-persona-image-alisha {
    width: 330px;
  }

  .ford-persona-image-eddie {
    width: 339px;
  }

  .ford-strategy-point-top {
    width: 24.29%;
  }

  .ford-strategy-point-upper-left {
    width: 18.07%;
  }

  .ford-strategy-point-upper-right {
    width: 19.92%;
  }

  .ford-strategy-point-lower-left,
  .ford-strategy-point-lower-right {
    width: 22.86%;
  }

  .ford-strategy-panel-inner {
    width: calc(100% - 80px);
  }

  .ford-principles-grid {
    gap: 48px;
  }

  .ford-matters-list {
    flex-wrap: wrap;
    gap: 16px 28px;
  }

  .ford-impact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px;
  }

}

@media only screen and (max-width: 991px) {
  .ford-personas-inner {
    min-height: 720px;
  }

  .ford-personas-layout {
    gap: 32px;
  }

  .ford-personas-portraits {
    width: 500px;
    height: 306px;
  }

  .ford-persona-image {
    height: 306px;
  }

  .ford-persona-image-alisha {
    width: 295px;
  }

  .ford-persona-image-eddie {
    width: 302px;
  }


  .ford-strategy-diagram {
    margin-top: 50px;
  }

  .ford-strategy-point-upper-left {
    left: 9%;
  }

  .ford-strategy-point-upper-right {
    left: 71.5%;
  }

  .ford-strategy-panel {
    margin-top: -70px;
  }

  .ford-strategy-panel-inner {
    padding-top: 60px;
  }

  .ford-principles-grid {
    gap: 30px;
  }

  .ford-principle-item {
    align-items: flex-start;
  }

  .ford-impact-grid {
    gap: 28px;
  }

  .ford-impact-label {
    margin-inline: 10px;
  }
}
	
@media only screen
  and (min-width: 768px)
  and (max-width: 991px)
  and (orientation: portrait) {

  .ford-strategy-diagram {
    height: 400px;
    aspect-ratio: auto;
    margin-top: 48px;
  }

  .ford-strategy-illustration {
    top: 20%;
    width: 55%;
  }

  .ford-strategy-point-top {
    top: 0;
    left: 50%;
    width: 40%;
    transform: translateX(-50%);
  }

  .ford-strategy-point-upper-left {
    top: 34%;
    left: 0;
    width: 25%;
    text-align: right;
  }

  .ford-strategy-point-upper-right {
    top: 34%;
    right: 0;
    left: auto;
    width: 25%;
  }

  .ford-strategy-point-lower-left {
    top: 66%;
    left: 0;
    width: 25%;
    text-align: right;
  }

  .ford-strategy-point-lower-right {
    top: 66%;
    right: 0;
    left: auto;
    width: 25%;
  }

  .ford-strategy-panel {
    margin-top: -45px;
  }
}

@media only screen and (max-width: 767px) {
  .ford-nutshell-stage {
    min-height: 0;
    padding: 50px 20px 60px;
  }

  .ford-nutshell-heading {
    gap: 14px;
    margin-bottom: 30px;
  }

  .ford-nutshell-heading img {
    width: 28px;
    height: auto;
  }

  .ford-nutshell-path {
    top: 170px;
    left: 0;
    width: min(90vw, 349px);
  }
  .ford-nutshell-path{
    display:none;
  }

  .ford-nutshell-item {
    gap: 14px;
    margin-left: 0;
  }


  .ford-nutshell-discovery,
  .ford-nutshell-solutions {
    margin-top: 52px;
  }

  .ford-nutshell-brief .ford-nutshell-copy,
  .ford-nutshell-discovery .ford-nutshell-copy,
  .ford-nutshell-solutions .ford-nutshell-copy {
    width: calc(100vw - 100px);
  }

  .ford-nutshell-brief .ford-nutshell-pin {
    width: 30px;
    height: auto;
  }

  .ford-nutshell-discovery .ford-nutshell-pin {
    width: 34px;
    height: auto;
  }

  .ford-nutshell-solutions .ford-nutshell-pin {
    width: 38px;
    height: auto;
  }

  .ford-nutshell-copy {
    gap: 8px;
  }

  .ford-nutshell-list {
    gap: 4px;
  }

  .ford-nutshell-list li {
    padding-left: 17px;
    font-size: 12px;
    line-height: 20px;
  }

  .ford-nutshell-list li::before {
    top: 7px;
    width: 6px;
    height: 6px;
  }

  .ford-personas {
    min-height: 0;
  }

  .ford-personas-inner {
    min-height: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ford-personas-layout {
    display: flex;
    flex-direction: column;
    gap: 42px;
    margin-top: 32px;
  }

  .ford-persona-card {
    width: 100%;
  }
  .ford-persona-card h3::after {
    width: 220px;
    margin-top: 8px;
  }

  .ford-persona-card  p.ford-persona-summary,
  .ford-persona-eddie p.ford-persona-summary {
    max-width: 100%;
    margin-top: 16px;
  }

  .ford-persona-challenges {
    margin-top: 20px;
  }

  .ford-persona-challenges h4 {
    margin-bottom: 12px;
  }

  .ford-persona-challenges li {
    font-size: 14px;
    line-height: 1.45;
  }

  .ford-personas-portraits {
    position: relative;
    bottom: auto;
    left: 50%;
    order: 2;
    width: min(128vw, 500px);
    height: min(78vw, 306px);
    margin-top: -8px;
    display: none;
  }

  .ford-persona-image {
    height: 100%;
  }

  .ford-persona-image-alisha {
    width: 59%;
  }

  .ford-persona-image-eddie {
    width: 60.5%;
  }

  .ford-persona-alisha {
    order: 1;
  }

  .ford-persona-eddie {
    order: 3;
  }


  .ford-strategy-heading {
    gap: 14px;
  }

  .ford-strategy-heading img {
    width: 28px;
    height: auto;
  }


  .ford-strategy-intro {
    margin-top: 28px;
  }


  .ford-strategy-inner .ford-strategy-intro p {
    margin-top: 12px;
  }

  .ford-strategy-diagram {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 100%;
    margin-top: 40px;
    aspect-ratio: auto;
  }

  .ford-strategy-illustration {
    position: relative;
    top: auto;
    left: auto;
    order: 2;
    width: min(100%, 500px);
    margin: 20px auto 0px;
    transform: none;
  }

  .ford-strategy-point {
    position: relative;
    top: auto;
    left: auto;
    order: 1;
    width: auto;
    min-width: 0;
    padding: 0 0 0 20px;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: left;
    transform: none;
  }

  .ford-strategy-point::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f79400;
    box-shadow: 0 0 7px rgba(247, 148, 0, 0.45);
    content: "";
  }

  .ford-strategy-panel {
    width: calc(100% - 0px);
    min-height: 0;
    margin-top: 0px;
    border-radius: 20px 20px 0 0;
  }

  .ford-strategy-panel-inner {
    width: 100%;
    padding: 40px 20px 45px;
  }

  .ford-principles-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 24px;
  }

  .ford-principles-column {
    gap: 22px;
  }

  .ford-principle-item {
    gap: 12px;
  }

  .ford-strategy-matters {
    margin-top: 48px;
  }

  .ford-strategy-matters > p {
    margin-top: 12px;
  }

  .ford-matters-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
    align-items: flex-start;
  }

  .ford-matters-list li {
    align-items: flex-start;
    white-space: normal;
  }

  .ford-matters-list img {
    margin-top: 1px;
  }

  .ford-design-impact .section-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ford-impact-heading h2 {
    margin-bottom: 16px;
  }

  .ford-impact-grid {
    display: flex;
    gap: 20px;
    margin-top: 36px;
    margin-right: -20px;
    padding-right: 20px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .ford-impact-grid::-webkit-scrollbar {
    display: none;
  }

  .ford-impact-card {
    width: min(78vw, 300px);
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .ford-impact-label {
    margin: 0 12px 22px;
    padding: 7px 13px;
  }

  .ford-impact-description {
    margin-top: 10px;
  }
	.ford-crafted-heading-row {
    gap: 14px;
    min-height: 0;
  }

  .ford-crafted-heading-row > img {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .ford-crafted-ev-copy {
    margin-top: 36px;
  }

  .ford-crafted-benefits {
    gap: 18px;
    margin-top: 20px;
  }

  .ford-crafted-ev-stage {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "benefits"
      "screens";
    gap: 28px;
    margin-top: 28px;
  }

  .ford-crafted-charger {
    display: none;
  }

  .ford-crafted-ev-screens {
    gap: 8px;
  }

  .ford-crafted-crowd-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    padding: 20px;
  }

  .ford-crafted-crowd-copy {
    order: 1;
  }

  .ford-crafted-crowd-screens {
    order: 2;
    gap: 12px;
    top:0;
  }

  .ford-crafted-goal-inner,
  .ford-crafted-safety-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .ford-crafted-ev-benefits.body-container,
  .ford-crafted-ev-screens.body-container {
    padding-left: 20px !important;
    padding-right: 20px;
  }

  .ford-crafted-goal-screens,
  .ford-crafted-safety-screens {
    gap: 10px;
  }

  .ford-crafted-goal-screens img,
  .ford-crafted-safety-screens img {
    width: calc((100% - 10px) / 2);
    flex-basis: calc((100% - 10px) / 2);
  }

  .ford-crafted-goal-screens img + img,
  .ford-crafted-safety-screens img + img {
    margin-left: 0;
		z-index:1;
  }

  .ford-crafted-goal-screens img:first-child,
  .ford-crafted-safety-screens img:last-child {
    margin-top: 0;
  }

  .ford-crafted-safety-copy {
    order: 1;
  }

  .ford-crafted-safety-screens {
    order: 2;
  }
}

@media only screen and (max-width: 375px) {
  .ford-impact-card {
    width: 278px;
  }

}
