/* About page hero, polished full-width graphic on cream */
.about-hero {
  --ah-ink: var(--color-heading-1, #1c2539);
  --ah-muted: var(--color-body, #5d666f);
  --ah-dark: var(--color-heading-1, #1c2539);
  --ah-body: var(--color-body, #5d666f);
  --ah-accent: var(--color-primary, #fa8b17);
  --ah-blue: #2f5bff;
  --ah-white: #fff;
  --ah-cream: var(--gotezu-bg, #f7f4ef);
  position: relative;
  width: 100%;
  margin: 0;
  padding: 24px 0 30px;
  background: var(--ah-cream);
  overflow: visible;
  animation: about-hero-in 0.65s ease both;
}

@keyframes about-hero-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Heading sits above the graphic, left-aligned with yellow card */
.about-hero__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  width: 85%;
  max-width: 100%;
  margin: 0 auto 5px;
  padding: 0 3.2%;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  z-index: 2;
}

.about-hero__heading-wrap {
  width: 100%;
  max-width: 640px;
}

.about-hero__title {
  margin: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(30px, 3.8vw, 52px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--ah-ink);
  text-align: left;
}

.about-hero__title span {
  display: block;
}

.about-hero__intro {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.5;
  color: var(--ah-muted);
  max-width: none;
  width: 100%;
  text-align: left;
  white-space: normal;
}

/* Graphic stage, negative top margin absorbs the PNG's transparent band
   so the cards sit closer to the copy without cropping the artwork */
.about-hero__stage {
  position: relative;
  width: 85%;
  max-width: 100%;
  margin: calc(-7% - 110px) auto 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 0;
  z-index: 1;
}

.about-hero__bg {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  pointer-events: none;
  user-select: none;
}

/* Stats overlays on the three panels */
.about-hero__stats {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 1fr 1.1fr;
  gap: 0;
  align-items: stretch;
  width: 100%;
  padding: 14% 3.2% 3%;
  box-sizing: border-box;
  line-height: normal;
  animation: about-hero-in 0.65s ease 0.12s both;
}

.about-hero__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding: clamp(18px, 2vw, 32px) clamp(14px, 1.6vw, 28px);
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
  transition: transform 0.35s ease;
}

.about-hero__card:hover {
  transform: translateY(-4px);
}

.about-hero__card-body {
  position: relative;
  z-index: 1;
  max-width: 280px;
  margin: 0;
  text-align: left;
  width: 100%;
}

.about-hero__stat,
.about-hero__card-title,
.about-hero__card-text,
.about-hero__card-meta {
  text-align: left;
}

.about-hero__card--light {
  color: var(--ah-dark);
  padding-right: 8%;
  padding-bottom: 20%;
  padding-left: clamp(18px, 2.2vw, 32px);
}

.about-hero__card--dark {
  color: #fff;
  padding-bottom: 20%;
  padding-left: clamp(18px, 2.2vw, 32px);
}

.about-hero__card--accent {
  color: #fff;
  padding-right: 28%;
  align-items: flex-start;
  text-align: left;
  padding-left: calc(clamp(18px, 2.2vw, 32px) + 30px);
}

.about-hero__card--accent .about-hero__card-body {
  margin: 0;
  max-width: 240px;
  text-align: left;
}

.about-hero__stat {
  margin: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(42px, 4.8vw, 68px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: inherit;
}

.about-hero__card--dark .about-hero__stat,
.about-hero__card--accent .about-hero__stat,
.about-hero__card--dark .about-hero__card-title,
.about-hero__card--accent .about-hero__card-title,
.about-hero__card--dark .about-hero__card-text,
.about-hero__card--accent .about-hero__card-text {
  color: #fff;
}

.about-hero__card-title {
  margin: 12px 0 10px;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 700;
  line-height: 1.25;
  color: inherit;
}

.about-hero__card-text {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.55;
  color: inherit;
}

.about-hero__card--light .about-hero__card-text {
  color: var(--ah-body);
}

.about-hero__card--dark .about-hero__card-text,
.about-hero__card--accent .about-hero__card-text {
  opacity: 0.92;
}

.about-hero__card-meta {
  margin: 16px 0 0;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--ah-body);
}

/* Hire Us, centered on the blue circle in the graphic */
/* Hire Us, the blue circle lives in the graphic between card 1 and card 2.
   left: ~42% of the navy card's left edge, measured from the card's left.
   We use left + translateX(-50%) so the link is always centred on itself, then tune the percentage to align with where the circle sits in the PNG. */
/* Hire Us, centred on the blue circle that sits at the bottom-left
   corner of the navy card in the PNG.
   left:0 + translate(-50%, 50%) places the element's own centre
   exactly on the card's bottom-left corner, which is the circle centre. */
.about-hero__cta {
  position: absolute;
  left: 3%;
  bottom: 0;
  transform: translate(-100%, -2%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(92px, 9vw, 124px);
  height: clamp(92px, 9vw, 124px);
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff !important;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(14px, 1.15vw, 17px);
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  text-align: center;
  line-height: 1.1;
  box-sizing: border-box;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.about-hero__cta:hover {
  color: #fff !important;
}

/* Avatars, each photo fills one of the coloured circles in the PNG */
.about-hero__avatars {
  position: absolute;
  right: 8%;
  bottom: 1%;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 0;
}

.about-hero__avatars img,
.about-hero__avatar-more {
  width: clamp(40px, 9vw, 62px);
  height: clamp(40px, 9vw, 60px);
  border-radius: 999px;
  border: 2px solid #0a1858;
  object-fit: cover;
  margin-left: -14px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
  flex-shrink: 0;
}

.about-hero__avatars img:first-child {
  margin-left: 0;
}

.about-hero__avatar-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ah-blue);
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
}

/* Photo on orange card */
.about-hero__image-wrap {
  position: absolute;
  right: -10px;
  bottom: 12%;
  top: 14%;
  width: clamp(155px, 36%, 200px);
  max-width: 200px;
  pointer-events: none;
  z-index: 2;
}

.about-hero__image,
.about-hero .hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.about-hero__card--accent .about-hero__card-body {
  position: relative;
  z-index: 1;
}

/* ---------- Responsive ---------- */
@media (max-width: 1199px) {
  .about-hero__title {
    font-size: clamp(28px, 3.4vw, 44px);
  }

  .about-hero__stats {
    padding: 15% 2.8% 2.8%;
  }

  .about-hero__card--accent {
    padding-right: 30%;
  }

  .about-hero__stage {
    margin-top: calc(-8% - 110px);
  }
}

@media (max-width: 991px) {
  .about-hero {
    padding: 24px 0 36px;
  }

  .about-hero__top {
    width: 92%;
    margin-bottom: 20px;
    padding: 0;
    align-items: flex-start;
    text-align: left;
  }

  .about-hero__intro {
    white-space: normal;
    font-size: 16px;
  }

  .about-hero__stage {
    width: 92%;
    margin-top: 0;
    padding: 0;
  }

  .about-hero__bg {
    display: none;
  }

  .about-hero__stats {
    position: relative;
    inset: auto;
    padding: 0;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .about-hero__card {
    min-height: 220px;
    border-radius: 24px;
    padding: 28px 22px;
  }

  .about-hero__card--light {
    background: #f3e0c4;
    padding: 28px 22px;
  }

  .about-hero__card--dark {
    background: #0b1a5c;
    padding: 28px 22px 100px;
  }

  .about-hero__card--accent {
    grid-column: 1 / -1;
    background: #f27a16;
    padding: 28px 200px 28px 28px;
    align-items: flex-start;
    text-align: left;
  }

  .about-hero__card--accent .about-hero__card-body {
    text-align: left;
    margin: 0;
  }

  .about-hero__cta {
    position: absolute;
    left: 22px;
    bottom: 22px;
    width: 88px;
    height: 88px;
    background: var(--ah-blue);
    box-shadow: 0 10px 24px rgba(47, 91, 255, 0.35);
  }

  .about-hero__avatars {
    right: 22px;
    bottom: 28px;
  }

  .about-hero__image-wrap {
    right: 16px;
    top: 16px;
    bottom: 16px;
    width: 160px;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .about-hero__title {
    font-size: clamp(26px, 7vw, 36px);
  }

  .about-hero__intro {
    font-size: 15px;
    white-space: normal;
  }

  .about-hero__stats {
    grid-template-columns: 1fr;
  }

  .about-hero__card--accent {
    grid-column: auto;
    padding: 28px 24px 200px;
    align-items: flex-start;
    text-align: left;
  }

  .about-hero__card--accent .about-hero__card-body {
    margin: 0;
    text-align: left;
  }

  .about-hero__image-wrap {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 16px;
    width: 140px;
    height: 160px;
    transform: translateX(-50%);
  }

  .about-hero__stat {
    font-size: clamp(40px, 11vw, 60px);
  }
}

@media (max-width: 575px) {
  .about-hero {
    padding: 20px 0 28px;
  }

  .about-hero__top {
    width: 96%;
    padding: 0;
    margin-bottom: 16px;
    align-items: flex-start;
    text-align: left;
  }

  .about-hero__stage {
    width: 96%;
    padding: 0;
  }
}

/* Our Story section, image left, copy right */
.about-story.rts-about-area.rts-section-gap,
.about-story.rts-section-gap,
.about-story {
  background: var(--gotezu-bg, #f7f4ef);
  overflow: visible;
  padding-top: 12px !important;
  padding-bottom: 48px !important;
  margin-top: 0 !important;
}

.about-story__wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
  gap: 24px 32px;
  align-items: start;
  overflow: visible;
}

.about-story__media {
  position: relative;
  width: 100%;
  max-width: 560px;
  height: clamp(280px, 32vw, 380px);
  justify-self: start;
  overflow: visible;
  margin-left: -180px;
}

.about-story__image {
  position: absolute;
  left: 50%;
  top: 88%;
  display: block;
  width: 238%;
  max-width: none;
  height: auto;
  object-fit: contain;
  transform: translate(-55%, -63%) rotate(-18deg);
  transform-origin: center center;
  pointer-events: none;
}

.about-story__copy {
  width: 100%;
  max-width: none;
  justify-self: stretch;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
}

.about-story__heading {
  width: 100%;
  margin: 0 0 24px;
  text-align: left;
}

.about-story__title {
  margin: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--color-heading-1, #1c2539);
  text-align: left;
}

.about-story__content {
  width: 100%;
  max-width: 920px;
  text-align: left;
}

.about-story__text {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.7;
  color: var(--color-body, #5d666f);
  text-align: left;
  direction: ltr;
}

@media (max-width: 991px) {
  .about-story__wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-story__media {
    max-width: min(320px, 88vw);
    height: auto;
    min-height: 0;
    margin: 24px auto 0;
    margin-left: auto;
    order: 2;
    overflow: hidden;
  }

  .about-story__image {
    position: static;
    width: 100%;
    max-width: 100%;
    transform: none;
    margin: 0 auto;
    display: block;
  }

  .about-story__copy {
    max-width: 100%;
    justify-self: stretch;
    order: 1;
  }
}

@media (max-width: 575px) {
  .about-story__wrap {
    padding: 0 16px;
  }

  .about-story__heading {
    margin-bottom: 20px;
  }

  .about-story__title {
    font-size: clamp(28px, 8vw, 40px);
  }

  .about-story__media {
    max-width: min(280px, 84vw);
    margin-top: 28px;
  }
}

/* Our Core Values, alternating text/image rows */
.core-values {
  background: #fff;
  padding: 72px 24px 96px;
}

.core-values__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.core-values__head {
  max-width: 640px;
  margin: 0 0 56px;
}

.core-values__title {
  margin: 0 0 12px;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--color-heading-1, #1c2539);
}

.core-values__intro {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--color-body, #5d666f);
}

.core-values__list {
  display: flex;
  flex-direction: column;
  gap: 72px;
}

.core-values__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px 64px;
  align-items: center;
}

.core-values__copy {
  max-width: 480px;
}

.core-values__row--text-right .core-values__copy {
  justify-self: end;
}

.core-values__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: var(--color-primary, #fa8b17);
  color: #fff;
  font-family: "Red Hat Display", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.core-values__name {
  margin: 0 0 16px;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--color-heading-1, #1c2539);
}

.core-values__text {
  margin: 0 0 14px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #2a3140;
}

.core-values__text:last-child {
  margin-bottom: 0;
}

.core-values__visual {
  width: 100%;
  max-width: 460px;
  justify-self: center;
}

.core-values__visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

@media (max-width: 991px) {
  .core-values {
    padding: 56px 20px 72px;
  }

  .core-values__list {
    gap: 56px;
  }

  .core-values__row, .core-values__row--text-right {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .core-values__row--text-right .core-values__visual {
    order: 2;
  }

  .core-values__row--text-right .core-values__copy {
    order: 1;
    justify-self: start;
  }

  .core-values__copy {
    max-width: 100%;
  }

  .core-values__visual {
    max-width: 420px;
    justify-self: start;
  }
}

@media (max-width: 575px) {
  .core-values {
    padding: 48px 16px 64px;
  }

  .core-values__list {
    gap: 48px;
  }

  .core-values__name {
    font-size: 24px;
  }
}

/* About page FAQs */
.about-faqs {
  background: var(--gotezu-bg, #f7f4ef);
  padding: 72px 24px 96px;
}

.about-faqs__inner {
  max-width: 920px;
  margin: 0 auto;
}

.about-faqs__head {
  text-align: center;
  margin: 0 0 40px;
}

.about-faqs__eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(250, 139, 23, 0.12);
  color: var(--color-primary, #fa8b17);
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-faqs__title {
  margin: 0 0 12px;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--color-heading-1, #1c2539);
}

.about-faqs__lead {
  margin: 0 auto;
  max-width: 620px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--color-body, #5d666f);
}

.about-faqs__accordion.accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about-faqs__accordion .accordion-item {
  background: #fff;
  border: 1px solid rgba(28, 37, 57, 0.08) !important;
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(28, 37, 57, 0.04);
}

.about-faqs__accordion .accordion-button {
  width: 100%;
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-heading-1, #1c2539);
  background: #fff;
  box-shadow: none !important;
  padding: 18px 20px;
  text-align: left;
}

.about-faqs__accordion .accordion-button span {
  color: var(--color-primary, #fa8b17);
  margin-right: 8px;
  font-weight: 800;
}

.about-faqs__accordion .accordion-button:not(.collapsed) {
  background: #fff;
  color: var(--color-heading-1, #1c2539);
}

.about-faqs__accordion .accordion-button::after {
  background-size: 14px;
}

.about-faqs__accordion .accordion-body {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-body, #5d666f);
  padding: 0 20px 20px;
}

.about-faqs__accordion .accordion-body a {
  color: var(--color-primary, #fa8b17);
  font-weight: 600;
  text-decoration: none;
}

.about-faqs__accordion .accordion-body a:hover {
  text-decoration: underline;
}

@media (max-width: 575px) {
  .about-faqs {
    padding: 48px 16px 64px;
  }

  .about-faqs__accordion .accordion-button {
    font-size: 15px;
    padding: 16px;
  }
}
