.elementor-33 .elementor-element.elementor-element-0465a45{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-f634952 *//* ==================================================
   DAMAI URUSNIAGA — ABOUT PAGE
================================================== */

:root {
  --about-ink: #0a211a;
  --about-dark: #071712;
  --about-green: #185a43;
  --about-green-light: #31775f;
  --about-lime: #c8f26a;
  --about-cream: #f2eee4;
  --about-paper: #fafaf6;
  --about-white: #ffffff;
  --about-grey: #68766f;
  --about-border: rgba(10, 33, 26, 0.14);
  --about-shadow: 0 24px 65px rgba(10, 33, 26, 0.15);
}

.about-page,
.about-page * {
  box-sizing: border-box;
}

.about-page {
  width: 100vw;
  position: relative;
  left: 50%;
  margin: 0;
  overflow: hidden;
  transform: translateX(-50%);
  background: var(--about-paper);
  color: var(--about-ink);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.about-page img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.about-page a {
  color: inherit;
  text-decoration: none;
}

.about-page svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  stroke-width: 1.8;
}

.about-container {
  width: min(1240px, calc(100% - 64px));
  margin-inline: auto;
}

.about-section {
  padding: 125px 0;
}


/* Reusable labels */

.about-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--about-green);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.18em;
}

.about-eyebrow > span {
  width: 30px;
  height: 2px;
  flex-shrink: 0;
  background: currentColor;
}

.about-section-label {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--about-green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.about-section-label > span {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border: 1px solid var(--about-border);
  border-radius: 50%;
  letter-spacing: 0;
}

.about-section-label-light {
  color: var(--about-lime);
}

.about-section-label-light > span {
  border-color: rgba(255, 255, 255, 0.25);
}


/* Buttons */

.about-button {
  min-height: 57px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 25px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.about-button-dark {
  background: var(--about-ink);
  color: var(--about-white) !important;
}

.about-button-dark:hover {
  transform: translateY(-3px);
  background: var(--about-green);
}

.about-button-lime {
  background: var(--about-lime);
  color: var(--about-ink) !important;
}

.about-button-lime:hover {
  transform: translateY(-3px);
  background: var(--about-white);
}


/* ==================================================
   ABOUT HERO
================================================== */

.about-hero {
  position: relative;
  overflow: hidden;
  padding: 75px 0 0;
  background: var(--about-cream);
}

.about-decoration {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.about-decoration-one {
  width: 600px;
  height: 600px;
  top: -350px;
  left: -310px;
  border: 1px solid rgba(24, 90, 67, 0.14);
}

.about-decoration-two {
  width: 480px;
  height: 480px;
  right: -250px;
  bottom: -250px;
  background: rgba(200, 242, 106, 0.28);
}

.about-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: 75px;
  padding-bottom: 88px;
}

.about-hero-content {
  max-width: 650px;
}

.about-hero h1 {
  margin: 28px 0;
  font-size: clamp(62px, 6.8vw, 98px);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.075em;
}

.about-hero h1 em {
  display: block;
  color: var(--about-green);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.about-hero-content > p {
  max-width: 580px;
  margin: 0;
  color: var(--about-grey);
  font-size: 17px;
  line-height: 1.75;
}

.about-hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
}

.about-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--about-green) !important;
  font-size: 12px;
  font-weight: 700;
}

.about-hero-note {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 55px;
  padding-top: 28px;
  border-top: 1px solid var(--about-border);
}

.about-note-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--about-white);
  color: var(--about-green);
}

.about-hero-note > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.about-hero-note strong {
  font-size: 12px;
}

.about-hero-note small {
  color: var(--about-grey);
  font-size: 10px;
}


/* Hero gallery */

.about-hero-gallery {
  height: 640px;
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 1fr 1fr;
  gap: 13px;
}

.about-photo {
  position: relative;
  overflow: hidden;
  background: #dfe3df;
}

.about-photo > img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s ease;
}

.about-photo:hover > img {
  transform: scale(1.05);
}

.about-photo-main {
  grid-row: 1 / 3;
  border-radius: 210px 0 18px 18px;
}

.about-photo-top {
  border-radius: 18px 110px 18px 18px;
}

.about-photo-bottom {
  border-radius: 18px;
}

.about-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 45%,
    rgba(7, 23, 18, 0.86)
  );
}

.about-photo-caption {
  position: absolute;
  right: 27px;
  bottom: 27px;
  left: 27px;
  z-index: 2;
  color: var(--about-white);
}

.about-photo-caption span {
  color: var(--about-lime);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.about-photo-caption strong {
  display: block;
  margin-top: 10px;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.about-floating-card {
  width: 255px;
  position: absolute;
  top: 70px;
  left: -48px;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 19px;
  border-radius: 16px;
  background: var(--about-white);
  box-shadow: var(--about-shadow);
}

.about-floating-icon {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--about-ink);
  color: var(--about-lime);
}

.about-floating-card > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.about-floating-card small {
  color: var(--about-green);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.about-floating-card strong {
  font-size: 12px;
  line-height: 1.5;
}

.about-badge {
  width: 105px;
  height: 105px;
  position: absolute;
  right: -28px;
  bottom: 55px;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 50%;
  background: var(--about-lime);
  text-align: center;
}

.about-badge svg {
  width: 23px;
}

.about-badge span {
  font-size: 8px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}


/* Hero principles */

.about-principles {
  min-height: 90px;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 65px;
  border-top: 1px solid var(--about-border);
}

.about-principles > span {
  color: var(--about-grey);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-principles > div {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.about-principles strong {
  font-size: 12px;
}


/* ==================================================
   STORY
================================================== */

.story-section {
  background: var(--about-white);
}

.story-grid {
  display: grid;
  grid-template-columns: 0.28fr 1fr;
  gap: 75px;
}

.story-content h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(49px, 5.7vw, 76px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.06em;
}

.story-content h2 em {
  color: var(--about-green);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
}

.story-body {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
  gap: 55px;
  margin-top: 55px;
  padding-top: 38px;
  border-top: 1px solid var(--about-border);
}

.story-text p {
  color: var(--about-grey);
  line-height: 1.8;
}

.story-text .story-lead {
  margin-top: 0;
  color: var(--about-ink);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

.story-image {
  height: 490px;
  position: relative;
  overflow: hidden;
  border-radius: 18px 150px 18px 18px;
}

.story-image > img {
  height: 100%;
  object-fit: cover;
}

.story-image-label {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 12px;
  background: rgba(7, 23, 18, 0.78);
  color: var(--about-white);
  backdrop-filter: blur(10px);
}

.story-image-label svg {
  color: var(--about-lime);
}

.story-image-label span {
  max-width: 270px;
  font-size: 11px;
  line-height: 1.5;
}


/* ==================================================
   APPROACH
================================================== */

.approach-section {
  background: var(--about-ink);
  color: var(--about-white);
}

.approach-heading {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 60px;
}

.approach-heading h2 {
  max-width: 850px;
  margin: 28px 0 0;
  font-size: clamp(49px, 5.7vw, 76px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.approach-heading > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  line-height: 1.8;
}

.approach-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 310px 310px;
  gap: 15px;
}

.approach-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 20px;
}

.approach-card-image {
  grid-row: 1 / 3;
}

.approach-card-image > img {
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform 0.65s ease;
}

.approach-card-image:hover > img {
  transform: scale(1.05);
}

.approach-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(7, 23, 18, 0.05),
    rgba(7, 23, 18, 0.9)
  );
}

.approach-image-content {
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.approach-image-content > span,
.approach-number {
  font-size: 10px;
  font-weight: 800;
}

.approach-image-content > div > svg {
  width: 30px;
  height: 30px;
  color: var(--about-lime);
}

.approach-card h3 {
  margin: 18px 0 10px;
  font-size: 27px;
  letter-spacing: -0.04em;
}

.approach-card p {
  max-width: 430px;
  margin: 0;
  line-height: 1.7;
}

.approach-card-image p {
  color: rgba(255, 255, 255, 0.65);
}

.approach-card-light {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--about-white);
  color: var(--about-ink);
}

.approach-card-light p,
.approach-card-lime p {
  color: var(--about-grey);
}

.approach-card-lime {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--about-lime);
  color: var(--about-ink);
}

.approach-card-dark {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #12342a;
}

.approach-card-dark p {
  color: rgba(255, 255, 255, 0.58);
}

.approach-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-top: 20px;
  border-radius: 50%;
  background: var(--about-cream);
  color: var(--about-green);
}

.dark-icon {
  background: var(--about-ink);
  color: var(--about-lime);
}

.lime-icon {
  background: var(--about-lime);
  color: var(--about-ink);
}


/* ==================================================
   VALUES
================================================== */

.values-section {
  background: var(--about-paper);
}

.values-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 95px;
}

.values-content h2 {
  margin: 28px 0 22px;
  font-size: clamp(48px, 5vw, 70px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.values-content h2 em {
  display: block;
  color: var(--about-green);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
}

.values-content > p {
  max-width: 550px;
  color: var(--about-grey);
  line-height: 1.75;
}

.values-list {
  margin-top: 40px;
}

.values-list article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 21px 0;
  border-top: 1px solid var(--about-border);
}

.value-icon {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--about-cream);
  color: var(--about-green);
}

.values-list h3 {
  margin: 2px 0 7px;
  font-size: 17px;
}

.values-list p {
  max-width: 470px;
  margin: 0;
  color: var(--about-grey);
  font-size: 12px;
  line-height: 1.7;
}

.values-gallery {
  min-height: 720px;
  position: relative;
}

.values-image-main {
  width: 82%;
  height: 650px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  border-radius: 210px 0 0 0;
}

.values-image-main img,
.values-image-small img {
  height: 100%;
  object-fit: cover;
}

.values-image-small {
  width: 42%;
  height: 270px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border: 8px solid var(--about-paper);
  border-radius: 15px;
}

.values-quote {
  width: 300px;
  position: absolute;
  right: 25px;
  bottom: 35px;
  z-index: 3;
  padding: 24px;
  border-radius: 16px;
  background: var(--about-lime);
  color: var(--about-ink);
}

.values-quote svg {
  width: 27px;
  height: 27px;
}

.values-quote p {
  margin: 18px 0;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 20px;
  line-height: 1.45;
}

.values-quote span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}


/* ==================================================
   PURPOSE
================================================== */

.purpose-section {
  background: var(--about-ink);
  color: var(--about-white);
}

.purpose-heading {
  display: grid;
  grid-template-columns: 0.34fr 1fr;
  gap: 55px;
  margin-bottom: 60px;
}

.purpose-heading h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(49px, 5.5vw, 74px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.purpose-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.vision-card,
.mission-card {
  min-height: 540px;
  position: relative;
  overflow: hidden;
  padding: 42px;
  border-radius: 22px;
}

.vision-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--about-lime);
  color: var(--about-ink);
}

.mission-card {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #12342a;
}

.purpose-card-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.purpose-card-top > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--about-ink);
  color: var(--about-lime);
}

.mission-card .purpose-card-top > span {
  background: var(--about-lime);
  color: var(--about-ink);
}

.purpose-card-top small {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.vision-card h3 {
  max-width: 600px;
  position: relative;
  z-index: 2;
  margin: 80px 0 0;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.045em;
}

.vision-decoration {
  width: 390px;
  height: 390px;
  position: absolute;
  right: -180px;
  bottom: -190px;
  border: 1px solid rgba(10, 33, 26, 0.2);
  border-radius: 50%;
}

.vision-decoration::before,
.vision-decoration::after {
  position: absolute;
  border: 1px solid rgba(10, 33, 26, 0.14);
  border-radius: 50%;
  content: "";
}

.vision-decoration::before {
  inset: 45px;
}

.vision-decoration::after {
  inset: 90px;
}

.mission-card ul {
  margin: 55px 0 0;
  padding: 0;
  list-style: none;
}

.mission-card li {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 12px;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.mission-card li svg {
  width: 17px;
  color: var(--about-lime);
}


/* ==================================================
   RESPONSIBILITY
================================================== */

.responsibility-section {
  background: var(--about-cream);
}

.responsibility-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 95px;
}

.responsibility-gallery {
  min-height: 660px;
  position: relative;
}

.responsibility-main-image {
  width: 82%;
  height: 610px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 0 190px 0 0;
}

.responsibility-small-image {
  width: 42%;
  height: 250px;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border: 8px solid var(--about-cream);
  border-radius: 15px;
}

.responsibility-main-image img,
.responsibility-small-image img {
  height: 100%;
  object-fit: cover;
}

.responsibility-badge {
  width: 115px;
  height: 115px;
  position: absolute;
  right: 25px;
  bottom: 280px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 50%;
  background: var(--about-lime);
  text-align: center;
}

.responsibility-badge span {
  font-size: 8px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.responsibility-content h2 {
  margin: 28px 0 22px;
  font-size: clamp(48px, 5vw, 70px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.responsibility-content h2 em {
  display: block;
  color: var(--about-green);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
}

.responsibility-content > p {
  max-width: 560px;
  color: var(--about-grey);
  line-height: 1.8;
}

.responsibility-points {
  display: grid;
  gap: 13px;
  margin-top: 38px;
}

.responsibility-points article {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 14px;
  padding: 17px;
  border: 1px solid var(--about-border);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.46);
}

.responsibility-points article > svg {
  color: var(--about-green);
}

.responsibility-points article > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.responsibility-points strong {
  font-size: 13px;
}

.responsibility-points span {
  color: var(--about-grey);
  font-size: 11px;
}


/* ==================================================
   FINAL CTA
================================================== */

.about-final-cta {
  min-height: 700px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--about-white);
}

.about-final-cta > img,
.about-cta-overlay {
  position: absolute;
  inset: 0;
}

.about-final-cta > img {
  height: 100%;
  object-fit: cover;
}

.about-cta-overlay {
  background: linear-gradient(
    90deg,
    rgba(7, 23, 18, 0.96),
    rgba(7, 23, 18, 0.42)
  );
}

.about-cta-content {
  position: relative;
  z-index: 2;
}

.about-cta-content > span {
  color: var(--about-lime);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.about-cta-content h2 {
  max-width: 900px;
  margin: 27px 0 38px;
  font-size: clamp(57px, 7vw, 92px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.075em;
}

.about-cta-bottom {
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.about-cta-bottom p {
  max-width: 470px;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.75;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1000px) {
  .about-container {
    width: min(760px, calc(100% - 36px));
  }

  .about-section {
    padding: 100px 0;
  }

  .about-hero-grid,
  .story-grid,
  .approach-heading,
  .values-grid,
  .purpose-heading,
  .responsibility-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-grid {
    gap: 65px;
  }

  .about-hero-gallery {
    height: 650px;
  }

  .about-floating-card {
    left: 25px;
  }

  .about-badge {
    right: 20px;
  }

  .story-grid,
  .purpose-heading {
    gap: 38px;
  }

  .story-body {
    grid-template-columns: 1fr 1fr;
  }

  .approach-heading {
    gap: 30px;
  }

  .values-grid,
  .responsibility-grid {
    gap: 65px;
  }

  .purpose-grid {
    grid-template-columns: 1fr;
  }

  .vision-card,
  .mission-card {
    min-height: 500px;
  }
}


/* ==================================================
   SMALL TABLET
================================================== */

@media (max-width: 750px) {
  .about-hero h1 {
    font-size: 63px;
  }

  .about-hero-gallery {
    height: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 520px 240px;
  }

  .about-photo-main {
    grid-column: 1 / 3;
    grid-row: auto;
    border-radius: 170px 0 18px 18px;
  }

  .about-photo-top,
  .about-photo-bottom {
    border-radius: 18px;
  }

  .about-badge {
    bottom: 210px;
  }

  .about-principles {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    padding: 26px 0;
  }

  .about-principles > div {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px 28px;
  }

  .story-body {
    grid-template-columns: 1fr;
  }

  .approach-grid {
    display: flex;
    flex-direction: column;
  }

  .approach-card {
    min-height: 310px;
  }

  .approach-card-image {
    min-height: 520px;
  }

  .about-cta-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 560px) {
  .about-container {
    width: calc(100% - 28px);
  }

  .about-section {
    padding: 82px 0;
  }

  .about-hero {
    padding-top: 55px;
  }

  .about-hero-grid {
    gap: 50px;
    padding-bottom: 60px;
  }

  .about-eyebrow {
    align-items: flex-start;
    font-size: 8px;
  }

  .about-hero h1 {
    font-size: 49px;
  }

  .about-hero-content > p {
    font-size: 14px;
  }

  .about-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .about-hero-actions .about-button {
    width: 100%;
  }

  .about-text-link {
    justify-content: center;
  }

  .about-hero-gallery {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 465px 220px 220px;
    gap: 10px;
  }

  .about-photo-main {
    grid-column: auto;
    border-radius: 125px 0 16px 16px;
  }

  .about-photo-top,
  .about-photo-bottom {
    border-radius: 16px;
  }

  .about-floating-card {
    width: 225px;
    top: 45px;
    left: 14px;
    padding: 16px;
  }

  .about-badge {
    width: 87px;
    height: 87px;
    top: 390px;
    right: 12px;
    bottom: auto;
  }

  .story-content h2,
  .approach-heading h2,
  .values-content h2,
  .purpose-heading h2,
  .responsibility-content h2 {
    font-size: 41px;
  }

  .story-image {
    height: 430px;
    border-radius: 16px 110px 16px 16px;
  }

  .values-gallery,
  .responsibility-gallery {
    min-height: 540px;
  }

  .values-image-main,
  .responsibility-main-image {
    width: 88%;
    height: 490px;
    border-radius: 120px 0 0 0;
  }

  .values-image-small,
  .responsibility-small-image {
    width: 44%;
    height: 210px;
  }

  .values-quote {
    width: 245px;
    right: 0;
    bottom: 25px;
    padding: 19px;
  }

  .values-quote p {
    font-size: 17px;
  }

  .purpose-grid {
    grid-template-columns: 1fr;
  }

  .vision-card,
  .mission-card {
    min-height: auto;
    padding: 30px 24px;
  }

  .vision-card h3 {
    margin-top: 70px;
    font-size: 25px;
  }

  .mission-card ul {
    margin-top: 50px;
  }

  .responsibility-badge {
    width: 95px;
    height: 95px;
    right: 0;
    bottom: 220px;
  }

  .about-final-cta {
    min-height: 680px;
  }

  .about-cta-content h2 {
    font-size: 49px;
  }
}


/* ==================================================
   VERY SMALL MOBILE
================================================== */

@media (max-width: 390px) {
  .about-hero h1 {
    font-size: 43px;
  }

  .story-content h2,
  .approach-heading h2,
  .values-content h2,
  .purpose-heading h2,
  .responsibility-content h2 {
    font-size: 36px;
  }

  .about-cta-content h2 {
    font-size: 43px;
  }
}/* End custom CSS */