.about-us-page {
  width: 100%;
  /* Gradient is applied at .about-us .page level in style.css */
}

.navigation .navigation-link[href="about-us.html"],
.navigation-mobile .navigation-link[href="about-us.html"] {
  color: var(--light-primary);
}

.navigation .navigation-link[href="about-us.html"]:hover,
.navigation-mobile .navigation-link[href="about-us.html"]:hover {
  text-decoration-color: var(--light-primary);
}

.about-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.about-section-shell {
  position: relative;
  z-index: 1;
  padding: 56px 24px;
}

.about-section-pattern {
  position: absolute;
  pointer-events: none;
}

.about-section-pattern img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
}

.about-display-title {
  font-family: var(--display-display-medium-font-family);
  font-size: var(--display-display-medium-font-size);
  line-height: var(--display-display-medium-line-height);
  font-weight: var(--display-display-medium-font-weight);
}

.about-display-title-light {
  color: var(--light-inverseOnSurface);
}

.about-display-title-dark {
  color: var(--light-secondary);
}

.about-display-title-centered {
  text-align: center;
}

.about-title-plain,
.about-title-script {
  vertical-align: middle;
}

.about-title-break {
  display: block;
}

.about-title-script {
  position: relative;
  top: 4px;
  font-family: 'Gentium Book Basic', serif;
  font-size: 52px;
  font-style: italic;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -1px;
  color: var(--light-tertiary);
}

.about-title-script-dark {
  color: var(--light-secondary);
}

.about-copy {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}

.about-body-copy {
  font-family: var(--body-body-large-font-family);
  font-size: var(--body-body-large-font-size);
  line-height: 18px;
  font-weight: var(--body-body-large-font-weight);
  max-width: 540px;
}

.about-body-copy-light {
  color: var(--fixed-onSecondaryFixedVariant);
}

.navigation {
  background: transparent;
}

.about-values-section,
.about-hero-section {
  background: transparent;
}

.about-hero-section {
  display: flex;
  flex-direction: column;
  min-height: 700px;
}

.about-hero-content {
  flex: 1;
}

.about-hero-content,
.about-offer-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
}

.about-hero-content {
  overflow: visible;
}

.about-hero-copy,
.about-offer-copy {
  text-align: center;
}

.about-hero-copy {
  width: 100%;
  max-width: 540px;
  margin-top: auto;
  margin-bottom: auto;
}

.about-hero-button {
  align-self: center !important;
  padding: 12px 16px 12px 12px !important;
}

.about-offer-media {
  width: 100%;
  max-width: 540px;
}

.about-offer-photo {
  display: block;
  width: 100%;
  height: auto;
}

.about-pattern-hero-dots {
  left: 32px;
  bottom: 32px;
  opacity: 1;
  z-index: 0;
}

.about-pattern-hero-crosses {
  left: 32px;
  top: 32px;
  opacity: 1;
  z-index: 0;
}

.about-pattern-hero-crosses img {
  filter: invert(1) brightness(1.5);
  mix-blend-mode: screen;
}

.about-pattern-hero-arcs {
  right: 72px;
  bottom: 32px;
  opacity: 1;
  z-index: 0;
}

.about-hero-copy {
  position: relative;
  z-index: 1;
}

.about-offer-section,
.about-testimonials-section {
  background: var(--light-surface);
}

.about-offer-section {
  min-height: 500px;
  overflow: hidden;
}

.about-offer-content {
  position: relative;
  overflow: hidden;
}

.about-pattern-offer-crosses {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  z-index: 0;
}

.about-pattern-offer-dots {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  z-index: 0;
}

.about-pattern-offer-phones {
  right: 32px;
  bottom: 32px;
  opacity: 1;
  z-index: 0;
}

.about-pattern-offer-phones img {
  filter: invert(1) brightness(0.8);
}

.about-pattern-offer-arcs {
  right: 32px;
  top: 32px;
  opacity: 1;
  z-index: 0;
}

.about-offer-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: min(100%, 340px);
}

.about-offer-list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: var(--light-onSurface);
  font-family: var(--body-body-medium-font-family);
  font-size: var(--body-body-medium-font-size);
  line-height: var(--body-body-medium-line-height);
  letter-spacing: var(--body-body-medium-letter-spacing);
  text-align: left;
}

.about-offer-list img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: -2px;
}

.about-store-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.about-store-label {
  color: var(--light-onSurface);
  font-family: var(--label-label-large-font-family);
  font-size: var(--label-label-large-font-size);
  line-height: var(--label-label-large-line-height);
  font-weight: var(--label-label-large-font-weight);
}

.about-store-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.about-offer-copy,
.about-offer-media {
  position: relative;
  z-index: 1;
}

.about-offer-media {
  overflow: hidden;
}

.about-offer-photo {
  display: block;
}

.about-values-content,
.about-testimonials-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
}

.about-values-grid,
.about-testimonials-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  width: 100%;
}

.about-values-content {
  position: relative;
  overflow: visible;
  gap: 40px;
}

.about-testimonials-content {
  position: relative;
  overflow: visible;
}

.about-values-content .about-display-title {
  position: relative;
  z-index: 1;
  width: 100%;
}

.about-values-content .about-title-plain {
  display: block;
}

.about-testimonials-content .about-display-title {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 800px;
}

.about-testimonials-content .about-title-plain {
  display: block;
}

.about-values-grid {
  position: relative;
  z-index: 1;
  max-width: 944px;
}

.about-testimonials-grid {
  position: relative;
  z-index: 1;
  max-width: 944px;
}

.about-pattern-values-phones {
  --about-values-phones-source-width: 68px;
  --about-values-phones-source-height: 392px;
  left: 32px;
  top: 50%;
  width: var(--about-values-phones-source-height);
  height: var(--about-values-phones-source-width);
  transform: translateY(-50%);
}

.about-pattern-values-phones img {
  position: absolute;
  top: 0;
  left: var(--about-values-phones-source-height);
  display: block;
  width: var(--about-values-phones-source-width);
  height: var(--about-values-phones-source-height);
  transform-origin: top left;
  /* rotate() happens after layout, so the image itself must be offset by its
     source height before rotating to keep the visible horizontal strip inside
     the anchored wrapper box. */
  transform: rotate(90deg);
}

.about-pattern-values-dots-top-right {
  right: 32px;
  top: 32px;
  z-index: 0;
  pointer-events: none;
}

.about-pattern-values-dots-top-right img {
  transform: rotate(180deg);
}

.about-value-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 32px;
  text-align: center;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  min-height: 184px;
}

.about-value-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.about-value-icon img {
  width: 48px;
  height: 48px;
}

.about-value-card h3 {
  width: 100%;
  color: var(--light-inverseOnSurface);
  font-family: var(--title-title-large-font-family);
  font-size: var(--title-title-large-font-size);
  line-height: var(--title-title-large-line-height);
  font-weight: var(--title-title-large-font-weight);
}

.about-value-card p {
  width: 100%;
  max-width: 400px;
  color: var(--light-inverseOnSurface);
  font-family: var(--body-body-large-font-family);
  font-size: var(--body-body-large-font-size);
  line-height: 18px;
  font-weight: var(--body-body-large-font-weight);
  opacity: 0.92;
}

.about-pattern-testimonials-top-right,
.about-pattern-testimonials-bottom-left {
  z-index: 0;
  pointer-events: none;
}

.about-pattern-testimonials-top-right {
  top: 16px;
  right: 16px;
}

.about-pattern-testimonials-top-right img {
  transform: rotate(180deg);
  filter: invert(1) brightness(0.6);
}

.about-pattern-testimonials-bottom-left img {
  filter: invert(1) brightness(0.6);
}

.about-pattern-testimonials-bottom-left {
  bottom: 16px;
  left: 16px;
}

.about-testimonial-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  border-radius: 32px;
  background: var(--light-surfaceContainerLow);
}

.about-testimonial-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about-testimonial-header h3 {
  color: var(--light-onSurface);
  font-family: var(--title-title-medium-font-family);
  font-size: var(--title-title-medium-font-size);
  line-height: 21px;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.about-testimonial-header img {
  width: 104px;
  height: auto;
}

.about-testimonial-card p {
  color: var(--light-onSurface);
  font-family: var(--body-body-large-font-family);
  font-size: var(--body-body-large-font-size);
  line-height: 18px;
  font-weight: var(--body-body-large-font-weight);
}

@media (min-width: 768px) {
  .about-values-grid,
  .about-testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1080px) {
  .about-section-shell {
    padding: 72px;
  }

  .about-hero-section {
    min-height: 600px;
  }

  .about-hero-content {
    min-height: 496px;
    padding-top: 8px;
    padding-bottom: 0;
  }

  .about-title-break {
    display: inline;
  }

  .about-hero-content,
  .about-offer-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 72px;
  }

  .about-hero-copy,
  .about-offer-copy {
    flex: 1;
    align-items: flex-start;
    text-align: left;
  }

  .about-hero-copy {
    max-width: none;
    min-width: 0;
    gap: 48px;
    padding-left: 0;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
  }

  .about-hero-copy .about-display-title {
    width: 100%;
    max-width: none;
    font-size: 44px;
    line-height: 44px;
  }

  .about-hero-copy .about-body-copy {
    max-width: none;
    font-size: 16px;
    line-height: 18px;
  }

  .about-offer-media {
    flex: 1;
    min-width: 0;
  }

  .about-offer-media {
    order: -1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    max-width: none;
    align-self: stretch;
    overflow: visible;
  }

  .about-offer-photo {
    width: 320px;
    height: auto;
    object-fit: contain;
    margin-top: auto;
  }

  .about-store-links,
  .about-store-buttons {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .about-offer-content {
    min-height: auto;
    height: auto;
    padding-top: 72px;
    padding-bottom: 0;
    gap: 48px;
    align-items: stretch;
  }

  .about-offer-copy {
    max-width: none;
    min-width: 0;
    gap: 48px;
    justify-content: center;
  }

  .about-offer-copy .about-display-title {
    width: 100%;
    max-width: 470px;
    font-size: 44px;
    line-height: 44px;
  }

  .about-offer-list {
    width: 100%;
    max-width: 320px;
  }

  .about-store-links {
    width: 100%;
  }

  .about-values-content,
  .about-testimonials-content {
    gap: 72px;
  }

  .about-values-content {
    gap: 72px;
  }

  .about-values-content .about-title-plain {
    display: inline;
  }

  .about-testimonials-content .about-title-plain {
    display: inline;
  }

  .about-values-content .about-display-title {
    max-width: 800px;
  }

  .about-values-grid {
    grid-template-columns: repeat(2, minmax(0, 464px));
    justify-content: center;
  }

  .about-testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 464px));
    justify-content: center;
  }

  .about-value-card {
    min-height: 164px;
  }

  .about-pattern-values-phones {
    left: 72px;
    bottom: 72px;
    top: auto;
    transform: none;
  }

  .about-pattern-values-phones img {
    display: block;
  }

  .about-pattern-values-dots-top-right {
    right: 72px;
    top: 72px;
  }

  .about-pattern-values-dots-top-right img {
    transform: rotate(180deg);
  }

  .about-pattern-hero-dots {
    left: 72px;
    bottom: 24px;
  }

  .about-pattern-hero-crosses {
    left: 72px;
    top: 48px;
  }

  .about-pattern-offer-crosses {
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
  }

  .about-pattern-offer-dots {
    top: 50%;
    transform: translateY(-50%);
    left: 72px;
  }

  .about-pattern-offer-phones {
    right: 72px;
    bottom: 72px;
  }

  .about-pattern-offer-arcs {
    top: 72px;
    right: 72px;
  }

  .about-pattern-testimonials-top-right {
    top: 72px;
    right: 72px;
  }

  .about-pattern-testimonials-bottom-left {
    bottom: 72px;
    left: 72px;
  }
}

.about-pattern-mobile-dots-bottom-left,
.about-pattern-hero-mobile-dots-top-left,
.about-pattern-hero-mobile-dots-bottom-right {
  display: none;
}

@media (max-width: 1079px) {
  .about-hero-content {
    min-height: 496px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .about-pattern-mobile-dots-bottom-left {
    display: block;
    z-index: 0;
    pointer-events: none;
    left: 32px;
    bottom: 32px;
  }

  .about-pattern-hero-mobile-dots-top-left,
  .about-pattern-hero-mobile-dots-bottom-right {
    display: block;
    z-index: 0;
    pointer-events: none;
  }

  .about-pattern-hero-mobile-dots-top-left {
    left: 32px;
    top: 32px;
  }

  .about-pattern-hero-mobile-dots-bottom-right {
    right: 32px;
    bottom: 32px;
  }

  .about-pattern-hero-mobile-dots-top-left img {
    transform: rotate(180deg);
  }

  .about-pattern-hero-dots,
  .about-pattern-hero-crosses,
  .about-pattern-hero-arcs {
    display: none;
  }

  .about-pattern-values-phones {
    display: none;
  }

  .about-pattern-values-dots-top-right {
    right: 24px;
    top: 24px;
  }

  .about-offer-content {
    min-height: auto;
    padding-top: 56px;
    padding-bottom: 0;
  }

  .about-offer-copy {
    width: 100%;
    max-width: 420px;
    gap: 48px;
    text-align: center;
    align-items: center;
  }

  .about-offer-copy .about-display-title {
    width: 100%;
    max-width: 340px;
  }

  .about-offer-list {
    width: 222px;
  }

  .about-store-links,
  .about-store-buttons {
    align-items: center;
    justify-content: center;
  }

  .about-offer-media {
    order: 2;
    width: 100%;
    max-width: 420px;
    overflow: visible;
  }

  .about-offer-photo {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .about-pattern-offer-crosses {
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
  }

  .about-pattern-offer-dots {
    top: 50%;
    transform: translateY(-50%);
    left: 32px;
  }

  .about-pattern-offer-arcs {
    display: none;
  }

  .about-pattern-offer-phones {
    display: none;
  }

  .about-values-content {
    gap: 48px;
  }

  .about-values-grid {
    width: 100%;
    max-width: none;
  }
}
