@font-face {
  font-family: "Kendamil Serif";
  src: url("../fonts/Kendamil_Serif-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Elza";
  src: url("../fonts/Elza-Condensed.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Elza";
  src: url("../fonts/Elza-CondensedBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #071f60;
  --cream: #fdfbf9;
  --footer-cream: #f6f5ed;
  --off-white: #f8f3ec;
  --soft-blue: #d2e6f1;
  --video-blue: #d2e6f1;
  --pink: #f7dadf;
  --pale-blue: #e2f1f3;
  --pale-pink: #f9edf0;
  --gold: #c27d29;
  --line-blue: #80c4e2;
  --bright-pink: #ed96a4;
  --body-size: 21px;
  --body-line: 23px;
  --h2-size: 42px;
  --h2-line: 45px;
  --h3-size: 35px;
  --h3-line: 50px;
  --h4-size: 30px;
  --h4-line: 37.5px;
  --h5-size: 25px;
  --h5-line: 22px;
  --h6-size: 20px;
  --h6-line: 27px;
  --h7-size: 18px;
  --h7-line: 24px;
  --h8-size: 15px;
  --h8-line: 20px;
  --desktop-left-padding: 150px;
  --page-max: 1600px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--off-white);
  color: var(--blue);
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-size: var(--body-size);
  line-height: var(--body-line);
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.top-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  margin: 0;
  padding: 5px;
  background: var(--blue);
  color: #fff;
  font-size: 16px;
}

.site-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 63px;
  margin: 0;
  background: #f6f2eb;
  border-bottom: 1px solid #ddd;
}

.nav {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 25px;
}

.mobile-menu {
  display: none;
}

.nav-left {
  display: flex;
  gap: clamp(24px, 2.4vw, 42px);
  justify-self: start;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 320;
}

.nav-left a {
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
}

.nav-left a:hover,
.nav-left a:focus-visible {
  border-bottom-color: var(--blue);
}

.logo-img {
  display: block;
  width: auto;
  height: 58px;
  max-width: 181px;
  object-fit: contain;
}

.formula-text-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.formula-text-logo--header {
  min-width: 181px;
}

.formula-text-logo--footer {
  color: inherit;
  font-size: 28px;
  margin-bottom: 20px;
}

.logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 38px;
}

.flag-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
}

.nav-icon {
  width: 28px;
  height: 28px;
  display: block;
  flex-shrink: 0;
}

.user-icon {
  width: 30px;
  height: 30px;
}

.cart-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #071f60;
}

.cart-icon {
  width: 35px;
  height: 27px;
  display: block;
  flex-shrink: 0;
}

.cart-count {
  position: relative;
  top: 1px;
  color: #071f60;
  font-size: 18px;
  line-height: 1;
}

.breadcrumbs {
  max-width: var(--page-max);
  margin: 0 auto;
  padding: 20px 50px;
}

.breadcrumbs ol {
  list-style: none;
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.breadcrumbs li {
  color: var(--blue);
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}

.breadcrumbs li:first-child {
  opacity: 0.2;
}

.breadcrumbs li:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
}

h1,
h2,
h3 {
  font-family: "Kendamil Serif", Georgia, serif;
  font-weight: 400;
}

.about-banner {
  background: var(--off-white);
  padding: 50px 0;
}

.about-banner__content {
  max-width: 745px;
  margin: 0 auto 34px;
  padding: 0 15px;
  text-align: center;
}

.about-banner h1 {
  margin: 0;
  font-size: var(--h2-size);
  line-height: var(--h2-line);
}

.about-banner p {
  margin: 10px 0 0;
  font-size: var(--body-size);
  line-height: var(--body-line);
}

.about-banner picture {
  max-width: var(--page-max);
  display: block;
  margin: 0 auto;
}

.about-banner img {
  width: 100%;
}

.about-kicker {
  margin: 0 0 12px;
  color: #9a7004;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-us-story {
  background: var(--off-white);
  padding: 68px 30px 54px;
}

.about-us-story__inner {
  max-width: 1300px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: 62px;
  margin: 0 auto;
}

.about-us-story__copy h2,
.about-values__intro h2,
.about-care__copy h2,
.about-cta h2 {
  margin: 0;
  font-size: 50px;
  line-height: 1;
}

.about-us-story__copy p,
.about-values__intro p,
.about-values__grid p,
.about-care__copy p,
.about-care__checks div,
.about-proof span {
  font-size: 19px;
  line-height: 1.32;
}

.about-us-story__copy > p {
  max-width: 590px;
  margin: 22px 0 0;
}

.about-us-story__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.about-us-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--blue);
  background: var(--blue);
  color: #fff;
  padding: 0 28px;
  font-size: 18px;
  line-height: 1;
}

.about-us-text-link {
  border-bottom: 1px solid currentColor;
  color: var(--blue);
  font-size: 18px;
  line-height: 1.2;
}

.about-us-story__media {
  position: relative;
  min-height: 520px;
}

.about-us-story__media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.about-us-story__note {
  position: absolute;
  right: 22px;
  bottom: 22px;
  max-width: 340px;
  border-radius: 8px;
  background: #fff;
  padding: 20px 22px;
  color: var(--blue);
}

.about-us-story__note span {
  display: block;
  margin-bottom: 8px;
  color: #9a7004;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-us-story__note p {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}

.about-values {
  background: var(--pale-blue);
  padding: 72px 30px;
}

.about-values__intro {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.about-values__intro p:last-child {
  margin: 18px 0 0;
}

.about-values__grid {
  max-width: 1300px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0 auto;
}

.about-values__grid article {
  min-height: 285px;
  border: 1px solid rgba(7, 34, 93, 0.14);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
}

.about-values__grid span {
  display: inline-block;
  margin-bottom: 42px;
  color: #9a7004;
  font-size: 16px;
  line-height: 1;
}

.about-values__grid h3 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.05;
}

.about-values__grid p {
  margin: 0;
}

.about-care {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
  gap: 42px;
  align-items: center;
  background: var(--cream);
  padding: 76px max(30px, calc((100vw - 1300px) / 2));
}

.about-care__media img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
}

.about-care__copy {
  background: #eaf3dc;
  padding: 46px;
}

.about-care__copy > p {
  max-width: 620px;
  margin: 22px 0 0;
}

.about-care__checks {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.about-care__checks div {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(7, 34, 93, 0.16);
  padding-top: 14px;
}

.about-care__checks span {
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--blue);
}

.about-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--blue);
  color: #fff;
  padding: 48px max(30px, calc((100vw - 1300px) / 2));
}

.about-proof div {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0 30px;
}

.about-proof div:first-child {
  padding-left: 0;
}

.about-proof div:last-child {
  border-right: 0;
  padding-right: 0;
}

.about-proof strong {
  display: block;
  font-family: "Kendamil Serif", Georgia, serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.about-proof span {
  display: block;
  margin-top: 10px;
}

.about-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: var(--pink);
  padding: 62px max(30px, calc((100vw - 1300px) / 2));
}

.about-cta > div {
  max-width: 760px;
}

.about-us-button--light {
  flex: 0 0 auto;
  background: #fff;
  color: var(--blue);
}

.video-with-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: var(--video-blue);
  color: var(--blue);
}

.video-with-text__content {
  display: flex;
  justify-content: center;
  padding: 30px 15px;
}

.video-with-text__content > div {
  max-width: 535px;
}

.video-with-text h2 {
  margin: 0 0 10px;
  font-size: var(--h2-size);
  line-height: var(--h2-line);
}

.video-with-text p {
  margin: 0 0 23px;
  font-size: var(--body-size);
  line-height: var(--body-line);
}

.video-with-text__media {
  position: relative;
  height: min(610px, 44vw);
  min-height: 430px;
  padding: 50px;
}

.video-with-text__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 0;
  background: var(--blue);
  padding: 0;
  cursor: pointer;
}

.play-button::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--cream);
}

.text-marquee {
  overflow: hidden;
  background: var(--blue);
  padding: 15px 0;
}

.text-marquee__track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: marquee 34s linear infinite;
}

.text-marquee span {
  min-width: 25vw;
  color: var(--cream);
  font-family: "Kendamil Serif", Georgia, serif;
  font-size: var(--h6-size);
  line-height: var(--h6-line);
  text-align: center;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.founder-quote {
  background: var(--off-white);
  padding: 50px 15px;
}

.founder-quote__inner {
  max-width: 780px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
  text-align: center;
}

.founder-quote h2 {
  margin: 0;
  font-size: var(--h4-size);
  line-height: var(--h4-line);
}

.founder-quote img {
  width: 188px;
}

.founder-quote p {
  margin: 0;
  font-size: var(--body-size);
  line-height: var(--body-line);
}

.option-feature {
  background: var(--off-white);
  padding: 0 15px 50px;
}

.option-feature__panel {
  max-width: 1300px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  margin: 0 auto;
}

.option-feature__copy {
  min-height: 610px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--video-blue);
  padding: clamp(30px, 4.6vw, 70px);
}

.option-feature__copy article {
  display: none;
}

.option-feature__copy article.is-active {
  display: block;
}

.option-feature h2 {
  margin: 0 0 10px;
  font-size: var(--h2-size);
  line-height: var(--h2-line);
}

.option-feature p {
  margin: 0;
  font-size: var(--body-size);
  line-height: var(--body-line);
}

.option-feature__buttons {
  margin-top: 40px;
}

.option-feature__buttons button {
  width: 100%;
  display: block;
  border: 0;
  border-top: 1.5px solid var(--line-blue);
  background: transparent;
  color: var(--line-blue);
  padding: 20px 0;
  font-family: "Kendamil Serif", Georgia, serif;
  font-size: var(--h6-size);
  line-height: var(--h6-line);
  text-align: left;
  cursor: pointer;
}

.option-feature__buttons button:last-child {
  border-bottom: 1.5px solid var(--line-blue);
}

.option-feature__buttons button.is-active {
  color: var(--blue);
}

.option-feature__images {
  position: relative;
  min-height: 610px;
}

.option-feature__images img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none;
  object-fit: cover;
}

.option-feature__images img.is-active {
  display: block;
}

.process-section {
  background: var(--pink);
  padding: 50px 0;
}

.process-section__inner {
  max-width: var(--page-max);
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 28px;
  margin: 0 auto;
  padding-left: var(--desktop-left-padding);
}

.process-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 610px;
  padding-right: 20px;
}

.process-copy h2 {
  display: none;
  margin: 0 0 10px;
  font-size: var(--h4-size);
  line-height: var(--h4-line);
}

.process-copy h3 {
  margin: 0 0 10px;
  font-size: var(--h3-size);
  line-height: var(--h3-line);
}

.process-copy span,
.process-rail span {
  display: block;
  margin: 10px 0;
  color: var(--gold);
  font-size: var(--h5-size);
  line-height: var(--h5-line);
}

.process-copy p {
  margin: 0;
  font-size: var(--body-size);
  line-height: var(--body-line);
}

.process-copy article {
  display: none;
}

.process-copy article.is-active {
  display: block;
}

.process-dots {
  display: flex;
  gap: 8px;
  margin-top: 40px;
}

.process-dots button {
  width: 8px;
  height: 8px;
  border: 1px solid var(--blue);
  border-radius: 50%;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.process-dots button.is-active {
  background: var(--blue);
}

.process-rail {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 0 15px 8px 0;
  scroll-snap-type: x mandatory;
}

.process-rail article {
  flex: 0 0 63%;
  scroll-snap-align: start;
  cursor: pointer;
}

.process-rail img {
  width: 100%;
  height: 610px;
  object-fit: cover;
}

.process-rail div {
  display: none;
}

.history-section {
  background: var(--off-white);
  padding: 50px 0 57px;
}

.history-section > h2,
.awards-section > h2 {
  margin: 0 0 30px;
  padding: 0 15px;
  font-size: var(--h3-size);
  line-height: var(--h3-line);
  text-align: center;
}

.history-rail,
.family-rail,
.awards-rail {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.history-rail {
  gap: 24px;
  padding: 0 0 8px var(--desktop-left-padding);
}

.history-rail article {
  flex: 0 0 min(760px, 82vw);
  scroll-snap-align: start;
}

.history-year {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 58px;
  color: var(--bright-pink);
  font-family: "Kendamil Serif", Georgia, serif;
  font-size: var(--h6-size);
  line-height: var(--h6-line);
}

.history-year::after {
  content: "";
  height: 1px;
  background: currentColor;
}

.history-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 400px;
  background: var(--pale-pink);
}

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

.history-card div {
  height: 400px;
  overflow-y: auto;
  padding: 14px 20px;
}

.history-card span {
  display: block;
  margin-bottom: 18px;
  font-family: "Kendamil Serif", Georgia, serif;
  font-size: var(--h8-size);
  line-height: var(--h8-line);
}

.history-card h3 {
  margin: 0 0 14px;
  font-size: var(--h6-size);
  line-height: var(--h6-line);
}

.history-card p {
  margin: 0;
  font-size: var(--body-size);
  line-height: var(--body-line);
}

.family-section {
  background: var(--pale-blue);
  padding: 50px 0 30px;
}

.section-intro {
  max-width: 827px;
  margin: 0 auto 30px;
  padding: 0 15px;
  text-align: center;
}

.section-intro h2 {
  margin: 0 0 20px;
  font-size: var(--h2-size);
  line-height: var(--h2-line);
}

.section-intro p {
  margin: 0;
  font-size: var(--body-size);
  line-height: var(--body-line);
}

.family-rail {
  gap: 30px;
  padding: 0 0 8px var(--desktop-left-padding);
}

.family-rail article {
  flex: 0 0 330px;
  text-align: center;
  scroll-snap-align: start;
}

.family-card__photo {
  position: relative;
  background: #fff;
  min-height: 390px;
  overflow: hidden;
}

.family-rail img {
  width: 100%;
  aspect-ratio: 1;
  padding: 10px;
  object-fit: contain;
  background: #fffdf9;
}

.family-card__front p {
  margin: 0;
  padding: 15px 10px;
  font-size: 25px;
  line-height: 1.1;
  font-family: "Kendamil Serif", Georgia, serif;
}

.family-card__bio {
  position: absolute;
  inset: 0;
  display: none;
  align-items: flex-start;
  overflow-y: auto;
  background: #fff;
  padding: 17px;
}

.family-card__bio.is-active {
  display: flex;
}

.family-card__bio p {
  margin: 0;
  font-size: var(--body-size);
  line-height: var(--body-line);
  text-align: left;
}

.family-rail h3 {
  margin: 20px 0 10px;
  font-size: 20px;
  line-height: 1.2;
}

.family-rail button {
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  padding: 0;
  color: var(--blue);
  font-size: var(--body-size);
  line-height: var(--body-line);
  cursor: pointer;
}

.awards-section {
  background: var(--off-white);
  padding: 50px 15px;
}

.awards-rail {
  max-width: 1300px;
  gap: 0;
  margin: 0 auto;
}

.awards-rail article {
  flex: 0 0 260px;
  padding: 0 20px 20px;
  text-align: center;
  scroll-snap-align: start;
}

.awards-rail img {
  width: 100%;
  margin-bottom: 20px;
  padding: 25px;
}

.awards-rail p {
  margin: 0;
  font-size: var(--body-size);
  line-height: var(--body-line);
}

.awards-rail h3 {
  margin: 30px 0 0;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-size: var(--h8-size);
  line-height: var(--h8-line);
}

.about-footer {
  background: var(--blue);
  color: var(--footer-cream);
  padding: 71px 50px 44px;
}

.footer-grid {
  max-width: 1500px;
  display: grid;
  grid-template-columns: minmax(260px, 331px) 1fr;
  gap: 30px;
  margin: 0 auto;
}

.footer-brand img {
  display: block;
  width: 195px;
  height: auto;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}

.footer-menus {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.footer-menus > div {
  min-width: 158px;
}

.footer-brand p,
.about-footer a {
  margin: 0;
  color: var(--footer-cream);
  font-size: var(--body-size);
  line-height: var(--body-line);
}

.about-footer h3 {
  margin: 0 0 15px;
  color: var(--footer-cream);
  font-size: var(--h5-size);
  line-height: var(--h5-line);
}

.about-footer a {
  display: block;
  margin-bottom: 15px;
}

.footer-legal {
  max-width: 1500px;
  margin: 30px auto 0;
  color: var(--footer-cream);
  font-size: 12px;
}

.footer-legal a {
  display: inline;
  margin: 0;
  font-size: inherit;
}

@media (max-width: 1180px) {
  .top-banner {
    min-height: 38px;
    height: auto;
    padding: 7px 16px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }

  .site-header {
    height: 74px;
  }

  .nav {
    width: 100%;
    max-width: min(100vw, 834px);
    min-height: 74px;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 10px;
    margin: 0 auto;
    padding: 0 clamp(28px, 5vw, 48px);
  }

  .mobile-menu {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    border: 0;
    background: transparent;
    padding: 0;
  }

  .mobile-menu span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--blue);
  }

  .nav-left,
  .flag-icon,
  .user-icon {
    display: none;
  }

  .logo {
    justify-self: center;
  }

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

  .nav-right {
    min-width: 44px;
    height: 44px;
    justify-content: flex-end;
    gap: 4px;
    margin-left: 0;
  }

  .cart-count {
    font-size: 16px;
  }

  .video-with-text,
  .option-feature__panel,
  .process-section__inner {
    grid-template-columns: 1fr;
  }

  .video-with-text__content {
    text-align: center;
  }

  .video-with-text__media {
    height: 430px;
    min-height: 0;
    padding: 30px 15px;
  }

  .text-marquee span {
    min-width: 50vw;
  }

  .option-feature__copy,
  .option-feature__images {
    min-height: 0;
  }

  .option-feature__images {
    aspect-ratio: 1.35;
  }

  .process-section__inner {
    padding-left: 15px;
  }

  .process-rail,
  .history-rail,
  .family-rail,
  .awards-rail {
    padding-left: 15px;
  }

  .process-copy {
    min-height: 0;
    padding-right: 15px;
    text-align: center;
  }

  .process-copy h2 {
    display: block;
  }

  .process-copy article,
  .process-copy article.is-active,
  .process-dots {
    display: none;
  }

  .process-rail div {
    display: block;
    padding-top: 20px;
  }

  .process-rail article {
    flex-basis: min(680px, 86vw);
  }

  .process-rail img {
    height: auto;
    aspect-ratio: 1.08;
  }

  .history-card {
    grid-template-columns: 1fr;
  }

  .history-card img {
    min-height: 326px;
    max-height: 326px;
  }

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

@media (max-width: 680px) {
  .top-banner {
    min-height: 32px;
    padding: 7px 16px;
    font-size: 12px;
    line-height: 18px;
  }

  .site-header {
    height: 62px;
  }

  .nav {
    max-width: 430px;
    min-height: 62px;
    padding: 0 14px;
  }

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

  .breadcrumbs {
    display: none;
  }

  .about-banner {
    padding: 30px 0;
  }

  .about-banner__content {
    margin-bottom: 25px;
  }

  .about-banner h1 {
    font-size: var(--h3-size);
    line-height: var(--h3-line);
  }

  .about-banner picture img {
    width: 100%;
  }

  .video-with-text__media {
    height: 360px;
  }

  .text-marquee span {
    min-width: 80vw;
    font-size: var(--h6-size);
    line-height: var(--h6-line);
  }

  .video-with-text h2,
  .option-feature h2,
  .section-intro h2,
  .history-section > h2,
  .awards-section > h2 {
    font-size: var(--h3-size);
    line-height: var(--h3-line);
  }

  .founder-quote h2 {
    font-size: var(--body-size);
    line-height: 1.25;
  }

  .founder-quote img {
    width: 170px;
  }

  .option-feature {
    padding-bottom: 30px;
  }

  .option-feature__copy {
    padding: 30px 18px;
  }

  .process-section,
  .history-section,
  .family-section,
  .awards-section {
    padding-top: 30px;
  }

  .process-rail,
  .history-rail,
  .family-rail,
  .awards-rail {
    padding-left: 15px;
  }

  .process-rail article {
    flex-basis: 63%;
  }

  .history-rail article {
    flex-basis: 83vw;
  }

  .family-rail article {
    flex-basis: 62vw;
  }

  .awards-rail article {
    flex-basis: 66vw;
  }

  .history-year {
    margin-bottom: 20px;
    font-size: var(--h6-size);
    line-height: var(--h6-line);
  }

  .history-card div {
    height: 326px;
  }

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

  .footer-menus {
    flex-direction: column;
    gap: 0;
  }

  .about-footer {
    padding: 41px 15px 44px;
  }
}

@media (max-width: 900px) {
  .about-us-story {
    padding: 48px 18px 42px;
  }

  .about-us-story__inner,
  .about-care {
    grid-template-columns: 1fr;
  }

  .about-us-story__inner {
    gap: 32px;
  }

  .about-us-story__copy h2,
  .about-values__intro h2,
  .about-care__copy h2,
  .about-cta h2 {
    font-size: 38px;
    line-height: 1.05;
  }

  .about-us-story__media,
  .about-us-story__media img,
  .about-care__media img {
    min-height: 390px;
  }

  .about-values {
    padding: 50px 18px;
  }

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

  .about-care {
    padding: 50px 18px;
  }

  .about-care__copy {
    padding: 34px 26px;
  }

  .about-proof {
    padding: 38px 18px;
  }

  .about-proof div {
    padding: 0 18px;
  }

  .about-proof strong {
    font-size: 38px;
  }

  .about-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 46px 18px;
  }
}

@media (max-width: 620px) {
  .about-us-story__copy h2,
  .about-values__intro h2,
  .about-care__copy h2,
  .about-cta h2 {
    font-size: 33px;
    line-height: 1.08;
  }

  .about-us-story__copy p,
  .about-values__intro p,
  .about-values__grid p,
  .about-care__copy p,
  .about-care__checks div,
  .about-proof span {
    font-size: 17px;
    line-height: 1.35;
  }

  .about-us-story__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .about-us-button {
    width: 100%;
  }

  .about-us-text-link {
    width: max-content;
  }

  .about-us-story__media,
  .about-us-story__media img,
  .about-care__media img {
    min-height: 320px;
  }

  .about-us-story__note {
    position: static;
    max-width: none;
    border-radius: 0;
  }

  .about-values__grid,
  .about-proof {
    grid-template-columns: 1fr;
  }

  .about-values__grid article {
    min-height: 0;
    padding: 22px;
  }

  .about-values__grid span {
    margin-bottom: 24px;
  }

  .about-care__copy {
    padding: 28px 20px;
  }

  .about-proof div,
  .about-proof div:first-child,
  .about-proof div:last-child {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 22px 0;
  }

  .about-proof div:last-child {
    border-bottom: 0;
  }
}
